/* FONTS */

@font-face {
	font-family: 'Glyphter';
	src: url('../../fonts/icon/Glyphter.eot');
	src: url('../../fonts/icon/Glyphter.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/icon/Glyphter.woff') format('woff'),
		url('../../fonts/icon/Glyphter.ttf') format('truetype'),
		url('../../fonts/icon/Glyphter.svg#Glyphter') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*='icon-e-learning']:before {
	display: inline-block !important;
	font-family: 'Glyphter' !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important
}

.icon-e-learning:before {
	content: '\0041';
}

/*@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* GLOBALS */

.lity-iframe .lity-container {
	max-width: 641px;
}

body {
	font-family: 'Roboto', sans-serif;
}

::-webkit-scrollbar-thumb {
	background: #4E6661;
	border-radius: 20px;
}

::-webkit-scrollbar-track {
	background-color: #F3F4F4;
}

.animation {
	opacity: 0;
}

.line-heigth-1 {
	line-height: 1;
}

.btn-marrom-hover:hover {
	background-color: #a89083 !important;
}

.border-marrom {
	border-width: 3px !important;
	border-color: #b0998c !important;
}

button.close {
	position: absolute;
    top: 20px;
    right: 20px;
    padding: 0 !important;
    margin: 0 !important;
	z-index: 1000;
	width: 20px;
    height: 20px;
    font-size: 14px;
}

.border-azul-escuro {
	border-color: #312a5e !important;
}

.bg-marrom {
	background-color: #b0998c !important;
}

.bg-banner,
.bg-md-banner {
	height: 420px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-marrom {
	background-color: #b0998c !important;
	color: #fff;
}

.btn-marrom:hover,
.btn-marrom:focus {
	background-color: #8A8778;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

a.text-marrom:hover,
a.text-marrom:focus {
	color: #8A8778 !important;
}

.text-marrom {
	color: #8A8778;
}

.text-azul-escuro {
	color: #312a5e;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-light {
	font-weight: 300;
}

.line-height-1 {
	line-height: 1;
}

sup {
	top: -0.3em;
}

.btn-secondary-light {
	background-color: #f6f6f8;
}

.btn-secondary-light:hover,
.categoria-select {
	background-color: #eae9e8;
}

.categoria-midia {
	background-color: #faf8f7 !important;
}

.categoria-select.categoria-midia {
	background-color: #4f6762 !important;
	color: #fff;
	font-weight: bold;
}

.categoria,
.cursor-pointer {
	cursor: pointer;
}

.odd {
	background-color: #4e666112;
}

.even {
	background-color: #fff;
}

.btn-face,
.btn-insta {
	width: 40px;
	height: 40px;
	padding: 0.6rem !important;
}

.btn-face {
	background-color: #3948ab;
}

.btn-insta {
	background-color: #eb4079;
}

.btn-face:hover {
	background-color: #464fa1;
}

.btn-insta:hover {
	background-color: #ed5a81;
}

.w-40 {
	width: 40%;
}

.height-fixed-120px {
	height: 120px;
}

.height-fixed-350px {
	height: 350px;
}

.color-golden,
.color-golden a {
	color: #b0998c;
}

.border-width-2 {
	border-width: 0.2rem !important;
}

.mw-75 {
	max-width: 75%;
}

/* owl carousel */
.owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	margin-top: -15px;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
	margin-top: -15px;
}

.owl-theme .owl-nav [class*='owl-'] {
	background-color: transparent;
	color: #000;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background-color: rgba(0, 0, 0, .3);
}

.owl-theme .owl-dots .owl-dot span {
	height: 5px;
	border-radius: 3px;
	background: #736d9e;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #312a5e;
}

.iframe-unidades {
	height: 450px;
}

.modal {
	background: rgb(0 0 0 / 10%);
	backdrop-filter: blur(3px);
}

.modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 900px;
    max-width: 85vw !important;
    margin: 0 !important;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
	transform: translateY(-45%)translateX(-50%) !important;
	border-radius: 45px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.modal-content {
	border: none !important;
	border-radius: 0 !important;
}

/* MENU */

.menu {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
}

.bg-menu-top {
	background: linear-gradient(to right, #b0998c 0%, #b0998c 80%, #a89083 80%, #a89083 100%);
	height: 50px;
}

.margin-menu-negative {
	margin-top: -50px;
}

.logo {
	position: relative;
	top: -11px;
}

.bg-menu-top-escuro,
.bg-footer-escuro {
	background-color: #3E5651;
}

.line-height-menu {
	line-height: 1;
}

.fale-clinica {
	font-size: 0.7em;
}

.border-active {
	border-color: #fff !important;
}

.border-menu:hover {
	border-color: #fff !important;
}

.menu-transparent li {
	border-bottom: 3px solid transparent !important;
}

/* HOME */
.banner-home-1 {
	background: url('../../img/banners/banner-home-2.jpg');
	transition-property: all;
	transition-duration: 1s;
}


.banner-home-2 {
	background: url('../../img/banners/banner-home-2.jpg');
}

.banner-home-2 a,
.banner-home-2 a:hover,
.banner-home-2 a:active,
.banner-home-2 a:visited,
.banner-home-2 a h2 b {
	color: #fff;
}

.banner-home-entrevista {
	background: url('../../img/banners/banner-home-entrevista_2.jpg');
	min-height: 405px;
}

.bg-home {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 50px;
}

.bg-home-banner-qr {
	background: url('../../img/banners/catalogo.JPG');
	height: 405px;
	background-position: center top;
}



.bg-home-banner-clinica {
	background: url('../../img/banners/banner-clinica.jpg');
	height: 405px;
	background-position: center;
	background-size: cover;
}

.bg-home-banner-rosa {
	background: url('../../img/banners/outubro-rosa.png');
	height: 405px;
	background-position: center;
}

.opcoes-home {
	height: 48px;
}

.unidade-height {
	height: 310px;
}

/* FOOTER */

footer {
	box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.050);
	color: #5F7874;
}

footer a, footer a:hover {
	color: #5F7874;
}

.border-green {
	width: 100%;
	height: 1px;
	background: #5F7874;
}

.margin-footer-negative {
	margin-top: -60px;
}

/*
	.bg-contato{
		background-image: url('../../img/defaults/banner-contato.png');
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #fafafb;
	}
	*/


.dri-margin-negative {
	margin-top: -35px;
}

.form-dri input,
.form-dri textarea,
.form-dri select {
	border-radius: 8px;
}

.text-area-dri {
	resize: none;
	height: 80px !important;
	border-radius: 8px;
}

.btn-form-dri {
	border: 1px solid #4E6661;
	border-radius: 8px;
}

/* MIDIA */

.bg-midia {
	background-image: url('../../img/banners/banner-midia.jpg');
}

.corpo-midia .owl-item:nth-child(odd) {
	background: rgb(78 102 97 / 7%);
}

/* BLOG */

.bg-blog {
	background-image: url('../../img/banners/banner-blog-2024.jpg');
}

.materia-blog img {
	width: 100%;
	height: auto;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
}

/* CORPO CLINICO */

.bg-corpo-clinico {
	background-image: url('../../img/banners/BANNER-CORPO-CLINICO.png');
}

.inst-color {
	color: #a89083;
}

/* UNIDADES */

.bg-unidades {
	background-image: url('../../img/banners/banner-unidades-2024.jpg');
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #b0998c;
	margin-right: 15px;
	margin-left: 15px;
}

.selected .overlay,
.preview-img-unidades:hover .overlay {
	opacity: 0.7;
}

/* SOBRE */

.bg-sobre {
	background-image: url('../../img/banners/banner-sobre-2024.jpg');
}

.capa-video-sobre {
	width: 600px;
	height: 335px;
	background-image: url('../../img/defaults/capa-video-sobre.jpg');
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 10px solid #c0756f;
}

.capa-video-sobre::after {
	content: "";
	position: inherit;
	width: 66px;
	height: 66px;
	background-image: url('../../img/icones/play-icon.png');
	background-size: cover;
	transition: ease-out 400ms;
}

.capa-video-sobre:hover::after {
	transform: scale(1.1);
}

/* TRATAMENTOS */
.modal-header .close {
	width: 30px;
	height: 30px;
	background: #4E6661;
}

.bg-tratamentos {
	background-image: url('../../img/banners/banner-tratamentos-2024.jpg');
}

/* TRABALHE CONOSCO */

.bg-trabalhe-conosco {
	background-image: url('../../img/banners/banner-trabalhe-conosco.jpg');
}
.bg-denuncia {
	background-image: url('../../img/banners/baanner5.png');
}

.btn-trabalhe-conosco {
	background-color: #4E6661 !important;
	color: #fff !important;
}

.text-marrom-3 {
	color: #B0998C;
	font-size: 1.8rem;
}

.text-azul-comum {
	font-size: 1.3rem;
	color: #312A5E;
}

.text-green-comum {
	font-size: 1.3rem;
	color: #4E6661;
}

.text-pink {
	color: #AC6F63;
}

.uppercase {
	text-transform: uppercase;
}

.anexo-trabalhe {
	border: 1px solid #B0998C;
	padding: 0% 10%;
	border-radius: 5px;
	color: #B0998C;
}

.texto-anexo {
	color: #B0998C;
}

/* ATUALIZAÇÃO CADASTRO */

.bg-ola {
	background-image: url('../../img/banners/bg-ola.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 1rem 0;
}

.barra-marrom {
	height: 20px;
	background-color: #D7B29F;
}

.barra-roxo {
	height: 5px;
	background-color: #2C2861;
}

.text-ola {
	font-size: 1.5rem;
	color: #fff;
	width: fit-content;
	max-width: 680px;
}

.text-bege {
	color: #D7B29F;
}

.video {
	height: 303px;
	border: none;
}

.form-att-cadastro {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
	border-radius: 48px;
	padding: 1rem 2rem;
	box-sizing: border-box;
}

.campo {
	line-height: 10px;
	color: #2C2861;
}

.campo input,
.estados {
	border: 1px solid #D7B29F;
	background-color: #fff;
	border-radius: 10px;
}

.text-att-cadastral {
	font-size: 1.4rem;

}

.lgpd-text {
	font-size: 11px;
}

.lgpd-concordo {
	width: auto;
	height: fit-content;
}

.text-clinica-adriana {
	font-size: 1rem;
}

.btn-bege {
	border-radius: 25px;
	background-color: #D7B29F !important;
	color: #2C2861;
}

.barra-marrom-fina {
	height: 5px;
	background-color: #D7B29F;
}

.link-insta {
	text-decoration: none;
	font-size: 0.8rem;
}

.link-insta:hover {
	color: #D7B29F;
}

.text-marrom {
	color: #8A8778;
}

.footer-unidade {
	font-size: 0.8rem;
	line-height: 15px;
}

.footer-endereco {
	font-size: 0.7rem;
	line-height: 15px;
}

.footer-num {
	font-size: 0.7rem;
	line-height: 15px;
}

/* NEW LOOK VISUAL 2022 */
.bg-new-green {
	background: #4E6661 !important;
}

.bg-white {
	background: #fff;
}

.text-new-green {
	color: #4E6661 !important;
}

.text-creme {
	color: #F7BCAA;
}

.black {
	font-weight: 900;
}

.regular {
	font-weight: 400;
}

.new-navbar {
	position: fixed;
	top: 0;
	z-index: 9989;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.new-links {
	position: relative;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	user-select: none;
}

.new-links::after {
	content: '';
	position: absolute;
	left: 0;
	top: 105%;
	width: 0%;
	height: 1px;
	background: #5F7874;
	transition: all 400ms;
}

.new-links.drop-links::before {
	content: '';
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.menu-drop-links {
	width: max-content;
	top: 40px;
	left: 0;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	line-height: 45px;
	padding: 1.2rem 2rem;
}

.box-links-wpp .new-links::after {
	bottom: -7px;
}

.new-links:hover::after,
.new-links.active::after {
	width: 100%;
}

.new-links:hover {
	color: #4E6661;
}

.new-menu-logo {
	position: absolute;
	top: -16px;
	width: 180px;
	height: 120px;
	background: #fff;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-menu-logo img {
	max-width: 90%;
}

.btn-new-navbar {
	border: 1px solid #5F7874;
	border-radius: 12px;
	cursor: pointer;
	transition: all 300ms;
	color: #5F7874;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	user-select: none;
	padding: 5px 10px;
}

.box-links-wpp {
	width: max-content;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	top: -10px;
	right: 0;
	z-index: -1;
	transition: all 300ms;
}

.box-links-wpp.active {
	top: 40px;
}

.fake-header {
	height: 95px;
} 

.new-banner1 {
	background-image: url(../../img/banners/banner-2024-1.jpg);
	/*background-image: -webkit-image-set(url('../../img/banners/banner-2024-1.webp') 1x);*/
}

.new-banner2 {
	background-image: url(../../img/banners/banner-2024-2.jpg);
	/*background-image: -webkit-image-set(url('../../img/banners/banner-2024-2.webp') 1x);*/
}

.new-banner3 {
	background-image: url(../../img/banners/banner-2024-3.jpg);
	/*background-image: -webkit-image-set(url('../../img/banners/banner-2024-3.webp') 1x);*/
}

.new-banner4 {
	background-image: url(../../img/banners/banner-2024-4.jpg);
	/*background-image: -webkit-image-set(url('../../img/banners/banner-2024-4.webp') 1x);*/
}

#owl-banner.owl-theme .owl-nav.disabled+.owl-dots, #owl-banner2.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}

#owl-banner.owl-theme .owl-dots .owl-dot span, #owl-banner2.owl-theme .owl-dots .owl-dot span {
	height: 15px;
	width: 15px;
	border-radius: 89px;
	background: #fdfdfd;
	opacity: 0.5;
}

#owl-banner.owl-theme .owl-dots .owl-dot.active span, #owl-banner2.owl-theme .owl-dots .owl-dot.active span {
	background: #fdfdfd;
	opacity: 1;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	position: relative;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span {
	height: 15px;
	width: 15px;
	border-radius: 89px;
	background: #4E6661;
	opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #4E6661;
	opacity: 1;
}

.border-new-green {
	border-width: 3px !important;
	border-color: #4E6661 !important;
}

.bg-agende-sua-consulta {
	height: 254px;
	background: url(../../img/banners/bg-agende-sua-consulta2.jpg);
	/*background-image: -webkit-image-set(url('../../img/banners/bg-agende-sua-consulta.webp') 1x);*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.titulo-materias h3 {
	font-size: 21px;
	line-height: 28px;
}

.btn-new-green {
	background-color: #3E5651 !important;
	color: #fff;
}

.btn-new-green:hover {
	background-color: #3E5651 !important;
	color: #fff;
}

.new-box-tratamento {
	width: 100%;
	height: 240px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	user-select: none;
	transition: ease-out 400ms;
}

.new-box-tratamento:hover, .new-box-tratamento.active {
	transform: translateY(-10px);
}

.text-box-tratamento {
	transition: linear 100ms;
}

.new-box-tratamento:hover ~ .text-box-tratamento, .new-box-tratamento.active ~ .text-box-tratamento {
	font-weight: 700;
}

.new-box-tratamento.facial {
	background-image: url(../../img/defaults/faciais-img.jpg);
	background-size: contain;
}

.new-box-tratamento.corporais {
	background-image: url(../../img/defaults/corporais-img.jpg);
	background-size: contain;
}

.new-box-tratamento.capilares {
	background-image: url(../../img/defaults/capilares-img.jpg);
	background-size: contain;
}

.new-box-tratamento.clinico {
	background-image: url(../../img/defaults/clinico-img.jpg);
	background-size: contain;
}

.new-box-tratamento h2 {
	width: 100%;
	height: 100%;
	font-size: 34px;
	margin-bottom: 0;
	color: #fff;
	transition: all 400ms;
	user-select: none;
	padding-bottom: 35px;
}

.new-box-tratamento:hover h2,
.new-box-tratamento.active h2 {
	backdrop-filter: brightness(0.8);
}

.open-close-menus {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10;
}

.menu-mobile {
	width: 35px;
	height: 35px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}

.menu-hamburguer {
	width: 35px;
	height: 4px;
	background: #5F7874;
	border-radius: 8px;
	transition: all .4s ease-in-out;
}

.menu-hamburguer::after,
.menu-hamburguer::before {
	content: '';
	position: absolute;
	width: 35px;
	height: 4px;
	background: #5F7874;
	border-radius: 8px;
	transition: all .4s ease-in-out;
}

.menu-hamburguer::before {
	transform: translateY(-11px);
}

.menu-hamburguer::after {
	transform: translateY(11px);
}

.menu-mobile.open .menu-hamburguer {
	transform: translateX(-50px);
	background: 0 0;
	box-shadow: none
}

.menu-mobile.open .menu-hamburguer::before {
	transform: rotate(45deg) translate(35px, -35px)
}

.menu-mobile.open .menu-hamburguer::after {
	transform: rotate(-45deg) translate(35px, 35px)
}

.mobile-menu {
	padding: 2rem;
	max-height: 80vh;
	overflow-y: auto;
	border-radius: 0 0 60px 60px;
}

/*Nova pagina de tratamentos*/
.bannerAndrogenetica {
	width: 100%;
	min-height: 320px;
	max-height: 400px;
	height: 40vh;
	background-image: url(../../img/banners/banner-androgenetica.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-dark-green {
	background: #4E6661;
}

.bg-pink {
	background: rgba(240, 207, 198, 0.600);
}

.big-border-radius {
	border-radius: 35px;
}

.box-shadow {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160);
}

.alt-plus {
	font-size: 24px;
	line-height: 28px;
}

.alt-medium {
	font-size: 21px;
	line-height: 24px;
}

.alt-text {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 0;
}

.bannerRigenera {
	width: 100%;
	min-height: 320px;
	max-height: 400px;
	height: 40vh;
	background-image: url(../../img/banners/banner-rigenera.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-dark-marrom {
	background: #8A8778;
}

.linksTratamentos {
	width: max-content;
	position: relative;
	cursor: pointer;
	padding: 3px 10px;
	border-radius: 20px;
	transition: all 200ms;
	margin: 10px 0;
}

.linksTratamentos::marker {
	color: #CDD097;
}

.linksTratamentos.active, .linksTratamentos:hover {
	font-weight: 700;
	background: #CDD097;
}

.linksTratamentos.active::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 30vw;
	height: 3px;
	background: #CDD097;
}

.imgTratamento {
	max-width: 100%;
	width: 100%;
	height: 300px;
	border-radius: 49px;
	border: 3px solid #CDD097;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.320);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Novo estilo blog */
.border-radius {
	border-radius: 13px;
}

.alt-small {
	font-size: 14px;
	line-height: 18px;
}

.show-read-more .more-text,
.show-read-more2 .more-text2 {
	display: none;
}

.modal-backdrop {
    position: relative!important;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

@-webkit-keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-350px * 6));
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-350px * 6));
	}
}

.slider {
	height: max-content;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider .slide-track {
	-webkit-animation: scroll 60s linear infinite;
	animation: scroll 60s linear infinite;
	display: flex;
	width: calc(500px * 6);
}

.slider .slide {
	height: max-content;
	width: 100%;
}

.btnGreen {
	width: max-content;
	background: #4E6661;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	transition: all 300ms;
	user-select: none;
}

.blog-conteudo {
	width: 480px;
	height: 260px;
}

.blog-conteudo a:hover {
	color: #F7BCAA;
}

.conteudoBoxBlog {
	position: absolute;
	bottom: 0;
	left: 0;
}

.filter-blog-conteudo {
	background: linear-gradient(to bottom, #70796e77 40%, #4E6661 70%);
	opacity: .85;
	transition: .5s cubic-bezier(.4, .7, .04, .88);
	transition-property: opacity, transform, filter;
	border-radius: 13px;
}

.bg-blog-conteudo:hover .filter-blog-conteudo {
	opacity: 1;
}

.z-index-acima {
	z-index: 1;
}

.btnCategorias {
	background: #4E6661;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 10px;
	transition: all 200ms;
}

.btnCategorias:hover,
.btnCategorias.active {
	background: #F7BCAA;
}

.btnCategorias:first-of-type {
	border-radius: 30px 0 0 30px;
}

.btnCategorias:last-of-type {
	border-radius: 0 30px 30px 0;
	border-right: 0;
}

.boxMaterias {
	margin-top: 30px;
}

.boxMaterias:first-of-type {
	margin-top: 0;
}

.capaMateria {
	width: 100%;
	height: 234px;
	position: relative;
}

.tempoLeitura {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}

.paginator {
	width: max-content;
	padding: 10px;
	border-radius: 8px;
	background: rgba(205, 208, 151, 0.450);
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #4E6661;
	margin: 0 5px;
	transition: ease-out 200ms;
	user-select: none;
	cursor: pointer;
}

.paginator.active,
.paginator:hover {
	background: #CDD097;
}

.arrowLeft,
.arrowRight {
	width: 8px;
	height: 18px;
	margin: 0 5px;
	background-image: url(../../img/icones/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.arrowRight {
	transform: rotateY(180deg);
}

.blog-home .meio {
	height: 160px;
}

.bottom-0 {
	bottom: 0;
}

.start-0 {
	left: 0;
}

.carrossel-mobile .slick-dots {
	bottom: 15px;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #CDD097;
}

.slick-dots li button:before {
	font-size: 10px;
	color: #fff;
}

.carrossel-materias .slide {
	margin: 0 5px;
}

.carrossel-materias .blog-conteudo {
	margin: 0 auto;
}

/* RESPONSIVE */

@media (min-width: 1900px) {
	.bg-menu-top {
		background: -webkit-linear-gradient(left, #b0998c 0%, #b0998c 70%, #a89083 70%, #a89083 100%);
		background: -o-linear-gradient(left, #b0998c 0%, #b0998c 70%, #a89083 70%, #a89083 100%);
		background: linear-gradient(to right, #b0998c 0%, #b0998c 70%, #a89083 70%, #a89083 100%);
	}
}

@media (min-width: 1400px) {
	.bg-menu-top {
		background: -webkit-linear-gradient(left, #b0998c 0%, #b0998c 77%, #a89083 77%, #a89083 100%);
		background: -o-linear-gradient(left, #b0998c 0%, #b0998c 77%, #a89083 77%, #a89083 100%);
		background: linear-gradient(to right, #b0998c 0%, #b0998c 77%, #a89083 77%, #a89083 100%);
	}
}

@media screen and (max-width: 1399px) {

	.bg-banner {
		height: 310px;
	}
}

@media (min-width: 1200px) {
	.h3-xl {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 1199px) {
	.logo {
		top: -10px;
	}

	.new-links {
		font-size: 12px;
	}

	.bg-banner,
	.bg-md-banner {
		height: 310px;
	}
}

@media screen and (min-width: 992px) {
	.w-lg-100 {
		width: 100% !important;
	}
}

@media screen and (max-width: 991px) {
	.navbar-toggler {
		background-color: transparent;
	}

	.navbar-toggler {
		background-color: transparent !important;
		border: none;
		font-size: 1.8em;
		color: #fff !important;
		padding: 10px;
	}

	.navbar-toggler-icon {
		background-image: none !important;
	}

	.font-text-mobile {
		font-size: 1.2em;
	}

	.border-responsive {
		border: 0 !important;
	}

	.unidade-height {
		height: 310px;
	}

	.logo {
		position: absolute;
		left: 10px;
		top: 0px;
	}

	.bg-mobile {
		background-color: #b0998c !important;
	}

	.border-mobile {
		border: none !important;
	}

	.bg-menu-top {
		background: #b0998c;
	}

	.bg-banner,
	.bg-md-banner {
		height: 260px;
	}

	.new-menu-logo {
		height: 85px;
	}

	.new-menu-logo img {
		max-width: 75%;
	}

	.fake-header {
		height: 65px;
	}

	.new-links {
		font-size: 16px;
		line-height: 41px;
	}

	.new-navbar {
		box-shadow: none;
	}

	.bg-agende-sua-consulta {
		height: 190px;
	}

	.new-box-tratamento {
		width: 170px;
		height: 170px;
	}

	.new-box-tratamento h2 {
		font-size: 18px;
		padding-bottom: 25px;
	}

	.submenu h3,
	.submenu p {
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
	}

	.blog-home .blog-conteudo {
		height: 200px !important;
	}

	.blog-home .meio {
		height: 200px;
	}

	.bannerAndrogenetica, .bannerRigenera {
		background-image: none;
		background: #E6C8BD;
		padding: 40px 0;
		height: auto;
		min-height: fit-content;
		max-height: fit-content;
	}

	.btnCategorias {
		border: 1px solid #fff;
		font-size: 14px;
	}

	.btnCategorias:last-of-type, .btnCategorias:first-of-type {
		border-radius: 0;
		border: 1px solid #fff;
	}

	.linksTratamentos.active::after {
		top: 50%;
		left: 0;
		transform: translateY(0);
		width: 5px;
		height: 300px;
	}

	.listaTratamentos {
		list-style: none;
		padding-left: 0;
	}

	.capa-video-sobre {
    	width: 450px;
    	height: 252px;
	}

	.modal-dialog {
		min-width: 80vw;
	}
}

@media (min-width: 768px) {
	.w-md-25 {
		width: 25% !important;
	}
}

@media screen and (max-width: 767px) {

	.bg-home-banner-clinica {
		background: url('../../img/banners/banner-clinica-mobile.jpg');
		height: auto;
	}


	.banner-home-entrevista {
		min-height: auto;
		background-image: url('../../img/banners/banner-home-entrevista-mobile.jpg');
	}

	.banner-home-entrevista .h4 {
		font-size: 1em;
	}

	.new-links {
		font-size: 14px;
		line-height: 41px;
	}

	.new-box-tratamento h2 {
		font-size: 16px;
		padding-bottom: 15px;
	}

	/* HOME */

	.banner-home-1 {
		background-image: url('../../img/banners/banner-home-2-mobile.jpg');
	}

	.banner-home-2 {
		background-image: url('../../img/banners/banner-home-2-mobile.jpg');
	}

	.new-banner2 {
		background-position: 35%;
	}

	.new-banner3 {
		background-position: 55%;
	}

	.new-banner4 {
		background-position: 35%;
	}

	.bg-agende-sua-consulta {
		height: 150px;
	}

	/* TRABALHE CONOSCO */

	.bg-trabalhe-conosco {
		background-image: url('../../img/banners/banner-trabalhe-conosco-mobile.jpg');
	}
	.bg-denuncia {
		background-image: url('../../img/banners/29393-BANNER-ADRIANAVILARINHO-ADRIANAVILARINHO-PESQUISADESATISFACAOV3Mobile.png');
	}
	/* MIDIA */

	.bg-midia {
		background-image: url('../../img/banners/banner-midia-mobile.jpg');
	}


	.h1-responsive {
		font-size: 2.5rem;
	}

	.unidade-height {
		height: 360px;
	}

	.margin-menu-negative {
		margin-top: 0;
	}

	.bg-home {
		margin-top: 0 !important;
	}

	.logo {
		position: absolute;
		left: 10px;
		max-width: 157px;
	}

	.bonequinha-dri-mobile {
		max-width: 50%;
	}

	.height-fixed-150px {
		height: 150px;
	}

	.height-fixed-400px {
		height: 400px;
	}

	.bg-home-banner-qr {
		background: none;
		height: auto;
		/*background-position: center top;*/
		/*margin-top: -60px !important;*/
	}
}

@media screen and (max-width: 576px) {

	.owl-theme .owl-nav .owl-prev {
		left: 0px;
	}

	.owl-theme .owl-nav .owl-next {
		right: 0px;
	}

	.bg-banner {
		height: 619px;
	}

	.bg-agende-sua-consulta {
		height: 100px;
	}

	.blog-conteudo {
		width: 80vw;
	}

	.capa-video-sobre {
    	width: 330px;
    	height: 185px;
	}

	/* Home */

	.new-banner1 {
		background-image: url(../../img/banners/banner-2024-1-mobile.jpg);
	}

	.new-banner2 {
		background-image: url(../../img/banners/banner-2024-2-mobile.jpg);
	}

	.new-banner3 {
		background-image: url(../../img/banners/banner-2024-3-mobile.jpg);
	}

	.new-banner4 {
		background-image: url(../../img/banners/banner-2024-4-mobile.jpg);
	}

	/* SOBRE */

	.bg-sobre {
		background-image: url('../../img/banners/banner-sobre-2024-mobile.jpg');
	}

	/* CORPO CLINICO */

	.bg-corpo-clinico {
		background-image: url('../../img/banners/banner-corpo-clinico-2024-mobile.jpg');
	}

	/* UNIDADES */

	.bg-unidades {
		background-image: url('../../img/banners/banner-unidades-2024-mobile.jpg');
	}

	/* TRATAMENTOS */

	.bg-tratamentos {
		background-image: url('../../img/banners/banner-tratamentos-2024-mobile.jpg');
	}

	/* BLOG */

	.bg-blog {
		background-image: url('../../img/banners/banner-blog-2024-mobile.jpg');
	}
}

@media screen and (max-width: 480px) {

	.new-box-tratamento {
		width: 100%;
		height: 170px;
	}

	.new-box-tratamento h2 {
		font-size: 12px;
	}

	.bg-banner {
		height: 500px;
	}
}

.btn-escondido {
	display: none;
}