.banner{
	width: 100%;
	position: relative;
	margin-bottom: -133px;
}
.banner .img,
.banner .img img{
	width: 100%;
	min-height: 735px;
	object-fit: cover;
}
.banner .texto{
	position: absolute;
	width: 100%;
	height: 100%;
	align-content: center;
    justify-content: center;
    padding: 0px 0 133px;
}
.banner .texto h2{
	font-size: 125px;
	font-weight: 700;
	text-align: center;
}


.sobre{
	width: 100%;
	position: relative;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: var(--bg3);
	padding: 50px 0 150px;
}
.sobre .container{
	display: flex;
	gap: 50px;
}
.sobre .img{
	max-width: 870px;
	width: 100%;
}
.sobre .img img{
	width: 100%;
	height: fit-content;
	object-fit: contain;
}
.sobre .texto{
	max-width: 804px;
	width: 100%;
	gap: 20px;
}
.sobre .texto div{
	width: 100%;
	height: 1px;
	background-color: #0003;
	display: flex;
}
.sobre .texto p{
	font-size: 24px;
}


.selos-div{
	width: 100%;
	background-image: url('../imagens/sobre/bn1.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.selos-div .content{
	display: flex;
	max-width: 1182px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	gap: 50px 20px;
	padding: 33px 0;	
}
.selos-div .content .texto{
	max-width: 577px;
	width: 100%;
	text-align: end;
	align-self: center;
	gap: 20px;
}
.selos-div .content .texto p{
	font-size: 28px;
	color: #fff;
	font-weight: 200;
}
.selos-div .content .div{
	width: 1px;
	height: 100%;
	background-color: #ffffffa3;
	display: flex;
}
.selos-div .content .img{
	display: flex;
	max-width: 455px;
	width: 100%;
	justify-content: space-between;
	gap: 20px;
}


.equipe{
	width: 100%;
	padding: 200px 0;
	background-color: var(--bg3);
}
.equipe .container{
	gap: 40px;
}
.equipe .titulo{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #0003;
	padding-bottom: 30px;
	gap: 20px;
}
.equipe .titulo p{
	max-width: 577px;
	width: fit-content;
	font-size: 28px;
	font-weight: 300;
	color: var(--primaria);
	margin-left: auto;
}
.equipe .arrow{
	display: flex;
	gap: 20px;
}
.equipe .arrow button i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 2px solid var(--cor-2);
	border-radius: 50%;
	color: var(--cor-2);
	font-size: 35px;
}
.equipe .equipe-div{
	width: 100%;
	gap: 30px;
}
.equipe .equipe-div .arrow{
	display: none!important;
}
.equipe .equipe-slider{
	width: 100%;
}
.equipe .equipe-slider .slick-track{
	padding: 20px 0;
}
.equipe .equipe-slider .box:hover{
	margin-top: -20px;
	transition: ease .3s;
}
.equipe .equipe-slider .box{
	width: 95%;
	margin: 0 auto;
	transition: ease .3s;
}
.equipe .equipe-slider .box .img{
	width: 100%;
	position: relative;
	align-items: center;
	justify-content: center;
	/* background-image: url(../imagens/sobre/eqp.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat; */
}
.equipe .equipe-slider .box .img .img1{
	width: 100%;
}
.equipe .equipe-slider .box .img .img2{
	width: 92%;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    right: 0;
}
.equipe .equipe-slider .box .texto{
	width: 100%;
	align-items: center;
	text-align: center;
}
.equipe .equipe-slider .box .texto h3{
	font-size: 40px;
	font-weight: 700;
}
.equipe .equipe-slider .box .texto h6,
.equipe .equipe-slider .box .texto h6 span{
	font-size: 24px;
}
.equipe .equipe-slider .box .texto h6 span{
	font-weight: 700;
}


.planos{
	width: 100%;
	padding: 100px 0;
	background-color: var(--bg3);
	background-image: url('../imagens/sobre/bg.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top center;
}
.planos .container{
	gap: 40px;
}
.planos .titulo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #0003;
	padding-bottom: 30px;
	gap: 20px;
}
.planos .titulo p{
	max-width: 577px;
	width: 100%;
	font-size: 28px;
	font-weight: 300;
	color: var(--cor-3);
}
.planos .planos-div{
	max-width: 1287px;
	width: 100%;
	margin: 0 auto;
	gap: 30px;
}
.planos .planos-div .box{
	width: 100%;
	display: flex;
	gap: 35px;
	border: 1px solid #00000030;
	border-radius: 25px;
	padding: 40px 50px;
	background-color: #fff;
}
.planos .planos-div .box .div{
	width: 1px;
	min-height: 415px;
	background-color: #00000030;
	display: flex;
}
.planos .planos-div .box .txt1{
	width: 260px;
	gap: 5px;
}
.planos .planos-div .box .txt1 h4{
	font-weight: 400;
	font-size: 26px;
}
.planos .planos-div .box .txt1 h2{
	font-size: 45px;
	color: var(--cor-2);
	line-height: 1;
}
.planos .planos-div .box .txt1 p{
	font-size: 14px;
	color: #0008;
}
.planos .planos-div .box .txt1 a{
	margin-top: auto;
	width: 100%;
	height: 62px;
	border-radius: 50px;
	background-color: var(--cor-2);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}
.planos .planos-div .box .txt2{
	max-width: calc(100% - 331px);
	width: 100%;
	gap: 40px;
}
.planos .planos-div .box .txt2 li{
	display: flex;
	gap: 20px;
	font-size: 24px;
}
.planos .planos-div .box .txt2 li i{
	font-size: 22px;
	color: var(--cor-2);
}
.planos .planos-div .box.fav{
	border: 4px solid var(--cor-1);
}
.planos .planos-div .box.fav .txt1 span{
	width: fit-content;
	background-color: var(--cor-1);
	padding: 5px 30px;
	border-radius: 50px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
}
.planos .planos-div .box.fav .txt1 h2{
	color: var(--cor-1);
}
.planos .planos-div .box.fav .txt1 a{
	background-color: var(--cor-1);
}


.manual-1{
	width: 100%;
	padding: 100px 0;
	background-color: var(--bg3);
}
.manual{
	width: 100%;
	min-height: 587px;
	background-image: url('../imagens/sobre/bn2.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.manual .container{
	display: flex;
	gap: 50px 70px;
}
.manual .container .img{
	max-width: 553px;
	width: 100%;
	position: relative;
}
.manual .container .img img{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.manual .container .texto{
	max-width: 1038px;
	width: 100%;
	padding: 50px 0;
	align-self: center;
	gap: 40px;
}
.manual .container .texto .div{
	display: flex;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.manual .container .texto p{
	font-size: 28px;
	color: #fff;
	font-weight: 200;
}
.manual .container .texto a{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	max-width: 602px;
	width: 100%;
	min-height: 72px;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
	border-radius: 50px;
	background-color: var(--cor-1);
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

	

/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

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

}

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

}

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

}

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

}

/* MOBILE */
@media screen and (max-width: 1000px){
	.banner .texto h2{
    	font-size: 100px;
    }

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

    .selos-div .content{
    	flex-direction: column;
    	align-items: center;
    	padding: 50px 0;
    }
    .selos-div .content .texto{
    	align-items: center;
    	text-align: center;
    }
    .selos-div .content .div{
    	display: none;
    }

    .equipe{
    	padding: 100px 0;
    }
    .equipe .titulo{
    	flex-direction: column;
    	text-align: center;
    }
    .equipe .titulo p{
    	margin-left: 0;
    }
	.equipe .arrow{
		display: none!important;
	}
	.equipe .equipe-div .arrow{
		display: flex!important;
		margin: 0 auto;
	}

    .planos .titulo{
    	flex-direction: column;
    	text-align: center;
    }
    .planos .planos-div .box{
    	padding: 40px 20px;
    }

    .manual .container{
    	flex-wrap: wrap;
    	justify-content: center;
    }
    .manual .container .texto{
    	order: 0;
    	align-items: center;
    	text-align: center;
    }
    .manual .container .texto a{
    	background-color: var(--cor-2);
    }
    .manual .container .img{
    	order: 1;
    }
    .manual .container .img img{
    	position: relative;
    }

    .servicos{
    	padding: 0 0 100px 0;
    }

    .planos .planos-div .box{
    	flex-wrap: wrap;
    	gap: 50px;
    }
    .planos .planos-div .box .div{
    	display: none;
    }
    .planos .planos-div .box .txt1{
    	width: 100%;
    	align-items: center;
		text-align: center;
    }
    .planos .planos-div .box .txt1 a{
    	margin-top: 20px;
    	max-width: 260px;
    }
    .planos .planos-div .box .txt2{
    	max-width: 100%;
    	width: 100%;
    }
}

@media screen and (max-width: 800px){
    .banner .texto h2{
    	font-size: 14vw;
    }
}

@media screen and (max-width: 600px){
	.banner{
		background-position: 0px -20px;
	}
	
	.sobre .texto h2{
    	text-align: center;
    }

	.selos-div .content .img{
		flex-wrap: wrap;
		justify-content: center;
	}

	.outros .outros-slider .box .topo img{
		max-width: 40px;
	}
	.outros .outros-slider .box .topo h3 {
		max-width: calc(100% - 40px - 20px);
		font-size: 6.5vw;
	}
}

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

}

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

}