@font-face{
	font-family: Spartan;
	src: url(../Fontes/Spartan-Regular.ttf);
}
@font-face{
	font-family: Spartan-Bold;
	src: url(../Fontes/Spartan-Bold.ttf);
}
@font-face{
	font-family: Prata;
	src: url(../Fontes/Prata-Regular.ttf);
}
@font-face{
	font-family: Prime;
	src: url(../Fontes/Prime-Light.ttf);
}
@font-face{
	font-family: PrimeRegular;
	src: url(../Fontes/Prime-Regular.otf);
}
body{
	font-family: Spartan;
	font-size: 13px;
	color: #0B3954;
	line-height: 22px;
}
div.logo{
	margin-top: 10px;
	margin-bottom: 15px;
}
div.logo a{
	padding: 0px !important;
}
div.menu{
	text-align: center;
}
div.menu li{
	list-style: none;
	display: inline-block;
	margin-top: 42px;
}
div.menu a{
	font-family: Spartan;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 8px;
}
div.menu a:hover, div.menu a.active{
	color: #C47335;
}
div.menu-icone{
	margin-top: 20px; 
}
span.line{
	width: 1px;
	height: 32px;	
	display: inline-block;
	background-color: #E6E6E6;
	position: absolute;
	margin: -4px -50px;
}
img.icone-menu{
	display: inline-block;
	margin-right: 8px;
}
div.banner{
	height: 700px;
	/*background-image: url(../img/banner.png);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
div.banner h1{
	font-family: Prata;
	text-transform: uppercase;
	color: #C47335;
	font-size: 34px;
	margin-top: 60px;
}
div.banner p{
	font-family: Spartan;
	color: #fff;
	font-size: 22px;
	margin-top: 30px;
	line-height: 24px;
}
.btn-agendar {
    padding: 12px 18px !important;
    background-color: transparent;
    color: #0c3a54;
    text-decoration: none;
    border: 0;
    text-transform: uppercase;
}
.whats-primeira-dobra img{
	display: inline-block; 
	margin-left: 2px;
	position: relative;
	top: -1px;
	width: 50px;
}
.whats-primeira-dobra, .whats-primeira-dobra:hover{
	display: inline-block;
	  background: #23b180;
	  color: #fff;
	  text-transform: uppercase;
	  border-radius: 38px;
	  padding: 4px 20px;
	  font-weight: 600;
	  font-size: 13px;
	  margin-top: 10px;
}
.btn-link, .btn-link:hover {
    padding: 14px 32px !important;
    margin-top: 18px;
    background-color: transparent;
    color: #0B3954;
    text-decoration: none;
    border: 1px solid #0B3954;
    text-transform: uppercase;
}
/*.btn-link:hover {
    padding: 12px 30px !important;
    background-color: #0B3954;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0B3954;
    text-transform: uppercase;
}*/
/*.hvr-outline-out::before {
    border: #fff solid 1px !important;
}
.btn-link:hover, .btn-agendar:hover{
	background-color: #0b3953;
	color: #fff !important;
	text-decoration: none;
}*/
div.banner-atalho-contato-icone{
	text-align: right;
}
div.banner-atalho-contato-icone img{
	display: inline-block;
}
div.banner-atalho-contato h3{
	color: #979DAC;
}
a.index-mailto{
	color: #fff;
}
div.mouse {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
    /*margin-top: -335px;
    margin-bottom: 100px;*/
}
div.mouse img{
	display: inline-block;
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
	    animation-name: bounce;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
div.banner-atalho h3{
	font-size: 20px;
	margin-top: 7px !important;
}
div.banner-atalho p{
	font-size: 12px !important;
	margin: 0px;
	margin-top: 12px;
	line-height: normal;
}
div.index-sobre{
	background-color: #f8f8f8;
	padding: 70px 24px;
}
div.index-sobre h5{
	font-size: 32px;
	color: #C47335;
	margin-top: 50px;
}
div.index-sobre h2{
	font-family: Prata;
	font-size: 42px;
	color: #979DAC;
	margin-top: 0px;
}
div.index-tratamentos{
	padding: 70px 24px;
	padding-bottom: 30px;
}
div.index-fale-titulo h1{
	color: #fff;
	font-size: 32px;
}
div.index-fale-titulo h1 span, div.index-chegar-titulo h1 span{
	color: #0B3954;
	font-size: 50px;
}
div.index-tratamentos-titulo h1, div.institucional-titulo h1, div.institucional-titulo-equipe h1, div.index-chegar-titulo h1, div.index-news-titulo h1{
	color: #C47335;
	font-size: 26px;
}
div.index-tratamentos-titulo h1 span, div.institucional-titulo h1 span, div.institucional-titulo-equipe h1 span{
	color: #979DAC;
	font-size: 50px;
}
div.index-tratamentos h1 span, div.index-fale-titulo h1 span, div.index-chegar-titulo h1 span, div.index-news-titulo h1 span,
div.institucional-titulo h1 span, div.institucional-titulo-equipe h1 span, div.institucional-estrutura-titulo h1 span,
div.tratamentos-banner-titulo h1 span, div.tratamentos-descricao-titulo h1 span, div.contato-titulo h1 span{
	font-family: Prata;
	display: block;
}
div.index-news-titulo h1 span{
	color: #fff;
	font-size: 54px;
}
div.index-tratamentos-lista{
	margin-top: 80px;
	margin-bottom: 80px;
}
div.index-tratamentos-lista h2{
	font-family: Spartan-Bold;
	font-size: 22px;
	color: #0B3954;
}
div.index-tratamentos-lista p{
	margin-top: 15px;
	color: #0B3954;
	line-height: 25px;
	font-size: 12px;
}
div.index-tratamentos-botao{
	text-align: center;
	margin-top: 40px;
}
div.slides{
    height: 680px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.destaques-padding, div.destaques-fundo-inox{
	padding: 0px;
}
div.destaques-fundo{
	height: 680px;
	background-color: #0B3954;
	/*background-image: url('../img/slider1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 68px 32px;
}
div.destaques-titulo h2{
	color: #C47335;
}
div.destaques-titulo h2 span{
	display: block;
	color: #979DAC;
	font-size: 48px;
	font-family: Prata;
}
div.destaques-missao{
	color: #BCC1CE;
	margin-bottom: 72px;
}
div.destaques-missao h3{
	font-family: Spartan-Bold;
	color: #fff;
}
div.destaques-missao p{
	margin-top: 28px;
}
div.destaques-atendimentos-numero p{
	background-color: #fff;
    padding: 20px 0px;
    color: #0B3954;
    margin-bottom: 0px;
    font-size: 28px;
    text-align: center;
	font-family: Spartan;
}
div.destaques-atendimentos-numero p span{
	display: block;
	font-size: 16px;
}
div.destaques-atendimentos-titulo{
	font-family: Spartan-Bold;
	color: #C47335;
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
}
.carousel-caption{
	text-align: left !important;
	left: 5%;
	bottom: 0%;
}
div.owl-nav{
	position: absolute; 
    bottom: 11%;
    left: 5%;
    right: 5%;
}
button.owl-prev, button.owl-next{
	background-color: #fff !important;
    padding: 12px 20px !important;
}
div.owl-nav .owl-prev, .owl-next {
    position: absolute;
    /*height: 100px;*/
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
#subirTopo {
    text-decoration: none;
    /*bottom: 410px;*/
    bottom: 10px;
    /*right: 10px;*/
    right: 10px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    border: 0;
    font-family: sans-serif;
    /*opacity: 0.4;*/
    font-size: 36px;
    padding: 0;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    text-align: center;
    /*background-color: #565b5f;*/
    /*height: 60px;*/
    /*width: 150px;*/
    z-index: 9999;
}
#subirTopo:hover{
    opacity: .8;
}
#subirTopo img {
  height: 90px;
}

div.owl-nav .owl-prev {
    right: 10%;
}
div.owl-nav .owl-next {
    right: 0%;
}
div.index-fale, div.institucional-estrutura{
	background-color: #C47335;
	padding: 70px 24px;
}
div.index-fale-sociais p{
	margin-top: 28px;
	color: #fff;
}
div.index-fale-sociais a{
	color: #fff;
	text-decoration: none;
}
div.index-fale-sociais a, p.index-footer-redes-sociais a, p.index-footer-atendimento span{
	display: block;
}
form.index-form-fale label {
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-top: 15px;
}
input.form-control, textarea.form-control {
    background-color: transparent;
    padding: 12px 15px;
    height: 50px;
    color: #fff; 
    border: none;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid;
    margin-bottom: 18px;
    width: 80%;
    font-size: 13px;
}
.index-form-fale label{
	font-size: 12px;
}
input.btn-submit, input.btn-submit:hover{
    border: 1px solid #0b3953;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px;
    text-decoration: none;
    margin-bottom: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    /*-webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;*/
    background-color: #0b3953;
    margin-top: 25px;
    font-size: 13px;
}
input.btn-submit:hover{
	border: 1px solid #0b3953;
    color: #fff;
    background-color: #0b3953;
}
textarea.form-control{
	height: inherit;
}
input.form-control:focus, textarea.form-control:focus{
	border-color: #0B3954;
	box-shadow: none;
}
div.index-chegar p{
	color: #979DAC;
}
div.index-chegar-endereco{
	margin-top: 28px;
}
.btn-chegar {
    padding: 12px 30px !important;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    text-transform: uppercase;
    border-radius: 0px;
}
div.index-chegar-titulo{
	margin-bottom: 42px;
}
div.index-chegar, div.index-news, footer{
	padding: 70px 24px;
}
div.index-news{
	background-color: #0b3953;
	color: #fff;
}
/*div.index-news input.form-control {
    background-color: #fff;
}*/
/*div.index-news input.input-submit {
    background-image: url(../img/submit.png);
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    right: 25px;
    margin-top: -40px;
    width: 26px;
    height: 26px;
    border: none;
}*/
div.index-news-form{
	margin-top: 28px;
}
div.index-news-form label{
	text-transform: uppercase;
}
div.index-news input.input-submit {
    float: right;
    position: relative;
    z-index: 99999;
    margin-top: -52px;
    background-color: transparent;
    box-shadow: none;
    border: 0px;
    background-image: url(../img/submit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 12px;
    width: 26px;
    height: 26px;
}
footer{
	color: #0B3954;
	font-size: 12px;
}
footer div.footer-div p{
	margin-top: 40px;
	margin-bottom: 28px;
	line-height: 24px;
	font-size: 12px;
}
div.navegue h3, div.contato h3{
	color: #C47335;
	font-family: Spartan-Bold;
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 18px;
}
div.navegue ul{
	padding: 0px;
	margin-bottom: 40px;
}
div.navegue li{
	list-style: none;
	margin-bottom: 8px;
}
div.navegue a{
	color: #0B3954;
	text-decoration: none;
}
div.navegue a:hover{
	color: #C47335;
}
div.navegue p{
	line-height: 24px;
}
/*TEMPLATE*/
div.menu-template{
	background-color: #0b3953;
}
/*PÁGINA INSTITUCIONAL*/
div.institucional-topo{
	padding: 70px 24px;
}
div.institucional-titulo{
	padding: 80px 20px;
	margin-top: 50px;
}
div.institucional-video-img{
	/*box-shadow: inset 0 0 1em green;*/
	/*box-shadow: inset 0 4px 2px -2px gray;*/
	box-shadow: inset 0px -60px 65px #0B3954;
	margin-top: -150px;
}
a.institucional-img-play{
	position: relative;
    top: 84%;
	left: 2%;
}
div.institucional h1, div.institucional-titulo-equipe h1{
	color: #C47335;
	font-size: 28px;
}
div.institucional h1 span, div.institucional-titulo-equipe h1 span{
	color: #979DAC;
	font-size: 50px;
	margin-top: 10px;
}
div.institucional-equipe-membro{
	margin-bottom: 58px;
	margin-top: 70px;
}
div.institucional-equipe-membro-imagem-alinhar-direita{
	text-align: right;
	z-index: 9999;
}
div.institucional-equipe-membro-imagem{
	filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, 0.1));
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
div.institucional-equipe-membro-imagem-alinhar-direita{
	filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, 0.1));
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
div.institucional-equipe-membro-texto{
	padding-top: 18px;
}
div.institucional-equipe-membro-texto span{
	color: #C47335;
}
div.institucional-equipe-membro-texto h3{
	font-family: Prata;
	color: #0B3954;
	margin-top: 8px;
}
div.institucional-equipe-membro-texto p{
	color: #0B3954;
}
div.membro-direita div.institucional-equipe-membro-texto{
	text-align: right;
}
div.institucional-titulo-equipe h1{
	margin-top: 0px;
	margin-bottom: 72px;
}
div.institucional-equipe{
	margin-bottom: 150px;
}
span.line-equipe {
    width: 72%;
    height: 1px;
    display: inline-block;
    background-color: #E5E5E5;
    position: relative;
    margin: 0px -142px;
    margin-top: 20px;
    margin-bottom: 40px;
}
span.line-equipe-right {
    width: 72%;
    height: 1px;
    display: inline-block;
    background-color: #E5E5E5;
    position: relative;
    margin: 0px -142px;
    margin-top: 20px;
    margin-bottom: 40px;
}
div.institucional-estrutura-imagem{
	/*margin-top: -150px;*/
	padding-right: 0px;
}
div.institucional-estrutura-imagem div.slides{
	height: 480px;
}
div.institucional-estrutura-imagem .owl-nav{
	bottom: 14%;
}
div.institucional-estrutura-titulo h1{
	color: #fff;
	font-size: 28px;
}
div.institucional-estrutura-titulo h1 span{
	color: #0B3954;
	font-size: 50px;
}
div.institucional-estrutura-texto h3{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 24px;
}
div.institucional-estrutura-texto p{
	color: #fff;
	line-height: 24px;
}
/*TRATAMENTOS*/
div.tratamentos-banner-img{
	height: 450px;
	/*background-image: url('../img/cover.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 42px 2px;*/
    margin: 0px;
}
div.tratamentos-banner-titulo{
	margin-top: 90px;
}
div.tratamentos-banner-titulo h1{
	color: #fff;
	font-size: 32px;
}
div.tratamentos-banner-titulo h1 span{
	color: #0B3954;
	font-size: 68px;
}
/*div.tratamentos-descricao-titulo{
	margin-top: 80px;
}*/
div.institucional-texto p{
	color: #0B3954;
}
div.tratamentos-categorias{
	background-color: #f1f1f1;
	padding: 48px 24px;
}
div.tratamentos-descricao-titulo h1{
	color: #C47335;
	font-size: 25px;
}
.destaques{
	margin-bottom: 50px;
}
div.tratamentos-descricao-titulo h1 span{
	color: #979DAC;
	font-size: 46px;
}
div.tratamentos-tratamento{
	margin-top: 72px;
}
div.tratamentos-tratamento h2{
	margin-top: 0px;
}
div.tratamentos-tratamento-detalhes{
	margin-bottom: 72px;
}
div.tratamentos-tratamento-detalhes h2{
	color: #0B3954;
	font-size: 18px;
	font-family: Spartan-Bold;
}
div.tratamentos-tratamento-detalhes p{
	color: #0B3954;
	line-height: 22px;
}
div.tratamentos-tratamento-detalhes.cirurgias img, div.tratamentos-tratamento-detalhes.funcional img,
div.tratamentos-tratamento-detalhes.rejuvenescedora img{
	height: 240px;
}
div.tratamentos-tratamento-detalhes.essencial img{
	height: 340px;
	margin-bottom: 18px;
}
div.tratamentos-tratamento-gengiva img{
	height: 320px;
}
div.tratamentos-harm-img{
	height: 420px;
	background-image: url('../img/ilustra.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 42px 2px;
}
div.tratamentos-harm-descricao{
	height: 420px;
	background-color: #0b3953;
	padding: 70px 24px;
	color: #fff;
}
div.tratamentos-harm-titulo{
	margin-top: 0px;
}
div.tratamentos-harm-titulo h1{
	margin-top: 0px;
}
div.tratamentos-harm-descricao p{
	color: #979DAC;
	margin-top: 18px;
}
div.tratamentos-tratamento-gengiva{
	margin-bottom: 70px;
}
div.tratamentos-tratamento-gengiva-descricao{
	padding: 70px 24px;
}
/*PÁGINA CONTATO*/
div.contato-form{
	background-color: #f8f8f8;
	padding: 46px 148px;
}
div.contato-titulo h1{
	color: #C47335;
	font-size: 28px;
}
div.contato-titulo h1 span{
	color: #979DAC;
	font-size: 50px;
}
div.contato-form label{
	color: #979DAC;
	text-transform: uppercase;
}
div.contato-form input.form-control, div.contato-form textarea.form-control {
    color: #979DAC;
    border-bottom: 1px solid #979DAC;
    height: 42px;
    width: 100%;
}
div.contato-form textarea.form-control{
	height: 80px;
}
div.contato-form form{
	margin-top: 24px;
}
div.contato-imagem{
	height: 790px;
	background-image: url('../img/img-contato.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 68px 32px;
}
div.contato-canais-titulo h1{
	color: #C47335;
	font-size: 28px;
}
div.contato-canais-titulo h1 span{
	color: #979DAC;
	font-size: 50px;
}
p.index-footer-redes-sociais{
	margin-bottom: 20px;
	margin-top: 20px;
}
p.index-footer-redes-sociais a{
	color: #0B3954;
}
img.img-icone-contato{
	height: 32px;
}

/* EFEITO CARREGAMENTO PAGINA */

@-webkit-keyframes fadeIn						 		{ from { opacity:0; } to { opacity:1; } }

@-moz-keyframes fadeIn 									{ from { opacity:0; } to { opacity:1; } }

@keyframes fadeIn 										{ from { opacity:0; } to { opacity:1; } }

.fade-in 												{ opacity:0; -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s;}

.fade-in.one 											{ -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s;}

.hvr-sweep-to-right::before{
	background: #0B3954;
}
.form-control::placeholder{
	color: #fff;
}
.contato .form-control::placeholder{
	color: #979DAC;
}
footer{
	padding-top: 60px;
	padding-bottom: 50px;
}
.padding-right-0{
	padding-right: 0px !important;
}
.destaques-home{
	margin-bottom: 0px;
}
/*PÁGINA CLIENTES*/
.listagem-clientes{text-align: center; height: 320px; background-repeat: no-repeat; background-size: cover; background-position: center;}
.listagem-clientes img{display: inline-block;}















/* Responsive Utilities */
header{
	padding-top: 18px;
}
header.navbar ul li a{
	color: #fff;
}
header.navbar span.header-icone{
	font-size: 18px;
	color: #fff;
}
@media(max-width: 1600px){ /* col-md */

}
@media(max-width: 1500px){ /* col-md */
	
}
@media(max-width: 1400px){ /* col-md */
	
}
@media(max-width: 1300px){ /* col-md */
		
}
@media(max-width: 1200px){ /* col-md */
	
}
@media(max-width: 992px){ /* col-sm */
	div.menu li{
		margin-top: 34px;
	}
	div.index-tratamentos{
		padding: 38px 24px;
	}
	div.index-tratamentos-lista{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	div.index-tratamentos-tipos{
		margin-bottom: 18px;
	}
	div.index-tratamentos-botao{
		margin-top: 0px;
	}
	div.slides{
		height: 380px;
	}
	div.owl-nav{
		bottom: 18%;
	}
	div.destaques-fundo{
		height: auto;
		padding: 32px 18px;
	}
	div.destaques-missao{
		margin-bottom: 0px;
	}
	div.destaques-atendimentos{
		margin-top: 12px;
	}
	div.index-chegar-titulo{
		margin-bottom: 98px;
	}
	footer{
		text-align: center;
	}
	div.footer-div img.logo-footer{
		display: inline-block;
	}
	div.navegue ul{
		margin-bottom: 0px;
	}
	/*PÁGINA SOBRE*/
	div.institucional-topo, div.institucional-titulo{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	div.institucional-titulo{
		margin-top: 0px;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	div.institucional-texto{
		text-align: center;
	}
	a.institucional-img-play{
		top: 74%;
	}
	div.institucional-titulo-equipe h1{
		margin-top: 24px;
		margin-bottom: 24px;
	}
	span.line-equipe, span.line-equipe-right{
		margin: 0px;
	}
	div.institucional-equipe{
		margin-bottom: 32px;
	}
	div.institucional-equipe-membro{
		margin-top: 32px;
		margin-bottom: 0px;
	}
	div.institucional-texto{
		margin-top: 24px;
	}
	/*PÁGINA TRATAMENTOS*/
	div.tratamentos-banner-titulo{
		margin-top: 0px;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	div.tratamentos-banner-titulo h1{
		font-size: 42px;
	}
	div.tratamentos-banner-titulo h1 span{
		font-size: 48px;
	}
	div.tratamentos-banner-img{
		height: 240px;
	}
	div.tratamentos-categorias{
		padding: 24px;
	}
	div.tratamentos-tratamento{
		margin-top: 24px;
	}
	div.tratamentos-tratamento-detalhes{
		margin-bottom: 24px;
	}
	div.tratamentos-tratamento h2{
		margin-top: 12px;
	}
	div.tratamentos-harm-img{
		height: 380px;
	}
	div.tratamentos-harm-descricao{
		height: 380px;
		padding: 32px 24px;
	}
	div.tratamentos-tratamento-gengiva-descricao{
		padding: 0px 24px;
	}
	div.tratamentos-descricao-titulo-harm h1{
		font-size: 24px;
	}
	div.tratamentos-descricao-titulo-harm h1 span{
		font-size: 36px;
	}
	/*PÁGINA CONTATO*/
	div.contato-form{
		padding: 0px 20px;
	}
	div.contato-titulo{
		margin-top: 0px;
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media(max-width: 768px){ /* col-xs */
	.navbar{
		margin-bottom: 0px;
	}
	div.banner-atalho{
		margin-top: -32px;
	}
	div.index-sobre{
		text-align: center;
	}
	div.index-sobre h5{
		margin-top: 0px;
	}
	div.index-tratamentos, div.index-fale, div.institucional-estrutura,
	div.index-chegar, div.index-news, footer{
		padding-left: 0px;
		padding-right: 0px;
	}
	div.index-tratamentos-lista{
		margin-top: 32px;
	}
	div.index-tratamentos-tipos{
		margin-top: 18px;
	}
	div.index-tratamentos-lista{
		text-align: center;
	}
	img.img-qualidade{
		display: inline-block;
	}
	div.slides{
		height: 320px;
	}
	div.owl-nav{
		bottom: 18%;
	}
	div.destaques-missao{
		margin-bottom: 0px;
	}
	div.destaques-fundo{
		height: auto;
	}
	div.destaques-atendimentos{
		margin-top: 12px;
	}
	input.form-control, textarea.form-control{
		width: 100%;
	}
	div.index-chegar-titulo{
		margin-bottom: 0px;
	}
	footer{
		text-align: center;
	}
	/*PÁGINA SOBRE*/
	div.institucional-topo, div.institucional-titulo{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	div.institucional-titulo{
		margin-top: 0px;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	div.institucional-texto{
		text-align: center;
	}
	a.institucional-img-play{
		top: 74%;
	}
	div.institucional-titulo-equipe h1{
		margin-top: 24px;
		margin-bottom: 24px;
	}
	span.line-equipe, span.line-equipe-right{
		margin: 0px;
	}
	div.institucional-equipe{
		margin-bottom: 32px;
	}
	div.institucional-equipe-membro{
		margin-top: 32px;
		margin-bottom: 0px;
	}
	/*PÁGINA TRATAMENTOS*/
	div.tratamentos-banner-titulo{
		margin-top: 0px;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	div.tratamentos-banner-titulo h1{
		font-size: 42px;
	}
	div.tratamentos-banner-titulo h1 span{
		font-size: 48px;
	}
	div.tratamentos-banner-img{
		height: 240px;
	}
	div.tratamentos-categorias{
		padding: 24px;
	}
	div.tratamentos-tratamento{
		margin-top: 24px;
	}
	div.tratamentos-tratamento-detalhes{
		margin-bottom: 24px;
	}
	div.tratamentos-tratamento h2{
		margin-top: 12px;
	}
	div.tratamentos-harm-img{
		height: 380px;
	}
	div.tratamentos-harm-descricao{
		height: 380px;
		padding: 32px 24px;
	}
	div.tratamentos-tratamento-gengiva-descricao{
		padding: 32px 24px;
	}
	div.tratamentos-descricao-titulo-harm h1{
		font-size: 24px;
	}
	div.tratamentos-descricao-titulo-harm h1 span{
		font-size: 36px;
	}
	/*PÁGINA CONTATO*/
	div.contato-form{
		padding: 0px 20px;
	}
	div.contato-titulo{
		margin-top: 0px;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.whats-primeira-dobra, .whats-primeira-dobra:hover {
	  display: inline-block;
	  background: #23b180;
	  color: #fff;
	  text-transform: uppercase;
	  border-radius: 38px;
	  padding: 12px 20px;
	    padding-bottom: 12px;
	  font-weight: 600;
	  font-size: 13px;
	  margin-top: 18px;
	  text-align: center;
	  padding-bottom: 0;
	}
	div.banner {
	  height: auto;
	  padding-bottom: 34px;
	}
}
@media(max-width: 540px){ /* col-xs */
	
}
@media(max-width: 479px){ /* col-xs */
		
}
@media(max-width: 400px){ /* col-xs */
		
}
@media(max-width: 370px){ /* col-xs */
		
}