.banner{
	width: 100%;
}
.banner-slider{
	width: 100%;
}
.bn-slide{
	width: 100%;
	position: relative;
}
.bn-slide picture{
	width: 100%;
}
.bn-slide picture img{
	width: 100%;
}
.bn-text{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 12.5%;
	z-index: 1;
    align-content: center;
}
.bn-text div{
	width: 100%;
	position: relative;
	z-index: 1;
}
.bn-text div h1{
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--verde);
    font-size: 7vw;
    font-weight: 900;
}
.bn-text div .fundo{
	height: 100%;
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 7vw;
    font-weight: 900;
    position: absolute;
    align-items: center;
    top: -1.5%;
    left: 0.5%;
    display: flex;
}
.bn-text p{
	color: #fff;
	font-size: 1vw;
	width: 88%;
}
.bn-text a{
	color: var(--verde);
	letter-spacing: 3px;
	border: 2px solid var(--verde);
	border-radius: 30px;
	font-size: 1vw;
	padding: 1vh 1vw;
	margin-top: 3%;
	font-weight: 600;
}
.bn-text a:hover{
	border: 2px solid #fff;
	color: #fff;
}

/* ----- CONTEUDO 1 ----- */
.conteudo1{
	width: 100%;
	background-image: url('../imagens/home/bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	padding: 4% 0 0;
}
.conteudo1-title{
	width: 90%;
	margin: 0 auto;
	display: flex;
}
.conteudo1-title h1 {
	color: #fff;
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;

}
.conteudo1-title h1 span{
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;
}
.arrows-aula{
	width: 90%;
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
}
.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;
	border: 5px solid var(--verde);
}
.aula-slide:hover .aula-img img{
	filter: grayscale(100%);
	border: 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);
}
.aulas-botao{
	width: 100%;
	justify-content: center;
	margin-top: 5%;
}
.aulas-botao a{
	color: var(--verde);
    letter-spacing: 3px;
    border: 2px solid var(--verde);
    border-radius: 30px;
    font-size: 1vw;
    padding: 1vh 1vw;
    font-weight: 600;
    cursor: pointer;
}
.aulas-botao a:hover{
	border: 2px solid #fff;
	color: #fff;
}

/* ----- ESTRUTURA ----- */
.conteudo1-estrutura{
	width: 100%;
	margin-top: 5%;
}
.estrutura-title{
	width: 100%;
	margin: 0 auto 5%;
	display: flex;
	text-align: center;
}
.estrutura-title h1 {
	color: #fff;
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;

}
.estrutura-title h1 span{
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;
	margin-left: 1%;
}
.estrutura-imgs{
	width: 100%;
}
.estru-img{
	width: 20%;
}
.estru-img a{
	width: 100%;
	cursor: pointer;
}
.estru-img img{
	width: 100%;
	height: 100%;
}

/* ----- CONTEUDO 2 ----- */
.conteudo2{
	width: 100%;
	background-color: #707070;
	background-image: url('../imagens/home/bg1.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 84% 100%;
}
.conteudo2-title{
	width: 78%;
	margin: 0 3.5% 0 auto;
	display: flex;
	position: relative;
	text-align: end;
	padding: 4% 0 3%;
	align-items: center;
}
.conteudo2-title img{
	width: 65%;
    height: 1px;
    display: flex;
    object-fit: contain;
}
.conteudo2-title h1 {
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;

}
.conteudo2-title h1 span{
	color: #fff;
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;
	margin-left: 1%;
}
.blog-content{
	width: 100%;
	position: relative;
}
.blog-arrows{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	left: 1%;
	bottom: 0;
	flex-direction: column;
	place-content: flex-end;
	background-image: url('../imagens/home/barra.png');
	background-repeat: no-repeat;
	background-size: 1px 87%;
	background-position: top center;
}
.blog-arrows img{
	margin: 0.5vh 0;
	cursor: pointer;
	width: 1.5vw;
}
.blog-slider{
	width: 95%;
	margin-left: auto;
}
.bg-slide{
	width: 89%;
	position: relative;
}
.bg-slide img{
	width: 100%;
	border-radius: 20px;
}
.bg-text{
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 5%;
}
.text1{
	width: 81px;
	height: 81px;
	position: relative;
	align-content: center;
	text-align: center;
}
.text1 .bg1{
	width: 100%;
	height: 100%;
	background-color: var(--verde);
	opacity: 0.4;
	position: absolute;
}
.text1 h1{
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: 2vw;
}
.text1 span{
	color: #fff;
	position: relative;
	z-index: 1;
	width: 100%;
	font-size: 0.8vw;
}
.text2{
	width: 100%;
	align-content: flex-end;
}
.text2 h2{
	color: #fff;
	width: 70%;
	font-weight: 700;
	margin-bottom: 2%;
	font-size: 1.1vw;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;

}
.text2 span{
	color: var(--verde);
	font-size: 0.8vw;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.blog-botao{
	width: 100%;
	padding: 5% 0;
	justify-content: center;
}
.blog-botao a{
	background-color: var(--verde);
	color: #fff;
	font-size: 1vw;
	font-weight: 500;
	padding: 1.5vh 2.5vw;
	letter-spacing: 3px;
	border: 1px solid #707070;
	border-radius: 30px;
}
.blog-botao a:hover{
	background-color: #fff;
	border: 1px solid var(--verde);
	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){
	.bn-text{
		margin-top: 5%;
	}
	.text1 {
    	width: 40px;
    	height: 40px;
	}
}

@media screen and (max-width: 480px){
	.bn-text{
		width: 90%;
		left: 5%;
		margin-top: 10%;
	}
	.bn-text div h1, .bn-text div .fundo{
		font-size: 13vw;
	}
	.bn-text p{
		font-size: 3.5vw;
		width: 100%;
	}
	.bn-text a{
		font-size: 3vw;
		padding: 1vh 3vw;
	}
	.conteudo1-title{
		padding: 5% 0;
	}
	.conteudo1-title h1, .conteudo1-title h1 span{
		font-size: 10vw;
		text-align: center;
	}
	.aula-text h1{
		font-size: 10vw;
	}
	.aulas-botao a{
		font-size: 4vw;
    	padding: 1vh 3vw;
	}
	.arrows-aula{
		margin: 0 auto 5%;
	}
	.arrows-aula img{
		width: 10vw;
	}
	.conteudo1-estrutura{
		margin-top: 15%;
	}
	.estrutura-title h1, .estrutura-title h1 span{
		font-size: 5.4vw;
	}
	.conteudo2{
		padding: 6% 0;
	}
	.conteudo2-title h1, .conteudo2-title h1 span{
		font-size: 7vw;
	}
	.estru-img {
    	width: 50%;
	}
	.conteudo2-title img{
		display: none;
	}
	.blog-arrows img{
		width: 7vw;
	}
	.blog-arrows{
		background-size: 1px 84%;
		background-image: unset;
	}
	.blog-slider{
		width: 90%;
	}
	.bg-slide{
		width: 90%;
		margin: 0 auto;
	}
	.blog-botao a{
		font-size: 5vw;
		padding: 1.5vh 4.5vw;
	}
	.text1 {
    	width: 22vw;
    	height: 7vh;
	}
	.text1 h1{
		font-size: 7vw;
	}
	.text1 span{
		font-size: 3vw;
	}
	.text2 h2{
		font-size: 5.1vw;
		width: 100%;
	}
	.text2 span{
		font-size: 3.5vw;
	}
}

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

}

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

}