/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
	outline: none !important;
	font-family: 'Lato', sans-serif;
	scroll-behavior: smooth;
}

.container {
	width: 1300px !important;
}

a:active,
a:checked,
a:focus,
a:hover {
	outline: none !important;
	text-decoration: none;
}

body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.none {
	display: none !important;
}

img {
	max-width: 100% !important;
	height: auto;
}

/* Alinhamentos de Conteúdo */

.aligncenter,
.alignleft,
.alignright {
	display: block;
	padding: 0;
}

.aligncenter {
	float: none;
	margin: 0.5em auto 1em;
}

.alignright {
	float: right;
	margin: 0.5em 0 1em 1em;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 1em 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
	font-size: 12px;
	margin: 10px 0 0 0;
}

/* FONTES */

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
}

p,
span,
li {
	color: #5c5c5c;
	font-size: 14px;
	line-height: 180%;
}

/* Slick Slider */

.slick-disabled {
	opacity: 0.6 !important;
}

/*********************************************
** Breadcrumb
*********************************************/

.bread-crumbs-pagina {
	padding: 15px 0;
	margin: 0;
	float: left;
	width: 100%;
	background: #f2f2f2;
}

.bread-crumbs-pagina #breadcrumbs {
	margin: 0;
	color: #3f3f3f !important;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

.bread-crumbs-pagina #breadcrumbs span {
	color: #3f3f3f !important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bread-crumbs-pagina #breadcrumbs a {
	color: #3f3f3f !important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bread-crumbs-pagina #breadcrumbs .breadcrumb_last {
	color: #3f3f3f !important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

/*********************************************
** Hover Zoom
*********************************************/

.hoverZoom {
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.hoverZoom:hover {
	-webkit-transform: scale(1.06);
	    -ms-transform: scale(1.06);
	        transform: scale(1.06);
}

/*********************************************
** Título Página
*********************************************/

.boxTitulo {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.boxTitulo .boxTituloInterno {
	float: left;
	width: 100%;
	position: relative;
}

.boxTitulo .boxTituloInterno .titulo {
	font-size: 30px;
	line-height: 30px;
	color: #3f3f3f;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
}

.boxTitulo .boxTituloInterno .tituloSobreposto {
	position: absolute;
	z-index: -1;
	color: #feebe7;
	font-size: 100px;
	font-family: 'Qwitcher Grypen', cursive;
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* Título Secundário */

.boxTitulo.tituloSecundario .boxTituloInterno .titulo {
	color: #fff;
}

.boxTitulo.tituloSecundario .boxTituloInterno .tituloSobreposto {
	color: #656060;
}

/* Subtítulo */

.boxTitulo .subtitulo {
	float: left;
	width: 100%;
	color: #3f3f3f;
	font-family: 'Cormorant', serif;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
	font-size: 22px;
}

/* Subtítulo Secundário */

.boxTitulo.tituloSecundario .subtitulo {
	color: #feebe7;
}

/*********************************************
** Botão
*********************************************/

.boxLink {
	float: left;
	text-align: left;
	width: 100%;
}

.boxLink.center {
	text-align: center;
}

.boxLink a {
	display: inline-block;
	cursor: pointer;
}

.boxLink.full a {
	width: 100%;
}

.boxLink a .styleBotaoInterno {
	background: #a4978c;
	padding: 10px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.boxLink.secundario a .styleBotaoInterno {
	background: #373c53;
}

.boxLink a .styleBotaoInterno span {
	color: #fff;
}

.boxLink.secundario a .styleBotaoInterno span {
	color: #f2f2f2;
}

.boxLink a .styleBotaoInterno i {
	color: #373c53;
	font-size: 20px;
	margin-left: 10px;
}

.boxLink.secundario a .styleBotaoInterno i {
	color: #32dad8;
}

/*********************************************
** Entre em Contato
*********************************************/

.entreEmContato {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
	background: #515151;
}

.entreEmContato .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.entreEmContato figure {
	text-align: center;
}

.entreEmContato .formulario {
	float: left;
	width: 100%;
}

.entreEmContato .formulario .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.entreEmContato .formulario input[type='text'],
.entreEmContato .formulario input[type='email'],
.entreEmContato .formulario select,
.entreEmContato .formulario textarea {
	float: left;
	width: 100%;
	padding: 15px;
	height: 50px;
}

.entreEmContato .formulario textarea {
	height: 150px;
}

.entreEmContato .formulario .boxBotao {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.entreEmContato .formulario .boxBotao input {
	background: #feebe7;
	color: #3f3f3f;
	width: 100%;
	border: 0;
	height: 50px;
	font-size: 18px;
}

.entreEmContato .formulario .boxBotao .wpcf7-spinner {
	position: absolute;
	top: 14px;
	margin: 0;
	left: calc(50% - 12px);
}

.entreEmContato .formulario .wpcf7 form .wpcf7-response-output {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #fff;
	font-size: 13px;
}

.entreEmContato .formulario .wpcf7-not-valid-tip {
	position: absolute;
	font-size: 11px;
	right: 8px;
	top: 4px;
}

/* Botão Whatsapp */

.entreEmContato .boxWhatsapp {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.entreEmContato .boxWhatsapp a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #27ae60;
	height: 50px;
}

.entreEmContato .boxWhatsapp a span {
	color: #fff;
	line-height: 100%;
	font-size: 16px;
}

.entreEmContato .boxWhatsapp a .boxIcone {
	background: #feebe7;
	border-radius: 5px;
	height: 30px;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 12px;
}

.entreEmContato .boxWhatsapp a .boxIcone i {
	color: #27ae60;
	font-size: 20px;
}

/*********************************************
** Quem Somos
*********************************************/

.quemSomos {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.quemSomos .boxBaixo {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.quemSomos .boxBaixo figure {
	text-align: center;
}

.quemSomos .boxBaixo figure img {
	width: 100%;
}

.quemSomos .boxBaixo .boxMembro {
	float: left;
	width: 100%;
	position: relative;
}

.quemSomos .boxBaixo .boxMembro::before {
	content: '';
	width: 60%;
	height: 30px;
	background: #feebe7;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: -20px;
}

.quemSomos .boxBaixo .boxMembro + .boxMembro {
	margin-top: 30px;
}

.quemSomos .boxBaixo .boxMembro .nome {
	color: #a4978c;
	float: left;
	width: 100%;
	font-family: 'Cormorant', serif;
	font-style: italic;
	font-size: 30px;
	line-height: 130%;
	font-weight: 700;
}

.quemSomos .boxBaixo .boxMembro .subtitulo {
	color: #a4978c;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}

.quemSomos .boxBaixo .boxMembro .boxCurriculo {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.quemSomos .boxBaixo .boxMembro .boxCurriculo ul {
	float: left;
	width: 100%;
	padding: 0 0 0 20px;
	margin: 0;
}

.quemSomos .boxBaixo .boxMembro .boxCurriculo ul li {
	color: #a4978c;
}

/*********************************************
** Depoimentos
*********************************************/

.sessaoDepoimentos {
	float: none;
	width: 100%;
	padding: 70px 0;
}

.sessaoDepoimentos .boxBaixo {
	float: left;
	width: 100%;
}

/* Slider */

.sessaoDepoimentos .boxBaixo .sliderDepoimentos {
	float: left;
	width: 100%;
	background: #feebe7;
	padding: 25px;
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.sessaoDepoimentos .boxBaixo .sliderDepoimentos .sliderDepoimentosInterno {
	float: left;
	width: 100%;
}

.sessaoDepoimentos .boxBaixo .sliderDepoimentos ul {
	padding: 0 80px;
	margin: 0;
}

.sessaoDepoimentos .boxBaixo .sliderDepoimentos ul .slick-arrow {
	position: absolute;
	right: 10px;
	top: calc(50% - 40px);
	width: 30px;
	margin: 0;
	z-index: 9;
	cursor: pointer;
}

.sessaoDepoimentos .boxBaixo .sliderDepoimentos ul .slick-arrow.left {
	right: auto;
	left: 10px;
}

.sessaoDepoimentos .boxBaixo .sliderDepoimentos ul li .boxTexto {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.sessaoDepoimentos .boxBaixo .sliderDepoimentos ul li .boxTexto p {
	float: left;
	width: 100%;
	color: #333333;
	font-family: 'Cormorant', serif;
	font-style: italic;
	text-align: center;
	margin: 0;
	font-size: 20px;
	line-height: 150%;
}

.sessaoDepoimentos .boxBaixo .sliderDepoimentos ul li span {
	float: left;
	width: 100%;
	text-align: center;
	color: #3f3f3f;
	font-style: italic;
	font-weight: bold;
}

/* Box Doctorália */

.sessaoDepoimentos .boxBaixo .boxDoctoralia {
	float: left;
	width: 100%;
	background: #feebe7;
	padding: 25px;
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.sessaoDepoimentos .boxBaixo .boxDoctoralia .boxDoctoraliaInterno {
	float: left;
	width: 100%;
}

.sessaoDepoimentos .boxBaixo .boxDoctoralia .boxDoctoraliaInterno .boxCima {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.sessaoDepoimentos .boxBaixo .boxDoctoralia .boxDoctoraliaInterno .maisDe span {
	float: left;
	width: 100%;
	color: #3f3f3f;
	font-size: 20px;
}

.sessaoDepoimentos .boxBaixo .boxDoctoralia .boxDoctoraliaInterno .porcentagem {
	padding: 0;
}

.sessaoDepoimentos
	.boxBaixo
	.boxDoctoralia
	.boxDoctoraliaInterno
	.porcentagem
	span {
	font-family: 'Cormorant', serif;
	font-style: italic;
	float: left;
	width: 100%;
	font-size: 100px;
	line-height: 100%;
}

.sessaoDepoimentos
	.boxBaixo
	.boxDoctoralia
	.boxDoctoraliaInterno
	.satisfacaoNoSite
	span {
	float: left;
	width: 100%;
	color: #3f3f3f;
	font-size: 20px;
	margin: 10px 0;
}

/*********************************************
** Antes e Depois
*********************************************/

.antesEDepois {
	float: left;
	width: 100%;
}

.antesEDepois ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.antesEDepois ul li {
	padding: 0;
	list-style: none;
}

.antesEDepois ul li img {
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.antesEDepois ul li img:hover {
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
	z-index: 1;
	position: relative;
}

/*********************************************
** Fotos da Estrutura
*********************************************/

.imagensEstrutura {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}

.imagensEstrutura::before {
	content: '';
	height: 80px;
	width: 100%;
	background-color: #feebe7;
	position: absolute;
	top: calc(50% - 40px);
	z-index: -1;
}

.imagensEstrutura .listaImagens ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	padding: 0;
}

.imagensEstrutura .listaImagens ul li {
	list-style: none;
}

.sessaoEquipe {
	width: 100%;
	padding-bottom: 40px;
	margin-top: 0;
}

.sessaoEquipe ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 40px 0 0 0;
}

.sessaoEquipe ul li {
	list-style: none;
}

.sessaoEquipe ul li .boxInterno {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

.sessaoEquipe ul li .boxInterno::before {
	content: '';
	position: absolute;
	background: #feebe7;
	height: 40px;
	width: 50%;
	top: -10px;
	left: -10px;
	z-index: 1;
}

.sessaoEquipe ul li .boxInterno figure {
	border: 1px solid #a4978c;
	padding: 0;
	position: relative;
	z-index: 2;
	
}

html header .options,
html .menu.superior,
html header .hamburger,
.barra-mobile {
	display: none !important;
}

.sessaoEquipe ul li .boxInterno figure img {
	width: 100%;
	width: 200px;
	height: 200px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.sessaoEquipe ul li .boxInterno .boxTexto .nome {
	color: #000000;
	float: left;
	width: 100%;
	font-family: 'Cormorant', serif;
	font-style: italic;
	font-size: 20px;
	line-height: 130%;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.sessaoEquipe ul li .boxInterno .boxTexto .texto {
	float: left;
	width: 100%;
}

.sessaoEquipe ul li .boxInterno .boxTexto .texto p {
	color: #a4978c;
	line-height: 150%;
}

.sessaoEquipe ul li .boxInterno .boxTexto .texto ul {
	float: left;
	margin: 0;
	width: 100%;
	padding: 0 0 0 20px;
}

.sessaoEquipe ul li .boxInterno .boxTexto .texto ul li {
	color: #a4978c;
	list-style: initial;
	line-height: 150%;
}

/*********************************************
** FAQ
*********************************************/

.listaDePerguntas {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.listaDePerguntas .listaConteudos {
	float: left;
	width: 100%;
}

.listaDePerguntas .listaConteudos .card {
	display: inline-block;
	border: 0;
	width: 100%;
	margin: 0 0 10px 0 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	background-color: #feebe7;
	border-radius: 5px;
}

.listaDePerguntas .listaConteudos .card button {
	padding: 18px 25px;
	cursor: pointer;
	border: 0;
	width: 100%;
	text-align: center;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-radius: 40px;
	background-color: #feebe7;
}

.listaDePerguntas .listaConteudos .card button h2 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #a4978c;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0;
}

.listaDePerguntas .listaConteudos .card button span {
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #a4978c;
	width: 25px;
	height: 25px;
	line-height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 5px;
	line-height: 100%;
}

.listaDePerguntas .listaConteudos .card button span.menos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.listaDePerguntas .listaConteudos .card button span.mais {
	display: none;
}

.listaDePerguntas .listaConteudos .card button.collapsed span.mais {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.listaDePerguntas .listaConteudos .card button.collapsed span.menos {
	display: none !important;
}

.listaDePerguntas .listaConteudos .card .boxConteudo {
	padding: 15px 30px 15px 30px;
	float: left;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.listaDePerguntas .listaConteudos .card .boxConteudo p {
	color: #3f3f3f;
}

/*********************************************
** Diferenciais
*********************************************/

.sessaoDiferenciais {
	float: left;
	width: 100%;
}

.sessaoDiferenciais .boxDiferenciais {
	float: left;
	width: 100%;
	background: #feebe7;
	padding: 40px 0;
}

.sessaoDiferenciais .boxDiferenciais ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}

.sessaoDiferenciais .boxDiferenciais ul li {
	text-align: center;
	list-style: none;
}

.sessaoDiferenciais .boxDiferenciais ul li img {
	height: 80px;
	width: auto;
}

.sessaoDiferenciais .boxDiferenciais ul li span {
	color: #3f3f3f;
	font-family: 'Cormorant', serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-top: 15px;
	line-height: 26px;
}

/*********************************************
** Blog
*********************************************/

.sessaoBlog {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.sessaoBlog ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.sessaoBlog ul li {
	list-style: none;
}

.sessaoBlog ul li figure img {
	width: 100%;
}

.sessaoBlog ul li .categorias {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.sessaoBlog ul li .categorias a {
	color: #a4978c;
	font-family: 'Cormorant', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.sessaoBlog ul li h3 {
	float: left;
	width: 100%;
	color: #3f3f3f;
	font-family: 'Cormorant', serif;
	font-size: 22px;
	margin: 15px 0;
	line-height: 28px;
	font-weight: bold;
}

.sessaoBlog ul li p {
	color: #3f3f3f;
	font-family: 'Cormorant', serif;
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 22px;
}

/*********************************************
** Paginação
*********************************************/

.pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0 !important;
}

.pagination h2 {
	display: none;
}

.pagination .nav-links {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pagination a {
	background: #a4978c;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 5px;
	border-radius: 5px;
	color: #fff !important;
	border-radius: 10px;
}

.pagination span.current {
	background: #edeae1;
	margin: 0 5px;
	color: #3f3f3f;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/*********************************************
** Whatsappa Flutuante
*********************************************/

#btn_whatsapp {
	position: fixed;
	bottom: 15px;
	right: 25px;
	background: none;
	z-index: 9999;
	cursor: pointer;
}

#btn_whatsapp img {
	width: 55px;
}

@media (max-width: 1300px) {
	/* Container */

	.container {
		width: 100% !important;
	}

	/* Entre em Contato */

	.entreEmContato {
		padding: 60px 0 0 0;
	}

	.entreEmContato .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	.entreEmContato .col-sm-5,
	.entreEmContato .col-sm-7 {
		width: 100%;
	}

	/* Estrutura */

	.imagensEstrutura .listaImagens ul {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}

	.imagensEstrutura .listaImagens ul li:nth-child(odd) img {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
}

@media (max-width: 1050px) {
	/* Depoimentos */

	.sessaoDepoimentos .boxBaixo .col-sm-8,
	.sessaoDepoimentos .boxBaixo .col-sm-4 {
		width: 100%;
		float: left;
	}

	.sessaoDepoimentos .boxBaixo .col-sm-4 {
		margin-top: 30px;
	}

	.sessaoDepoimentos .boxBaixo .sliderDepoimentos {
		padding: 15px;
	}

	.sessaoDepoimentos .boxBaixo .sliderDepoimentos ul {
		padding: 0 25px;
	}

	.sessaoDepoimentos .boxBaixo .sliderDepoimentos ul .slick-arrow {
		width: 16px;
		top: calc(50% - 21px);
		right: 0;
	}

	.sessaoDepoimentos .boxBaixo .sliderDepoimentos ul .slick-arrow.left {
		left: 0;
	}

	.sessaoDepoimentos .boxBaixo .boxDoctoralia .boxDoctoraliaInterno .boxCima {
		width: auto;
	}

	.sessaoDepoimentos
		.boxBaixo
		.boxDoctoralia
		.boxDoctoraliaInterno
		.porcentagem {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}

@media (max-width: 768px) {
	/* BreadCrumb */

	.bread-crumbs-pagina #breadcrumbs {
		font-size: 12px;
		line-height: 160%;
		letter-spacing: 0;
	}

	.bread-crumbs-pagina #breadcrumbs span {
		line-height: 160%;
	}

	/* Título Principal */

	.boxTitulo .boxTituloInterno .titulo {
		font-size: 24px;
		line-height: 24px;
	}

	.boxTitulo .boxTituloInterno .tituloSobreposto {
		font-size: 70px;
		line-height: 44px;
	}

	.boxTitulo .subtitulo {
		font-size: 20px;
		line-height: 26px;
	}

	/* Antes e Depois */

	.antesEDepois ul li {
		float: left;
		width: 50%;
	}

	/* Quem Somos */

	.quemSomos {
		padding: 50px 0;
	}

	.quemSomos .boxBaixo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	.quemSomos .boxBaixo .col-sm-6 {
		width: 100%;
	}

	.quemSomos .boxBaixo figure {
		margin-top: 40px;
	}

	/* Estrutura */

	.imagensEstrutura .listaImagens ul {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

	/* Equipe */

	.sessaoEquipe {
		padding: 15px 0;
	}

	.sessaoEquipe ul {
		margin: 25px 0 0 0;
	}

	.sessaoEquipe ul li.col-sm-6 {
		float: left;
		width: 100%;
	}

	.sessaoEquipe ul li.col-sm-6 + li.col-sm-6 {
		margin-top: 40px;
	}

	.sessaoEquipe ul li .boxInterno figure img {
		min-width: 270px;
	}

	/* Perguntas */

	.listaDePerguntas {
		padding: 50px 0 25px 0;
	}

	.listaDePerguntas .listaConteudos .card button h2 {
		line-height: 22px;
	}

	/* Diferenciais */

	.sessaoDiferenciais .boxDiferenciais ul {
		-ms-grid-columns: 1fr 30px 1fr;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.sessaoDiferenciais .boxDiferenciais ul li span {
		line-height: 24px;
		font-size: 16px;
	}

	/* Blog */

	.sessaoBlog {
		padding: 50px 0 20px 0;
	}

	.sessaoBlog ul li {
		float: left;
		width: 50%;
		padding: 0 5px;
		margin-bottom: 30px;
	}

	.sessaoBlog ul li .categorias {
		display: none;
	}

	.sessaoBlog ul li h3 {
		line-height: 22px;
		font-size: 18px;
		margin: 10px 0;
	}

	.sessaoBlog ul li .boxLink a {
		width: 100%;
	}
}

@media (max-width: 500px) {
	/* Equipe */

	.sessaoEquipe ul li .boxInterno {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.sessaoEquipe ul li .boxInterno figure img {
		width: 80px;
		min-width: 80px;
		max-height: 80px;
	}

	html .sessaoEquipe ul .boxInterno {
		margin-bottom: 0;
	}
}

html #cabecalho .header-fixo {
	position: static !important;
}

html .conteiner {
	padding: 0 15px !important;
}

html header {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

html .whatsapp-fixo {
	bottom: 20px;
}

html .instagram-fixo {
	bottom: 85px;
}

html header > div.search {
	-webkit-transform: translateY(-999px);
	    -ms-transform: translateY(-999px);
	        transform: translateY(-999px);
	position: fixed;
	width: 100vw;
	left: 0;
	top: 0;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 999999999;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

html header > div.search.active {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}

html header > div.search .busca {
	width: 40%;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 0 !important;
}

html header > div.search .busca .botao-busca svg {
	fill: #fff !important;
}

html header > div.search .busca input {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}

html header > div.search .busca input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}

html header > div.search .busca input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}

html header > div.search .busca input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}

html header > div.search .busca input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}

html header > div.search .busca input::placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}

html header > div.search #form-buscar {
	padding-bottom: 10px !important;
}

html .menu-institucional {
	margin-left: 50px;
}

html .menu-institucional ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

html .menu-institucional ul li a {
	padding: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
}

html #fechaBusca {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

#fechaBusca img {
	width: 35px;
}

html header > div.logo {

	width: 300px !important;
}

html .toggle-search .fa-search {
	color: #a4978c;
	font-size: 24px;
	cursor: pointer;
}

.linkAgendamento > a {
	background: #a4978c;
	height: 45px;
	padding: 0 20px;
	border-radius: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.linkAgendamento > a span {
	font-family: 'Cormorant', serif !important;
	color: #fff;
	font-size: 16px;
	line-height: 100%;
}

.linkAgendamento > a i {
	color: #fff;
	line-height: 100%;
	margin-left: 10px;
}

html .wpp-menu {
	height: 26px !important;
}

html #cabecalho .newheader::after,
html #cabecalho .newheader::before {
	display: none;
}

html .banner-allure .slick-prev {
	left: 25px;
	z-index: 10;
}

html .banner-allure .slick-next {
	right: 25px;
	z-index: 10;
}

html .banner-allure .slick-dots {
	position: absolute;
	bottom: 15px;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

html .banner-allure .slick-dots li {
	display: inline-block;
	margin: 0 4px;
	line-height: 100%;
	height: 6px;
}

html .banner-allure .slick-dots li button {
	width: 40px;
	height: 6px;
	padding: 0;
	background: #a4978c;
	border: 0;
	font-size: 0;
}

html .banner-allure .slick-dots li {
	width: unset;
}

html .banner-allure .slick-dots li button:before {
	display: none;
}

html .banner-allure .slick-dots li.slick-active button {
	background: #3f3f3f;
}

html .toggle-menu i {
	color: #a4978c;
	font-size: 40px;
}

.boxTratamentos {
	margin-bottom: 40px;
	width: 100%;
	padding: 40px 0 0 0;
	background: url('https://allureestetica.com.br/wp-content/uploads/2022/10/bg-tratamentos.png')
		center left no-repeat;
}

.boxTratamentos ul {
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.boxTratamentos ul li {
	list-style: none;
}

.boxTratamentos ul li figure {
	width: 100%;
}

.boxTratamentos ul li figure img {
	width: 100%;
}

.boxTratamentos ul li h3 {
	width: 100%;
	margin: 20px 0;
	text-align: center;
	color: #3f3f3f;
	font-size: 19px;
	font-weight: bold;
	line-height: 26px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.boxTratamentos .boxLink a .styleBotaoInterno {
	background: #a4978c;
	padding: 10px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
}

.boxTitulo {
	width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.boxTitulo .boxTituloInterno {
	width: 100%;
	position: relative;
}

.boxTitulo .boxTituloInterno .titulo {
	font-size: 30px;
	line-height: 30px;
	color: #3f3f3f;
	margin: 0;
	text-transform: uppercase;

	width: 100%;
}

html .wrapper-blog .item {
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

html .wrapper-blog .item h4 {
	text-align: left;
	width: 100%;
	color: #3f3f3f;
	font-family: 'Cormorant', serif;
	font-size: 22px;
	margin: 15px 0;
	line-height: 28px;
	font-weight: bold;
}

html .wrapper-blog .item > a > p {
	color: #3f3f3f;
	font-family: 'Cormorant', serif;
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.boxTitulo .boxTituloInterno .tituloSobreposto {
	position: absolute;
	z-index: -1;
	color: #feebe7;
	font-size: 100px;
	font-family: 'Qwitcher Grypen', cursive;
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wrapper-blog .item span {
	background: #a4978c;
	padding: 10px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	width: 50%;
	color: #fff;
	text-transform: uppercase;
	height: 46px;
}

html .links-rodape.links-rodape-paginas {
	display: none;
}

.boxTitulo.tituloSecundario .boxTituloInterno .titulo {
	color: #fff;
}

.boxTitulo.tituloSecundario .boxTituloInterno .tituloSobreposto {
	color: #656060;
}

.boxTitulo .subtitulo {
	width: 100%;
	color: #3f3f3f;
	font-family: 'Cormorant', serif;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
	font-size: 22px;
}

.boxTitulo.tituloSecundario .subtitulo {
	color: #feebe7;
}

.pagina-inicial #listagemProdutos {
	display: none !important;
}

/*********************************************
** Antes e Depois
*********************************************/

.antesEDepois {
	width: 100%;
}

.antesEDepois ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.antesEDepois ul li {
	padding: 0;
	list-style: none;
}

.antesEDepois ul li img {
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.antesEDepois ul li img:hover {
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
	z-index: 1;
	position: relative;
}

html .boxEmLon {
	width: 50%;
	margin-right: 30px;
}

html .boxEquipe {
	width: 50%;
}

html
	body
	*:not(
		i,
		.icon-trash,
		.icon-minus,
		.icon-plus,
		.icon-chevron-down,
		script,
		style,
		link
	) {
	font-family: 'Lato', Sans-Serif;
}

html p {
	font-size: 14px;
	color: #5c5c5c;
}
/*********************************************
** Quem Somos
*********************************************/

.quemSomos {
	width: 100%;
	padding: 70px 0;
	padding-bottom: 0;
}

.quemSomos .boxBaixo {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.quemSomos .boxBaixo figure {
	text-align: center;
}

.quemSomos .boxBaixo figure img {
	width: 100%;
}

.quemSomos .boxBaixo .boxMembro {
	width: 100%;
	position: relative;
}

.quemSomos .boxBaixo .boxMembro + .boxMembro {
	margin-top: 30px;
}

.quemSomos .boxBaixo .boxMembro .nome {
	color: #a4978c;

	width: 100%;
	font-family: 'Cormorant', serif;
	font-style: italic;
	font-size: 30px;
	line-height: 130%;
	font-weight: 700;
}

.quemSomos .boxBaixo .boxMembro .subtitulo {
	color: #a4978c;
	position: relative;
	z-index: 2;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}

.quemSomos .boxBaixo .boxMembro .boxCurriculo {
	width: 100%;
	margin-top: 10px;
}

.quemSomos .boxBaixo .boxMembro .boxCurriculo ul {
	width: 100%;
	padding: 0 0 0 20px;
	margin: 0;
}

.quemSomos .boxBaixo .boxMembro .boxCurriculo ul li {
	color: #a4978c;
}

/*********************************************
** Fotos da Estrutura
*********************************************/

.imagensEstrutura {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}

.imagensEstrutura::before {
	content: '';
	height: 80px;
	width: 100%;
	background-color: #feebe7;
	position: absolute;
	top: calc(50% - 40px);
	z-index: -1;
}

.imagensEstrutura .listaImagens ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	padding: 0;
}

.imagensEstrutura .listaImagens ul li {
	list-style: none;
}

.sessaoEquipe > .conteiner > ul > li::marker {
	display: none !important;
	content: none;
}

html .sessaoEquipe .texto ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #a4978c;
	list-style: initial;
	font-size: 14px;
	line-height: 150%;
}

html .sessaoEquipe ul {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

html .sessaoEquipe ul .boxInterno {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

html .sessaoEquipe ul .boxInterno .boxTexto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

html .sessaoEquipe ul::after {
	display: none;
}

html #rodape .institucional.fundo-secundario {
	width: 100%;
	padding: 30px 0 30px 0;
	background: url(https://allureestetica.com.br/wp-content/uploads/2022/10/bg-footer.jpg)
		#feeae9 center center no-repeat;
	background-size: cover !important;
	margin-top: 50px;
}

#rodape .institucional .conteiner > .row-fluid > .span9 > .row-fluid::after {
	display: none;
}

html #rodape .institucional .links-rodape-categorias > ul {
	background: transparent;
}

#rodape .institucional .links-rodape-categorias > ul > li {
	border: none;
}

html #rodape .pagamento-selos {
	display: none;
}

html #rodape > .conteiner > .row-fluid .span9.span12 {
	display: none;
}

html #rodape .row-fluid .span9 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#rodape
	.institucional
	.conteiner
	> .row-fluid
	> .span9
	> .row-fluid
	.span4.sobre-loja-rodape {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

#rodape
	.institucional
	.conteiner
	> .row-fluid
	> .span9
	> .row-fluid
	.redes-sociais {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

html #rodape .rodape-endereco {
	border: none;
	padding: 0;
	margin: 0;
}

#rodape .rodape-endereco svg {
	display: none;
}

html #rodape .institucional .conteiner > .row-fluid > .span9 > .row-fluid {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

html #rodape .redes-sociais i {
	color: #a4978c !important;
	font-size: 24px !important;
}

#rodape .institucional .links-rodape-categorias > ul a {
	font-size: 15px !important;
}

html #rodape .institucional .links-rodape-categorias > ul a i {
	font-size: 16px !important;
	color: #a4978c !important;
}

#rodape .institucional .links-rodape-categorias > ul a {
	color: #515151 !important;
}

#rodape .institucional .conteiner > .row-fluid > .span9 > .row-fluid > div > ul,
#rodape
	.institucional
	.conteiner
	> .row-fluid
	> .span9
	> .row-fluid
	> div
	> .list,
#rodape .redes-sociais > ul,
#rodape .pagamento-selos > .conteiner > .row-fluid > div > ul {
	display: block !important;
}

#rodape
	.institucional
	.conteiner
	> .row-fluid
	> .span9
	> .row-fluid
	> div.redes-sociais
	> ul {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	gap: 10px !important;
}

#rodape .titulo {
	width: 100%;
	color: #a4978c !important;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 22px;
	text-transform: uppercase;
}

#rodape > div:nth-child(3) > .conteiner > .row-fluid > div:nth-child(1) {
	display: none;
}

@media (max-width: 1030px) {
	/* Tratamentos */

	.boxTratamentos ul {
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}

@media (max-width: 768px) {
	html #rodape .row-fluid .span9 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	html #rodape {
		padding: 0;
	}

	#rodape .institucional .conteiner > .row-fluid > .span9 > .row-fluid > div,
	#rodape div.redes-sociais,
	#rodape .pagamento-selos > .conteiner > .row-fluid > div {
		border-top: none !important;
	}

	html #rodape .institucional .sobre-loja-rodape .titulo {
		display: none !important;
	}

	#rodape
		.institucional
		.conteiner
		> .row-fluid
		> .span9
		> .row-fluid
		.redes-sociais {
		padding: 0;
	}

	html #rodape .titulo:not(.opened):after {
		display: none !important;
	}

	html
		#rodape
		.institucional
		.conteiner
		> .row-fluid
		> .span9
		> .row-fluid
		> div.redes-sociais
		> ul {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	html #rodape .institucional .conteiner > .row-fluid > .span9 > .row-fluid {
		gap: 15px;
	}

	html .institucional .redes-sociais ul li {
		width: unset !important;
		padding-right: 0 !important;
	}

	#rodape
		.institucional
		.conteiner
		> .row-fluid
		> .span9
		> .row-fluid
		.links-rodape-categorias {
		margin-top: 30px;
	}

	#rodape .redes-sociais .titulo,
	html #rodape .institucional .links-rodape-categorias .titulo {
		margin-bottom: 10px !important;
	}

	html #rodape .row-fluid .span9 {
		gap: 30px;
	}

	html #rodape > div:nth-child(3) {
		margin-bottom: 0 !important;
		padding: 20px 0;
	}

	html .antesEDepois ul li {
		width: 100% !important;
	}

	html #cabecalho > .conteiner > .row-fluid {
		padding: 0 15px !important;
	}

	.if-av {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	html .wrap-img-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	/* Slider */

	#sliderHome .slick-dots li button {
		width: 30px;
	}

	/* Tratamentos */

	.boxTratamentos {
		padding: 45px 0;
	}

	.boxTratamentos ul {
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin: 0;
	}

	.boxTratamentos ul li h3 {
		font-size: 17px;
	}

	html .antesEDepois ul {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}

	/* Antes e Depois */

	html .boxEquipe {
		width: 100%;
	}

	.boxEmLon {
		margin-right: 0;
		width: 100% !important;
	}

	.imagensEstrutura .listaImagens ul {
		-ms-grid-columns: 1fr 15px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	html .quemSomos .boxBaixo figure {
		margin-right: 0;
	}

	html .imagensEstrutura {
		margin-bottom: 0;
	}

	html .sessaoEquipe {
		margin-top: 30px !important;
	}

	html .quemSomos {
		margin-bottom: 0px;
		padding-bottom: 30px;
	}

	html .boxEmLon {
		margin-top: 0;
	}
}

@media (max-width: 550px) {
	/* Tratamentos */

	.boxTratamentos ul {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.toggle-menu {
		display: none;
	}
}

@media (max-width: 992px) {
	html .menu-institucional {
		display: none;
	}

	html .toggle-search {
		display: none;
	}

	html .linkAgendamento {
		display: none;
	}

	html header .logo {
		max-width: 80%;
	}
}

@media (max-width: 768px) {
	/* BreadCrumb */

	.bread-crumbs-pagina #breadcrumbs {
		font-size: 12px;
		line-height: 160%;
		letter-spacing: 0;
	}

	.bread-crumbs-pagina #breadcrumbs span {
		line-height: 160%;
	}

	/* Título Principal */

	.boxTitulo .boxTituloInterno .titulo {
		font-size: 24px;
		line-height: 24px;
	}

	.boxTitulo .boxTituloInterno .tituloSobreposto {
		font-size: 70px;
		line-height: 44px;
	}

	.boxTitulo .subtitulo {
		font-size: 20px;
		line-height: 26px;
	}

	html .sessaoEquipe ul {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

html .allure-mobileMenu {
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	z-index: 999999;
	background: #515151;
	padding: 20px;
	width: 90%;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: auto;
}

html .allure-mobileMenu.active {
	right: 0;
}

.allure-mobileMenu_nav ul li {
	border-top: solid 1px #a4978c;
}

.allure-mobileMenu_nav ul li:nth-child(1) {
	border-top: none;
}

.allure-mobileMenu_nav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	padding: 10px 0;
	border: 0;
}

#fechaMenu {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}

#fechaMenu img {
	width: 30px;
}

html .allure-mobileMenu .toggle-search {
	display: block !important;
	text-align: center;
}

html .allure-mobileMenu .linkAgendamento {
	display: block !important;
	margin-top: 20px;
}

html #rodape > div:nth-child(3) {
	margin-top: 30px;
}

html header > .linkAgendamento {
	position: relative;
}

html header > .linkAgendamento .wpp-menu {
	position: absolute;
	top: -35px;
	right: 0;
}

html .allure-mobileMenu .wpp-menu .boxWhatsapp,
html .allure-mobileMenu .wpp-menu .boxWhatsapp span,
html .allure-mobileMenu .wpp-menu .boxWhatsapp i {
	color: #fff;
	font-size: 16px;
}

html .allure-mobileMenu_nav {
	margin-top: 20px;
    margin-bottom: 20px;
}

html .boxDepoimentos {
	width: 100%;
	display: -ms-grid;
	display: grid;
	gap: 30px;
	-ms-grid-columns: 1fr 30px 400px;
	grid-template-columns: 1fr 400px;
}

html .boxDepoimentos--clients {
	min-width: 300px;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #feebe7;
}

html .boxDepoimentos--info {
	background: #feebe7;
	padding: 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.boxDepoimentos--maisDe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.boxDepoimentos--info_top {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.boxDepoimentos--por,
html .boxDepoimentos--por strong {
	font-family: 'Cormorant', serif !important;
	font-style: italic;
	float: left;
	width: 100%;
	font-size: 100px;
	line-height: 100%;
	color: #5c5c5c !important;
	font-weight: 400;
}

html .boxDepoimentos--maisDe span {
	font-weight: 500;
	color: #3f3f3f;
	font-size: 20px;
}

html .boxDepoimentos--info_bottom span {
	margin-top: 15px;
	display: block;
	font-weight: 500;
	color: #3f3f3f;
	font-size: 20px;
}

html .boxDepoimentos--clients_item {
	text-align: center;
}

.slick-next::before,
.slick-prev::before {
	display: none;
}

.slick-next {
	right: 30px !important;
	height: 60px;
	width: 26px;
}

.slick-prev {
	left: 30px !important;
	height: 60px;
	width: 26px;
}

html .boxDepoimentos--clients_item p {
	color: #333333;
	font-family: 'Cormorant', serif;
	font-style: italic;
	text-align: center;
	margin: 0;
	font-size: 20px;
}

html .boxDepoimentos--clients_item strong {
	text-align: center;
	color: #3f3f3f;
	font-style: italic;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-size: 14px !important;
}

.quemSomos .boxBaixo .boxMembro .nome {
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	html header > div.search .busca {
		width: calc(100% - 30px) !important;
		margin: 0 15px !important;
		padding: 0 !important;
	}

	.antesEDepois,
	.sessaoDiferenciais,
	.sessaoEquipe {
		margin-top: 30px !important;
	}

	html .boxDepoimentos {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	html .boxDepoimentos--clients {
		padding: 20px;
	}

	.slick-next img,
	.slick-prev img {
		height: 60px !important;
	}
}

html .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent !important;
}



html .modal-backdrop {
    z-index: 9999999;
}

html #modalContato {
    z-index: 99999999;
}

html .menu-institucional ul li:hover a {
    border-bottom: 1px solid #A4978C;
}