html, body{
	padding:0px;
	margin:0px;
	overflow-x: hidden;
	background-color: #055;
}

a, ul, li, p, h1, h2, h3, h4, h5, h6, button, input, textarea{	
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	line-height: 125%;
	font-family: "Libre Franklin", sans-serif;
}
p{
	font-size: 18px;
	color: #FFF;
}
a{
	color: inherit;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.main-scroll-container {
	display: flex;
	flex-wrap: nowrap;
	width: 600vw;
	margin: 0;
	padding: 0;
	overflow: hidden;

	position: relative;
	z-index: auto !important;
}

section {
	width: 100vw;
	height: 100vh;
	flex-shrink: 0;
	margin: 0;
	position: relative;
}

/*HEADER*/
	header{
		width: 100%;
		padding: 20px 0;
		position: fixed;
		display: flex;
		z-index: 999;
	}
	.header{
		width: 100%;
		height: 50px;
		margin: 0 50px;
		position: relative;
		display: flex;
		align-items: center;
	}	
	.headerMarca{
		width: 100%;
		max-width: 250px;
		margin: 0 50px 0 0;
		pointer-events: none;
	}
	.headerMarca img{
		width: 250px;
	}
	.headerMarca1{
		position: absolute;
		top: 0;
		left: 0;
		opacity:1;
	}
	.headerMarca2{
		position: absolute;
		top: 0;
		left: 0;
		opacity:1;
	}
	.headerMobile{		
		display: none;
	}
	.headerMenu{
		display: none;
	}
	.headerConteudo{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.headerMenuPaulo{
		width: 100%;
	}
	.headerMenuPaulo ul{
		width: 100%;
		display: flex;
		justify-content: flex-end;
		list-style: none;
	}
	.headerMenuPaulo li{
		font-size: 15px;
		margin: 0 15px;
		color: #F94;
	}
	.headerMenuPaulo li:hover{
		color: #E71;
	}
	.headerRSocialPaulo{
		width: auto;
		margin: 0 0 0 25px;
		padding: 50px 0;
		display: flex;
		justify-content: center;
		border-top: 1px solid #CCC;
	}
	.headerRSocialPauloBg{
		width: 20px;
		height: 20px;
		margin: 0 5px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
		background-color: #F94;
	}
	.headerRSocialPauloBg:hover{
		background-color: #E71;
	}
	.headerRSocialPauloBg img{
		width: 20px;
	}

/*SESSAO01*/
	.sessao01{
		z-index: 3;
		background-size: cover;
		background-position: left bottom;
		background-image: url(../img/bg01.webp);		
	}	
	.sessao01Background{
		width: 100vw;
		height: 100vh;
		position: relative;
		z-index: 2;
		background-image: linear-gradient(-45deg, #055, #055 50%, #055E);
	}	
	.sessao01Imagem{
		width: 100%;
		height: 100vh;
		display: flex;
		overflow: visible !important;
		justify-content: flex-end;
		align-items: end;
	}
	.sessao01Imagem img{
		height: 90vh;
		position: absolute;
		filter: drop-shadow(0 0 30px #0002);
	}
	.sessao01Conteudo{
		width: 100%;
		height: 100vh;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
	}
	.sessao01ConteudoTitulo{
		width: 100%;
		max-width: 580px;
		padding: 0;
	}
	.sessao01ConteudoTitulo h1{
		font-size: 48px;
		line-height: 115%;
		color: #FFF;
	}
	.sessao01ConteudoTitulo span{
		color: #F94;
	}
	.sessao01ConteudoTexto{
		width: 100%;
		max-width: 580px;
		padding: 25px 100px 0 0;
	}
	.sessao01ConteudoTexto p{
		font-size: 17px;
		margin: 0 0 15px;
		line-height: 140%;
	}
	.sessao01ConteudoTexto p:first-of-type{
		font-size: 20px;
		margin: 0 0 50px;
	}
	.sessao01ConteudoTexto strong{
		font-size: 16px;
		font-weight: bold;
		font-weight: 400;
		font-style: italic;
		white-space: nowrap;
		margin: 0;
		color: #F94;
	}

/*SESSAO02*/
	.sessao02{
		z-index: 2;
		display: flex;
		background-size: cover;
		background-position: left bottom;
		background-image: linear-gradient(to right, #FFF, #FFF 250px);
	}	
	.sessao02Transicao{
		width: 300px;
		height: 100vh;
		position: absolute;
		z-index: 1;
		right: -290px;
		left: -5px;
		transform: scale(1.1);
		filter: blur(5px);
		background-image: linear-gradient(to right, #055, #055 20px, #FFF, #0000);
	}	
	.sessao02Background{
		width: 83vw;
		position: relative;
		z-index: 2;
		margin: 0 0 0 17vw;
	}
	.sessao02Texto{
		width: 75%;
		height: 100vh;
		padding: 0 50px 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}
	.sessao02Texto h2{
		margin: 0 0 25px;
		font-weight: 500;
		font-size: 36px;
		line-height: 115%;
		color: #099;
	}
	.sessao02Texto p{
		margin: 0 0 10px;
		line-height: 150%;
		color: #333;
	}
	.sessao02Conteudo{
		width: 100%;
		height: 100vh;
		padding: 0 100px 0 0;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}
	.sessao02itens{
		width: 48%;
		margin: 1%;
		position: relative;
		z-index: 3;
		display: flex;
		border-radius: 10px;
		transition: ease-in-out 0.3s;
		box-shadow: 0 0 10px #CCC;
		background-color: #055;
	}
	.sessao02itens:nth-child(2){
		background-color: #E71;
	}
	.sessao02itens:nth-child(3){
		background-color: #4BC;
	}
	.sessao02itens:nth-child(4){
		background-color: #F94;
	}
	.sessao02itens:hover{
		transform: scale(1.1);
		z-index: 9;
		box-shadow: 0 0 20px #0006;
	}
	
	
	.sessao02itensBg{
		padding: 30px;
	}
	.sessao02itensBg img{
		width: 30px;
		margin: 0 0 15px;
	}
	.sessao02itensBg h3{
		font-size: 20px;
		color: #FFF;
	}
	.sessao02itensBg p{
		margin: 10px 0 0;
		color: #FFF;
	}
	.sessao02ConteudoEfeito01{
		width: 100%;
		display: flex;
		margin: 0 -50px -50px;
		position: relative;
		animation: sessao02ConteudoEfeito01 2s ease-in-out infinite alternate;
	}
	@keyframes sessao02ConteudoEfeito01 {
		0% {transform: translateX(30px)}
		100% {transform: translateX(0px)}
	}
	.sessao02ConteudoEfeito01 img{
		opacity: 0.5;
		width: 200px;
	}
	.sessao02ConteudoEfeito01 img:nth-child(1){
		position: relative;
		z-index: 2;
		width: 200px;
		margin: 0 -45px 0 0;
	}
	.sessao02ConteudoEfeito02{
		width: 100%;
		display: flex;
		justify-content: flex-end;
		margin: -50px -50px 0 50px;
		position: relative;
		animation: sessao02ConteudoEfeito02 2s ease-in-out infinite alternate;
	}
	.sessao02ConteudoEfeito02 img{
		opacity: 0.5;
		width: 200px;
	}
	.sessao02ConteudoEfeito02 img:nth-child(1){
		position: relative;
		z-index: 2;
		width: 200px;
		margin: 0 -45px 0 0;
	}
	@keyframes sessao02ConteudoEfeito02 {
		0% {transform: translateX(0px)}
		100% {transform: translateX(30px)}
	}

/*SESSAO03*/
	.sessao03{
		height: 100vh;
		background-image: linear-gradient(to right, #CCC, #DDD);
	}	
	.sessao03Background{
		width: 100%;
		padding: 0 50px;
	}
	.sessao03-wrapper{
		width: 100%;
		padding: 200px 0 0;
		display: flex;
		flex-direction: column;
		position: relative;
		will-change: transform;
	}
	.sessao03Titulo{
		width: 100%;
		margin: 0 0 25px;
		position: relative;
		z-index: 2;
	}
	.sessao03Titulo h2{
		font-size: 36px;
		line-height: 115%;
		text-align: center;
		color: #055;
	}
	.sessao03Conteudo{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		z-index: 2;
	}
	.sessao03itens{
		width: 400px;
		min-width: 400px;
		height: 400px;
		position: relative;
		margin: 0 10px;
		display: flex;
		border-radius: 10px;
		overflow: hidden;
		background-color: #4BC;	
	}
	.sessao03itensFinal{
		width: 100px;
		min-width: 100px;
		background-color: #0000;
	}
	.sessao03imagem{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		border-radius: 10px;
		background-position: center;
		background-size: cover;
		transition: ease-in-out 0.5s;
	}
	.sessao03itens:hover .sessao03imagem{
		transform: scale(1.2);
	}
	.sessao03itensInfo{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 2;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		align-content: flex-end;
		transition: ease-in-out 0.5s;
		background-image: linear-gradient(to bottom, #4BC0 30%, #4BC);	
	}
	.sessao03itens:hover .sessao03itensInfo{
		background-image: linear-gradient(to bottom, #4BC0 0%, #4BC 50%);	
	}
	.sessao03itensInfo h3{
		width: 100%;
		margin: 10px 20px 0;
		text-align: center;
		font-size: 24px;
		line-height: 125%;
		color: #FFF;
		text-shadow: 0 0 5px #0003;
	}
	.sessao03itensInfo p:first-of-type{
		width: 100%;
		font-size: 16px;
		font-style: italic;
		text-align: center;
		margin: 0 20px 20px;
		color: #FFF;
	}
	.sessao03itensInfo p:last-of-type{
		display: none;
		font-size: 16px;
		text-align: center;
		margin: 10px 20px 20px;
		transition: ease-in-out 0.5s;
		color: #FFF;
	}
	.sessao03itens:hover .sessao03itensInfo p:last-of-type{
		display: block;
	}
	.sessao03itensInfoEfeito{
		width: 150%;
		height: 100px;
		position: absolute;
		z-index: 0;
		top: 50%;
		margin: -15px -25% 0;
		background-image: linear-gradient(to bottom, #FFF0, #FFF, #FFF0);
		animation: sessao03itensInfoEfeito 7s ease-in-out infinite alternate;
	}
	@keyframes sessao03itensInfoEfeito {
		0% {transform: rotate(0)}
		100% {transform: rotate(360deg)}
	}
	.sessao03Efeito{
		width: 500px;
		height: 500px;
		display: flex;
		align-items: center;
		position: absolute;
		bottom: 50px;
		right: 50px;
	}
	.sessao03B .sessao03Efeito{
		right: 50%;
	}
	.sessao03C .sessao03Efeito{
		right: -25%;
	}
	.sessao03Efeito img{
		width: 100%;
	}

/*SESSAO04*/
	.sessao04{
		height: 100vh;
		background-image: linear-gradient(to right, #FFF, #FFF);
	}	
	.sessao04Background{
		width: 100%;
		padding: 0 50px;
	}
	.sessao04-wrapper{
		width: 100%;
		padding: 200px 0 0;
		display: flex;
		flex-direction: column;
		position: relative;
		will-change: transform;
	}
	.sessao04Titulo{
		width: 100%;
		margin: 0 0 25px;
		position: relative;
		z-index: 2;
	}
	.sessao04Titulo h2{
		font-size: 36px;
		line-height: 115%;
		text-align: center;
		color: #A40;
	}
	.sessao04Conteudo{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		z-index: 2;
	}
	.sessao04ConteudoBg{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
	}
	.sessao04ConteudoFinal{
		width: 100px;
		min-width: 100px;
		height: 400px;
		background-color: #0000;
		border: 2px solid #0000;
	}
	.sessao04ConteudoBg1{
		width: 400px;
		min-width: 400px;
		height: 400px;
		margin: 2px;
	}
	.sessao04ConteudoBg11{
		width: 400px;
		min-width: 400px;
		height: 400px;
		margin: 2px;
	}	
	.sessao04ConteudoBg2{
		width: 250px;
		min-width: 250px;
		height: 400px;
		margin: 2px;
	}
	.sessao04ConteudoBg21{
		width: 250px;
		min-width: 250px;
		height: 200px;
		margin: 2px;
	}
	.sessao04ConteudoBg22{
		width: 250px;
		min-width: 250px;
		height: 400px;
		margin: 2px;
	}
	.sessao04ConteudoBg3{
		width: 400px;
		min-width: 400px;
		height: 400px;
		margin: 2px;
	}	
	.sessao04ConteudoBg31{
		width: 400px;
		min-width: 400px;
		flex-wrap: nowrap;
		height: 200px;
		margin: 2px;
	}
	.sessao04ConteudoBg311{
		width: 200px;
		min-width: 200px;
		height: 200px;
		margin: 2px;
	}
	.sessao04itens{
		width: 100%;
		height: 100%;
		position: relative;
		background-color: #E71;	
	}
	.sessao04imagem{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		border-radius: 10px;
		background-position: center;
		background-size: cover;
		transition: ease-in-out 0.5s;
	}
	.sessao04itens:hover .sessao04imagem{
		transform: scale(1.1);
	}
	.sessao04itensInfo{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 2;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		align-content: flex-end;
		transition: ease-in-out 0.5s;
		background-image: linear-gradient(to bottom, #E710 30%, #E71);	
	}
	.sessao04itensInfo h3{
		width: 100%;
		margin: 10px 20px 20px;
		text-align: center;
		font-size: 18px;
		line-height: 125%;
		color: #FFF;
		text-shadow: 0 0 5px #0003;
	}
	.sessao04itens:hover .sessao04itensInfo p:last-of-type{
		display: block;
	}

/*SESSAO05*/
	.sessao05{
		display: flex;
		overflow: hidden !important; 
		position: relative;
		background-image: linear-gradient(-45deg, #099, #177 50%);
	}	
	.sessao05Background{
		width: 100%;
		height: 100vh;
		padding: 0 100px;
		overflow: hidden;
		position: relative;
	}
	.sessao05-wrapper{
		width: auto;
		padding: 150px 100px 50px;
		margin: 0;
		display: flex;
		flex-direction: column;
		position: relative;
		will-change: transform;
	}
	.sessao05Titulo{
		width: 100%;
		margin: 0 0 25px;
		position: relative;
		z-index: 2;
	}
	.sessao05Titulo h2{
		font-size: 36px;
		line-height: 115%;
		text-align: center;
		color: #FFF;
	}
	.sessao05Conteudo{
		width: 100%;
		height: 500px;
		overflow: hidden;
	}

/*SESSAO06*/
	.sessao06{
		background-image: linear-gradient(45deg, #EEE, #F9F9F9 50%);
	}
	.sessao06Background{
		min-height: 100vh;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		margin: 0 0 0 50px;
		overflow: hidden;
	}
	.sessao06Conteudo{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.sessao06Dados{
		width: 100%;
		margin: 0 50px 0 0;
	}
	.sessao06Titulo{
		width: 100%;
		margin: 0 0 50px 0;
	}
	.sessao06Titulo h2{
		font-weight: 400;
		font-size: 20px;
		line-height: 115%;
		color: #999;
	}
	.sessao06Titulo p{
		margin: 10px 0 0;
		line-height: 125%;
		font-size: 36px;
		font-weight: bold;
		color: #177;
	}
	.sessao06DadosBg{
		width: 100%;
		display: flex;
		align-items: center;
		margin: 10px 0;
	}
	.sessao06DadosBg img{
		width: 30px;
		padding: 10px;
		border-radius: 5px;
		background-color: #3CC;
	}
	.sessao06DadosBg p{
		font-size: 17px;
		margin: 0 0 0 10px;
		line-height: 125%;
		color: #333;
	}
	.sessao06DadosBg p span{
		font-weight: bold;
		font-size: 14px;
	}
	.sessao06Formulario{
		width: 75%;
		margin: 0 50px 0 0;
		padding: 50px;
		border-radius: 20px;
		background-color: #FFF;
	}
	.sessao06FormularioTitulo{
		width: 100%;
	}
	.sessao06FormularioTitulo h3{
		font-family: "Cantarell", sans-serif;
		text-align: center;
		font-size: 20px;
		line-height: 125%;
	}
	.sessao06FormularioBg{
		width: 100%;
		margin: 10px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.sessao06FormularioBg p{
		font-size: 14px;
		width: 100%;
		color: #333;
	}
	.sessao06FormularioBg input,
	.sessao06FormularioBg textarea{
		width: 100%;
		height: 30px;
		padding: 5px;
		border-radius: 5px;
		font-weight: bold;
		font-size: 16px;
		outline: none;
		border: 1px solid #CCC;
	}
	.sessao06FormularioBg textarea{
		height: 100px;
	}
	.sessao06Alvo{
		width: auto;
		height: 100vh;
		display: flex;
		align-items: flex-end;
	}
	.sessao06Alvo img{
		width: 300px;
		margin: 0 -50px 0 0;
	}
	.sessao06Alvo img:last-of-type{
		display: none;
	}

/*FLECHA*/
	.flecha-guia {
		width: 450px;
		position: fixed;
		z-index: 5; /* Fica acima do container main (e seus backgrounds) */
		bottom: 300px;
		left: -450px; /* Escondida na S1 */
		opacity: 1;
		pointer-events: none;
		transition: opacity 0.3s ease; /* Apenas opacity, nunca o left */
		will-change: left;
	}
	.flecha-guia img {
		width: 100%;
		display: block;
	}

/*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: #666;
	}
	.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: #2D6;
	}
	.whatsappImagemBg img{
		width: 50px;
		height: 50px;
	}
	.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;
		}
	}

/*LINHA DO TEMPO*/
	.linha {
		width: 100vw !important;
		height: 6px !important;
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		background-color: #FFF9 !important;
		z-index: 999999 !important;
	}
	.linhaSessao {
		width: 0%;
		height: 100%;
		position: absolute !important;
		top: 0;
		left: 0;
		background-image: linear-gradient(to left, #F709, #F70 100px, #F30);
		transition: none !important;
	}

/*COOKIES*/
	.cookies{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 9999;
		background-color: #0009;
	}
	.cookies .container{
		display: flex;
		justify-content: flex-end;
	}
	.cookiesAviso{
		width: 100%;
		max-width: 300px;
		position: fixed;
		bottom: 0px;
		padding: 20px 0;
		border-radius: 10px 10px 0 0;
		background-color: #FFF;
	}
	.cookiesTexto{
		width: 100%;
		margin: 0 0 20px;
	}
	.cookiesTexto p{
		font-size: 16px;
		text-align: center;
		line-height: 125%;
		margin: 0 10px;
		color: #999;
	}
	.cookiesBotoes{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0 0 10px;
	}
	.cookiesBotoes p{
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		margin: 0 10px;
		color: #555;
	}
	.cookiesBotoes p:nth-child(1){
		padding: 10px 20px;
		border-radius: 100px;
		border: 1px solid #555;
		cursor: pointer;
	}
	.cookiesBotoes p:nth-child(1):hover{
		background-color: #555;
		color: #FFF;
	}
	.cookiesBotoes p:nth-child(2){
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 100px;
		border: 1px solid #CCC;
		cursor: pointer;
		color: #FFF;
		background-color: #296;
	}
	.cookiesBotoes p:nth-child(2):hover{
		background-color: #555;
	}
	.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;
	}

@media screen and (max-width: 1024px) {
	html, body {
		overflow-x: hidden !important;
		overflow-y: auto !important;
		height: auto !important;
	}

	.main-scroll-container {
		width: 100% !important;
		height: auto !important;
		display: flex;
		flex-direction: column !important;
		transform: none !important;
	}

	.sessao {
		width: 100% !important;
		height: auto !important;
		position: relative !important;
		left: 0 !important;
	}

	.sessao03-wrapper, 
	.sessao05-wrapper {
		transform: none !important;
		height: auto !important;
	}

	.sessao04Slide {
		width: 100% !important;
		display: flex;
		flex-direction: column !important;
		transform: none !important;
	}
	.sessao04SlideBg {
		width: 100% !important;
		height: auto;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
}

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

	/*HEADER*/
		header{
			background-color: #FFF;
		}
		.header{
			height: auto;
			margin: 0 10px;
		}
		.headerMarca{
			max-width: 200px;
		}
		.headerMarca img{
			width: 200px;
		}
		.headerMobile{
			min-width: 45px;
			height: 45px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 10px;
			position: relative;
			z-index: 99;
			cursor: pointer;
			background-color: #F70;
			display: flex;
		}
		.headerMobile p{
			margin: -3px 0 0;
			font-size: 20px;	
			font-weight: 900;
			color: #FFF;
		}
		.headerMenu{
			width: 300px;
			height: 100vh;
			position: relative;
			position: fixed;
			z-index: 1;
			right: 0;
			top: 0;
			box-shadow: 0 0 5px #0003;
			background-color: #EEE;
		}
		.headerMenu ul{
			width: 100%;
			margin: 100px 0;
			font-weight: bold;
			font-family: "Cantarell", sans-serif;
			list-style: none;		
			padding: 0;
		}
		.headerMenu li{
			padding: 10px 20px;
			font-size: 20px;
			color: #177;
		}
		.headerMenu li:hover{
			color: #099;
		}
		.headerRSocialContent{
			width: 300px;
			height: auto;
			position: fixed;
			bottom: 0;
		}
		.headerRSocial{
			width: 100%;
			padding: 50px 0;
			display: flex;
			justify-content: center;
			border-top: 1px solid #CCC;
		}
		.headerRSocialBg{
			width: 20px;
			height: 20px;
			margin: 0 5px;
			border-radius: 5px;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 10px;
		}
		.headerRSocialBg:hover{
			filter: brightness(1.2);
		}
		.headerRSocialBg img{
			width: 20px;
		}
		.headerCopyright{
			width: 100%;
			padding: 20px 0;
			display: flex;
			justify-content: center;
		}
		.headerCopyright p{
			font-size: 12px;
			text-align: center;
			color: #999;
		}
		.headerMenuPaulo{
			display: none;
		}
		.headerRSocialPaulo{
			display: none;
		}

	/*SESSAO01*/
		.sessao01{
			height: auto;
			z-index: 3;
			overflow: hidden;
			background-size: cover;
			background-position: left bottom;
			background-image: url(../img/bg01.webp);
		}
		.sessao01Background{
			height: auto;
			padding: 150px 0 0;
		}		
		.sessao01Imagem{
			width: 100%;
			height: 400px;
			position: relative;
			text-align: center;
			order: 2;
		}
		.sessao01Imagem img{
			width: 120%;
			height: auto;
			position: relative;
		}
		.sessao01Conteudo{
			width: 100%;
			height: auto;
			position: relative;
			z-index: 2;
		}		
		.sessao01ConteudoTitulo{
			width: auto;
			padding: 0 20px;
		}
		.sessao01ConteudoTitulo p{
			color: #FFF;
		}
		.sessao01ConteudoTitulo h1{
			font-size: 30px;
			color: #FFF;
		}		
		.sessao01ConteudoTexto{
			width: auto;
			padding: 25px 20px;
		}

	/*SESSAO02*/
		.sessao02{
			height: auto;
			padding: 50px 0 0;
			z-index: 5;
		}
		.sessao02Transicao{
			width: 100%;
			height: 200px;
			right: 0;
			top: -100px;
			left: 0;
			background-image: linear-gradient(to bottom, #0000, #055, #FFF, #0000);
		}	
		.sessao02Background{
			width: 100vw;
			margin: 0;
			padding: 0 20px;
			box-sizing: border-box;
		}
		.sessao02Texto{
			width: 100%;
			height: auto;
			padding: 50px 0 0;
		}
		.sessao02Texto h2{
			font-size: 30px;
		}		
		.sessao02Texto br{
			display: none;
		}
		.sessao02Conteudo{
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
		}
		.sessao02itens{
			width: 100%;
			margin: 2% 5% 2% 0;
		}		

	/*SESSAO03*/
		.sessao03{
			height: auto;
		}	
		.sessao03Background{
			width: 100%;
			padding: 0 20px;
			box-sizing: border-box;
		}	
		.sessao03-wrapper{
			padding: 75px 0 55px;
		}	
		.sessao03Titulo h2{
			font-size: 30px;
		}
		.sessao03Conteudo{
			flex-wrap: wrap;
		}
		.sessao03itens{
			width: 100%;
			min-width: 100%;
			height: 350px;
			margin: 0 0 20px;
		}
		.sessao03itensFinal{
			display: none;
		}

	/*SESSAO04*/
		.sessao04{
			height: auto;
		}	
		.sessao04Background{
			width: 100%;
			padding: 0 20px;
			box-sizing: border-box;
		}
		.sessao04-wrapper{
			padding: 75px 0 55px;
		}		
		.sessao04Titulo h2{
			font-size: 30px;
		}
		.sessao04Conteudo{
			flex-wrap: wrap;
		}		
		.sessao04ConteudoFinal{
			display: none;
		}
		.sessao04ConteudoBg1{
			width: 100%;
			min-width: 100%;
			height: 350px;
			margin: 0;
		}	
		.sessao04ConteudoBg2{
			width: 50%;
			min-width: 50%;
			height: auto;
			margin: 0;
		}
		.sessao04ConteudoBg21{
			width: 100%;
			min-width: 100%;
			height: 175px;
		}
		.sessao04ConteudoBg22{
			width: 100%;
			min-width: 100%;
			height: 356px;
		}
		.sessao04ConteudoBg3{
			width: 100%;
			min-width: 100%;
			height: auto;
			margin: 0;
		}	
		.sessao04ConteudoBg31{
			width: 100%;
			min-width: 100%;
			height: 175px;
			margin: 2px;
		}
		.sessao04ConteudoBg311{
			width: 50%;
			min-width: 50%;
			height: 175px;
		}

	/*SESSAO05*/
		.sessao05{
			height: auto;
		}
		.sessao05Background{
			height: auto;
			padding: 0 20px;
		}
		.sessao05-wrapper{
			width: auto;
			padding: 50px 0;
		}		
		.sessao05Titulo h2{
			font-size: 30px;
		}
		.sessao05Conteudo{
			width: 100%;
			height: auto;
			overflow: hidden;
		}

	/*SESSAO06*/
		.sessao06{
			height: auto;
		}
		.sessao06Background{
			height: auto;
			margin: 0;
			display: flex;
		}
		.sessao06Conteudo{
			width: 100%;
			padding: 50px 5% 0;
			flex-wrap: wrap;
		}
		.sessao06Dados{
			margin: 0;
		}
		.sessao06Titulo{
			width: 100%;
			margin: 0 0 50px 0;
		}
		.sessao06Titulo h2{
			font-size: 36px;
		}
		.sessao06Formulario{
			width: 100%;
			margin: 25px 0 0;
			padding: 25px;
		}
		.sessao06Alvo{
			height: auto;
			position: relative;
		}
		.sessao06Alvo img{
			width: 200px;
			margin: -25px 0 0 150px;
		}
		.sessao06Alvo img:last-of-type{
			width: 300px;
			margin: 0;
			position: absolute;
			top: 140px;
			right: 50%;
			display: block;
		}

	/*SESSAO06*/
		.flecha-guia {
			width: 450px;
			position: fixed;
			z-index: 5; /* Fica acima do container main (e seus backgrounds) */
			bottom: 300px;
			left: -450px; /* Escondida na S1 */
			opacity: 1;
			pointer-events: none;
			transition: opacity 0.3s ease; /* Apenas opacity, nunca o left */
			will-change: left;
		}
		.flecha-guia img {
			width: 100%;
			display: block;
		}

	/*WHATSAPP*/
		.whatsapp{
			right: 20px;
			bottom: 80px;
		}
		.whatsappTexto{
			display: none;
		}
		.whatsappImagem{
			width: 60px;
			height: 60px;
		}	
		.whatsappImagemBg{
			width: 60px;
			height: 60px;
		}
		.whatsappImagemBg img{
			width: 35px;
			height: 35px;
		}
		.whatsappImagemEfeito{
			width: 60px;
			height: 60px;
		}

	/*LINHA DO TEMPO*/
		.linha {
			width: 100vw !important;
			height: 6px !important;
			position: fixed !important;
			bottom: 0 !important;
			left: 0 !important;
			background-color: #FFF9 !important;
			z-index: 999999 !important;
		}
		.linhaSessao {
			width: 0%;
			height: 100%;
			position: absolute !important;
			top: 0;
			left: 0;
			background-image: linear-gradient(to left, #F709, #F70 100px, #F30);
			transition: none !important;
		}
}