main{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
	gap: 100px;
	background-color: var(--bg1);
}
span.tag{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: var(--vermelho-escuro);
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.header{
	position: absolute;
}
.open-mobile i{
	color: #fff;
}
.menu-info{
	height: 65px;
}
.menu-info,
.menu-nav{
	background-color: transparent;
}
.menu-info .infos span,
.menu-info .infos a,
.menu-info .redes a, 
.menu-info .redes a i,
.header-menu .header-link,
.header-menu .header-link i{
	color: #fff;
}
.menu-nav .menu-pesquisa .abrir-pesquisa i,
.menu-nav .pesquisar input,
.menu-nav .pesquisar input::placeholder,
.menu-nav .pesquisar button i{
	color: #fff;
}
.menu-nav.fixed .menu-pesquisa .abrir-pesquisa i,
.menu-nav.fixed .header-menu .header-link,
.menu-nav.fixed .header-menu .header-link i,
.menu-nav.fixed .pesquisar input,
.menu-nav.fixed .pesquisar input::placeholder,
.menu-nav.fixed .pesquisar button i{
	color: var(--cinza);
}
.menu-nav .header-logo .logo-2{
    display: flex;
}
.menu-nav .header-logo .logo-1{
	display: none;
}
.menu-nav.fixed .header-logo .logo-2{
    display: none;
}
.menu-nav.fixed .header-logo .logo-1{
	display: flex;
}
.menu-nav.fixed .open-mobile i{
	color: #000;
}


.banner{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner-slider{
    width: 100%;
}
.banner-slider .banner-slide{
    width: 100%;
    position: relative;
}
.banner-slider .banner-slide picture,
.banner-slider .banner-slide picture img{
    width: 100%;
	height: auto;
    display: flex;
	position: relative;
}
.banner-slider .banner-slide picture::after{
	content: "";
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #2c2c2c80;
	z-index: 2;
}
.banner-slider .banner-slide .absolute-container{
    position: absolute;
    bottom: 170px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
	z-index: 3;
}
.banner-slider .banner-slide .absolute-container .container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.banner-slider .banner-slide .absolute-container .container .texto{
    max-width: 800px;
    width: 100%;
    gap: 30px;
}
.banner-slider .banner-slide .absolute-container .container .texto h1{
	color: #fff;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.5;
}
.banner-slider .banner-slide .absolute-container .container .texto a{
	display: flex;
	align-items: center;
	width: fit-content;
	height: 66px;
	padding: 10px 20px;
	background-color: var(--vermelho-escuro);
	border-radius: 50px;
	gap: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	transition: ease .3s;
}
.banner-slider .banner-slide .absolute-container .container .texto a:hover{
	background-color: #fff;
	color: var(--vermelho-escuro);
	transition: ease .3s;
}
.banner-slider .banner-slide .absolute-container .container .texto .dots{
	width: fit-content;
}
.banner-slider .slick-slide.slick-current.slick-active .banner-slide .absolute-container .container .texto .dots .slick-dots{
	position: relative;
	bottom: 0;
}
.banner-slider .slick-slide.slick-current.slick-active .banner-slide .absolute-container .container .texto .dots .slick-dots{
	position: relative;
	bottom: 0;
	margin-top: 10px;
}
.banner-slider .slick-slide.slick-current.slick-active .banner-slide .absolute-container .container .texto .dots .slick-dots li{
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	transition: ease .3s
}
.banner-slider .slick-slide.slick-current.slick-active .banner-slide .absolute-container .container .texto .dots .slick-dots li button{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	transition: ease .3s
}
.banner-slider .slick-slide.slick-current.slick-active .banner-slide .absolute-container .container .texto .dots .slick-dots li.slick-active{
	width: 48px;
	border-radius: 50px;
	transition: ease .3s
}
.banner-slider .slick-slide.slick-current.slick-active .banner-slide .absolute-container .container .texto .dots .slick-dots li.slick-active button{
	border-radius: 50px;
	transition: ease .3s
}
.banner-slider .slick-slide.slick-current.slick-active .banner-slide .absolute-container .container .texto .dots .slick-dots li button:before{
	content: "";
}


.detalhes{
	width: 100%;
	height: fit-content;
	margin-top: -190px;
    position: relative;
    z-index: 1;
}
.detalhes .container{
	min-height: 164px;
	padding: 30px 50px;
	background-color: #fff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 30px;
	box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
}
.detalhes .container .titulo{
	max-width: 650px;
	width: 100%;
	gap: 10px;
}
.detalhes .container .titulo h2{
	font-size: 32px;
}
.detalhes .container .titulo p{
	color: var(--cinza);
}
.detalhes .container .btn-agendar{
	max-width: 290px;
	width: 100%;
	height: 70px;
}
.detalhes .container .btn-agendar a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 25px;
	border-radius: 50px;
	border: 2px solid var(--vermelho-escuro);
	color: var(--vermelho-escuro);
	font-size: 24px;
	font-weight: 700;
	transition: ease .3s
}
.detalhes .container .btn-agendar a:hover{
	background-color: var(--vermelho-escuro);
	color: #fff;
	transition: ease .3s
}


.tratamentos{
	width: 100%;
	gap: 50px;
	flex-direction: column;
	overflow: hidden;
}
.tratamentos .topo{
	width: 100%;
}
.tratamentos .topo .container{
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.tratamentos .topo .titulo{
	gap: 10px;
}
.tratamentos .topo .titulo span.bar{
	margin-bottom: 20px;
}
.tratamentos .topo .titulo p{
	color: var(--cinza);
}
.tratamentos .arrow.mobile{
	display: none;
	gap: 10px;
	margin: 0 auto;
}
.tratamentos .arrow.desktop{
	display: flex;
	gap: 10px;
}
.tratamentos .arrow i{
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: ease .3s;
}
.tratamentos .topo .arrow i:hover{
	color: #fff;
	background-color: var(--vermelho-escuro);
	transition: ease .3s;
}
.tratamentos .tratamentos-slider{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.tratamentos .tratamentos-slider .slick-track{
	padding: 8px 0;
}
.tratamentos .tratamentos-slider .box{
    width: 100%;
	height: 100%;
    margin: 0 auto;
    position: relative;
    align-content: flex-start;
}
.tratamentos .tratamentos-slider .box:hover .img::after,
.tratamentos .tratamentos-slider .slick-current .box .img::after{
	background-image: linear-gradient(180deg, rgba(250, 250, 250, 0) 70%, rgb(188 47 44) 95%);
}
.tratamentos .tratamentos-slider .box:hover .texto,
.tratamentos .tratamentos-slider .slick-current .box .texto{
	background-color: rgb(188 47 44);
}
.tratamentos .tratamentos-slider .box .img::after{
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(250, 250, 250, 0) 70%, rgba(197, 94, 92, 1) 95%);
}
.tratamentos .tratamentos-slider .box .img,
.tratamentos .tratamentos-slider .box .img img{
    width: 100%;
	height: 100%;
    max-height: 400px;
    object-fit: cover;
	object-position: top;
    position: relative;
}
.tratamentos .tratamentos-slider .box .texto{
	display: flex;
	align-content: start;
    width: 100%;
	min-height: 145px;
    padding: 0px 20px 20px;
    gap: 10px;
    background-color: rgba(197, 94, 92, 1);
}
.tratamentos .tratamentos-slider .box .texto h3{
	color: #fff;
	font-weight: 600;
	font-size: 25px;
}
.tratamentos .tratamentos-slider .box .texto p{
	font-size: 18px;
	color: #fff;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
}
.tratamentos .tratamentos-slider .box .texto a{
	margin-top: auto;
	width: fit-content;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}
.tratamentos .tratamentos-slider .box:hover .texto a{
	border-bottom: 1px solid #fff;
    transition: ease .3s;
}
.tratamentos .dots{
	width: fit-content;
	margin: -90px auto 0;
}
.tratamentos .dots .slick-dots{
	position: relative;
	bottom: 0;
}
.tratamentos .dots .slick-dots{
	position: relative;
	bottom: 0;
	margin-top: 10px;
}
.tratamentos .dots .slick-dots li{
	width: 8px;
	height: 8px;
	background-color: #B1B1B1;
	border-radius: 50%;
	transition: ease .3s
}
.tratamentos .dots .slick-dots li button{
	width: 100%;
	height: 100%;
	background-color: #B1B1B1;
	border-radius: 50%;
	transition: ease .3s
}
.tratamentos .dots .slick-dots li.slick-active{
	width: 48px;
	border-radius: 50px;
	transition: ease .3s
}
.tratamentos .dots .slick-dots li.slick-active button{
	border-radius: 50px;
	transition: ease .3s
}
.tratamentos .dots .slick-dots li button:before{
	content: "";
}


.sobre-tratamentos{
	width: 100%;
}
.sobre-tratamentos .content{
	display: flex;
	align-items: center;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	gap: 50px;
	justify-content: space-between;
}
.sobre-tratamentos .img{
	max-width: 600px;
	width: 100%;
}
.sobre-tratamentos .img img{
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 20px;
}
.sobre-tratamentos .texto{
	max-width: 600px;
	width: 100%;
	gap: 30px;
}
.sobre-tratamentos .texto h3{
	font-size: 40px;
	font-weight: 800;
}
.sobre-tratamentos .texto p{
	font-size: 24px;
	color: var(--cinza);
}
.sobre-tratamentos .texto a{
	width: fit-content;
	margin-top: 10px;
	color: var(--vermelho-escuro);
	font-size: 24px;
	font-weight: 700;
	display: flex;
	gap: 10px;
	border-bottom: 1px solid transparent;
	transition: ease .3s;
}
.sobre-tratamentos .texto a:hover{
	border-bottom: 1px solid var(--vermelho-escuro);
	transition: ease .3s;
}


.orientacoes{
	width: 100%;
}
.orientacoes .container{
	gap: 75px;
}
.orientacoes .titulo{
	width: 100%;
	gap: 10px;
	align-items: center;
	text-align: center;
}
.orientacoes .orientacoes-div{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 50px;
	row-gap: 50px;
}
.orientacoes .orientacoes-div .faq-content{
	max-width: 680px;
	width: 100%;
	gap: 20px;
	position: relative;
}
.orientacoes .orientacoes-div .faq-content details{
	width: 100%;
	padding-left: 15px;
	position: relative;
	gap: 15px;
	transition: ease .3s;
}
.orientacoes .orientacoes-div .faq-content details:after{
	content: "";
	width: 3px;
	height: 100%;
	border-radius: 50px;
	background-color: #C2C8D0;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease .3s;
}
.orientacoes .orientacoes-div .faq-content details[open]:after{
	background-color: var(--vermelho-escuro);
	transition: ease .3s;
}
.orientacoes .orientacoes-div .faq-content details[open] summary{
	color: var(--preto);
	font-weight: 600
}
.orientacoes .orientacoes-div .faq-content details summary{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	color: var(--cinza);
	cursor: pointer;
	gap: 20px;
}
.orientacoes .orientacoes-div .faq-content details p{
	font-size: 22px;
	color: var(--cinza);
	overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}
.orientacoes .orientacoes-div .faq-content details[open] p {
    max-height: 500px; /* Ajuste conforme o conteúdo */
    opacity: 1;
}
.orientacoes .orientacoes-div .img,
.orientacoes .orientacoes-div .img img{
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 35px;
}


.banner-mid{
	width: 100%;
	min-height: 600px;
	background-image: url(../imagens/home/banner-mid.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.banner-mid::before{
	content: "";
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #bc6965c7;
}
.banner-mid .texto{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	align-items: center;
	text-align: center;
    justify-content: center;
	gap: 20px;
	position: relative;
	z-index: 5;
}
.banner-mid .texto span.linha{
	width: 64px;
	height: 3px;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
}
.banner-mid .texto span.title{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.banner-mid .texto h3{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}
.banner-mid .texto a{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 258px;
	width: 100%;
	min-height: 66px;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: transparent;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	transition: ease .3s;
}
.banner-mid .texto a:hover{
	background-color: #fff;
	color: var(--vermelho-escuro);
	transition: ease .3s;
}


.convenios{
	width: 100%;
}
.convenios .container{
	gap: 50px;
}
.convenios .topo{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: self-end;
	gap: 30px;
	margin-bottom: 30px;
}
.convenios .topo .titulo{
	gap: 10px;
}
.convenios .topo .titulo span{
	margin-bottom: 20px;
}
.convenios .topo .titulo p{
	font-size: 24px;
	color: var(--cinza);
}
.convenios .link.mobile{
	display: none;
}
.convenios .link.desktop{
	display: flex;
}
.convenios .link{
	align-items: center;
	gap: 15px;
	font-size: 24px;
	font-weight: 700;
	color: var(--vermelho-escuro);
	border-bottom: 1px solid transparent;
	transition: ease .3s;
}
.convenios .link:hover{
	border-bottom: 1px solid var(--vermelho-escuro);
	transition: ease .3s;
}
.convenios .convenio-slider{
	width: 100%;
}
.convenios .convenio-slider .box{
	align-items: center;
	justify-content: center;
	width: 95%;
	height: 240px;
	margin: 0 auto;
	border-radius: 25px;
	border: 1px solid #c2c8d082;
	background-color: #fff;
}
.convenios .convenio-slider .box img{
	max-width: 80%;
	width: fit-content;
	max-height: 80%;
	height: auto;
	object-fit: contain;
}
.convenios .dots{
	width: fit-content;
	margin: -80px auto 0;
}
.convenios .dots .slick-dots{
	position: relative;
	bottom: 0;
}
.convenios .dots .slick-dots{
	position: relative;
	bottom: 0;
	margin-top: 10px;
}
.convenios .dots .slick-dots li{
	width: 8px;
	height: 8px;
	background-color: #B1B1B1;
	border-radius: 50%;
	transition: ease .3s
}
.convenios .dots .slick-dots li button{
	width: 100%;
	height: 100%;
	background-color: #B1B1B1;
	border-radius: 50%;
	transition: ease .3s
}
.convenios .dots .slick-dots li.slick-active{
	width: 48px;
	border-radius: 50px;
	transition: ease .3s
}
.convenios .dots .slick-dots li.slick-active button{
	border-radius: 50px;
	transition: ease .3s
}
.convenios .dots .slick-dots li button:before{
	content: "";
}


.conhecer-equipe{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 50px;
	justify-content: space-between;
	padding-left: calc((100% - 1725px) / 2);
}
.conhecer-equipe .img{
	max-width: 1018px;
	width: 100%;
}
.conhecer-equipe .img img{
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 20px;
}
.conhecer-equipe .texto{
	max-width: 640px;
	width: 100%;
}
.conhecer-equipe .texto h2{
	font-size: 48px;
	font-weight: 800;
	line-height: 1.5;
}
.conhecer-equipe .texto p{
	font-size: 24px;
	color: var(--cinza);
	margin: 20px 0 40px;
}
.conhecer-equipe .texto a{
	width: fit-content;
	margin-top: 10px;
	color: var(--vermelho-escuro);
	font-size: 24px;
	font-weight: 700;
	display: flex;
	gap: 10px;
	border-bottom: 1px solid transparent;
	transition: ease .3s;
}
.conhecer-equipe .texto a:hover{
	border-bottom: 1px solid var(--vermelho-escuro);
	transition: ease .3s;
}


.depoimentos{
	width: 100%;
	gap: 50px;
}
.depoimentos .container{
	gap: 50px;
}
.depoimentos .topo{
	display: flex;
	align-items: end;
	width: 100%;
	gap: 30px;
	justify-content: space-between;
}
.depoimentos .topo .titulo{
	gap: 10px;
}
.depoimentos .topo .titulo span.bar{
	margin-bottom: 20px;
}
.depoimentos .topo .titulo p{
	color: var(--cinza);
}
.depoimentos .arrow.mobile{
	display: none;
	gap: 10px;
	margin: 0 auto;
}
.depoimentos .arrow.desktop{
	display: flex;
	gap: 10px;
}
.depoimentos .arrow i{
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: ease .3s;
}
.depoimentos .arrow i:hover{
	color: #fff;
	background-color: var(--vermelho-escuro);
	transition: ease .3s;
}
.depoimentos .depoimentos-slider{
	width: 100%;
}
.depoimentos .depoimentos-slider .box{
	width: 97%;
	height: 100%;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #b0b0b040;
	padding: 50px;
	gap: 20px
}
.depoimentos .depoimentos-slider .box img{
	width: fit-content;
	height: fit-content;
	object-fit: contain;
	margin-bottom: 20px;
}
.depoimentos .depoimentos-slider .box p{
	width: 100%;
	font-size: 24px;
	font-weight: 600;
}
.depoimentos .depoimentos-slider .box .user{
	width: 100%;
	margin-top: auto;
}
.depoimentos .depoimentos-slider .box .user span:nth-child(1){
	font-size: 20px;
	font-weight: 500;
	color: var(--cinza);
}
.depoimentos .depoimentos-slider .box .user span:nth-child(2){
	font-size: 20px;
	color: var(--cinza);
}
.depoimentos .dots{
	width: fit-content;
	margin: -80px auto 0;
}
.depoimentos .dots .slick-dots{
	position: relative;
	bottom: 0;
}
.depoimentos .dots .slick-dots{
	position: relative;
	bottom: 0;
	margin-top: 10px;
}
.depoimentos .dots .slick-dots li{
	width: 8px;
	height: 8px;
	background-color: var(--vermelho-escuro);
	border-radius: 50%;
	transition: ease .3s
}
.depoimentos .dots .slick-dots li button{
	width: 100%;
	height: 100%;
	background-color: var(--vermelho-escuro);
	border-radius: 50%;
	transition: ease .3s
}
.depoimentos .dots .slick-dots li.slick-active{
	width: 48px;
	border-radius: 50px;
	transition: ease .3s
}
.depoimentos .dots .slick-dots li.slick-active button{
	border-radius: 50px;
	transition: ease .3s
}
.depoimentos .dots .slick-dots li button:before{
	content: "";
}


.blog{
	width: 100%;
}
.blog .container{
	gap: 50px;
}
.blog .topo{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: self-end;
	gap: 30px;
	margin-bottom: 30px;
}
.blog .topo .titulo{
	gap: 5px;
}
.blog .topo .titulo p{
	font-size: 20px;
	font-weight: 500;
	color: var(--cinza);
}
.blog .link.mobile{
	display: none;
}
.blog .link.desktop{
	display: flex;
}
.blog .link{
	align-items: center;
	gap: 15px;
	font-size: 24px;
	font-weight: 700;
	color: var(--vermelho-escuro);
	border-bottom: 1px solid transparent;
	transition: ease .3s;
}
.blog .link:hover{
	border-bottom: 1px solid var(--vermelho-escuro);
	transition: ease .3s;
}
.blog .blog-conteudo{
	width: 100%;
}
.blog .blog-conteudo .blog-div{
	display: flex;
	gap: 15px;
}
.blog .blog-conteudo .box{
    max-width: 563px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    align-content: flex-start; 
    border-radius: 20px;
	background-color: #fff;
    border: 1px solid #aaaaaa66;
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
}
.blog .blog-conteudo .box .img,
.blog .blog-conteudo .box .img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform .3s;
    position: relative;
}
.blog .blog-conteudo .box:hover .img img{
	transform: scale(1.2);
	transition: transform .3s;
}
.blog .blog-conteudo .box .texto{
	display: flex;
    width: 100%;
    gap: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.blog .blog-conteudo .box .texto .txt{
	display: flex;
	min-height: 200px;
	gap: 15px;
	position: relative;
	padding: 20px 20px 20px 20px;
}
/* .blog .blog-conteudo .box .texto .txt h4{
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
} */
.blog .blog-conteudo .box .texto .txt a{
	margin-top: auto;
}
.blog .blog-conteudo .box:hover .texto .txt a{
	border-bottom: 1px solid var(--vermelho-escuro);
    transition: ease .3s;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
	.banner-slider .banner-slide .absolute-container .container .texto h1{
		font-size: 3vw;
	}

	.conhecer-equipe{
		padding-left: 5%;
	}
}


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

@media screen and (max-width: 1440px){	
	.conhecer-equipe .texto h2{
		font-size: 40px;
	}
}

@media screen and (max-width: 1366px){
	.banner-slider .banner-slide .absolute-container{
		bottom: 110px;
	}
	.banner-slider .banner-slide .absolute-container .container .texto a{
		font-size: 2vw;
		height: 5vw;
	}
	.banner-slider .banner-slide .absolute-container .container .texto a i{
		font-size: 2vw;
	}

	.sobre-tratamentos .texto h3,
	.conhecer-equipe .texto h2{
		font-size: 36px;
	}
	.tratamentos .tratamentos-slider .box .texto h3{
		font-size: 28px;
	}
}

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


}

@media screen and (max-width: 1200px){
	.banner-slider .banner-slide picture,
	.banner-slider .banner-slide picture img{
		height: 598px;
		object-fit: cover;
	}
}

@media screen and (max-width: 1100px){
    .orientacoes .orientacoes-div{
		grid-template-columns: 1fr;
	}
	.orientacoes .orientacoes-div .faq-content{
		max-width: 100%;
	}

    .blog .blog-conteudo .blog-div{
		flex-wrap: wrap;
		justify-content: center;
	}
	.blog .blog-conteudo .box{
		max-width: 350px;
	}
}

/* MOBILE */
@media screen and (max-width: 1000px){
	.banner-slider .banner-slide .absolute-container .container .texto h1{
		font-size: 35px;
	}
	.banner-slider .banner-slide .absolute-container .container .texto a{
		height: 50px;
	}
	.banner-slider .banner-slide .absolute-container .container .texto a,
	.banner-slider .banner-slide .absolute-container .container .texto a i{
		font-size: 20px;
	}

    .detalhes .container{
    	flex-wrap: wrap;
    	justify-content: center;
        text-align: center;
    } 

	.sobre-tratamentos .content{
		flex-direction: column;
	}
	.sobre-tratamentos .content .img{
		order: 1;
	}
	.sobre-tratamentos .content .texto{
		order: 0;
	}

	.conhecer-equipe{
		padding: 0 5%;
		flex-direction: column;
	}


	.tratamentos .topo .container,
	.convenios .topo,
	.depoimentos .topo,
	.blog .topo{
		flex-direction: column;
		align-items: center;
	}
	.tratamentos .topo .titulo,
	.convenios .topo .titulo,
	.depoimentos .topo .titulo,
	.blog .topo .titulo{
		align-items: center;
		text-align: center;
	}
	.blog span.bar{
		margin: 0 auto;
	}

	.tratamentos .arrow.mobile{
		display: flex;
		margin-top: -40px;
	}
	.tratamentos .arrow.desktop{
		display: none;
	}
	.tratamentos .dots{
		display: none;
	}

	.depoimentos .arrow.mobile{
		display: flex;
	}
	.depoimentos .arrow.desktop{
		display: none;
	}
	.depoimentos .dots{
		display: none;
	}

	.blog .container{
		gap: 30px;
	}
	.blog .link.mobile{
		display: flex;
		margin: 0 auto;
	}
	.blog .link.desktop{
		display: none;
	}

	.convenios .container{
		gap: 30px;
	}
	.convenios .topo{
		margin-bottom: 0;
	}
	.convenios .link.mobile{
		display: flex;
		margin: 0 auto;
	}
	.convenios .link.desktop{
		display: none;
	}
	.convenios .dots{
		margin: -45px auto 0;
	}
}

@media screen and (max-width: 800px){
	.detalhes{
		margin-top: 0;
	}
	.detalhes .container{
		padding: 30px 20px;
	}
	.detalhes .container .titulo{
		gap: 25px;
	}
	.detalhes .container{
		gap: 25px;
	}
}

@media screen and (max-width: 600px){
	
    .banner-slider .banner-slide picture,
	.banner-slider .banner-slide picture img{
		height: fit-content;
		object-fit: contain;
	}
	.banner-slider .banner-slide .absolute-container{
		bottom: 40px;
	}
	.banner-slider .banner-slide .absolute-container .container .texto h1{
		font-size: 8vw;
	}
	.banner-slider .banner-slide .absolute-container .container .texto a{
		height: 9vw;
	}
	.banner-slider .banner-slide .absolute-container .container .texto a,
	.banner-slider .banner-slide .absolute-container .container .texto a i{
		font-size: 4vw;
	}

	.depoimentos .depoimentos-slider .box{
		width: 99%;
		padding: 30px 20px;
	}

	.blog{
		margin-top: -25px;
	}
}

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

}

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

}