.banner{
	width: 100%;
	height: 183px;
	background-image: url('../imagens/contato.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}	
.banner h2{
	font-size: 42px;
	font-family: "neue";
	margin: auto;
}


/* SOBRE */
.sobre{
	width: 100%;
	padding: 100px 0;
}
.sobre .container{
	gap: 50px;
	justify-content: space-between;
}
.sobre .texto{
	width: 642px;
	align-self: center;
	gap: 20px;
}
.sobre .texto span{
	background-color: var(--primaria);
}
.sobre .img{
	width: 700px;
}
.sobre .img img{
	width: 100%;
	border-radius: 10px;
	object-fit: contain;
}


/* CLINICO */
.clinico{
	width: 100%;
	background-color: var(--bg3);
	padding: 100px 0;
	gap: 50px;
}
.clinico .container{
	justify-content: space-between;
	align-items: flex-end;
}
.clinico .titulo{
	width: 250px;
	gap: 20px;
}
.clinico .titulo span{
	background-color: var(--primaria);
}
.clinico .arrow{
	display: flex;
	gap: 20px;
}
.clinico .arrow i{
	color: var(--primaria);
    width: 66px;
    height: 66px;
    border: 1px solid var(--cor-5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.clinico .clinico-container{
	width: 95%;
	margin-left: auto;
}
.clinico .corpo-slider{
	width: 100%;
}
.clinico .corpo-slider .box{
	width: 95%;
	height: 100%;
	margin-right: auto;
	background-color: #fff;
	border-radius: 10px;
}
.clinico .corpo-slider .box .img{
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.clinico .corpo-slider .box .img img{
	width: 100%;
}
.clinico .corpo-slider .box .texto-corpo{
	width: 100%;
	padding: 20px;
	gap: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.clinico .corpo-slider .box .texto-corpo .nome{
	width: 100%;
	height: 120px;
	gap: 15px;
	border-bottom: 1px solid var(--cor-5);
	padding-bottom: 15px;
}
.clinico .corpo-slider .box .texto-corpo h5{
	font-family: "neue-m";
	font-weight: 500;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	line-height: 1.3;
}
.clinico .corpo-slider .box .texto-corpo p{
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 10; 
	-webkit-box-orient: vertical; 
	line-height: 1.3;
}
.clinico .corpo-slider .box .texto-corpo a{
	margin-top: auto;
}
.clinico .corpo-slider .box .texto-corpo a:hover{
	color: var(--azul);
	transition: ease .3s;
}


/* EQUIPE */
.equipe{
	width: 100%;
	background-color: var(--bg3);
}
.equipe .equipe-container{
	width: 95%;
	margin-left: auto;
	gap: 50px;
	padding: 100px 0;
	border-top: 1px solid var(--cor-5);
}
.equipe .titulo{
	width: 100%;
	gap: 20px;
}
.equipe .titulo span{
	background-color: var(--primaria);
}
.equipe .equipe-slider{
	width: 100%;
}
.equipe .equipe-slider .box{
	width: 95%;
	height: 100%;
	margin-right: auto;
	background-color: #fff;
	border-radius: 10px;
}
.equipe .equipe-slider .box .img{
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.equipe .equipe-slider .box .img img{
	width: 100%;
}
.equipe .equipe-slider .box .texto-equipe{
	width: 100%;
	min-height: 150px;
	padding: 20px;
	gap: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.equipe .equipe-slider .box .texto-equipe h5{
	font-family: "neue-m";
	font-weight: 500;
	border-bottom: 1px solid var(--cor-5);
	padding-bottom: 15px;
}
.equipe .equipe-slider .box .texto-equipe p{
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 8; 
	-webkit-box-orient: vertical; 
	line-height: 1.3;
}
.equipe .equipe-slider .box .texto-equipe a{
	margin-top: auto;
}
.equipe .equipe-slider .box .texto-equipe a:hover{
	color: var(--azul);
	transition: ease .3s;
}


.historia{
	background-color: #fff;
}
.historia .conteudo{
	gap: 50px;
}
.historia .conteudo .texto .missoes{
	width: 100%;
	gap: 30px;
}
.historia .conteudo .texto .missoes .box{
	width: 100%;
	gap: 15px;
}
.historia .conteudo .texto .missoes .box .titulo{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.historia .conteudo .texto .missoes .box .titulo .icon {
    width: 42px;
    height: 42px;
    background-image: url(../imagens/home/bg1.png);
    background-size: 42px 42px;
    background-repeat: no-repeat;
    border-radius: 5px;
    place-content: center;
}
.historia .conteudo .texto .missoes .box .titulo .icon img {
    max-width: 50%;
    max-height: 50%;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(424%) hue-rotate(204deg) brightness(119%) contrast(100%); */
    filter: brightness(0) saturate(100%) invert(18%) sepia(80%) saturate(477%) hue-rotate(161deg) brightness(98%) contrast(89%);

}
.historia .conteudo .texto .missoes .box .titulo h4{
	width: calc(100% - 52px);
}
.historia .conteudo .numeros{
	gap: 30px;
}

/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	.sobre .img{
		width: calc(100% - 700px);
	}
}

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

}

@media screen and (max-width: 1366px){
	.sobre .texto{
		width: 550px;
	}
	.sobre .img {
        width: calc(100% - 650px);
    }
}

@media screen and (max-width: 1280px){
	.sobre .texto{
		width: 500px;
	}
	.sobre .img{
		width: calc(100% - 580px);
	}
}

@media screen and (max-width: 1100px){
	.sobre .texto{
		width: 450px;
	}
	.sobre .img {
        width: calc(100% - 500px);
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .sobre .container{
    	flex-direction: column;
    	place-content: center;
    }
    .sobre .texto{
    	max-width: 700px;
    	width: 100%;
    }
    .sobre .img{
    	max-width: 700px;
    	width: 100%;
    }
    .sobre .img img{
    	width: 100%;
    	height: fit-content;
    	object-fit: contain;
    }
}

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

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

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

}

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

}