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;
}


.banner{
	width: 100%;
	position: relative;
}
.banner picture{
	width: 100%;
	position: relative;
}
.banner picture img{
	width: 100%;
}
.banner picture:after{
	content: "";
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../imagens/contato/filter.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	z-index: 1;
}
.banner .absolute{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}


.sobre{
	width: 100%;
}
.sobre .container{
	display: flex;
	gap: 50px;
	margin-top: -160px;
	position: relative;
	z-index: 3;
}
.sobre .img{
	max-width: 870px;
	width: 100%;
}
.sobre .img img{
	width: 100%;
	object-fit: contain;
}
.sobre .texto{
	max-width: 764px;
	width: 100%;
	justify-content: center;
	gap: 10px;
	padding: 100px 0;
}
.sobre .texto p{
	margin: 30px 0 0;
	color: var(--cinza);
}


.diferenciais{
	width: 100%;
}
.diferenciais .container{
	gap: 50px;
}
.diferenciais .titulo{
	width: 100%;
	gap: 10px;
	align-items: center;
	text-align: center;
}
.diferenciais .diferenciais-div{
	width: 100%;
	gap: 30px;
}
.diferenciais .diferenciais-div .div-1,
.diferenciais .diferenciais-div .div-2{
	display: flex;
	width: 100%;
	gap: 15px;
}
.diferenciais .diferenciais-div .div-1 .box,
.diferenciais .diferenciais-div .div-2 .box{
	gap: 20px;
	min-height: 360px;
	background-color: #fff;
	border-radius: 20px;
	padding: 35px;
	box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
	transition: ease .3s;
}
.diferenciais .diferenciais-div .div-1 .box:nth-child(1){
	width: 53%
}
.diferenciais .diferenciais-div .div-1 .box:nth-child(2){
	width: 47%;
}
.diferenciais .diferenciais-div .div-2 .box:nth-child(1){
	width: 47%
}
.diferenciais .diferenciais-div .div-2 .box:nth-child(2){
	width: 53%;
}
.diferenciais .diferenciais-div .div-1 .box:hover,
.diferenciais .diferenciais-div .div-2 .box:hover{
	background-color: var(--vermelho-escuro);
	transition: ease .3s;
}
.diferenciais .diferenciais-div .div-1 .box h3,
.diferenciais .diferenciais-div .div-1 .box p,
.diferenciais .diferenciais-div .div-2 .box h3,
.diferenciais .diferenciais-div .div-2 .box p{
	transition: ease .3s;
}
.diferenciais .diferenciais-div .div-1 .box:hover h3,
.diferenciais .diferenciais-div .div-1 .box:hover p,
.diferenciais .diferenciais-div .div-2 .box:hover h3,
.diferenciais .diferenciais-div .div-2 .box:hover p{
	color: #fff;
	transition: ease .3s;
}


.banner-mid{
	width: 100%;
	min-height: 650px;
	background-image: url('../imagens/sobre/bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner-mid .container{
	justify-content: center;
	align-content: center;
	gap: 10px;
	padding: 100px 0;
}
.banner-mid .container span{
	display: flex;
    width: 64px;
    height: 3px;
    background-color: #fff;
}
.banner-mid .container h2{
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	margin: 20px 0;
}
.banner-mid .container a{
	max-width: 316px;
	height: 66px;
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    transition: ease .3s;
}
.banner-mid .container a:hover{
	background-color: #fff;
	color: var(--vermelho-escuro);
	transition: ease .3s;
}


.historia{
	width: 100%;
	gap: 75px;
}
.historia .topo{
	width: 100%;
	margin-top: -200px;
}
.historia .topo .container{
	padding: 50px 30px;
	background-color: #fff;
	border-radius: 25px;
	border: 1px solid #C2C8D080;
	gap: 15px;
	align-items: center;
    text-align: center;
}
.historia .topo p{
	color: var(--cinza);
	margin-top: 10px;
}
.historia .linha-div{
	width: 100%;
	padding-left: calc((100% - 1725px) / 2);
}
.historia .linha-div .linha-slider{
	width: 100%;
}
.historia .linha-div .linha-slider .slick-slide:last-child .box::after{
	display: none;
}
.historia .linha-div .linha-slider .box{
	width: 100%;
	height: 100%;
	padding-right: 75px;
	position: relative;
	gap: 25px;
}
.historia .linha-div .linha-slider .box::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-image: url('../imagens/sobre/linha.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.historia .linha-div .linha-slider .box .circle{
	display: flex;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #4D4D4D;
	position: relative;
	z-index: 2;
}
.historia .linha-div .linha-slider .box .num{
	width: fit-content;
	padding: 10px 25px;
	background-color: var(--vermelho-escuro);
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	margin: 15px 0 5px;
}
.historia .linha-div .linha-slider .box h4{
	font-size: 28px;
}
.historia .linha-div .linha-slider .box p{
	color: var(--cinza);
	font-size: 22px;
}
.historia .linha-div .bottom{
	max-width: 1725px;
	width: 100%;
	display: flex;
}
.historia .linha-div .bottom .dots{
	width: 100%;
}
.historia .linha-div .bottom .dots .slick-dots{
	position: relative;
	bottom: 0;
}
.historia .linha-div .bottom .dots .slick-dots li{
	width: 8px;
	height: 8px;
	background-color: #B1B1B1;
	border-radius: 50%;
	transition: ease .3s
}
.historia .linha-div .bottom .dots .slick-dots li button{
	width: 100%;
	height: 100%;
	background-color: #B1B1B1;
	border-radius: 50%;
	transition: ease .3s
}
.historia .linha-div .bottom .dots .slick-dots li.slick-active{
	width: 48px;
	border-radius: 50px;
	transition: ease .3s
}
.historia .linha-div .bottom .dots .slick-dots li.slick-active button{
	border-radius: 50px;
	transition: ease .3s
}
.historia .linha-div .bottom .dots .slick-dots li button:before{
	content: "";
}
.historia .linha-div .bottom .arrow{
	display: flex;
	gap: 10px;
	width: 138px;
}
.historia .linha-div .bottom .arrow i{
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: ease .3s;
}
.historia .linha-div .bottom .arrow i:hover{
	color: #fff;
	background-color: var(--vermelho-escuro);
	transition: ease .3s;
}


.img-bn{
	width: 100%;
}
.img-bn img{
	width: 100%;
	border-radius: 25px;
	object-fit: contain;
}


.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{
	display: flex;
	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: 1800px){
	.linha-div{
		max-width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1600px){
	.banner .texto{
		padding: 50px 5%;
	}
}

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

}

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

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

@media screen and (max-width: 1100px){
	.banner,
	.banner picture,
	.banner picture img{
		height: 340px;
		object-fit: cover;
	}
	.banner picture:after{
		background-size: cover;
	}

	.sobre .container{
		margin-top: 0;
		flex-direction: column;
	}
	.sobre .img{
		order: 1;
	}
	.sobre .texto{
		order: 0;
		padding: 0;
	}

	.orientacoes .orientacoes-div{
		grid-template-columns: 1fr;
	}

	.medicos .medicos-div{
		grid-template-columns: 1fr 1fr;
		justify-content: center;
	}

	.diferenciais .diferenciais-div .div-1 .box:nth-child(1){
		width: 50%
	}
	.diferenciais .diferenciais-div .div-1 .box:nth-child(2){
		width: 50%;
	}
	.diferenciais .diferenciais-div .div-2 .box:nth-child(1){
		width: 50%
	}
	.diferenciais .diferenciais-div .div-2 .box:nth-child(2){
		width: 50%;
	}

	.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){
    .detalhes .container{
    	flex-wrap: wrap;
    	justify-content: center;
        text-align: center;
    } 

    .funciona .container {
	    display: grid;
	    grid-template-columns: 1fr ;
	}

	.historia .linha-div .linha-slider .box{
		padding-right: 20px;
	}

	.blog .topo{
		flex-direction: column;
		align-items: center;
	}
	.blog .topo .titulo{
		align-items: center;
		text-align: center;
	}
	.blog span.bar{
		margin: 0 auto;
	}
	.blog .container{
		gap: 30px;
	}
	.blog .link.mobile{
		display: flex;
		margin: 0 auto;
	}
	.blog .link.desktop{
		display: none;
	}

	.con
}

@media screen and (max-width: 800px){
    .medicos .topo{
    	flex-direction: column;
    	align-items: center;
    }
    .medicos .topo .titulo{
    	text-align: center;
    	align-items: center;
    }

    .diferenciais .diferenciais-div{
    	gap: 15px;
    }
    .diferenciais .diferenciais-div .div-1,
    .diferenciais .diferenciais-div .div-2{
    	flex-wrap: wrap;
    }
    .diferenciais .diferenciais-div .div-1 .box:nth-child(1){
		width: 100%;
	}
	.diferenciais .diferenciais-div .div-1 .box:nth-child(2){
		width: 100%;
	}
	.diferenciais .diferenciais-div .div-2 .box:nth-child(1){
		width: 100%
	}
	.diferenciais .diferenciais-div .div-2 .box:nth-child(2){
		width: 100%;
	}

	.historia .topo{
		margin-top: 0;
	}
	.historia .linha-div .bottom .dots{
		display: none;
	}
	.historia .linha-div .bottom .arrow{
		margin: 0 auto;
	}

	.banner-mid .container h2{
		font-size: 30px;
	}
}

@media screen and (max-width: 600px){
    .banner,
	.banner picture,
	.banner picture img{
		height: unset;
		object-fit: contain;
	}

	.medicos .medicos-div{
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 500px){
	.redes .redes-div{
		grid-template-columns: 1fr;
	}
}

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

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

}