html, body{
	padding:0px;
	margin:0px;
	overflow-x: hidden;
	background-color: #000;
	background-size: contain;
	background-image: url('../img/background01.webp');
}
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: "Roboto", sans-serif;
	color: #000;
}
p{
	font-size: 18px;
	color: #333;
}
a{
	color: inherit;
}
.container{
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

/*CTA*/
	.cta{
		padding: 15px 20px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		box-shadow: 0 0 20px #2C5;
		transition: .3s;
		font-size: 16px;
		font-weight: 800;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 0.5px;
		color: #000C;
		background-image: linear-gradient(to right, #2C5, #2D4);
	}
	.cta:hover{
		filter: brightness(1.1);
		box-shadow: 0 10px 30px #2D49;
		transform: translateY(-3px);
	}

/*TITULO*/
	.titulo{
		width: 100%;
	}
	.titulo h1,
	.titulo h2{
		font-size:40px;
		font-weight:800;
		line-height:115%;
		color: #FC0;
	}
    .titulo h1 span,
    .titulo h2 span{
		font-weight:300;
		color: #FFF;
    }

/*HEADER*/
	header{
		width: 100%;
		padding: 20px 0 10px;
		z-index: 999;
		background-image: linear-gradient(to bottom, #000, #000);
	}
	header .container{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
	}
	.headerMarca{
		margin: 0 50px 0 0;
		flex-shrink: 0;
	}
	.headerMarca img{
		width: 200px;
		display: block;
	}
	.headerConteudo{
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 30px;
	}
	.headerMenu{
		margin: 0 25px 0 0;
	}
	.headerMenu ul{
		display: flex;
		align-items: center;
		list-style: none;
		gap: 25px;
		margin: 0;
		padding: 0;
	}
	.headerMenu li{
		color: #555;
	}
	.headerMenu li a{
		color: #FFF;
		font-size: 16px;
		text-decoration: none;
		transition: .3s;
	}
	.headerMenu li a:hover{
		color: #ffcc00;
	}
	.headerHamburger{
		width: 52px;
		height: 52px;
		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6px;
		border-radius: 10px;
		border: 1px solid #FFFFFF20;
		background: transparent;
		cursor: pointer;
		z-index: 1001;
	}
	.headerHamburger span{
		width: 24px;
		height: 2px;
		background: #FFF;
		display: block;
		transition: .3s;
	}
	.headerHamburger.ativo span:nth-child(1){
		transform: translateY(8px) rotate(45deg);
	}
	.headerHamburger.ativo span:nth-child(2){
		opacity: 0;
	}
	.headerHamburger.ativo span:nth-child(3){
		transform: translateY(-8px) rotate(-45deg);
	}
	header .cta{
		font-size: 14px;
		background-image: linear-gradient(to right, #FC0, #FE6);
		box-shadow: 0 0 20px #FE6;
	}
	header .cta:hover{
		filter: brightness(1.1);
		box-shadow: 0 10px 30px #FE69;
		transform: translateY(-3px);
	}

/*SESSAO BANNER*/
	.sessaoBanner{
		width: 100%;
		position: relative;
		z-index: 2;
		display: flex;
		box-sizing: border-box;
		padding: 15px 30px 15px;
		background-color: #000;
	}
	.sessaoBannerSlide img{
		width: 100%;
	}
	.sessaoBannerMobile{
		display: none;
	}
	.sessaoBanner::before,
	.sessaoBanner::after{
		content: "";
		width: 500px;
		height: 500px;
		position: absolute;
		z-index: 0;
		background: radial-gradient(circle, #FC05 0%, #FC01 40%, transparent 70%);
	}
	.sessaoBanner::before{
		top: -50px;
		left: -150px;		
		filter: blur(80px);
	}
	.sessaoBanner::after{
		bottom: -150px;
		right: -150px;
		filter: blur(100px);
	}
	.sessaoBannerSlide{
		width: 100%;
		position: relative;
		z-index: 2;
		overflow: hidden;
		border: 3px solid #222;
		border-radius: 20px;
		box-shadow: 0 0 30px #222;
		background-image: url('../img/background01.webp');
	}
	.sessaoBannerBackground{
		background: linear-gradient(to right, #111, #0009);
	}
	.sessaoBannerBackground .container{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 50px;
		position: relative;
		z-index: 2;
	}
	.sessaoBannerConteudo{
		width: 50%;
		margin: 0;
	}
	.sessaoBannerConteudoTag{
		display: inline-block;
		margin: 0 0 20px 0;
	}
	.sessaoBannerConteudoTag p{
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #FFF;
	}
	.sessaoBannerConteudoTitulo{
		width: 100%;
	}
	.sessaoBannerConteudoTitulo h1,
	.sessaoBannerConteudoTitulo h2{
		margin: 0 0 20px 0;
		font-size: 50px;
		line-height: 115%;
		font-weight: 900;
		background: linear-gradient(90deg, #FC0, #FE6);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;		
	}
	.sessaoBannerConteudoTitulo p{
		margin: 0 50px 30px 0;
		font-size: 18px;
		font-weight: 300;
		line-height: 150%;
		color: #CCC;
	}
	.sessaoBannerImagem{
		width: 55%;
		height: 600px;
		margin: 0 -100px 0 0;
		position: relative;
	}
	.sessaoBannerImagemBg{
		width: 80%;
		height: 600px;
		margin: 0 -100px 0 0;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.sessaoBannerImagemBg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.sessaoBannerSlide .slick-dots{
		bottom: 30px;
		display: flex !important;
		justify-content: center;
		gap: 10px;
	}
	.sessaoBannerSlide .slick-dots li button{
		width: 30px;
		height: 10px;
		padding: 0;
		border-radius: 20px;
		background: #FFF3;
		border: none;
	}
	.sessaoBannerSlide .slick-dots li button:before{
		display: none;
	}
	.sessaoBannerSlide .slick-dots li.slick-active button{
		width: 30px;		
		border-radius: 20px;
		transition: .3s ease;
		background-color: #FC0;
	}
	.sessaoBannerSlide .slick-arrow{
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: rgba(0,0,0,0.6);
		border: 1px solid #FFFFFF20;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		cursor: pointer;
		display: flex !important;
		align-items: center;
		justify-content: center;
		transition: .3s ease;
	}
	.sessaoBannerSlide .slick-arrow:before{
		display: none;
	}
	.sessaoBannerSlide .slick-prev{
		left: 20px;
	}
	.sessaoBannerSlide .slick-next{
		right: 20px;
	}
	.sessaoBannerSlide .slick-prev::after{
		content: "←";
		color: #FFF;
		font-size: 20px;
	}
	.sessaoBannerSlide .slick-next::after{
		content: "→";
		color: #FFF;
		font-size: 20px;
	}
	.sessaoBannerSlide .slick-arrow:hover{
		background: #FC0;
		border-color: #FC0;
	}
	.sessaoBannerSlide .slick-arrow:hover::after{
		color: #000;
	}

/*SESSAO MODALIDADES*/
	.sessaoModalidades{
		width: 100%;
		padding: 50px 0;
		background-image: linear-gradient(to bottom, #000, #0006);
	}
	.sessaoModalidades .titulo{
		text-align: center;
	}
	.sessaoModalidadesConteudo{
		width: 100%;
		margin: 50px 0 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		box-sizing: border-box;
		gap: 25px;
	}
	.sessaoModalidadesCard{
		padding: 20px;
		display: flex;
		flex-direction: column;
		border-radius: 20px;
		border: 2px solid #FC03;
		transition: .3s ease;
		background-image: linear-gradient(180deg, #FFF0, #FFF1);
		box-shadow: 0 15px 40px #0003;
	}
	.sessaoModalidadesCard:hover{
		transform: translateY(-6px);
		border-color: #FC04;
		background-image: linear-gradient(180deg, #FFF0, #FFF2);
		box-shadow: 0 15px 45px #FC01;
	}
	.sessaoModalidadesImagem{
		width: 100%;
		height: 260px;
		margin: 0 0 25px;
		border-radius: 15px;
		overflow: hidden;
	}
	.sessaoModalidadesImagem img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.sessaoModalidadesTexto{
		width: 100%;
	}
	.sessaoModalidadesTexto h3{
		margin: 0 0 10px;
		font-size: 20px;
		font-weight: 800;
		line-height: 100%;
		color: #000;
		text-align: center;
		letter-spacing: 1px;
		padding: 10px 50px;
		background-size: 100% 100%;
		background-image: url(../img/brush.webp);
	}
	.sessaoModalidadesTexto p{
		font-size: 16px;
		font-weight: 300;
		line-height: 150%;
		text-align: center;
		color: #DDD;
	}
	.sessaoModalidadesTexto p span{
		font-weight: 700;
	}
	.sessaoModalidadesCta{
		margin: 30px 0 0;
		display: none;
		justify-content: center;
	}
	.sessaoModalidadesCta a{
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
		background: #555;
		position: relative;
		transition: .3s ease;
	}
	.sessaoModalidadesCta a::before{
		content: "✚";
		font-size: 20px;
		color: #000;
	}
	.sessaoModalidadesCta a:hover{
		transform: rotate(90deg);
		background: #2C5;
	}
	.sessaoModalidadesAviso{
		margin-top: 45px;
		padding: 18px 24px;
		text-align: center;
		font-size: 16px;
		line-height: 1.5;
		color: #E5E5E5;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: 1px;

		background: linear-gradient(180deg, #1A1A1A, #111);
		border: 1px solid #333;
		border-radius: 16px;
	}
	.sessaoModalidadesAviso span{
		font-weight: bold;
		font-size: 19px;
		letter-spacing: 0px;
		text-transform: uppercase;
		color: #FFF;
	}
	.sessaoModalidadesAviso a{
		margin: 25px 0 0;
	}

/*SESSAO ESTRUTURA*/
	.sessaoEstrutura{
		width: 100%;
		padding: 50px 0;
		position: relative;
		background-image: linear-gradient(to bottom, #0006, #000);
	}	
	.sessaoEstruturaConteudo{
		width: 100%;
		margin: 50px 0 0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sessaoEstruturaConteudoArrows{
		width: 100%;
		height: 100px;
		position: absolute;
		top: -140px;
	}
	.sessaoEstruturaArrow{
		width: 60px;
		height: 60px;
		border-radius: 50%;
		transition: .3s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		font-size: 24px;
		cursor: pointer;
		color: #000;
		background-color: #FFF;
	}
	.sessaoEstruturaArrow:hover{
		color: #000;
		background-color: #FC0;
	}
	.sessaoEstruturaArrow.prev{
		right: 100px;
	}
	.sessaoEstruturaArrow.next{
		right: 20px;
	}
	.sessaoEstruturaCarrosel{
		width: 100%;
		overflow: hidden;
		position: relative;
		height: 450px;
	}
	.sessaoEstruturaTrack{
		width: 100%;
		height: 100%;
		position: relative;
		cursor: grab;
	}
	.sessaoEstruturaTrack:active{
		cursor: grabbing;
	}
	.sessaoEstruturaItem{
		width: 30%;
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 0 20px;
		box-sizing: border-box;
		border-radius: 30px;
		transition: all .45s ease;
		filter: grayscale(1);
		pointer-events: none;
		transform: translate(-50%, -50%);
	}
	.sessaoEstruturaItem img{
		width: 100%;
		height: 420px;
		object-fit: cover;
		display: block;
		border-radius: 32px;
	}
	.sessaoEstruturaItem img:hover{
		transition: 0.3s;
		transform: scale(1.02);
	}
	.sessaoEstruturaInfo{
		position: absolute;
		left: 50px;
		right: 50px;
		top: 430px;
		display: flex;
		opacity: 0;
		transition: .3s ease;
	}
	.sessaoEstruturaInfo h3{
		font-size: 18px;
		text-transform: uppercase;
		line-height: 115%;
		color: #DDD;
	}
	.sessaoEstruturaItem.is-active{
		filter: grayscale(0);
		transform: translate(-50%, -65%);
		z-index: 5;
		pointer-events: auto;
	}
	.sessaoEstruturaItem.is-active .sessaoEstruturaInfo{
		opacity: 1;		
	}
	.sessaoEstruturaItem.is-left-1{
		transform: translate(-145%, -50%);
		z-index: 4;
	}
	.sessaoEstruturaItem.is-left-2{
		transform: translate(-240%, -50%);
		z-index: 3;
	}
	.sessaoEstruturaItem.is-right-1{
		transform: translate(45%, -50%);
		z-index: 4;
	}
	.sessaoEstruturaItem.is-right-2{
		filter: grayscale(1);
		transform: translate(140%, -50%);
		z-index: 3;
	}
	.sessaoEstruturaItem.is-hidden{
		opacity: 0;
		transform: translate(-50%, -50%);
		z-index: -1;
	}
	.sessaoEstruturaEfeito01{
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: -50px;
		left: 0;
		position: relative;
		z-index: 3;
		background-image: linear-gradient(to left, #FC09, #FFF9, #0000 80%);
	}
	.sessaoEstruturaItem360{
		cursor: pointer;
	}
	.modal360{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		transition: .3s ease;
		z-index: 9999;
	}

	.modal360.ativo{
		opacity: 1;
		visibility: visible;
	}

	.modal360Overlay{
		position: absolute;
		inset: 0;
		background: rgba(0,0,0,.82);
		backdrop-filter: blur(6px);
	}

	.modal360Box{
		width: 90%;
		max-width: 1100px;
		height: 80vh;
		position: relative;
		z-index: 2;
		border-radius: 24px;
		overflow: hidden;
		background: #111;
		box-shadow: 0 20px 80px rgba(0,0,0,.45);
	}

	#panorama360{
		width: 100%;
		height: 100%;
	}

	.modal360Close{
		width: 50px;
		height: 50px;
		position: absolute;
		top: 15px;
		right: 15px;
		border: 0;
		border-radius: 50%;
		background: rgba(0,0,0,.65);
		color: #FFF;
		font-size: 28px;
		cursor: pointer;
		z-index: 3;
		transition: .3s ease;
	}

	.modal360Close:hover{
		background: #FC0;
		color: #000;
	}

/*SESSAO PLANOS*/
	.sessaoPlanos{
		width: 100%;
		background-size: cover;
		background-position: center;
		background-image: url(../img/sessao01Bg.webp);
	}
	.sessaoPlanosBackground{
		width: 100%;
		padding: 50px 0;
		background-image: linear-gradient(to bottom, #000, #0009);
	}
	.sessaoPlanos .titulo{
		text-align: center;
	}
	.sessaoPlanosPeriodo{
		width: 100%;
		margin: 50px 0 20px;
		display: inline-flex;
		justify-content: center;
	}
	.sessaoPlanosPeriodoBg{
		padding: 10px 30px;
		display: inline-flex;
		justify-content: center;
		gap: 10px;
		margin: auto;
		border-radius: 30px;
		background: linear-gradient(180deg, #222, #111);
		border: 2px solid #FFF1;
	}
	.sessaoPlanosPeriodoBg p{
		font-size: 14px;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 2px;
		cursor: pointer;
		color: #CCC;
	}
	.sessaoPlanosPeriodoBg .ativo{
		font-weight: bold;
		color: #FC0;
	}
	.sessaoPlanosConteudo{
		width: 100%;
		margin: 50px 0;
		display: flex;
		justify-content: center;
		gap: 0px;
	}
	.sessaoPlanosCard{
		width: 100%;
		max-width: 380px;
		padding: 40px 30px;
		border-radius: 30px;
		background: linear-gradient(180deg, #543, #111);
		border: 2px solid #FFF1;
		box-shadow: 0 15px 40px #222;
		text-align: center;
		transition: .3s ease;
	}
	.sessaoPlanosCard:nth-child(2){
		margin: -20px -10px;
		z-index: 2;
		border-color: #FC03;
		box-shadow: 0 18px 45px #FC01;
		background-image: linear-gradient(180deg, #555, #111);
	}
	.sessaoPlanosCard:nth-child(3){
		background-image: linear-gradient(180deg, #B96, #111);
	}
	.sessaoPlanosCard h3{
		margin: 0 0 20px;
		font-size: 30px;
		color: #FFF;
	}
	.sessaoPlanosPreco{
		justify-content: center;
		margin-bottom: 0;
	}
	.sessaoPlanosPreco p{
		font-size: 60px;
		font-weight: 900;
		color: #FC0;
	}
	.sessaoPlanosPreco span{
		font-size: 22px;
		margin-right: 5px;
		color: #DDD;
	}
	.sessaoPlanosPreco small{
		margin: 0 0 0 -15px;
		font-size: 14px;
		letter-spacing: 1px;
		color: #DDD;
	}
	.sessaoPlanosPreco p:last-of-type{
		margin: -20px 5px 30px;
		font-size: 14px;
		letter-spacing: 1px;
		color: #DDD;
	}
	.sessaoPlanosPrecoSemestral,
	.sessaoPlanosPrecoAnual{
		display: none;
	}
	.sessaoPlanosCard ul{
		list-style: none;
		margin: 0 0 30px;
		padding: 0;
	}
	.sessaoPlanosCard ul li{
		padding: 10px 0;
		border-bottom: 1px solid #444;
		font-size: 16px;
		color: #FFF;
	}

/*SESSAO HORÁRIO*/
	.sessaoHorario{
		width: 100%;
		padding: 50px 0;
		background-color: #000;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center left;
		background-image: url(../img/background03.webp);
	}
	.sessaoHorario .titulo{
		text-align: center;
	}
	.sessaoHorarioConteudo{
		margin: 50px 0 0;
		display: flex;
	}
	.sessaoHorarioColuna{
		width: 100%;
		border-bottom: 1px solid #333;
		border-top: 1px solid #333;
	}
	.sessaoHorarioColuna:first-of-type{
		border-bottom: 1px solid #333;
		border-top: 1px solid #333;
		background-color: #222;
	}
	.sessaoHorarioColunaBg{
		width: 100%;
		border-radius: 10px;
		border: 1px solid #333;
		background-color: #000;
	}	
	.sessaoHorarioColunaBg p{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		padding: 15px 10px;
		color: #FFF;
	}	
	.sessaoHorarioColunaBg:first-of-type{
		width: 100%;
		background: #FC0;
		border: 1px solid #FC0;
	}
	.sessaoHorarioColunaBg:first-of-type p{
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000;
	}
	.sessaoHorarioColunaBgMobile{
		display: none;
	}
	.sessaoHorarioColunaBgEspecial{
		background: #FFF;
	}
	.sessaoHorarioColunaBgEspecial span{
		color: #000;
	}

/*SESSAO SOBRE*/
	.sessaoSobre{
		width: 100%;
		padding: 50px 0;
		background-image: linear-gradient(to bottom, #000, #0006);
	}
	.sessaoSobre .container{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 50px;
	}
	.sessaoSobreVideo{
		width: 45%;
		height: 600px;
		overflow: hidden;
		border-radius: 20px;
		position: relative;
		inset: 0;
		z-index: 1;
		overflow: hidden;
		background:#FC0;
	}
	.sessaoSobreVideo::after{
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(to right, #0002, transparent);
	}
	.sessaoSobreVideo iframe{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100vw;
		height: 70vw; /* proporção 16:9 */
		min-width: 100%; /* 600 / 9 * 16 */
		min-height: 600px;
		transform: translate(-50%, -50%);
		border: 0;
		pointer-events: none;
	}
	.sessaoSobreConteudo{
		width: 55%;
	}	
	.sessaoSobreTexto{
		width: 100%;
		margin: 25px 0 50px;
	}
	.sessaoSobreTexto p{
		margin: 0 0 10px;
		font-weight: 300;
		line-height: 150%;
		color: #DDD;
	}
	.sessaoSobreTexto p span{
		font-weight: bold;
		color: #FFF;
	}
	.sessaoSobreNumeros{
		display: flex;
		gap: 25px;
		margin: 0 0 50px;
		text-align: center;
	}
	.sessaoSobreNumero{
		width: 100%;
		padding:25px 10px;
		display: flex;
		flex-direction: column;
		border-radius: 20px;
		border: 2px solid #333;
		transition: .3s ease;
		background-image: linear-gradient(180deg, #FFF0, #FFF1);
		box-shadow: 0 15px 40px #0003;
	}
	.sessaoSobreNumero h3{
		font-size: 30px;
		font-weight: 900;
		color: #FC0;
	}
	.sessaoSobreNumero h3 span{
		font-size: 48px;
	}
	.sessaoSobreNumero h3 sup{
		font-size: 30px;
		padding: 0 5px 0 0;
	}
	.sessaoSobreNumero p{
		margin: 0;
		font-size: 18px;
		color: #DDD;
	}

/*SESSAO MARQUEE*/
	.sessaoMarquee{
		width: 100%;
		padding: 25px 0;
		border-top: 1px solid #FFF1;
		border-bottom: 1px solid #FFF1;
		overflow: hidden;
		background-color: #FC0;
	}
	.sessaoMarqueeTrack{
		white-space: nowrap;
		display: flex;
	}
	.sessaoMarqueeTrack p{
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 2px;
		color: #000;
		animation: marquee 20s linear infinite;
	}
	.sessaoMarqueeTrack p span{
		font-weight: 900;
	}
	/* animação */
	@keyframes marquee{
		from{
			transform: translateX(0);
		}
		to{
			transform: translateX(-50%);
		}
	}

/*SESSAO DEPOIMENTOS*/
	.sessaoDepoimentos{
		width: 100%;
		padding: 50px 0;
		background-image: linear-gradient(to bottom, #0006, #000);
	}
	.sessaoDepoimentosConteudo{
		width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 75px;
	}	
	.sessaoDepoimentosTexto{
		width: 50%;
	}
	.sessaoDepoimentos .titulo h2{
		color: #FFF;
	}
	.sessaoDepoimentosLista{
		width: 100%;
		margin: 50px 0 0;
		position: relative;
		min-height: 150px;
	}
	.sessaoDepoimentosDescricao{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transform: translateY(20px);
		transition: .4s ease;
	}
	.sessaoDepoimentosDescricao.ativo{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		position: relative;
	}
	.sessaoDepoimentosDescricao p:nth-child(1){
		font-size: 20px;
		font-weight: 800;
		color: #DDD;
	}
	.sessaoDepoimentosDescricao p:nth-child(2){
		font-size: 18px;
		font-weight: 300;
		line-height: 150%;
		color: #DDD;
		margin: 15px 0;
	}
	.sessaoDepoimentosDescricao p:nth-child(3){
		font-size: 18px;
		color: #FC0;
	}
	.sessaoDepoimentosEfeito{
		width: 100%;
		height: 2px;
		position: relative;
		margin: 25px 0;
		z-index: 3;
		background-image: linear-gradient(to right, #FC09, #666, #0000 60%);
	}
	.sessaoDepoimentosFooter{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}
	.sessaoDepoimentosNav{
		display: flex;
		gap: 15px;
	}
	.sessaoDepoimentosNav button{
		width: 60px;
		height: 60px;
		border-radius: 10px;
		border: 2px solid #FC02;
		cursor: pointer;
		transition: .3s ease;
		font-weight: 900;
		font-size: 22px;
		color: #FFF;
		background-color: transparent;
	}
	.sessaoDepoimentosNav button:hover{
		border-color: #FC0;
		color: #000;
		background-color: #FC0;
	}
	.sessaoDepoimentosGoogle a{
		height: 60px;
		padding: 0 25px;
		border-radius: 10px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 2px solid #FC02;
		transition: .3s ease;
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		color: #000;
		background-color: #FC0;
	}
	.sessaoDepoimentosGoogle a:hover{
		filter: brightness(1.1);
	}
	.sessaoDepoimentosImagem{
		width: 480px;
		height: 480px;
		position: relative;
	}
	.sessaoDepoimentosImagem img{
		width: 240px;
		height: 240px;
		margin: 120px;
		position: absolute;
	}
	.sessaoDepoimentosImagem img:last-of-type{
		width: 300px;
		height: 300px;
		margin: 90px;
		filter: invert(1);
		animation: sessaoDepoimentosImagem 18s ease-in-out infinite;
	}
	@keyframes sessaoDepoimentosImagem{
		0%{
			transform: rotate(0);
		}
		100%{
			transform: rotate(360deg);
		}
	}

/*SESSAO FRASE*/
	.sessaoFrase{
		width: 100%;
		position: relative;
		overflow: hidden;
		background-size: cover;
		background-image:url(../img/background02.webp);
	}
	.sessaoFraseBackground{
		width: 100%;
		padding: 100px 0;
		background-image:linear-gradient(to right, #000, #0009);
	}
	.sessaoFrase::before{
		content: "";
		width: 500px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -200px;
		z-index: 0;		
		transform: skew(-20deg);
		background-color: #111;
	}
	.sessaoFrase .container{
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}
	.sessaoFraseImagem{
		width: 300px;
		height: 100px;
		max-width: 300px;
	}
	.sessaoFraseImagem img{
		height: 500px;
		position: absolute;
		transform: scaleX(-1);
		top: -100px;
	}
	.sessaoFraseConteudo{
		width: 60%;
	}
	.sessaoFraseConteudo .titulo h2{
		line-height: 125%;
	}
	.sessaoFraseConteudo .titulo strong{
		color: #FFF;
	}
	.sessaoFraseConteudo .titulo p{
		display: none;
	}
	.sessaoFraseConteudo .cta{
		margin: 50px 0 0;
	}

/*SESSAO FAQ*/
	.sessaoFaq{
		width: 100%;
		padding: 50px 0;
		background-image: linear-gradient(to top, #0006, #000);
	}
	.sessaoFaqConteudo{
		display: flex;
		align-items: flex-end;
		gap: 50px;
	}
	.sessaoFaqImagem{
		width: 40%;
		height: 400px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 20px;
		border: 2px solid #333;
		overflow: hidden;
		transition: 0.3s ease;
		box-shadow: 0 15px 40px #0003;
	}
	.sessaoFaqImagem img{
		width: 100%;
		display: block;
		transform: scaleX(-1);
	}
	.sessaoFaqImagem::before{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 3;
		background: linear-gradient(to bottom, #0000, #FC01);
	}
	.sessaoFaqLista{
		width: 60%;
	}
	.sessaoFaqLista .titulo{
		margin: 0 0 50px 0;
	}
	.sessaoFaqItem{
		margin: 0 0 15px;
		padding: 20px;
		border: 2px solid #333;
		border-radius: 10px;
		cursor: pointer;
		transition: 0.3s ease;
		background-color: #111;
	}
	.sessaoFaqItem:last-of-type{
		margin: 0;
	}
	.sessaoFaqPergunta{
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-weight: 600;
	}
	.sessaoFaqPergunta p{
		font-size: 18px;
		letter-spacing: 1px;
		color: #FFF;
	}
	.sessaoFaqPergunta span{
		font-size: 22px;
		color: #FC0;
	}
	.sessaoFaqResposta{
		max-height: 0;
		overflow: hidden;
		transition: .3s ease;
	}
	.sessaoFaqResposta p{
		padding: 0 50px 0 0;
		font-weight: 300;
		font-size: 18px;
		line-height: 150%;
		color: #DDD;
	}
	.sessaoFaqItem.ativo .sessaoFaqResposta{
		max-height: 200px;
		margin-top: 10px;
	}

/*SESSAO INSTAGRAM*/
	.sessaoInstagram{
		background-color: #0006;
	}
	.sessaoInstagramBg{
		width: 100%;
		height: 595px;
		border-radius: 10px;
		overflow: hidden;
		margin: 50px 0 0;
	}

/*SESSAO CONTATO*/
	.sessaoContato{
		width: 100%;
		padding: 50px 0;
		background-color: #000;
	}
	.sessaoContato .container{
		display: flex;
		justify-content: space-between;
		gap: 25px;
	}
	.contatoItem{
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.contatoItemIcone{
		width: 50px;
		min-width: 50px;
		height: 50px;
		display: flex;
		grid-template: center;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		font-size: 20px;
		background-color: #FC0;
	}
	.contatoItemIcone:hover{
		filter: brightness(1.1);
	}
	.contatoItemIcone img{
		width: 30px;
	}
	.contatoItem p:first-of-type{
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 5px;
		color: #FC0;
	}
	.contatoItem p:last-of-type{
		font-size: 18px;
		font-weight: 300;
		color: #FFF;
	}

/*SESSAO MAPA*/
	.sessaoMapa{
		width: 100%;
		height: 500px;
	}
	.sessaoMapa iframe{
		width: 100%;
		height: 100%;
		border: 0;
		filter: grayscale(1) brightness(.6);
	}

/*FOOTER*/
	footer{
		width: 100%;
		padding: 50px 0;
		background-color: #000;
	}
	.footerMarca{
		width: 100%;
		text-align: center;
	}
	.footerMarca img{
		width: 120px;
		margin: 0 0 25px;
	}
	.footerTexto{
		margin: 0 0 50px;
	}
	.footerTexto br{
		display: none;
	}
	.footerTexto p{
		font-size: 22px;
		font-weight: 300;
		text-align: center;
		color: #CCC;
	}
	.footerTexto p span{
		font-weight: 400;
		letter-spacing: 1px;
		color: #FC0;		
	}
	.footerMenu{
		width: 100%;
	}
	.footerMenu ul{
		display: flex;
		justify-content: center;
		gap: 25px;
	}
	.footerMenu li{
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.footerMenu a{
		text-decoration: none;
		transition: 0.3s;
		color: #CCC;
	}
	.footerMenu a:hover{
		color: #FC0;
	}
	.footerCopyright{
		width: 100%;
		margin: 50px 0 0;
	}
	.footerCopyright p{
		font-size: 12px;
		text-align: center;
		letter-spacing: 1px;
		color: #CCC;
	}
	.footerCopyright p:last-of-type{
		padding: 5px 0;
		font-size: 10px;
		color: #999;
	}

/*WHATSAPP*/
	.whatsapp{
		display: flex;
		align-items: center;
		position: fixed;
		z-index: 999;
		right: 30px;
		bottom: 30px;
	}
	.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;
			filter: blur(0);
		}
		100%{
			transform: scale(1.5);
			background-color: #2D60;
			filter: blur(5px);
		}
	}


@media(max-width: 1024px){
	.sessaoEstruturaViewport{
		height: 460px;
	}

	.sessaoEstruturaItem{
		width: 42%;
	}

	.sessaoEstruturaItem img{
		height: 340px;
	}

	.sessaoEstruturaItem.is-left-2,
	.sessaoEstruturaItem.is-right-2{
		opacity: 0;
	}
}

@media(max-width: 768px){
	/*CTA*/		
		.cta{
			text-align: center;
			margin: auto;
		}
		.cta a{
			text-align: center;
			margin: auto;
		}

	/*TITULO*/
		.titulo h1
		.titulo h2{
			font-size:36px;
		}

	/*HEADER*/
		header{
			padding: 15px 0;
			position: fixed;
			top: 0;
		}
		.headerMarca img{
			width: 160px;
		}
		.headerHamburger{
			display: flex;
			margin-left: auto;
			z-index: 9999;
		}
		.headerConteudo{
			width: min(360px, calc(100vw - 40px));
			height: calc(100vh - 30px);
			padding: 90px 25px 25px;
			position: fixed;
			top: 0;
			right: -110%;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-start;
			gap: 25px;
			border-radius: 20px;
			background: linear-gradient(180deg, #111, #000);
			border: 1px solid #333;
			box-shadow: 0 20px 60px #000A;
			transition: .35s ease;
			z-index: 1000;
		}
		.headerConteudo.ativo{
			right: 15px;
		}
		.headerMenu{
			width: 100%;
		}
		.headerMenu ul{
			flex-direction: column;
			align-items: flex-start;
			gap: 18px;
			width: 100%;
		}
		.headerMenu li{
			width: 100%;
		}
		.headerMenu li:nth-child(2n){
			display: none;
		}
		.headerMenu li a{
			width: 100%;
			display: block;
			font-size: 18px;
			padding: 0 0 12px;
			border-bottom: 1px solid #FFFFFF15;
		}
		.headerConteudo .cta{
			width: 100%;
			text-align: center;
		}
		.headerConteudo .cta a,
		.headerConteudo > a.cta{
			width: 100%;
			box-sizing: border-box;
		}
	
	/*SESSAO BANNER*/
		.sessaoBanner{
			margin: 80px 0 0;
		}
		.sessaoBannerDesktop{
			display: none;
		}
		.sessaoBannerMobile{
			display: block;
		}
		.sessaoBannerBackground .container{
			flex-wrap: wrap;
		}
		.sessaoBannerConteudo{
			width: 100%;
			margin: 0;
		}
		.sessaoBannerConteudoTag{
			width: 100%;
			margin: 20px 0;
			text-align: center;
		}
		.sessaoBannerConteudoTag p{
			text-align: center;
		}
		.sessaoBannerConteudoTitulo h1,
		.sessaoBannerConteudoTitulo h2{
			font-size: 36px;
			text-align: center;
		}
		.sessaoBannerConteudoTitulo br{
			display: none;
		}
		.sessaoBannerConteudoTitulo p{
			margin: 0 0 25px;
			text-align: center;
		}
		.sessaoBannerImagem{
			width: 100%;
			height: 450px;
			margin: 0;
			position: relative;
		}
		.sessaoBannerImagemBg{
			width: 100%;
			height: 450px;
			margin: 0;
		}
		.slick-next .slick-arrow{
			display: none;
		}
		
	/*SESSAO MODALIDADES*/
		.sessaoModalidades{
			padding: 25px 0;
		}
		.sessaoModalidades .titulo br{
			display: none;
		}
		.sessaoModalidadesConteudo{
			margin: 50px 0 0;
			grid-template-columns: repeat(1, 1fr);
			gap: 25px;
		}
		.sessaoModalidadesAviso a{
			width: 80%;
			margin: 25px auto 0;
		}

	/*SESSAO ESTRUTURA*/
		.sessaoEstrutura{
			padding: 25px 0 125px;
		}			
		.sessaoEstrutura .titulo span{
			font-weight: bold;
			color: #FC0;
		}
		.sessaoEstrutura .titulo br{
			display: none;
		}
		.sessaoEstruturaConteudo{
			margin: 25px 0 0;
		}
		.sessaoEstruturaConteudoArrows{
			width: 100%;
			height: 100px;
			position: absolute;
			top: auto;
			bottom: -50px;
		}
		.sessaoEstruturaArrow.prev{
			right: 50%;
			margin-right: 10px;
		}
		.sessaoEstruturaArrow.next{
			right: 50%;
			margin-right: -70px;
		}
		.sessaoEstruturaCarrosel{
			height: 500px;
		}
		.sessaoEstruturaViewport{
			height: 300px;
		}
		.sessaoEstruturaItem{
			width: 100%;
		}
		.sessaoEstruturaItem img{
			height: 350px;
		}
		.sessaoEstruturaItem.is-left-1,
		.sessaoEstruturaItem.is-left-2,
		.sessaoEstruturaItem.is-right-1,
		.sessaoEstruturaItem.is-right-2{
			opacity: 0;
		}
		.sessaoEstruturaInfo{
			top: 370px;
		}

	/*SESSAO PLANOS*/
		.sessaoPlanosBackground{
			padding: 0;
		}
		.sessaoPlanos .titulo{
			text-align: center;
		}
		.sessaoPlanos .titulo span{
			font-weight: bold;
			color: #FC0;
		}
		.sessaoPlanos .titulo br{
			display: none;
		}
		.sessaoPlanosConteudo{
			flex-wrap: wrap;
		}

	/*SESSAO HORÁRIO*/
		.sessaoHorarioConteudo{
			flex-wrap: wrap;
		}
		.sessaoHorario .titulo br{
			display: none;
		}
		.sessaoHorario .titulo span{
			font-weight: bold;
			color: #FC0;
		}
		.sessaoHorario{
			padding: 50px 0;
		}		
		.sessaoHorarioColuna:first-of-type{
			display: none;
		}
		.sessaoHorarioColunaBg{
			padding: 15px 0;
			display: none;
		}
		.sessaoHorarioColuna.ativa{
			display: block;
		}
		.sessaoHorarioColunaBg:first-of-type{
			display: block;
		}
		.sessaoHorarioColuna.ativa .sessaoHorarioColunaBg{
			display: block;
		}		
		.sessaoHorarioColunaBg p{
			font-size: 16px;
			padding: 0 10px;
		}
		.sessaoHorarioColunaBg p.sessaoHorarioColunaBgMobile{
			font-weight: 300;
			padding:  0 0 5px;
			display: block;
		}
		.sessaoHorarioColunaBgEspecial p.sessaoHorarioColunaBgMobile{
			color: #000;
		}

	/*SESSAO SOBRE*/
		.sessaoSobre{
			padding: 25px 0 ;
		}
		.sessaoSobre .container{
			flex-wrap: wrap;
		}
		.sessaoSobreVideo{
			width: 100%;
			height: 600px;
		}
		.sessaoSobreVideo iframe{
			width: 100vw;
			height: 70vw;
			min-width: 120%; 
			min-height: 700px;
		}
		.sessaoSobreConteudo{
			width: 100%;
		}	
		.sessaoSobreConteudo .titulo br{
			display: none;
		}	
		.sessaoSobreTexto p{
			text-align: justify;
		}	
		.sessaoSobreNumeros{
			flex-wrap: wrap;
		}

	/*SESSAO MARQUEE*/
		.sessaoMarquee{
			margin: 25px 0 0;
		}

	/*SESSAO DEPOIMENTOS*/
		.sessaoDepoimentos{
			padding: 50px 0;
		}
		.sessaoDepoimentosConteudo{
			flex-wrap: wrap;
			gap: 50px;
		}	
		.sessaoDepoimentosTexto{
			width: 100%;
		}
		.sessaoDepoimentosImagem{
			width: 100%;
			height: 300px;
			margin: auto;
			position: relative;
		}
		.sessaoDepoimentosImagem img{
			margin: 25px 0 0 50%;
			left: -120px;
		}
		.sessaoDepoimentosImagem img:last-of-type{
			margin: auto;
			margin-left: 50%;
			left: -150px;
		}
		@keyframes sessaoDepoimentosImagem{
			0%{
				transform: rotate(0);
			}
			100%{
				transform: rotate(360deg);
			}
		}

	/*SESSAO FRASE*/
		.sessaoFraseBackground{
			padding: 25px 0;
			background-image:linear-gradient(to bottom, #000, #0009);
		}
		.sessaoFrase::before{
			display: none;
		}
		.sessaoFrase .container{
			flex-wrap: wrap;
		}
		.sessaoFraseImagem{
			order: 2;
			width: 100%;
			height: 500px;
			text-align: center;
		}
		.sessaoFraseImagem img{
			height: 500px;
			position: relative;
			top: 0;
		}
		.sessaoFraseConteudo{
			width: 100%;
			text-align: center;
		}
		.sessaoFraseConteudo .titulo h2{
			font-size: 38px;
			line-height: 125%;
			text-align: center;
		}
		.sessaoFraseConteudo .titulo p{
			margin: 10px 0 ;
			display: block;
			font-weight: 300;
			font-size: 30px;
			text-align: center;
			color: #FFF;
		}	
		.sessaoFraseConteudo .titulo strong{
			font-weight: bold;
		}
		.sessaoFraseConteudo .titulo h2 span,
		.sessaoFraseConteudo .titulo h2 strong{
			display: none;
		}
		.sessaoFraseConteudo .cta{
			justify-content: center;
			text-align: center;
			margin: 50px auto 0;
			background-color: red;
		}

	/*SESSAO FAQ*/
		.sessaoFaq{
			padding: 50px 0;
		}
		.sessaoFaqConteudo{
			flex-wrap: wrap;
		}
		.sessaoFaqImagem{
			width: 100%;
			height: 350px;
		}
		.sessaoFaqLista{
			width: 100%;
		}

	/*SESSAO INSTAGRAM*/
		.sessaoInstagram .titulo h2{
			text-align: center;
		}
		.sessaoInstagram .titulo br{
			display: none;
		}
		.sessaoInstagram .titulo span{
			font-weight: bold;
			color: #FC0;
		}
		.sessaoInstagramBg{
			width: 360px;
			height: 525px;
			margin: 50px auto 0;
		}

	/*SESSAO CONTATO*/
		.sessaoContato .container{
			flex-wrap: wrap;
			gap: 25px;
		}
		.contatoItem{
			width: 100%;
		}

	/*SESSAO MAPA*/
		.sessaoMapa{
			height: 450px;
		}

	/*FOOTER*/
		.footerMenu{
			width: 100%;
		}
		.footerMenu ul{
			flex-wrap: wrap;
			justify-content: center;
		}
		.footerMenu li{
			width: 100%;
			text-align: center;
		}
		.footerTexto br{
			display: block;
		}
}