
.titulo-pagina-produto{
	margin-bottom: 40px;
    padding: 30px 0 5px 0;
}

.titulo-pagina-produto span{  
	border-bottom: 5px solid #f44336;
}



.conteudo-produtos div.row{
	align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
   
}


.img-produto{
	max-width: 450px;
}
.produto-descricao{
	font-size:22px;
}

hr{
	margin: 60px 0;
    border-color: red;
}


.collapse{
	    margin-top: 20px;
}

/* ------------------------------------- Tipografia--------------------- */

.produto h2{
	color: #a94442;
}



/* ------------------------------------- media queries--------------------- */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 

}


/* Small devices (tablets, max 992px) */
@media (min-width: 768px) and (max-width: 991px) { 
	
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { 

}