.banner{
	width: 100%;
	background-color: #000;
}
.banner img{
	width: 100%;
	object-fit: contain;
}
.bn-d{
	display: flex;
}
.bn-m{
	display: none;
}

/* ----- CONTEUDO 1 ----- */
.conteudo1{
	width: 100%;
	background-color: #1C1C1C;
	padding-bottom: 5%;
}
.conteudo1-content{
	width: 87%;
	height: fit-content;
	margin-left: auto;
}
.conteudo1-text{
	width: 38%;
	margin-right: auto;
	align-content: center;
}
.text1{
	width: 100%;
	margin-bottom: 5%;
}
.text1 p{
	font-size: 0.83vw;
	color: #fff;
	line-height: 1.5;
}
.text2{
	width: 100%;
	position: relative;
}
.text2-bg{
	position: absolute;
	width: 1px;
	height: 76%;
	left: 0;
}
.text2-box{
	width: 100%;
	display: flex;
	margin-left: -1.5%;
	margin-bottom: 5%;
}
.box1-img{
	margin-right: 3%;
	place-items: start;
}
.box1-img img{
	width: 1.1vw;
}
.box1-text{
	width: 100%;
}
.box1-text h3{
	font-size: 1.1vw;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2%;
}
.box1-text p{
	font-size: 0.83vw;
	color: #fff;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.botao-text{
	width: 100%;
    margin-top: 6%;
    justify-content: center;
}
.botao-text a{
	border: 2px solid var(--verde);
    color: var(--verde);
    font-size: 1vw;
    font-weight: 600;
    padding: 0.5vw 1vw;
    background-color: transparent;
    border-radius: 30px;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif!important;
    cursor: pointer;
}
.botao-text a:hover{
	color: #fff;
    border: 2px solid #fff;
}

.conteudo1-img{
	width: 59%;
}
.conteudo1-img img{
	width: 100%;
	object-fit: contain;
}

/* ----- CONTEUDO 2 ----- */
.conteudo2{
	width: 100%;
	background-color: #707070;
}
.conteudo2-content{
	width: 100%;
    height: fit-content;
}
.conteudo2-img{
	width: 46%;
}
.conteudo2-img img{
	width: 100%;
}
.faq{
  	width: 54%;
	padding: 3% 13% 3% 3%;
	background-color: #34D2DE;
	align-content: center;
}
.form-title{
	width: 100%;
	margin: 0 auto 8%;
	display: flex;
	text-align: center;
}
.form-title h1 {
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;
}
.form-title h1 span{
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;
	margin-left: 1%;
	color: #fff;
}
.faq-direction{
	flex-direction: column;
	width: 100%;
}
.faq-perguntas{
	cursor: pointer;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 3%;
	border: 1px solid #fff;
}
.faq-duvidas{
	font-weight: 400;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2.5% 3%;
	background-color: transparent;
	border-radius: 10px;
}
.faq-duvidas h3{
	color: #fff;
	font-weight: 600;
	font-size: 1vw;
}
.faq-duvidas img{
	width: 1.5vw;
}
.duvidas-descricao{
	display: none;
	padding: 0 3% 3%;
}
.duvidas-descricao p{
	color: #fff;
	font-size: 0.81vw;
	line-height: 1.5;
	text-align: initial;
	font-weight: 500;
	border-top: 1px solid #fff;
	padding-top: 4%;
}
.border-faq{
  width: 100%;
  margin-bottom: 20px;
}
.faq-duvidas img{
  transition: 0.3s;
}
.faq-active .change-color{
    transform: rotate(180deg);
    transition: 0.3s;
}

/* ----- CONTEUDO 3 ----- */
.conteudo3{
	width: 100%;
	background-image: url('../imagens/aulas/bg1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	padding: 8% 0 10%;
}
.conteudo3-title{
	width: 90%;
	margin: 0 auto 2%;
	display: flex;
	text-align: center;
}
.conteudo3-title h1 {
	color: #fff;
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;

}
.conteudo3-title h1 span{
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;
	margin-left: 1%;
}
.arrows-aula{
	width: 90%;
    margin: 0 auto;
    display: flex;
    place-content: flex-end;
}
.arrows-aula img{
	cursor: pointer;
	width: 2vw;
}
.next1{
	margin-left: 1%;
}

.aulas-slider{
	width: 100%;
	margin-top: 3%;
}
.aula-slide{
	width: 90%;
	margin: 0 auto;
}
.aula-img{
	width: 100%;
	position: relative;
}
.aula-img img{
	width: 100%;
	object-fit: contain;
	filter: grayscale(100%);
}
.aula-slide:hover .aula-img img{
	filter: none;
}
.aula-text{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 10% 0 5%;
	position: relative;
}
.aula-text h1{
	font-size: 2vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;
	width: fit-content;
}
.aula-slide:hover .aula-text h1{
	-webkit-text-stroke-color: var(--verde);
}


/* 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: 1024px){

}

/* MOBILE */
@media screen and (max-width: 768px){

}

@media screen and (max-width: 480px){
	.bn-d{
		display: none;
	}
	.bn-m{
		display: flex;
	}
	.conteudo1-content{
		width: 100%;
	}
	.conteudo1-text{
		width: 90%;
		margin: 5% auto;
	}
	.text1 p{
		font-size: 4vw;
	}
	.box1-text h3{
		font-size: 3.5vw;
	}
	.box1-text p{
		font-size: 3vw;
	}
	.conteudo1-img{
		width: 100%;
	}
	.box1-img img{
		width: 5vw;
	}
	.botao-text a{
		font-size: 4vw;
		padding: 0.5vh 3vw;
	}
	.conteudo2-img{
		width: 100%;
	}
	.faq{
		width: 100%;
		padding: 5% 10%;
	}
	.faq-perguntas{
		margin-bottom: 5%;
	}
	.form-title h1, .form-title h1 span, .conteudo3-title h1, .conteudo3-title h1 span{
		font-size: 7.4vw;
	}
	.faq-duvidas h3{
		font-size: 4vw;
	}
	.faq-duvidas img {
    	width: 4.5vw;
	}
	.duvidas-descricao p{
		font-size: 3vw;
	}
	.conteudo3-title{
		margin: 0 auto 5%;
	}
	.arrows-aula img{
		width: 8vw;
	}
	.next1 {
    	margin-left: 3%;
	}
	.aula-text h1{
		font-size: 10vw;
	}
}

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

}

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

}