html, body{
	padding:0px;
	margin:0px;
	overflow-x: hidden;
	background-attachment: fixed;
}
a, ul, li, p, h1, h2, h3, h4, h5, h6, span, button, input, textarea{
	font-family: "Open Sans", sans-serif;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
a{
	color: inherit;
}
*{
	transition: 0.3s ease;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.container{
	max-width: 1200px;
	width:96%;
	height:auto;
	position: relative;
	z-index: 2;
	margin:auto;
}

/*CTA*/
	.cta{
		display: flex;
		align-content: center;
	}
	.cta a{
		height: 24px;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 15px 30px 10px;
		color: #FFF;
		letter-spacing: 1px;
		border-radius: 5px;
		box-shadow: 0 0 10px #1803;
		background-image:linear-gradient(45deg, #290, #3A1);
	}
	.cta a:hover{
		filter: brightness(1.1);
		box-shadow: 0 0 30px #1809;
	}

/*TITULO*/
	.titulo{
		width: 100%;
	}
	.titulo p{
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #0009;
	}
	.titulo h2{
		margin: 10px 0 0;
		font-size: 30px;
		line-height: 125%;
		color: #024;
	}

/*HEADER*/
	header{
		width: 100%;
		padding: 50px 0;
		position: absolute;
		z-index: 999;
		background-color: #0000;
	}
	header .container{
		align-items: center;
	}
	.headerMarca{
		width: 100%;
		filter: grayscale(1);
	}
	.headerMarca img{
		width: 180px;
		filter: brightness(100);
	}

/*BANNER*/
	.banner{
		width: 100%;
		background-size: cover;
		background-position: bottom center;
		background-attachment: fixed;
	}
	.bannerBackground{
		width: 100%;
		height: 800px;
		padding: 100px 0 0;
		background-image:linear-gradient(-45deg, #0009, #000E);
	}
	.bannerConteudo{
		width: 100%;
		max-width: 768px;
		padding: 75px 0 0;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.bannerConteudo h1{
		width: 100%;
		margin: 30px 0;
		font-size: 44px;
		font-weight: 300;
		line-height: 125%;
		color: #FFF;
		filter: brightness(1.5);
	}
	.bannerConteudo h1 strong{
		font-weight: 700;
	}
	.bannerConteudo p{
		color: #FFF;
	}
	.bannerConteudo p:first-of-type{
		font-size: 22px;
		font-weight: 500;
		font-style: italic;
		color: #932;
		letter-spacing: 1px;
		filter: brightness(1.7);
	}
	.bannerConteudo p:last-of-type{
		font-size: 20px;
		font-weight: 300;
	}
	.bannerConteudo p:last-of-type span{
		font-weight: bold;
	}
	.bannerBackground .cta{
		margin: 25px 0 0;
	}
	.bannerEfeito01{
		width: 100%;
		height: 50px;
		margin: -50px 0 0 0;
		transform: skewY(-3deg);
		background-color: #932;
	}
	.bannerEfeito02{
		width: 100%;
		height: 80px;
		margin: -30px 0 0 0;
		transform: skewY(-4deg);
		background-color: #FFF;
	}
	.bannerEfeito03{
		width: 100%;
		height: 80px;
		margin: -30px 0 -50px;
		transform: skewY(-4deg);
		background-color: #024;
	}

/*CURSO*/
	.curso{
		width: 100%;
	}
	.cursoBackground{
		padding: 50px 50px 100px;
		margin: -250px 0 0;
		border-radius: 25px 25px 0 0;
		background-color: #FFF;
		box-shadow: 0 0 30px #0001;
	}
	.curso01{
		width: 100%;
		display: flex;
	}
	.cursoApresentacao{
		width: 100%;
		margin: 0 0 0 50px;
	}
	.cursoApresentacaoTexto{
		margin: 25px 0 0;
	}
	.cursoApresentacaoTexto p{
		font-size: 18px;
		font-weight: 300;
		margin: 5px 0;
	}
	.cursoImagem{
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
		background-size: cover;
		background-position: center;
	}
	.cursoImagem img{
		width: 100%;
	}
	.curso02{
		width: 100%;
		margin: 50px 0 0;
		display: flex;
		border-right: 2px solid #932;
		border-left: 2px solid #024;
	}
	.custoNumerosBg{
		width: 100%;
		height: 100px;
		margin: 0 25px;
		padding: 0 25px;
		text-align: center;
	}
	.custoNumerosBg img{
		width: 40px;
	}
	.custoNumerosBg p{
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		line-height: 125%;
		color: #024;
	}

/*GRADE*/
	.grade{
		width: 100%;
		padding: 100px 0 50px;
		position: relative;
		z-index: 2;
		box-shadow: 0 -15px 30px #0002;
		background-color: #EEE;
	}
	.grade .titulo{
		text-align: center;
	}	
	.grade .titulo h2{
		font-size: 40px;
		font-weight: 700;
		color: #921;
	}
	.gradeConteudo{
		width: 100%;
		margin: 75px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.gradeBg{
		width: 32%;
		margin: 0 2% 5% 0;
		border-radius: 15px;
		position: relative;
		background-size: cover;
		background-position: center;
	}
	.gradeBg:nth-child(3n){
		margin: 0 0 5% 0;
	}
	.gradeBgBackground{
		height: 100%;
		background-color: #FFF;
	}
	.gradeBgIcone{
		width: 70px;
		height: 70px;
		position: absolute;
		border:2px solid #EEE;
		border-radius: 100px;
		margin-top: -35px;
		margin-right: -35px;
		right: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #246;
	}
	.gradeBgIcone img{
		width: 40px;
		filter: brightness(100);
	}
	.gradeBgTitulo{
		width: 100%;
		height: 150px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		background-color: #024;
	}	
	.gradeBg:hover .gradeBgTitulo{
		background-color: #024;
	}	
	.gradeBgTitulo h3{
		width: 100%;
		padding: 0 25px;
		font-size: 20px;
		text-align: center;
		line-height: 125%;
		color: #FFF;
	}
	.gradeBgTexto{
		width: auto;
		padding: 25px 0;
	}
	.gradeBgTexto p{
		margin: 0 15px;
		padding: 15px;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #EEE;
	}
	.gradeBgTexto p:last-of-type{
		border-bottom: 0px solid #FFF;
	}
	.grade .cta{
		justify-content: center;
	}

/*PUBLICO*/
	.publico{
		width: 100%;
		margin: 100px 0;
	}
	.publicoImagem{
		width: 75%;
		height: 700px;
		display: flex;
		justify-content: center;
		overflow: hidden;
		margin: 0 50px 0 0;
		border-radius: 5px;
		background-size: cover;
		background-position: center;
	}
	.publicoImagem video{
		height: 100%;
		opacity: 0.5;
	}
	.publicoConteudo{
		width: 100%;
		padding: 50px 0;
	}
	.publicoConteudo .titulo h2{
		margin: 0 0 10px;
		font-size: 24px;
		text-transform: uppercase;
	}
	.publicoConteudo .titulo:nth-child(3) h2{
		margin: 50px 0 10px;
		color: #921;
	}
	.publicoConteudoTexto{
		width: 100%;
	}
	.publicoConteudoTexto p{
		padding: 5px;
		display: flex;
		align-items: center;
		font-size: 18px;
		font-weight: 300;
		line-height: 125%;
	}
	.publicoConteudoTexto span{
		padding: 0 10px 0 0;
	}
	.publicoConteudoTexto:nth-child(4) span{
		color: #921;
	}
	.publico .cta{
		margin: 50px 0 0;
	}

/*PROFESSOR*/
	.professor{
		width: 100%;
		margin: 100px 0;
	}
	.professorBackground{
		width: 100%;
		display: flex;
		border-radius: 20px;
		overflow: hidden;
		background-color: #931;
	}
	.professorImagem{
		width: 100%;
		height: 575px;
		padding: 0 50px 0 0;
		border-radius: 5px;
		background-size: cover;
		background-position: center right;
	}
	.professorConteudo{
		width: 100%;
		padding: 50px;
	}
	.professorConteudo .titulo p{
		color: #FFF;
	}
	.professorConteudo .titulo h2{
		margin: 0;
		font-size: 48px;
		color: #FFF;
	}
	.professorConteudoTexto{
		width: 100%;
		margin: 50px 0 0;
	}
	.professorConteudoTextoBg{
		margin: 25px 0 0;
		padding: 0 25px;
		border-left: 2px solid #024;
	}	
	.professorConteudoTextoBg p{
		margin: 0 0 10px;
		font-size: 18px;
		font-weight: 300;
		color: #FFF;
	}

/*BONUS*/
	.bonus{
		width: 100%;
		padding: 100px 0 50px;
		position: relative;
		z-index: 2;
		background-color: #EEE;
	}
	.bonus .titulo{
		text-align: center;
	}	
	.bonus .titulo h2{
		font-size: 40px;
		font-weight: 700;
		text-transform: uppercase;
		color: #024;
	}
	.bonusConteudo{
		width: 100%;
		margin: 75px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.bonusBg{
		width: 32%;
		margin: 0 2% 5% 0;
		border-radius: 15px;
		position: relative;
		background-size: cover;
		background-position: center;
	}
	.bonusBg:nth-child(3n){
		margin: 0 0 5% 0;
	}
	.bonusBgBackground{
		height: 100%;
		background-color: #FFF;
	}
	.bonusBgIcone{
		width: 70px;
		height: 70px;
		position: absolute;
		border:2px solid #EEE;
		border-radius: 100px;
		margin-top: -35px;
		margin-right: -35px;
		right: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #B43;
	}
	.bonusBgIcone img{
		width: 40px;
		filter: brightness(100);
	}
	.bonusBgIcone p{
		font-size: 40px;
		font-weight: 900;
		text-align: center;
		color: #FFF;
	}
	.bonusBgTitulo{
		width: 100%;
		height: 150px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		background-color: #921;
	}		
	.bonusBgTitulo h3{
		width: 100%;
		padding: 0 25px;
		font-size: 20px;
		text-align: center;
		line-height: 125%;
		color: #FFF;
	}
	.bonusBgTexto{
		width: auto;
		padding: 25px 0;
	}
	.bonusBgTexto p{
		margin: 0 15px;
		padding: 15px;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #EEE;
	}
	.bonusBgTexto p:last-of-type{
		border-bottom: 0px solid #FFF;
	}

/*VALOR*/
	.valor{
		width: 100%;
		margin: 100px 0 0;
	}
	.valor .container{
		justify-content: center;
		align-items: center;
	}
	.valorPagamento{
		width: 100%;
		max-width: 450px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin: 0 50px 0 0;
		padding: 0 0 50px 0;
		background-color: #FFF;
		box-shadow: 0 0 30px #0001;
	}
	.valorPagamentoTitulo{
		width: 100%;
		padding: 25px;
		background-color: #024;
	}
	.valorPagamentoTitulo h2{
		font-size: 24px;
		font-weight: 400;
		text-align: center;
		color: #FFF;
	}
	.valorPagamentoTitulo span{
		font-weight: 900;
	}
	.valorPagamentoTexto{
		width: 100%;
		padding: 25px 25px 25px 25px;
		background-color: #FFF;
	}
	.valorPagamentoTexto p{
		text-align: center;
		margin: 15px 0 0;
	}
	.valorPagamentoTexto p:nth-child(2){
		font-size: 30px;
		font-weight: 700;
		line-height: 125%;
		text-transform: uppercase;
		color: #932;
	}
	.valorPagamentoTexto p:nth-child(2) span{
		text-decoration: line-through;
	}
	.valorPagamentoTexto p:nth-child(2) strong{
		font-size: 48px;
	}
	.valorPagamentoTexto p:nth-child(1){
		margin: -10px 0 0;
		font-size: 18px;
	}
	.valorPagamentoTexto p:nth-child(1) span{
		color: #932;
	}
	.valorPagamentoTexto p:nth-child(3){
		margin: -5px 0 0;
		font-size: 20px;
	}
	.valorPagamentoObservacao{
		width: 100%;
		margin: 25px 0 0;
	}
	.valorPagamentoObservacao p{
		font-size: 14px;
		font-weight: 300;
		font-style: italic;
		text-align: center;
		color: #555;
	}
	.valorBonus{
		width: 100%;
		max-width: 450px;
		margin: 0 50px 0 0;
	}
	.valorBonusTitulo{
		width: 100%;
	}
	.valorBonusTitulo p{
		font-size: 30px;
		font-weight: 400;
		line-height: 125%;
		color: #024;
	}
	.valorBonusTitulo p span{
		font-weight: 900;
		text-decoration: underline;
	}
	.valorBonusTexto{
		width: 100%;
		margin: 25px 0;
		padding: 0 25px;
		border-left: 2px solid #024;
	}
	.valorBonusTexto p{
		font-size: 18px;
		font-weight: 400;
		margin: 5px 0;
	}
	.valorBonusObservacao{
		width: 100%;
	}
	.valorBonusObservacao p{
		font-size: 16px;
		font-weight: 300;
		font-style: italic;
		color: #555;
	}

/*APOIO*/
	.apoio{
		width: 100%;
		margin: 100px 0 0;
		padding: 50px 0;
		background-color: #058;
	}
	.apoio p{
		font-size: 24px;
		font-weight: 300;
		font-style: italic;
		text-align: center;
		color: #FFF;
	}
	.apoio .container{
		align-items: center;
	}
	.apoio .titulo{
		width: 400px;
	}
	.apoio .titulo h2{
		font-size: 30px;
		color: #FFF;
	}
	.apoioConteudo{
		width: 100%;
		display: flex;
	}
	.apoioConteudoBg{
		width: 100%;
		height: 100px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 5px;
		border-radius: 5px;
		background-color: #FFF;
	}
	.apoioConteudoBg:last-of-type{
		background-color: #F00;
	}
	.apoioConteudoBg img{
		max-width: 90%;
		max-height: 90%;
	}

/*MARCA*/
	.sobre{
		width: 100%;
		margin: 100px 0 -50px;
		padding: 100px 0;
		background-color: #38B;
	}
	.sobreConteudo{
		width: 100%;
		margin: 0 50px 0 0;
	}
	.sobreConteudo .titulo p{
		color: #024;
	}
	.sobreConteudo .titulo h2{
		margin: 0;
		font-size: 48px;
		color: #024;
	}
	.sobreTexto{
		width: 100%;
		margin: 25px 0 0;
	}
	.sobreTexto p{
		font-size: 18px;
		font-weight: 300;
		margin: 5px 0;
		color: #FFF;
	}
	.sobreTexto p strong{
		font-weight: 700;
	}
	.sobreImagem{
		width: 100%;
		position: relative;
		filter: grayscale(1);
	}
	.sobreImagem img{
		width: 100%;
		position: absolute;
		bottom: 0;
		filter: brightness(100);
		opacity: 0.25;
		
	}

/*FRASE*/
	.frase{
		width: 100%;
	}
	.fraseBackground{
		padding: 25px;
		border-radius: 5px;
		background-color: #932;
	}
	.fraseBackground p{
		font-size: 24px;
		font-weight: 300;
		font-style: italic;
		text-align: center;
		color: #FFF;
	}

/*WHATSAPP*/
	.whatsapp{
		display: flex;
		align-items: center;
		position: fixed;
		z-index: 999;
		right: 30px;
		bottom: 30px;
	}
	.whatsappTexto{
		padding: 10px;
		margin: 0 5px 0 0;
		position: relative;
		z-index: 2;
		border-radius: 5px;
		background-color: #F9F9F9;
	}
	.whatsappTexto p{
		font-size: 12px;
		color: 000;
	}
	.whatsappTexto p span{
		text-transform: uppercase;
		font-weight: bold;
	}
	.whatsappImagem{
		width: 70px;
		height: 70px;
		position: relative;
	}	
	.whatsappImagemBg{
		width: 70px;
		height: 70px;
		position: relative;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100px;
		background-color: #296;
	}
	.whatsappImagemBg img{
		width: 50px;
		height: 50px;
		filter: brightness(20);
	}
	.whatsappImagemEfeito{
		width: 70px;
		height: 70px;
		border-radius: 100px;
		position: absolute;
		top: 0px;
		right: 0;
		animation: whatsappImagem 3s infinite;
	}
	@keyframes whatsappImagem {
	    0%{
	    	transform: scale(1.0);
			background-color: #2D6;
		}
		100%{
			transform: scale(1.5);
			background-color: #2D60;
		}
	}

/*POPUP*/
	.popUp{
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9999;
		top: 0;
		display: flex;
		align-items: center;
		background-color: #0009;
	}
	.popUp .container{
		width: 50%;
		height: 80%;
		margin: 50px auto;
		border-radius: 10px;
		background-color: #FFF;
	}
	.popUpFechar{
		width: 40px;
		height: 40px;
		position: absolute;
		top: -20px;
		right: -20px;
		border: 5px solid #FFF;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50px;
		background-color: #000;
	}
	.popUpFechar p{
		font-size: 20px;
		color: #FFF;
	}
	.popUp form{
		width: 80%;
		height: 100%;
		margin: auto;
		overflow: auto;
	}
	.popUpBg{
		width: 100%;
		margin: 10px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.popUpBg:first-child{
		margin: 50px 0 0;
	}
	.popUpBg:last-child{
		margin: 0 0 50px;
	}
	.popUpBg h2{
		width: 100%;
		font-size: 36px;
		font-weight: 900;
		line-height: 125%;
		text-align: center;
		color: #932;
	}
	.popUpBg p{
		width: 100%;
		font-size: 16px;
		font-weight: 300;
	}
	.popUpInput,
	.popUpSelect{
		width: 100%;
		height: 40px;
		padding: 0 10px;
		outline: none;
		border: 1px solid #CCC;
		font-size: 18px;
		font-weight: bold;
	}
	.popUpSelect{
		height: 45px;
	}
	.popUpSubmit{
		width: 100%;
		height: 50px;
		margin: 20px 0 0;
		border: none;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #FFF;
		background-color: #932;

	}

/*FOOTER*/
	footer{
		width: 100%;
		margin: -40px 0 0;
		padding: 140px 0 0;
		background-color: #024;
	}
	.footer01{
		width: 100%;
	}
	.footerMarca{
		width: 30%;
		margin: 0 50px 0 0;
	}
	.footerMarca img{
		width: 100%;
		filter: brightness(20);
	}
	.footerConteudo{
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	.footerConteudoBg{
		margin: 0 0 0 50px;
	}
	.footerConteudoBg h3{
		font-size: 16px;
		color: #09C;
		text-transform: uppercase;
	}
	.footerConteudoBg p{
		font-weight: 300;
		color: #FFF;
	}
	.footer02{
		width: 100%;
		margin: 100px 0 0;
		padding: 20px 0;
		background-color: #0009;
	}
	.footer02 p{
		font-size: 10px;
		text-align: right;
		letter-spacing: 2px;
		color: #FFF9;
	}
			
/*COOKIES*/
	.cookies{
		width: 100%;
		position: fixed;
		z-index: 9999;
	}
	.cookiesAviso{
		width: 100%;
		position: fixed;
		bottom: 0px;
		padding: 20px 0;
		background-color: #000;
	}
	.cookiesAviso .container{
		justify-content: center;
		align-items: center;
	}
	.cookiesAviso p{
		font-size: 14px;
		text-align: center;
		margin: 0 10px;
		color: #CCC;
	}
	.cookiesAviso p:nth-child(1){
		margin: 0 10px;
	}
	.cookiesAviso p:nth-child(2){
		padding: 10px 20px;
		border-radius: 100px;
		border: 1px solid #CCC;
		cursor: pointer;
	}
	.cookiesAviso p:nth-child(2):hover{
		background-color: #555;
	}
	.cookiesAviso p:nth-child(3){
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 100px;
		border: 1px solid #CCC;
		cursor: pointer;
		color: #000;
		background-color: #CCC;
	}
	.cookiesAviso p:nth-child(3):hover{
		background-color: #FFF;
	}
	.cookiesPopUp{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0px;
		z-index: 9999;
		background-color: #000C;
		display: none;
	}
	.cookiesPopUp .container{
		height: 100%;
		align-items: center;
		justify-content: center;
	}
	.cookiesPopUpConteudo{
		max-width: 500px;
		align-items: center;
		position: relative;
		background-color: #FFF;
	}
	.cookiesPopUpFechar{
		width: 40px;
		height: 40px;
		border-radius: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: -20px;
		right: -20px;
		cursor: pointer;
		background-color: #FFF;
	}
	.cookiesPopUpFechar p{
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}
	.cookiesPopUpTexto{
		width: auto;
		max-height: 500px;
		padding: 25px;
		overflow: auto;
	}
	.cookiesPopUpTexto h2{
		font-size: 24px;
		padding: 0 0 25px;
		border-bottom: 1px solid #EEE;
	}
	.cookiesPopUpTexto h3{
		margin: 25px 0 10px;
		font-size: 20px;
	}
	.cookiesPopUpTexto p{
		margin: 0 0 10px;
		color: #555;
	}

/*ANIMACAO*/
	.animacao01,
	.animacao02,
	.animacao03,
	.animacao04,
	.animacao05,
	.animacao06,
	.animacao07,
	.animacao08,
	.animacao09,
	.animacao10,
	.animacao11,
	.animacao12,
	.animacao13,
	.animacao14,
	.animacao15,
	.animacao16{
		opacity: 0;
	}
	.animacaoDelay0250{	
		animation-delay: 0.25s;
	}
	.animacaoDelay0500{	
		animation-delay: 0.5s;
	}
	.animacaoDelay0750{	
		animation-delay: 0.75s;
	}
	.animacaoDelay1000{	
		animation-delay: 1.0s;
	}
	.animacaoDelay1250{	
		animation-delay: 1.25s;
	}
	.animacaoDelay1500{	
		animation-delay: 1.5s;
	}
	.animacaoDelay1750{	
		animation-delay: 1.75s;
	}
	.animacaoDelay2000{	
		animation-delay: 2.0s;
	}
	.animacaoDelay2250{	
		animation-delay: 2.25s;
	}
	.animacaoDelay2500{	
		animation-delay: 2.5s;
	}
	.animacaoDelay2750{	
		animation-delay: 2.75s;
	}
	.animacaoDelay3000{	
		animation-delay: 3.0s;
	}

@media screen and (max-width:1024px) and (min-width: 768px){
	.professorImagem{
		width: 100%;
		height: 700px;
		padding: 0 50px 0 0;
		border-radius: 5px;
		background-size: cover;
		background-position: -300px center;
	}
}

@media screen and (max-width:767px){
	.flex{
		flex-wrap: wrap;
	}
	.container{
		max-width: 768px;
		width:90%;
	}

	/*HEADER*/
		header{
			padding: 25px 0;
		}
		.headerMarca img{
			width: 150px;
		}

	/*TITULO*/
		.titulo p{
			font-size: 16px;
			letter-spacing: 0;
		}
		.titulo h2{
			font-size: 26px;
		}

	/*CTA*/
		.cta{
			justify-content: center;
		}

	/*BANNER*/
		.bannerBackground{
			height: 800px;
		}
		.bannerConteudo{
			padding: 25px 0 0;
		}
		.bannerConteudo h1{
			text-align: center;
			font-size: 30px;
		}
		.bannerConteudo br{
			display: none;
		}
		.bannerConteudo p{
			text-align: center;
		}
		.bannerConteudo p:first-of-type{
			width: 290px;
			margin: auto;
			font-size: 16px;
			padding: 10px 0;
			color: #000;
			background-color: #932C;
		}
		.bannerConteudo p:last-of-type{
			font-size: 18px;
			color: #FFFE;
		}

	/*CURSO*/
		.cursoBackground{
			overflow: hidden;
			padding: 0;
		}
		.curso01{
			flex-wrap: wrap;
		}
		.curso01 .titulo{
			width: auto;
			padding: 25px 25px 0;
		}
		.cursoApresentacao{
			margin: 0;
		}
		.cursoApresentacaoTexto p{
			padding: 0 25px;
			font-size: 17px;
		}
		.cursoImagem{
			height: 250px;
			border-radius: 0;
		}
		.curso02{
			width: 90%;
			margin:25px auto;
			padding: 25px 0 0;
			flex-wrap: wrap;
			justify-content: center;
			border: none;
			border-top: 1px solid #CCC;
		}
		.custoNumerosBg{
			margin: 0 0 15px;
		}
		.custoNumerosBg img{
			width: 40px;
		}
		.custoNumerosBg p{
			font-size: 14px;
		}

	/*GRADE*/
		.grade{
			padding: 50px 0;
		}
		.grade .titulo h2{
			font-size: 30px;
		}
		.gradeBg{
			width: 100%;
			max-width: 350px;
			margin: 0 auto 50px;
			border-radius: 15px;
			position: relative;
			background-size: cover;
			background-position: center;
		}
		.gradeBg:nth-child(3n){
			margin: 0 auto 50px;
		}

	/*PUBLICO*/
		.publico{
			margin: 50px 0;
		}
		.publicoImagem{
			width: 100%;
			height: 250px;
			margin: 0;
		}
		.publicoConteudo .titulo h2{
			font-size: 22px;
		}
		.publicoConteudoTexto p{
			font-size: 16px;
		}

	/*PROFESSOR*/
		.professor{
			margin: 0 0 50px;
		}
		.professorBackground{
			flex-wrap: wrap;
		}
		.professorImagem{
			width: 100%;
			height: 370px;
			padding: 0;
		}
		.professorConteudo{
			padding: 50px 25px;
		}
		.professorConteudo .titulo p{
		}
		.professorConteudo .titulo h2{
			margin: 0;
			font-size: 30px;
			color: #FFF;
		}
		.professorConteudoTexto{
			margin: 25px 0 0;
		}
		.professorConteudoTextoBg{
			margin: 0;
			padding: 0;
			border-left: none;
		}	
		.professorConteudoTextoBg p{
			font-size: 16px;
		}

	/*BONUS*/
		.bonus{
			padding: 50px 0 0;
		}
		.bonus .titulo h2{
			font-size: 30px;
		}
		.bonusConteudo{
			flex-wrap: wrap;
		}
		.bonusBg{
			width: 100%;
			max-width: 350px;
			margin: 0 0 50px 0;
		}
		.bonusBg:nth-child(3n){
			margin: 0 0 50px 0;
		}

	/*VALOR*/
		.valor{
			width: 100%;
			margin: 50px 0 0;
		}
		.valorPagamento{
			width: 100%;
			margin: 0 auto;
		}
		.valorPagamentoTexto p:nth-child(2){
			font-size: 28px;
			font-weight: 500;
			line-height: 135%;
		}
		.valorPagamentoTexto p:nth-child(2) strong{
			font-size: 42px;
		}

		.valorBonus{
			width: 100%;
			max-width: 450px;
			margin: 0 auto;
		}
		.valorBonusTexto{
			width: 100%;
			margin: 25px 0;
			padding: 0;
			border-left:none;
		}
		.valorBonusTexto p{
			text-align: center;
			font-size: 18px;
		}
		.valorBonusObservacao{
			width: 100%;
		}
		.valorBonusObservacao p{
			text-align: center;
		}

	/*SOBRE*/
		.sobre{
			margin: 50px 0 -100px;
			padding: 50px 0 150px;
		}
		.sobreConteudo{
			margin: 0;
		}
		.sobreConteudo .titulo h2{
			font-size: 36px;
		}
		.sobreTexto p{
			font-size: 16px;
		}
		.sobreTexto p strong{
			font-weight: 700;
		}
		.sobreImagem{
			display: none;
		}

	/*FRASE*/
		.fraseBackground p{
			font-size: 20px;
		}

	/*WHATSAPP*/
		.whatsappTexto{
			display: none;
		}
	
	/*POPUP*/
		.popUp .container{
			width: 80%;
			height: 90%;
		}
		.popUpBg h2{
			font-size: 26px;
			margin: 0 0 25px;
		}
		.popUpInput,
		.popUpSelect{
			height: 35px;
		}
		.popUpSelect{
			height: 40px;
		}
		.popUpSubmit{
			height: 45px;
		}

	/*FOOTER*/
		.footerMarca{
			width: 100%;
			margin: 0 0 25px 0;
			text-align: center;
		}
		.footerMarca img{
			max-width: 250px;
		}
		.footerConteudo{
			flex-wrap: wrap;
		}
		.footerConteudoBg{
			width: 100%;
			margin: 0 0 25px;
		}
		.footerConteudoBg h3{
			text-align: center;
		}
		.footerConteudoBg p{
			text-align: center;
		}
		.footer02{
			margin: 25px 0 0;
			padding: 20px 0 75px;
		}
		.footer02 p{
			text-align: center;
		}
}