a{
	cursor: pointer!important;
}

.servicos .card-services-info{
    height: 291px!important;
}

.servicos .card-services-info .description{
overflow: hidden!important;
    /*border-radius: 30px!important;*/
    padding-top: 15px!important;
}

.servicos .card-services-info .description img.interna {
    border-radius: 30px!important;
    margin-top: 15px!important;
    height: auto!important;
}

.chamada-matriz{
   margin-top: 104px!important;
}

.item-produto .img{
	height: 200px;
}

img.img-produto{
	/*width: 100%;
	height: auto!important;*/
	width: 100%;
      height: 100%;
     -o-object-position: center;
     object-position: center;
     -o-object-fit: contain;
     object-fit: contain;
}


.chamada-page-sobre .content h4{
	margin: 20px 0!important;
}

.img-single-produto{
	/*height: 300px;*/
}

/* Nova estrutura para o topo das páginas */
.topo-personalizado{
	margin-bottom: 60px;
	margin-top: -160px;
}

.topo-personalizado .linha{
	height: 300px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.topo-personalizado .linha img{
	height: 350px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 96;
}

.topo-personalizado .linha .texto{
z-index: 97;
text-align: center;
margin-top: 135px;
}

.topo-personalizado .linha .texto small{
-webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c6cad0;
    font-size: 40px;
    font-family: "Arvo", serif;
    line-height: 40px;
}

.topo-personalizado .linha .texto h4{
	color: #fff;
	padding-top: 10px;
}

.cards-unidades{
	margin-top: 0!important;
}

.page-servicos{
	position: relative;
	z-index: 99;
}

@media(max-width: 992px){
.topo-personalizado .linha .texto h4{
	font-size: 20px;
}

}

@media(max-width: 768px){

	.img-produto-cabecalho{
		width: 90px;	
		height: 90px;
	}

	.topo-personalizado{
		margin-top: 0;
	}

	.topo-personalizado .linha{
		height: 150px;
	}

	.topo-personalizado .linha .texto{
		margin-top: 0;
	}

	.topo-personalizado .linha img{
		height: 100%;
	}

	.topo-personalizado .linha .texto small{
		font-size: 30px;
	}

	.topo-personalizado .linha .texto h4{
		font-size: 15px;
	}

}
/* Nova estrutura para o topo das páginas */

/* MEDIA QUERIES */
@media(max-width: 400px){
.produtos .nav-link{
 padding: 0.5rem 0.5rem!important;
}
}

@media(max-width: 768px){
.page-header .titulo{
	top: -100px;
}

.container-header{
	max-height: 140px;
}

}