html, body{
	padding:0px;
	margin:0px;
	overflow-x: hidden;
	background-color: #000;
}
a, ul, li, p, h1, h2, h3, h4, h5, h6, button, input, textarea{
	font-family: "Roboto", sans-serif;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
span{
	font-family: "Roboto", sans-serif;
}
a{
	color: inherit;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.container{
	max-width: 1100px;
	width:96%;
	height:auto;
	z-index: 2;
	margin:auto;
}

/*OFERTA*/
	.oferta{
		width: 100%;
		position: fixed;
		z-index: 999;
		top: 25px;
	}
	.oferta p{
		width: 100%;
		display: flex;
		justify-content: center;
		overflow: hidden;
		padding: 10px 0;
		letter-spacing: 2px;
		white-space: nowrap;
		box-shadow: 0 0 10px #0003;
		background-color: #FFF;
	}
	.oferta p strong{
		padding: 0 20px;
		background-color: #FFF;
	}
	.oferta p:first-of-type{
		margin: 10px 0 0;
		transform: rotate(3deg);
	}
	.oferta p:last-of-type{
		margin: -40px 0 0;
		transform: rotate(-2deg);
	}

/*CTA*/	
	.cta{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		max-width: 600px;
		padding: 15px 10px;
		margin: 50px auto 0;
		border-radius: 10px;
		box-sizing: border-box;
		background-image: linear-gradient(45deg, #381, #5A3);
		box-shadow: 0 0 20px #381;
	}
	.cta:hover{
		filter: brightness(1.1);
	}
	.cta a{
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
	}
	.cta p{
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
	}
	.cta img{
		display: none;
		margin: 0 5px 0 0;
	}

/*SESSAO01*/
	.sessao01{
		width: 100%;
		padding: 0 0 150px;
		position: relative;
		z-index: 1;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: 53%;
		background-position: 115% -50px;
		background-image: url(../img/imagem03.jpeg);
	}	
	.sessao01background{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background-color: #0000;
		background-image: linear-gradient(95deg, #000, #000 50%, #0000 60%);
	}
	.sessao01 .container{
		position: relative;
		z-index: 2;
	}
	.sessao01conteudo{
		width: 50%;
		margin:0;
		position: relative;
		z-index: 2;
	}
	.sessao01texto{
		width: 100%;
		padding: 100px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.sessao01texto h1{
		width: 150%;
		margin: 30px 0 0;
		line-height: 125%;
		font-size: 32px;
		font-weight: 900;
		text-transform: uppercase;
		background-image: linear-gradient(to right, #EC4, #FF9, #DA1);
		background-clip: text;
		-webkit-background-clip: text; 
		-webkit-text-fill-color: transparent;
		color: #EC4;
	}
	.sessao01texto01 h1{
		margin: 20px 0 0;
		font-size: 38px;
	}
	.sessao01texto p {
		margin: 10px 0 20px;
		font-size: 21px;
		font-weight: 300;
		line-height: 125%;
		color: #FFF;
	}
	.sessao01texto01 p {
		margin: 30px 0 0px;
		font-size: 16px;
		font-weight: bold;
		line-height: 125%;
		text-transform: uppercase;
		color: #FFF;
	}
	
	.sessao01texto p strong{
		font-weight: 700;
	}
	.sessao01texto02{
		max-width: 100%;
		display: flex;
		align-items: center;
		margin: 0 -150px 0 -300px;
		padding: 10px 150px 10px 300px;
		border-radius: 5px;
		background-image: linear-gradient(to right, #000, #EC4, #FF9, #DA1, #000);
	}
	.sessao01texto02 p{
		font-size: 18px;
		font-weight: 300;
		color: #000;
	}
	.sessao01texto02 img{
		width: 20px;
		margin: 0 10px;
		filter: invert(1);
	}
	.sessao01texto03{
		max-width: 100%;
		margin: 25px 0 0;
		padding: 10px 20px;
		border-radius: 5px;
		border: 2px dashed #EC4;
	}
	.sessao01texto03 p{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
		line-height: 150%;
		text-transform: uppercase;
		color: #EC4;
	}
	.sessao01texto03 p:last-of-type{
		font-size: 14px;
		text-transform: none;
		font-weight: 400;
		letter-spacing: 1px;
		color: #FFF;
	}
	.sessao01texto03 img{
		width: 20px;
		margin: 0 10px;
		filter: invert(1);
	}
	.sessao01form{
		max-width: 100%;
		margin: 25px 0 0;
		border-radius: 20px;
	}
	.sessao01form p{
		font-size: 16px;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 1px;
		color: #FFF;
	}
	.sessao01form form{
		margin: 15px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.sessao01formBg{
		width: 100%;
		height: 45px;
		padding: 0;
		margin: 0 0 5px;
		display: flex;
		align-items: center;
		outline: none;
		border-radius: 10px;
		background-color: #FFF;
	}
	.sessao01Input{
		width: 100%;
		height: 45px;
		padding: 0 10px;
		margin: 0 0 5px;
		outline: none;
		border-radius: 10px;
		border: none;
		font-size: 18px;
		font-weight: bold;
		color: #012;
	}
	.sessao01Input::placeholder{
		font-style: italic;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 1px;
		color: #999;
	}
	.sessao01Submit{
		width: 100%;
		height: 60px;
		margin: 10px 0 0;
		border-radius: 10px;
		padding: 5px 10px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 2px;
		border: none;
		color: #FFF;
		text-transform: uppercase;
		background-color: #381;
		box-shadow: 0 0 20px #FFF3;
	}
	.sessao01Submit:hover{
		filter: brightness(1.1);
	}
	.sessao01imagem{
		width: 100%;
		position: absolute;
	}
	.sessao01texto04{
		width: 100%;
		margin: 30px 0 0;
	}
	.sessao01texto04 p{
		font-size: 18px;
		font-weight: 300;
		color: #EC4;
	}
	.sessao01texto04 p strong{
		font-weight: bold;
	}

/*SESSAO02*/
	.sessao02{
		width: 100%;
		padding: 150px 0;
		margin: -200px 0 0;
		transform: skewY(-3deg);
		position: relative;
		z-index: 2;
		pointer-events: none;
		background-image: linear-gradient(to bottom, #0000, #000 110px, #000);
	}	
	.sessao02 .container{
		max-width: 1000px;
		transform: skewY(3deg);
	}
	.sessao02titulo{
		width: 100%;
		margin: 0 0 25px;
	}
	.sessao02Titulo h2{
		width: 100%;
		margin: 30px 0 0;
		line-height: 125%;
		font-size: 36px;
		font-weight: 900;
		letter-spacing: 5px;
		text-align: center;
		text-transform: uppercase;		
		color: #FFF;
	}
	.sessao02Conteudo{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.sessao02ConteudoBg{
		width: 100%;
		margin: 10px;
		padding: 20px;
		border-radius: 10px;
		background-image: linear-gradient(to right, #EC4, #FF6);
	}
	.sessao02ConteudoBg p{
		font-size: 18px;
		line-height: 125%;
		letter-spacing: 1px;
		color: #000;
	}
	.sessao02ConteudoBg img{
		width: 40px;
		margin: 0 0 10px 0;
	}
	
/*SESSAO03*/
	.sessao03{
		width: 100%;
		position: relative;
		z-index: 2;
		background-size: cover;
		background-position: center;
		background-image: url(../img/blackfridayBg.jpg);
	}
	.sessao03Background{
		width: 100%;
		background-image: linear-gradient(45deg, #0000, #000);
	}
	.sessao03Imagem{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: center;
		padding: 100px 0 0;
		margin: 0 50px 0 0;
	}
	.sessao03Imagem img{
		width: auto;
		height: 800px;
		margin: -300px 0 0 -100px;
	}
	.sessao03Conteudo{
		width: 100%;
	}
	.sessao03Texto01{
		width: 100%;
		margin: 0 0 0 -50px;
	}
	.sessao03Texto01 p{
		margin: 10px 0 20px;
		font-size: 22px;
		letter-spacing: 2px;
		font-weight: 300;
		line-height: 125%;
		color: #FFF;
	}
	.sessao03Texto01 p strong{
		color: #EC4;	
	}
	.sessao03Texto01 p:last-of-type{
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 0;
	}
	.sessao03Texto02{
		width: 100%;
		margin: 50px 0 0 -50px;
	}
	.sessao03Texto02 p{
		font-size: 22px;
		letter-spacing: 2px;
		font-weight: 300;
		line-height: 125%;
		text-align: center;
		color: #FF9;	
	}
	.sessao03Conteudo .cta{
		max-width: 400px;
		margin: 25px auto;
	}
	.sessao03Texto03{
		width: 100%;
		margin: 0 0 0 -50px;
	}
	.sessao03Texto03 p{
		margin: 10px 0 20px;
		font-size: 16px;
		text-align: center;
		color: #FFF;
	}

/*SESSAO04*/
	.sessao04{
		width: 100%;
		padding: 150px 0 50px;
		margin: -100px 0 0;
		position: relative;
		z-index: 2;
		background-image: linear-gradient(to bottom, #0000, #000 110px, #000);
	}
	.sessao04Bg{
		width: 100%;
	}
	.sessao04conteudo{
		width: 100%;
		display: flex;
		border-radius: 20px;
		overflow: hidden;
		background-color: #222;
	}
	.sessao04imagem{
		width: 100%;
		margin: 0 0 0 0;
		background-size: cover;
		filter: grayscale(1);
		background-position: right;
	}
	.sessao04Info{
		width: 100%;
		margin: 25px 50px 25px 25px;
	}
	.sessao04Texto{
		width: 100%;
	}
	.sessao04Texto h2{
		font-size: 24px;
		text-transform: uppercase;
		line-height: 200%;
		color: #FFF;
	}
	.sessao04Texto h2 span{
		font-size: 48px;
		text-transform: uppercase;
		color: #EC4;
	}
	.sessao04Texto p{
		margin: 10px 0 0;
		font-size: 18px;
		color: #FFF;
	}
	.sessao04imagem img{
		width: 100%;
	}
	.sessao04conteudo{
		width: 100%;
	}


/*VIDEO01*/
	.video01{
		width: 100%;
		position: relative;
		z-index: 1;
		overflow: hidden;
		background-size: cover;
		background-position: center;
		background-image: url(../img/blackfridayBg.jpg);
	}	
	.video01Background{
		width: 100%;
		height: 100%;
		top: 0;
		padding: 0 0 150px;
		text-align: center;
		background-image: linear-gradient(45deg, #0009, #0000, #0009);
	}
	.video01Background .container{
		position: relative;
		z-index: 2;
	}	
	.video01Titulo{
		width: 100%;
	}
	.video01Titulo h1{
		width: 100%;
		margin: 120px 0 0;
		line-height: 125%;
		font-size: 30px;
		font-weight: 900;
		text-align: center;
		text-transform: uppercase;
		background-image: linear-gradient(to right, #EC4, #FF9, #DA1);
		background-clip: text;
		-webkit-background-clip: text; 
		-webkit-text-fill-color: transparent;
		color: #EC4;
	}
	.video01Background iframe{
		width: 100%;
		max-width: 600px;
		height: 300px;
		margin: 25px auto 0;
		border-radius: 20px;
		background-color: #FFF;
	}
	.video01Texto01{
		width: 100%;
		margin: 0 0 -20px;
	}
	.video01Texto01 p {
		max-width: 800px;
		margin: 10px auto 0;
		font-size: 20px;
		font-weight: 300;
		line-height: 125%;
		color: #EC4;
	}
	.video01Texto01 p:last-of-type{
		font-size: 18px;
		color: #FFF;
	}
	.video01Texto01 p strong{
		font-weight: 700;
	}
	.video01Texto02{
		margin: 20px;
	}
	.video01Texto02 p{
		font-size: 16px;
		font-style: italic;
		color: #FFF;
	}

/*VIDEO02*/
	.video02{
		width: 100%;
		padding: 150px 0;
		margin: -200px 0 0;
		position: relative;
		z-index: 2;
		pointer-events: none;
		background-image: linear-gradient(to bottom, #0000, #000 110px, #000);
	}	
	.video02 .container{
		max-width: 1000px;
	}
	.video02Titulo{
		width: 100%;
		margin: 0 0 25px;
	}
	.video02Titulo h2{
		width: 100%;
		margin: 30px 0 0;
		line-height: 125%;
		font-size: 30px;
		font-weight: 900;
		letter-spacing: 5px;
		text-align: center;
		text-transform: uppercase;		
		color: #FFF;
	}
	.video02Conteudo{
		width: 100%;
		display: flex;
		margin: 75px 0 0;
		justify-content: center;
		align-content: flex-start;
	}
	.video02ConteudoBg{
		width: 100%;
		margin: 10px;		
		overflow: hidden;
		border-radius: 10px;		
	}
	.video02ConteudoBg:nth-child(2){
		margin: -25px 0;
	}
	.video02ConteudoPasso{
		height: 70px;
		padding: 25px;
		background-color: #EC4;
	}
	.video02ConteudoBg:nth-child(2) .video02ConteudoPasso{
		padding: 50px 25px 35px;
		background-color: #FF6;
	}
	.video02ConteudoBg:nth-child(3) .video02ConteudoPasso{
		background-color: #DA1;
	}
	.video02ConteudoPasso p{
		text-align: center;
		font-size: 16px;
		font-weight: 300;
		line-height: 125%;
		letter-spacing: 5px;
	}
	.video02ConteudoPasso p:last-child{
		width: 100%;
		margin: 10px 0;
		font-size: 24px;
		font-weight: bold;
		line-height: 100%;
		letter-spacing: 0;
		color: #000;
	}
	.video02ConteudoTexto{
		padding: 25px;
		height: 100%;
		background-color: #FFF;
	}
	.video02ConteudoTexto p{
		width: 100%;
		margin: 10px 0;
		font-size: 18px;
		line-height: 125%;
		letter-spacing: 1px;
		color: #000;
	}
	.video02ConteudoTexto p span{
		padding: 20px;
		margin: auto;
	}

/*OBRIGADO*/
	.obrigado{
		width: 100%;
		position: relative;
		z-index: 1;
		overflow: hidden;
		background-size: cover;
		background-position: center;
		background-image: url(../img/blackfridayBg.jpg);
	}
	.obrigadoBackground{
		width: 100%;
		min-height: 100vh;
		padding: 0 0 50px;
		display: flex;
		align-items: center;
		text-align: center;
		background-image: linear-gradient(45deg, #0009, #0000, #0009);
	}
	.obrigadoTitulo{
		width: 100%;
		margin: 150px 0 0;
	}
	.obrigadoTitulo h1{
		width: 100%;
		line-height: 125%;
		font-size: 36px;
		font-weight: 900;
		text-align: center;
		text-transform: uppercase;
		background-image: linear-gradient(to right, #EC4, #FF9, #DA1);
		background-clip: text;
		-webkit-background-clip: text; 
		-webkit-text-fill-color: transparent;
		color: #EC4;
	}
	.obrigadoTitulo p{
		color: #FFF;
		font-size: 20px;
		font-weight: 300;
		line-height: 125%;
		text-align: center;
	}
	.obrigadoTituloBarra{
		width: 90%;
		height: 10px;
		margin: 20px auto;
		border-radius: 5px;
		position: relative;
		overflow: hidden;
		background-color: #FFF;		
	}
	.obrigadoTituloBarra02{
		width: 0%;
		height: 10px;
		position: absolute;
		transform: skewX(-10deg);
		background-image: linear-gradient(15deg, #EC4C, #FF9C, #DA1C);
		transition: width 0.5s ease-out; 
		animation: progress-animation 120s;
	}
	@keyframes progress-animation {
		0% { width: 0%; }
		5% { width: 80%;}
		100% { width: 80%;}
	}
	.obrigadoTitulo02{
		width: 100%;
		max-width: 800px;
		margin: 25px auto -25px;
	}
	.obrigadoTitulo02 p{
		color: #FFF;
		font-size: 20px;
		font-weight: 300;
		text-align: center;
	}
	.obrigadoTitulo02 p span{
		font-weight: 700;
		color: #EC4;
	}
	.obrigadoFormulario{
		width: 100%;
	}
	.obrigadoFormulario iframe{
		width: 100%;
		height: 450px;
		border-radius: 20px;
		border: none;
	}
	.obrigadoCta{
		width: 100%;
		padding: 0 0 25px;
	}

/*FOOTER*/
	.footer{
		width: 100%;
		padding: 20px 0 20px;
		border-top: 1px solid #333;
		background-color: #000;
	}
	.footer p{
		font-size: 12px;
		letter-spacing: 1px;
		text-align: center;
		color: #FFF;
	}



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

	/*OFERTA*/
		.oferta p{
			font-size: 12px;
			letter-spacing: 1px;
		}
		.oferta p strong{
			padding: 0 5px;
			background-color: #FFF;
		}
		.oferta p:first-of-type{
			margin: 20px 0 0;
		}
		.oferta p:last-of-type{
			margin: -80px 0 0;
		}

	/*SESSAO01*/
		.sessao01{
			padding: 0;
			background-repeat: no-repeat;
			background-size: 100%;
			background-position: 50px 0%;
			background-image: url(../img/imagem03.jpeg);
		}	
		.sessao01background{
			background-image: linear-gradient(to top, #000, #0000);
		}
		.sessao01conteudo{
			width: 100%;
			margin:60px 0 120px;
		}		
		.sessao01texto h1{
			font-size: 30px;
			margin: 10px 0 0;
		}
		.sessao01texto01 h1{
			font-size: 26px;
			text-align: center;
		}
		.sessao01texto p {
			font-size: 20px;
		}
		.sessao01texto01 p{
			font-size: 16px;
			padding: 0 15px;
			letter-spacing: 1px;
			text-align: center;
		}
		.sessao01texto02 p{
			font-size: 16px;
		}
		.sessao01texto03 p{
			font-size: 18px;			
		}
		.sessao01form{
			max-width: 100%;
			margin: 25px 0 0;
			border-radius: 20px;
		}
		.sessao01form p{
			width: 250px;
			margin: auto;
			font-size: 14px;
			text-align: center;
		}
		.sessao01form br{
			display: none;
		}
		.sessao01formBg{
			height: 40px;
			margin: 0 0 5px;
		}
		.sessao01Input{
			height: 40px;
			margin: 0;
			font-size: 14px;
		}
		.sessao01Input::placeholder{
			font-size: 16px;
		}
		.sessao01Submit{
			height: 40px;
			font-size: 16px;
		}		
		.sessao01texto04 p{
			font-size: 16px;
		}

	/*SESSAO02*/
		.sessao02{
			width: 100%;
			padding: 0;
			margin: -75px 0 0;
		}	
		.sessao02Conteudo{
			flex-wrap: wrap;
		}
		.sessao02Titulo h2 {
			font-size: 26px;
		}
		.sessao02ConteudoBg{
			display: flex;
			align-items: flex-start;
			margin: 10px 0 0;
		}
		.sessao02ConteudoBg img{
			margin: 0 10px 0 0;
		}
		.sessao02ConteudoBg p{
			font-size: 16px;
		}
		
	/*SESSAO03*/
		.sessao03Imagem{
			width: 100%;
			padding: 100px 0 0;
			margin: 0;
		}
		.sessao03Imagem img{
			width: auto;
			height: 800px;
			margin: -200px 0 0;
		}		
		.sessao03Texto01{
			width: 100%;
			position: relative;
			z-index: 2;
			margin: -350px -6% 0;
			padding: 150px 5% 0;
			background-image: linear-gradient(to bottom, #0000, #000);
		}	
		.sessao03Texto01 p{
			text-align: center;
		}	
		.sessao03Texto02{
			width: 100%;
			position: relative;
			z-index: 2;
			margin: -25px 0 0;
			padding: 25px 0 0 0;
			background-color: #000;
		}		
		.sessao03Texto03{
			width: 100%;
			margin: 0;
		}

	/*SESSAO04*/
		.sessao04{
			margin: 0;
			padding: 50px 0;
		}
		.sessao04conteudo{
			flex-wrap: wrap;
		}
		.sessao04imagem{
			width: 100%;
			height: 350px;
			background-position: center -50px;
			order: 1;
		}		
		.sessao04Info{
			order: 2;
			margin: 25px;
		}
		.sessao04Texto h2{
			font-size: 18px;
		}
		.sessao04Texto h2 span{
			font-size: 34px;
			text-transform: uppercase;
		}
		.sessao04Texto p{
			font-size: 16px;
			color: #FFF;
		}
		.sessao04imagem img{
			width: 100%;
		}
		.sessao04conteudo{
			width: 100%;
		}

	

	/*VIDEO01*/	
		.video01Titulo br{
			display: none;
		}
		.video01Background video{
			width: 100%;			
		}
	
	/*VIDEO02*/
		.video02{
			padding: 100px 0;
		}	
		.video02Conteudo{
			margin: 0;
			flex-wrap: wrap;
		}

	/*OBRIGADO*/	
		.obrigadoTitulo h1{
			font-size: 28px;
		}
		.obrigadoTitulo p{
			font-size: 18px;
		}
		.obrigadoTitulo02 p{
			font-size: 18px;
		}
}