/*  
Theme: THESEN5ES
File: main.css
Author: EN Design
*/


/* ===========================
   FONTES DO TEMA
   =========================== */

.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans";
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

/* --- BASE GLOBAL (fora de media) ---*/
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; text-size-adjust:100%; }
img, svg, video { display:block; max-width:100%; height:auto; }
font-size: 100%;

:root {
  --branco: #FFFFFF;
  --preto: #000;
}

html, body { 
	font-family: "Nunito Sans"; 
	font-weight: normal; 
	width: 100% !important; 
	height: 100% !important; 
	padding: 0; 
	margin: 0; 
	background: #000 !important; 
	box-sizing: border-box; 
} 

.container-fluid { 
	padding: 0; 
	margin: 0; 
	box-sizing: border-box; 
} 

.navbar-header { 
	position: relative; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	background: rgba(20, 20, 20, 0.55); 
	width: 100%; 
	height: 5rem; 
	z-index: 9999; 
	backdrop-filter: blur(5px); 
} 

.container-header { 
	display: flex; 
	justify-content: center; 
} 

.logo-header { 
	position: relative; 
	width: 100%; 
	max-width: 70px; 
} 

/* BANNER PRINCIPAL */ 
.banner-principal { 
	width: 100%; 
	min-height: 480px; 
	background: url('../img/banner-principal.png'); 
	background-repeat: no-repeat; 
	background-position: center left; 
	background-size: cover; 
	display: flex; 
	align-items: center; 
	margin-top: 0rem; 
	z-index: 0; 
	position: relative; 
} 

.hero-container h1 { 
	font-family: "Nunito Sans"; 
	font-weight: normal; 
	position: relative; 
	font-size: .95rem; 
	text-align: center; 
	color: #ffffff; 
	letter-spacing: 5px; 
	top: -4rem; 
	z-index: 2; 
	animation: fadeInFromRight 1s ease-out; 
} 

/*===== BOTOES ===== */ 
.hero-buttons { 
	position: relative; 
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	margin-top: 2rem; 
	margin-bottom: 2rem; 
} 

.btn-ser-aluno button {
	position: relative;
	font-family: "Nunito Sans";
	background: black;
	color: white;
	width: 100%; 
	border: 1px solid white; 
	border-radius: 30px; 
	padding: 10px; 
	font-size: 0.6rem; 
	left: 0rem; 
}

.btn-aluno button { 
	position: relative; 
	font-family: "Nunito Sans";
	background: black; 
	color: white; 
	width: 100%; 
	border: 1px solid white; 
	border-radius: 30px; 
	padding: 10px; 
	font-size: 0.6rem; 
	left: 0rem; 
	top: 0rem; 
}

.hero-container-musculacao {
  position: relative;
  cursor: pointer;
}

/* ===== PRIMEIRA IMAGEM ===== */ 
.hero-container-musculacao img { 
	position: relative; 
	cursor: pointer; 
	z-index: 2;
}

.hero-container-musculacao h2 {
	font-family: "Nunito Sans"; 
	font-weight: normal; 
	text-align: center; 
	color: #ffffff; 
	margin-top: 2rem; 
	margin-bottom: 2rem; 
	font-size: 1.15rem; 
	letter-spacing: 0.2rem; 
	animation: fadeInFromLeft 1s ease-out; 
	cursor: pointer;
} 

/*===== TITULOS MODAL ===== */ 
.title-modal-h1 { 
	font-family: "Nunito Sans";
	font-weight: bolder;
	text-align: left;
	color: white;
	font-size: 1.4rem; 
}

.frase2 {
	font-family: "Nunito Sans";
	font-weight: regular; 
	text-align: justify; 
	text-align-last: left; 
	color: white; 
	font-size: .85rem; 
	margin-top: 1rem; 
}

.frase3 {
	font-family: "Nunito Sans";
	font-weight: regular; 
	text-align: justify; 
	text-align-last: left; 
	color: white;
	font-size: .85rem;
	margin-top: 0rem;
}

.title-modal-h2 { 
	font-family: "Nunito Sans"; 
	font-weight: bolder; 
	text-align: left; 
	color: white; 
	font-size: 1rem; 
	margin-top: 2rem; 
}

.frase4 {
	font-family: "Nunito Sans"; 
	font-weight: regular; 
	text-align: justify; 
	text-align-last: left; 
	color: white; 
	font-size: .85rem; 
	margin-top: 0rem; 
} 

.frase5 { 
	font-family: "Nunito Sans"; 
	font-weight: regular; 
	text-align: justify; 
	text-align-last: left; 
	color: white; 
	font-size: .85rem; 
	margin-top: -.80rem; 
} 

.frase6 { 
	font-family: "Nunito Sans"; 
	font-weight: regular; 
	text-align: justify; 
	text-align-last: left;
	color: white; 
	font-size: .85rem;
	margin-top: 1rem; 
} 

.frase7 {
	font-family: "Nunito Sans"; 
	font-weight: regular; 
	text-align: justify; 
	text-align-last: left; 
	color: white; 
	font-size: .85rem;
	margin-top: -.80rem; 
} 

/* ===== SEGUNDO IMAGEM ===== */ 
.hero-container-coletivo img { 
	cursor: pointer; 
} 

#coletivas {
	font-family: "Nunito Sans"; 
	font-weight: normal; 
	text-align: center;
	color: #ffffff;
	margin-top: 0rem;
	margin-bottom: 2rem; 
	font-size: 1.15rem; 
	letter-spacing: 0.2rem; 
	animation: fadeInFromLeft 1s ease-out; 
	cursor: pointer;
} 

.title-modal2-h4 { 
	font-family: "Nunito Sans"; 
	font-size: 1rem; 
} 

.title-modal2-h6 {
	font-family: "Nunito Sans"; 
	font-weight: regular; 
	color: white;
	font-size: .90rem; 
}

/* ===== TERCEIRO IMAGEM ===== */ 
.hero-container-arena {
	position: relative;
	cursor: pointer; 
	z-index: 1; 
} 

#arena {
	position: relative; 
	font-family: "Nunito Sans";
	font-weight: normal; 
	text-align: center; 
	color: white; 
	margin-top: 0rem; 
	margin-bottom: 2rem;
	font-size: 1.15rem; 
	letter-spacing: 0.2rem; 
	animation: fadeInFromLeft 1s ease-out; 
	pointer-events: auto !important; 
	cursor: pointer !important;
	z-index: 9999 !important; 
}

.title-modal3-h1 { 
	font-family: "Nunito Sans"; 
	font-weight: 900; 
	text-align: left; 
	color: white;
	font-size: 1.5rem; 
	letter-spacing: 0.2rem; 
	margin-top: -1rem; 
} 

.frase3-1 { 
	font-family: "Nunito Sans";
	font-weight: 200;
	font-size: 1rem; 
	margin-top: -1rem;
} 

.frase3-2 { 
	font-family: "Nunito Sans";
	font-weight: 200;
	font-size: 1rem; 
	margin-top: -2.2rem; 
} 

.title-modal3-day {
	font-family: "Nunito Sans";
	letter-spacing: 0.2rem; 
	font-size: 1.2rem; 
	font-weight: 900; 
	margin-top: -1rem;
} 

.frase3-3 {
	font-family: "Nunito Sans"; 
	font-weight: 200; 
	font-size: .99rem;
	text-align: justify; 
	text-align-last: left;
	margin-top: -1.5rem; 
} 

.title-modal3-horarios {
	font-family: "Nunito Sans";
	font-weight: 900; 
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	margin-top: -1rem; 
} 

.title-modal3-reservas { 
	font-family: "Nunito Sans"; 
	font-weight: 900;
	font-size: .75rem; 
	text-align: left;
	letter-spacing: 0.2rem; 
	margin-top: -1.5rem; 
}

.frase3-4 {
	font-family: "Nunito Sans"; 
	font-weight: 200;
	font-size: .90rem;
	text-align: justify; 
	text-align-last: left;
	margin-top: -1rem; 
} 

.title-modal3-restaurante { 
	font-family: "Nunito Sans"; 
	font-weight: 900;
	font-size: 1.3rem;
	margin-top: -1rem;
} 

.frase3-5 {
	font-family: "Nunito Sans";
	font-size: .90rem; 
	font-weight: 200; 
	margin-top: -1.5rem;
} 

/* Estilo do Modal */
.modal {
    display: none; /* Inicialmente, os modais estarão escondidos */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000; /* Fundo semitransparente */
}

/* Conteúdo do Modal */
.modal-content {
    background-color: #000;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    animation: fadeIn 0.3s ease-out;
}

/* Estilo do botão de fechar */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*===== ANIMACAO DO MODAL ===== */
@keyframes fadeIn { 
	0% { opacity: 0; transform: scale(0.8); } 
	100% { opacity: 1; transform: scale(1); } 
} 

.fade-in-left { 
	opacity: 0; 
	transform: translateX(-100px); 
	transition: opacity 1s ease-out, transform 1s ease-out; 
} 

.fade-in-left.visible {
	opacity: 1;
	transform: translateX(0); 
} 

.fade-in-left:nth-child(1), 
.fade-in-left:nth-child(2), 
.fade-in-left:nth-child(3), 
.fade-in-left:nth-child(4), 
.fade-in-left:nth-child(5), 
.fade-in-left:nth-child(6), 
.fade-in-left:nth-child(7), 
.fade-in-left:nth-child(8), 
.fade-in-left:nth-child(9),
.fade-in-left:nth-child(10), 
.fade-in-left:nth-child(11), 
.fade-in-left:nth-child(12), 
.fade-in-left:nth-child(13),
.fade-in-left:nth-child(14),
.fade-in-left:nth-child(15), 
.fade-in-left:nth-child(16), 
.fade-in-left:nth-child(17),
.fade-in-left:nth-child(18), 
.fade-in-left:nth-child(19), 
.fade-in-left:nth-child(20),
.fade-in-left:nth-child(21), 
.fade-in-left:nth-child(22), 
.fade-in-left:nth-child(23), 
.fade-in-left:nth-child(24), 
.fade-in-left:nth-child(25), 
.fade-in-left:nth-child(26), 
.fade-in-left:nth-child(27), 
.fade-in-left:nth-child(28), 
.fade-in-left:nth-child(29), 
.fade-in-left:nth-child(30) { 
	transition-delay: 0.3s; 
} 

/* .hero-container-metade h1 {
position: relative; 
font-family: "Nunito Sans"; 
font-weight: normal;
font-size: 1.15rem; 
text-align: center;
color: white; 
letter-spacing: 0.2rem;
margin-bottom: 1rem; 
} 
*/ 

/* Estilo personalizado para o Carrossel 
.carousel-inner img { 
width: 100%; 
height: auto;
object-fit: cover;
} 
*/ 

/*.carousel-control-prev-icon, 
.carousel-control-next-icon { 
background-color: black; 
} 
*/ 

/* Ajustes adicionais 
.carousel {
max-width: 100%; 
margin: 0 auto;
} 
*/ 

/* .hero-titulo h1 {
font-family: "Nunito Sans";
font-size: 1.15rem; 
font-weight: normal; 
text-align: center; 
color: white; 
margin-top: 3rem;
} 
*/ 

.hero-titulo,
.logo,
.sexto-title,
.border-titulo,
.setimo-titulo {
	display: none;
}

/*===== IMAGEM DA LOIRA SENTADA COM CELULAR ===== */
.hero-container-img20-desk {
	width: 100%;
	min-height: 450px;
	background-size: cover; 
	display: flex; 
	align-items: center;
	margin-top: 0rem; 
	z-index: 2;
	position: relative; 
} 

.hero-container-img20-desk img { 
	font-family: "Nunito Sans"; 
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center; 
} 

.hero-container-img20-desk button {
	position: relative; 
	background: transparent;
	border-bottom-color: rgba( 20, 20, 20, #fff);
	border-radius: 35px; 
	padding: 8px 40px;
	color: white;
	z-index: 5; 
} 

#img-arena-desk {
	display: block;
}

#img-arena-mob {
	display: none;
}

.hero-logos-mob,
#title-nono,
#logo-frans, 
#logo-buddha,
#logo-track {
	display: none;
}

/*===== IMAGEM DA ARENA ===== */
.hero-container-img-quadra-desk { 
	display: block;
	text-align: center; 
} 

.hero-container-img-quadra-desk h2 {
	font-family: "Nunito Sans"; 
	text-align: center;
	font-size: 1.15rem; 
	margin-top: 2.2rem;
	margin-bottom: 2rem; 
	letter-spacing: 0.2rem;
	font-weight: 400; 
}

.hero-container-img-quadra-desk img {
	position: relative; 
	margin-top: -6rem; 
}

.hero-container-img-quadra-desk p { 
	position: relative; 
	font-family: "Nunito Sans"; 
	text-align: justify; 
	font-size: .78rem; 
	padding: 0 30px; 
	margin-top: -7rem; 
	color: white; 
} 

.hero-container-img-quadra-desk button { 
	position: relative;
	font-family: "Nunito Sans";
	font-size: .78rem;
	background: black; 
	color: white; 
	border-radius: 30px;
	padding: 5px 10px;
	letter-spacing: 0.1rem;
	margin-top: 1rem; 
} 

.hero-container-img-quadra {
	display: none;
}

.hero-title-oitavo-desk {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*===== TITULO DAY USE ===== */ 
.hero-title-oitavo-desk h2 {
	display: block;
	position: relative; 
	font-family: "Nunito Sans";
	font-size: 1.15rem; 
	font-weight: 600; 
	letter-spacing: 0.5rem; 
	color: #ffffff; 
	text-align: center;
	margin: 2rem 0 0rem 0;
	color: white; 
} 

/*===== LINHAS DO DAY USE =====*/
.hero-title-oitavo-desk h2::before{
	content: "";  
	position: absolute;
	top: 50%; 
	width: 30%; 
	height: 1px;
	background-color: #ffffff; 
	left: 0;
	transform: translateY(-50%); 
} 

.hero-title-oitavo-desk h2::after {
	display: block;
	content: "";
	position: absolute; 
	top: 50%; 
	width: 32%; 
	height: 1px; 
	background-color: #ffffff; 
	right: 0; 
	transform: translateY(-50%); 
} 

.hero-title-oitavo-desk p { 
	display: block;
	font-family: "Nunito Sans";
	position: relative; 
	margin-top: 1.5rem; 
	text-align: center;
	line-height: 1.15;
	color: white;
	padding: 0 20px; 
}

.hero-title-oitavo,
.hero-title-oitavo h2,
.hero-title-oitavo h2::before,
.hero-title-oitavo h2::after,
.hero-title-oitavo p {
	display: none;
}

.btn-musc-arena-mob,
.btn-musculacao-mob button,
.btn-arenas-mob button {
	display: none;
}

.section-planos-bg {
	display: none;
}

/*===== SECAO PLANOS ===== */ 
.section-planos-bg-desk {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative; 
	margin-top: 10rem; 
	gap: 8px;
} 

.background-image-planos-desk {
	position: absolute;
	background-image: url('../img/img-fundo-plano.png');
	background-position: center;
	background-size: cover; 
	padding: 0;
	width: 100%; 
	min-height: 600px;
	z-index: 0;
} 

.planos-desk {
	position: relative; 
	font-family: "Nunito Sans"; 
	z-index: 2;
	margin-top: 0rem; 
	z-index: 1; 
	letter-spacing: 0.2rem; 
	top: -6rem;
	color: white;
} 

.planos-desk::before {
	content: "";
	position: absolute; 
	top: 2.4rem; 
	width: 13rem; 
	height: 1px;
	background-color: #ffffff; 
	left: -2rem;
	z-index: 1; 
} 

/*===== PLANOS 1 ===== */ 
.plan-card-desk { 
	position: relative; 
	background: rgba(20, 20, 20, 0.55);
	color: black; 
	width: 280px;
	height: 550px;
	padding: 25px; 
	font-family: "Nunito Sans";
	border-radius: 15px; 
	text-align: center;
} 

.plan-title-desk { 
	font-family: "Nunito Sans"; 
	font-size: 1rem;
	font-weight: 700; 
	letter-spacing: 0.2rem; 
	text-align: left;
	position: relative;
	margin-top: -3.1rem;
}

.plan-subtitle-desk { 
	position: relative;
	font-family: "Nunito Sans"; 
	font-size: 0.7rem;
	letter-spacing: 0.2rem;
	opacity: 0.8;
	display: block; 
	right: 4.65rem; 
	margin-top: 1.4rem; 
	top: -1.2rem;
}

.price-desk {
	position: relative;
	font-family: "Nunito Sans";
	display: flex; 
	justify-content: left;
	align-items: flex-end; 
	gap: 5px;
}

.price-value-desk { 
	font-size: 2.8rem;
	font-weight: 700;
	position: relative;
	right: 1.8rem;
} 

.price-period-desk { 
	position: relative;
	font-family: "Nunito Sans";
	font-size: 0.8rem;
	margin-bottom: 5px;
	letter-spacing: 0.1rem;
	top: -1.4rem; 
	position: relative;
	right: 2rem;
} 

.price-info-desk {
	position: relative;
	font-family: "Nunito Sans";
	font-size: 0.8rem;
	opacity: 0.8;
	margin-bottom: 15px; 
	text-align: left;
	top: -1rem; 
} 

.divider-desk {
	border: none; 
	border-top: 2px solid #ffffff;
	opacity: 0.7; 
	margin: 10px 0 20px; 
} 

.features-desk { 
	font-family: "Nunito Sans"; 
	list-style: none;
	padding: 0;
	margin: 0; 
	text-align: left; 
} 

.features-desk li {
	font-size: 0.95rem;
	margin: 8px 0;
	display: flex;
	justify-content: flex-start; 
	align-items: center; 
	gap: 12px; 
} 

.check, .x {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative; 
	border-radius: 50%;
	width: 22px; 
	height: 22px;
	color: white;
	font-size: 1.1rem; 
	flex-shrink: 0; 
}

.check {
	background: #2e8b2e;
}

.x {
	background: #e63939; 
} 

/*===== PLANOS 2 ===== */
.plan-card-2-desk { 
	position: relative; 
	background: rgba(20, 20, 20, 0.55);
	color: black; 
	width: 280px;
	height: 550px;
	padding: 25px; 
	font-family: "Nunito Sans";
	border-radius: 15px; 
	text-align: center;
} 

.plan-title-2-desk { 
	font-family: "Nunito Sans"; 
	font-size: 1rem;
	font-weight: 700; 
	letter-spacing: 0.2rem; 
	text-align: left;
}

.plan-subtitle-2-desk { 
	position: relative;
	font-family: "Nunito Sans"; 
	font-size: 0.7rem;
	letter-spacing: 0.2rem;
	opacity: 0.8;
	display: block; 
	right: 4.1rem; 
	margin-top: 1.9rem; 
}

.price-2-desk {
	position: relative;
	font-family: "Nunito Sans";
	margin-top: -10px;
	display: flex; 
	justify-content: left;
	align-items: flex-end; 
	gap: 5px; 
}

.price-value-2-desk { 
	font-size: 2.8rem;
	font-weight: 700;
} 

.price-period-2-desk { 
	position: relative;
	font-family: "Nunito Sans";
	font-size: 0.8rem;
	margin-bottom: 5px;
	letter-spacing: 0.1rem;
	top: -1.8rem; 
} 

.price-info-2-desk {
	position: relative;
	font-family: "Nunito Sans";
	font-size: 0.8rem;
	opacity: 0.8;
	margin-bottom: 15px; 
	text-align: left;
	top: -1rem; 
} 

.divider-2-desk {
	border: none; 
	border-top: 2px solid #ffffff;
	opacity: 0.7; 
	margin: 10px 0 20px; 
} 

.features-2-desk { 
	font-family: "Nunito Sans"; 
	list-style: none;
	padding: 0;
	margin: 0; 
	text-align: left; 
} 

.features-2-desk li {
	font-size: 0.95rem;
	margin: 8px 0;
	display: flex;
	justify-content: flex-start; 
	align-items: center; 
	gap: 12px; 
} 

.check, .x {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative; 
	border-radius: 50%;
	width: 22px; 
	height: 22px;
	color: white;
	font-size: 1.1rem; 
	flex-shrink: 0; 
}

.check {
	background: #2e8b2e;
}

.x {
	background: #e63939; 
} 

/*===== PLANOS 3 ===== */ 
.plan-card-3-desk {
	position: relative; 
	background: rgba(20, 20, 20, 0.55);
	color: black; 
	width: 280px;
	height: 550px;
	padding: 25px; 
	font-family: "Nunito Sans"; 
	border-radius: 15px;
	text-align: center;
} 

.plan-title-3-desk { 
	font-family: "Nunito Sans"; 
	font-size: 1rem;
	font-weight: 700; 
	letter-spacing: 0.2rem;
	text-align: left; 
}

.plan-subtitle-3-desk {
	position: relative; 
	font-family: "Nunito Sans"; 
	font-size: 0.7rem;
	letter-spacing: 0.2rem;
	opacity: 0.8;
	display: block;
	text-align: left;
	padding-left: .10rem;
} 

.price-3-desk {
	position: relative;
	font-family: "Nunito Sans"; 
	margin-top: -10px;
	display: flex; 
	justify-content: left;
	align-items: flex-end;
	gap: 5px; 
	right: .20rem;
}

.price-value-3-desk {
	font-size: 2.8rem; 
	font-weight: 700; 
}

.price-period-3-desk {
	position: relative;
	font-family: "Nunito Sans";
	font-size: 0.8rem;
	margin-bottom: 5px; 
	letter-spacing: 0.1rem; 
	top: -2rem;
}

.price-info-3-desk {
	position: relative; 
	font-family: "Nunito Sans";
	font-size: 0.8rem; 
	opacity: 0.8;
	margin-bottom: 15px;
	text-align: left;
	top: -1rem; 
}

.divider-3-desk {
	border: none; 
	border-top: 2px solid #ffffff;
	opacity: 0.7; 
	margin: 10px 0 20px; 
} 

.features-3-desk { 
	font-family: "Nunito Sans"; 
	list-style: none;
	padding: 0;
	margin: 0; 
	text-align: left; 
} 

.features-3-desk li {
	font-size: 0.95rem;
	margin: 8px 0;
	display: flex; 
	justify-content: flex-start;
	align-items: center;
	gap: 12px; 
}

.check, .x {
	display: flex; 
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	color: white; 
	font-size: 1.1rem; 
	flex-shrink: 0; 
}

.check {
	background: #2e8b2e; 
} 

.x { 
	background: #e63939; 
} 

.features-4-desk {
	position: relative;
	font-size: .45rem;
	right: .28rem;
	top: -1rem;
}

/*===== IMAGEM LOIRA COM FONE ===== */
.hero-img19 {
	position: relative;
	margin-top: 3rem;
} 

/*===== TITULO DUVIDAS FREQUENTES ===== */
#faq-title { 
	font-family: "Nunito Sans";
	font-size: 1rem;
	letter-spacing: 0.4rem;
	color: #fff; 
	padding-bottom: 10px; 
	cursor: pointer;
	margin-top: 2.5rem; 
	margin-bottom: 20px;
	text-align: center;
	padding: 0 20px; 
}

/*===== PERGUNTAS DAS DUVIDAS ===== */ 
.faq-question { 
	position: relative; 
	font-size: 0.99rem;
	color: #fff; 
	cursor: pointer; 
	display: flex; 
	align-items: center; 
	gap: 10px;
	padding: 5px 0; 
	left: 1rem; 
}

.faq-question span {
	display: inline-block;
} 

/*===== RESPOSTAS DAS DUVIDAS ===== */
.faq-answer {
	color: #ccc;
	margin: .50rem 1rem; 
	display: none; 
	font-size: .99rem; 
	line-height: 1.15rem; 
	padding: 0px 10px; 
} 

.faq-question i {
	position: relative; 
	transition: transform 0.3s ease;
	left: .30rem; 
}

.faq-question.open i {
	transform: rotate(90deg); 
}

/*===== HORARIOS ===== */
.horarios-container {
	background: #000;
	padding: 40px 30px;
	color: #fff;
	text-align: left;
	max-width: 400px; 
	margin: -4rem auto auto auto; 
} 

#horarios { 
	font-family: "Nunito Sans";
	letter-spacing: 0.2rem;
	text-align: center;
	margin: -1rem 0 2rem 0; 
	font-size: 1.15rem; 
}

.linha1 { 
	width: 100%; 
	height: 1px; 
	background: #ccc; 
	margin: 10px 0; 
} 

.titulo-horarios {
	text-align: center;
	font-size: 1.15rem;
	margin-bottom: 40px; 
} 

.bloco-horario {
	margin-bottom: 40px; 
	margin-top: -1rem; 
} 

.dia {
	font-size: .75rem;
	letter-spacing: 3px;
	margin: 0 0 5px; 
}

.hora {
	font-size: .75rem;
	letter-spacing: 3px; 
	opacity: 0.9;
	margin: 0; 
}

/*===== LOCALIZACAO ===== */
.localizacao-container { 
	background: #000; 
	padding: 40px 30px; 
	color: #fff; 
	text-align: left;
	max-width: 400px;
	margin: -4rem auto auto auto;
	font-family: "Nunito Sans"; 
} 

.linha3 { 
	width: 100%; 
	height: 1px; 
	background: #ccc; 
	margin: 20px 0;
	margin-top: -2rem; 
} 

#localizacao {
	text-align: center; 
	letter-spacing: 4px; 
	font-size: 1.15rem;
	margin-bottom: 40px;
	margin-top: -1rem; 
}

.bloco-endereco {
	margin-bottom: 40px; 
} 

.endereco {
	font-size: .65rem;
	letter-spacing: 3px; 
	margin-top: -1.5rem;
} 

.endereco svg {
	position: relative;
	font-style: normal; 
	right: 1.2rem; 
	top: .95rem; 
} 

.endereco a { 
	color: white; 
	text-decoration: none;
}

.endereco a:hover {
	color: white;
	text-decoration: underline;
}

.bloco-redes {
	position: relative;
	margin-top: -2rem; 
} 

.whatsapp { 
	position: relative; 
	font-size: .75rem;
	letter-spacing: 3px;
	opacity: 0.9;
	margin: 0; 
	right: 1rem; 
} 

.whatsapp i {
	font-style: normal; 
} 

.whatsapp a {
	color: white; 
	text-decoration: none; 
} 

.whatsapp a:hover { 
	color: #; 
	text-decoration: underline; 
}

.instagram {
	position: relative; 
	font-size: .75rem; 
	letter-spacing: 3px; 
	opacity: 0.9; 
	margin: 0; 
	right: 1rem; 
} 

.instagram i { 
	font-style: normal; 
} 

.instagram a { 
	color: white;
	text-decoration: none; 
}

.instagram a:hover { 
	color: white; 
	text-decoration: underline; 
}

.linha4 { 
	width: 100%; 
	height: 1px;
	background: #ccc; 
	margin: 20px 0;
	margin-top: 1rem; 
}

.site-footer p {
	position: relative; 
	font-family: "Nunito Sans"; 
	text-align: center; 
	font-size: .65rem; 
	top: -1rem; 
	margin-top: -2rem; 
	color: white; 
}

/*===== PRIMEIRA TELA MOBILE ===== */
@media only screen and (max-width: 360px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header-desk,
	.container-header-desk,
	.logo-header-desk {
		display: none;
	}
	
	.navbar-header {
		display: block;
	}

	.navbar-header { 
		position: relative; 
		display: flex; 
		justify-content: center; 
		align-items: center; 
		background: rgba(20, 20, 20, 0.90); 
		width: 100%; 
		height: 5rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header { 
		display: flex; 
		justify-content: center; 
	} 

	.logo-header { 
		position: relative; 
		width: 100%; 
		max-width: 70px; 
	} 

	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: auto; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.1rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 16px;
		margin-top: -2rem; 
		margin-bottom: 2rem; 
	} 

	.btn-ser-aluno button {
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 15px; 
		font-size: 0.6rem; 
	}

	.btn-aluno button { 
		position: relative; 
		font-family: "Nunito Sans";
		background: black; 
		color: white; 
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 45px; 
		font-size: 0.6rem; 
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		height: auto;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.15rem; 
		letter-spacing: 0.2rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		width: 100%;
		height: auto;
		cursor: pointer; 
	} 


	#coletivas {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.15rem; 
		letter-spacing: 0.2rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena {
		width: 100%;
		height: auto;
		position: relative;
		cursor: pointer; 
		z-index: 1; 
	} 

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.15rem; 
		letter-spacing: 0.2rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 95%;
		max-width: 600px;
		animation: fadeIn 0.3s ease-out;
		font-family: 'Montserrat', sans-serif;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo-desk,
	.logo-desk,
	.sexto-title-desk,
	.border-titulo-desk,
	.setimo-titulo-desk {
		display: none;
	}
	
	.hero-titulo {
		display: block;
	}

	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo {
		position: relative;
		margin-top: -4rem;
		width: 60%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 
	
	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title { 
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 32px;
		margin-top: -5rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		margin-left: auto; 
		margin-right: auto; 
		font-size: .85rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo { 
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: justify;
		padding: 0px 10px; 
		font-size: .78rem; 
		color: white; 
	} 
	
	.hero-container-img20-desk {
		display: none;
	}
	
	/*===== IMAGEM DA LOIRA SENTADA COM CELULAR ===== */
	.hero-content-img20 {
		width: 100%;
		height: auto;
		position: relative; 
		z-index: 1;
	} 
	
	.hero-content-img20-btn {
		position: relative;
		display: flex;
		justify-content: center;
		z-index: 5;
		margin-top: -5rem;
	}
	
	.hero-content-img20-btn button {
		position: relative; 
		background: transparent;
		border: 1px solid #e3e3e3;
		border-radius: 30px; 
		padding: 10px 40px;
		color: white;
		cursor: pointer;
		letter-spacing: 0.1rem;
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-mob {
		display: block;
	}
	
	#title-nono {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: .75rem;
		margin-top: 4rem; 
	}
	
	.container-parceiros-mob {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	#logo-frans { 
		display: block;
		position: relative;
		width: 120px; 
		top: .50rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	#logo-buddha {
		display: block;
		position: relative;
		width: 120px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	#logo-track {
		display: block;
		position: relative;
		width: 120px;
		top: .50rem;
	}
	
	.hero-logos-desk,
	#title-nono-desk,
	.container-parceiros-desk,
	.logo-frans,
	.logo-buddha,
	.logo-track {
		display: none;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra { 
		display: block;
		text-align: center; 
	} 

	.hero-container-img-quadra h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.15rem; 
		margin-top: 2.2rem;
		margin-bottom: 2rem; 
		letter-spacing: 0.2rem;
		font-weight: 400; 
	}

	.hero-container-img-quadra img {
		position: relative; 
		margin-top: -6rem; 
	}

	.hero-container-img-quadra p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify; 
		font-size: .78rem; 
		padding: 0 30px; 
		margin-top: -7rem; 
		color: white; 
	} 

	.hero-container-img-quadra button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .78rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 10px 10px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
	} 

	.hero-container-img-quadra-desk {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo {
		display: block;
	}
	
	.hero-title-oitavo h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.15rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 30%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 32%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: center;
		line-height: 1.15;
		color: white;
		padding: 0 20px; 
		font-size: .89rem;
	}
	.hero-title-oitavo-desk,
	.hero-title-oitavo-desk h2,
	.hero-title-oitavo-desk h2::before,
	.hero-title-oitavo-desk h2::after,
	.hero-title-oitavo-desk p {
		display: none;
	}
	
	.btn-musc-arena-mob {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 32px;
		position: relative;
		margin-top: 1.5rem;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-mob button {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		background: black; 
		color: white; 
		border-radius: 30px; 
		width: 100%; 
		padding: 10px 12px; 
		letter-spacing: 0.1rem;
		font-size: 0.7rem; 
		border: 1px solid #e3e3e3;
	} 

	/*===== BOTAO ARENA ===== */
	.btn-arenas-mob button {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		background: black; 
		color: white; 
		border-radius: 30px; 
		width: 100%; 
		padding: 9.9px 30px; 
		letter-spacing: 0.1rem;
		font-size: 0.7rem; 
		border: 1px solid #e3e3e3;
	} 

	.btn-musc-arena-desk,
	.btn-musculacao-desk button,
	.btn-arenas-desk button {
		display: none;
	}
	
	.btn-musculacao-mob a,
	.btn-arenas-mob a {
		text-decoration: inherit;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg-desk,
	.background-image-planos-desk,
	.planos-desk,
	.planos-desk::before,
	.plan-card-desk,
	.plan-title-desk,
	.plan-subtitle-desk,
	.price-desk,
	.price-value-desk,
	.price-period-desk,
	.price-info-desk,
	.divider-desk,
	.features-desk,
	.features-desk li,
	.check, .x {
		display: none;
	}

	.plan-card-2-desk,
	.plan-title-2-desk,
	.plan-subtitle-2-desk,
	.price-2-desk,
	.price-value-2-desk,
	.price-period-2-desk,
	.price-info-2-desk,
	.divider-2-desk,
	.features-2-desk,
	.features-2-desk li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3-desk,
	.plan-title-3-desk,
	.plan-subtitle-3-desk,
	.price-3-desk,
	.price-value-3-desk,
	.price-period-3-desk,
	.price-info-3-desk,
	.divider-3-desk,
	.features-3-desk,
	.features-3-desk li,
	.check, .x {
		display: none;
	}

	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg {
		display: block;
		position: relative; 
		margin-top: -8rem;
	} 

	.background-image-planos {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 1560px;
		z-index: 0;
	} 

	.planos {
		position: relative; 
		font-family: "Nunito Sans"; 
		margin-bottom: 2rem;
		z-index: 2;
		margin-top: -5rem; 
		z-index: 1; 
		letter-spacing: 0.2rem;
		right: 3.2rem; 
	} 

	.planos::before {
		content: "";
		position: absolute; 
		top: 2.2rem; 
		width: 13rem; 
		height: 1px;
		background-color: #ffffff; 
		left: -2rem;
		z-index: 1; 
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card { 
		background: rgba(20, 20, 20, 0.55);
		position: relative; color: #ffffff;
		width: 280px;
		height: 450px;
		padding: 25px;
		font-family: "Nunito Sans"; 
		border-radius: 20px; 
		text-align: center; 
		margin: 15rem auto;
		z-index: 5; 
		top: 1rem;
	} 

	.plan-title {
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		padding-top: 15px;
	}

	.plan-subtitle {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.7rem; 
		letter-spacing: 0.2rem; 
		opacity: 0.8; 
		display: block;
		right: 4.58rem; 
		top: -.85rem; 
	} 

	.price {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px; 
		display: flex;
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	} 

	.price-value {
		font-size: 2.8rem; 
		font-weight: 700; 
	} 

	.price-period {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.8rem; 
		margin-bottom: 5px; 
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	}

	.price-info {
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.8rem;
		opacity: 0.8; 
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	} 

	.divider { 
		border: none; 
		border-top: 2px solid #ffffff; 
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features {
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features li {
		font-size: 0.95rem; 
		margin: 8px 0;
		display: flex; 
		justify-content:flex-start;
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center; 
		position: relative;
		border-radius: 50%; 
		width: 22px; 
		height: 22px; 
		color: white; 
		font-size: 1.1rem;
		flex-shrink: 0; 
	}

	.check { 
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	}

	/*===== PLANOS 2 ===== */
	.plan-card-2 { 
		position: relative; 
		background: rgba(20, 20, 20, 0.55); 
		color: #ffffff; 
		width: 280px; 
		height: 500px;
		padding: 25px; 
		font-family: "Nunito Sans";
		border-radius: 20px; 
		text-align: center;
		margin: -12rem auto; 
	} 

	.plan-title-2 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem;
		font-weight: 700; 
		letter-spacing: 0.2rem; 
		text-align: left;
	}

	.plan-subtitle-2 { 
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block; 
		right: 4.1rem; 
		top: 0rem; 
	}

	.price-2 {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end; 
		gap: 5px; 
	}

	.price-value-2 { 
		font-size: 2.8rem;
		font-weight: 700;
	} 

	.price-period-2 { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px;
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	} 

	.price-info-2 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		opacity: 0.8;
		margin-bottom: 15px; 
		text-align: left;
		top: -1rem; 
	} 

	.divider-2 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-2 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex;
		justify-content: flex-start; 
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative; 
		border-radius: 50%;
		width: 22px; 
		height: 22px;
		color: white;
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e;
	}

	.x {
		background: #e63939; 
	} 

	/*===== PLANOS 3 ===== */ 
	.plan-card-3 {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: #ffffff; 
		width: 280px;
		height: 510px;
		padding: 25px; 
		font-family: "Nunito Sans"; 
		border-radius: 20px;
		text-align: center;
		margin: 14rem auto; 
	} 

	.plan-title-3 { 
		font-family: "Nunito Sans"; 
		font-size: 1.15rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
	}

	.plan-subtitle-3 {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		top: 0rem; 
	} 

	.price-3 {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	}

	.price-value-3 {
		font-size: 2.8rem; 
		font-weight: 700; 
	}

	.price-period-3 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem; 
	}

	.price-info-3 {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	}

	.divider-3 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-3 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-3 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 

	.features-4 {
		position: relative;
		margin-top: 1.5rem; 
	}

	.features-4 li { 
		font-family: "Nunito Sans";
		position: relative;
		right: 2rem; 
		text-align: left; 
		font-size: 0.5rem;
	} 
	
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: -8rem;
	} 

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: .90rem;
		letter-spacing: 0.4rem;
		color: #fff; 
		padding-bottom: 10px; 
		cursor: pointer;
		margin-top: 2.5rem; 
		margin-bottom: 20px;
		text-align: center;
		padding: 0 20px; 
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		position: relative; 
		font-size: 0.90rem;
		color: #fff; 
		cursor: pointer; 
		display: flex; 
		align-items: center; 
		gap: 10px;
		padding: 5px 0; 
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		margin: .50rem 1rem; 
		display: none; 
		font-size: .80rem; 
		line-height: 1.15rem; 
		padding: 0px 10px; 
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app-desk,
	.iphone-desk,
	.android-desk {
		display: none;
	}
	
	.hero-container-img-app {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		position: relative;
		margin-top: -9rem;
	}

	/*===== BOTAO APP STORE ===== */
	.iphone { 
		position: relative; 
		width: 160px; 
	} 

	/*===== BOTAO GOOGLE STORE =====*/
	.android { 
		position: relative;
		width: 160px;
		top: -0.20rem;
	}
	
	.container-hora-end-desk {
		display: none;
	}
	
	/*===== HORARIOS ===== */
	.horarios-container {
		background: #000;
		padding: 40px 30px;
		color: #fff;
		text-align: left;
		max-width: 400px; 
		margin: -4rem 0 0 0; 
	} 

	#horarios { 
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem;
		text-align: center;
		margin: 1rem 0 2rem 0; 
		font-size: 1.15rem; 
	}

	.linha1 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 10px 0; 
	} 

	.titulo-horarios {
		text-align: center;
		font-size: 1.15rem;
		margin-bottom: 40px; 
	} 

	.bloco-horario {
		margin-bottom: 40px; 
		margin-top: -1rem; 
	} 

	.dia {
		font-size: .75rem;
		letter-spacing: 3px;
		margin: 0 0 5px; 
	}

	.hora {
		font-size: .75rem;
		letter-spacing: 3px; 
		opacity: 0.9;
		margin: 0; 
	}

	/*===== LOCALIZACAO ===== */
	.localizacao-container { 
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 400px;
		margin: -4rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	.linha3 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 20px 0;
		margin-top: -2rem; 
	} 

	#localizacao {
		text-align: center; 
		letter-spacing: 4px; 
		font-size: 1.15rem;
		margin-bottom: 40px;
		margin-top: 1rem; 
	}

	.bloco-endereco {
		margin-bottom: 40px; 
	} 

	.endereco {
		font-size: .65rem;
		letter-spacing: 3px; 
		margin-top: -1.5rem;
	} 

	.endereco svg {
		position: relative;
		font-style: normal; 
		right: 1.2rem; 
		top: .95rem; 
	} 

	.endereco a { 
		color: white; 
		text-decoration: none;
	}

	.endereco a:hover {
		color: white;
		text-decoration: underline;
	}

	.bloco-redes {
		position: relative;
		margin-top: -2rem; 
	} 

	.whatsapp { 
		position: relative; 
		font-size: .75rem;
		letter-spacing: 3px;
		opacity: 0.9;
		margin: 0; 
		right: 1rem; 
	} 

	.whatsapp i {
		font-style: normal; 
	} 

	.whatsapp a {
		color: white; 
		text-decoration: none; 
	} 

	.whatsapp a:hover { 
		color: #; 
		text-decoration: underline; 
	}

	.instagram {
		position: relative; 
		font-size: .75rem; 
		letter-spacing: 3px; 
		opacity: 0.9; 
		margin: 0; 
		right: 1rem; 
	} 

	.instagram i { 
		font-style: normal; 
	} 

	.instagram a { 
		color: white;
		text-decoration: none; 
	}

	.instagram a:hover { 
		color: white; 
		text-decoration: underline; 
	}

	.linha4 { 
		width: 100%; 
		height: 1px;
		background: #ccc; 
		margin: 20px 0;
		margin-top: 1rem; 
	}
	
	.site-footer-desk {
		display: none;
	}

	.site-footer p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .65rem; 
		top: -1rem; 
		margin-top: -2rem; 
		color: white; 
	}	
}

/*===== SEGUNDA TELA MOBILE ===== */
/*===== IPHONE XR, XS, 11, 12, 13, 14, 15, 16 ===== */
@media only screen and (min-width: 361px) and (max-width: 450px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header-desk,
	.container-header-desk,
	.logo-header-desk {
		display: none;
	}

	.navbar-header { 
		position: relative; 
		display: flex; 
		justify-content: center; 
		align-items: center; 
		background: rgba(20, 20, 20, 0.90); 
		width: 100%; 
		height: 5rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header { 
		display: flex; 
		justify-content: center; 
	} 

	.logo-header { 
		position: relative; 
		width: 100%; 
		max-width: 70px; 
	} 

	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: auto; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.1rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 32px;
		margin-top: -2rem; 
		margin-bottom: 2rem; 
	} 

	.btn-ser-aluno button {
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 15px; 
		font-size: 0.6rem; 
	}

	.btn-aluno button { 
		position: relative; 
		font-family: "Nunito Sans";
		background: black; 
		color: white; 
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 45px; 
		font-size: 0.6rem; 
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		height: auto;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.15rem; 
		letter-spacing: 0.2rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		width: 100%;
		height: auto;
		cursor: pointer; 
	} 


	#coletivas {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.15rem; 
		letter-spacing: 0.2rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena {
		width: 100%;
		height: auto;
		position: relative;
		cursor: pointer; 
		z-index: 1; 
	} 

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.15rem; 
		letter-spacing: 0.2rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 95%;
		max-width: 600px;
		animation: fadeIn 0.3s ease-out;
		font-family: 'Montserrat', sans-serif;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo-desk,
	.logo-desk,
	.sexto-title-desk,
	.border-titulo-desk,
	.setimo-titulo-desk {
		display: none;
	}
	
	.hero-titulo {
		display: block;
	}

	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo {
		position: relative;
		margin-top: -7rem;
		width: 70%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: left; 
		padding: 0px 32px;
		margin-top: -7rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		margin-left: auto; 
		margin-right: auto; 
		font-size: .99rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: left;
		padding: 0px 10px; 
		font-size: .99rem; 
		color: white; 
	} 
	
	.hero-container-img20-desk {
		display: none;
	}
	
	/*===== IMAGEM DA LOIRA SENTADA COM CELULAR ===== */
	.hero-content-img20 {
		width: 100%;
		height: auto;
		position: relative; 
		z-index: 1;
	} 
	
	.hero-content-img20-btn {
		position: relative;
		display: flex;
		justify-content: center;
		z-index: 5;
		margin-top: -5rem;
	}
	
	.hero-content-img20-btn button {
		position: relative; 
		background: transparent;
		border: 1px solid #e3e3e3;
		border-radius: 30px; 
		padding: 10px 40px;
		color: white;
		cursor: pointer;
		letter-spacing: 0.1rem;
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-mob {
		display: block;
	}
	
	#title-nono {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: .75rem;
		margin-top: 4rem; 
	}
	
	.container-parceiros-mob {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	#logo-frans { 
		display: block;
		position: relative;
		width: 120px; 
		top: .50rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	#logo-buddha {
		display: block;
		position: relative;
		width: 120px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	#logo-track {
		display: block;
		position: relative;
		width: 120px;
		top: .50rem;
	}
	
	.hero-logos-desk,
	#title-nono-desk,
	.container-parceiros-desk,
	.logo-frans,
	.logo-buddha,
	.logo-track {
		display: none;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra { 
		display: block;
		text-align: center; 
	} 

	.hero-container-img-quadra h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.15rem; 
		margin-top: 2.2rem;
		margin-bottom: 2rem; 
		letter-spacing: 0.2rem;
		font-weight: 400; 
	}

	.hero-container-img-quadra img {
		position: relative; 
		margin-top: -6rem; 
	}

	.hero-container-img-quadra p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify; 
		font-size: .78rem; 
		padding: 0 30px; 
		margin-top: -7rem; 
		color: white; 
	} 

	.hero-container-img-quadra button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .78rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 10px 10px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
	} 

	.hero-container-img-quadra-desk {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo {
		display: block;
	}
	
	.hero-title-oitavo h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.15rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 30%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 32%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: center;
		line-height: 1.15;
		color: white;
		padding: 0 20px; 
		font-size: .89rem;
	}
	.hero-title-oitavo-desk,
	.hero-title-oitavo-desk h2,
	.hero-title-oitavo-desk h2::before,
	.hero-title-oitavo-desk h2::after,
	.hero-title-oitavo-desk p {
		display: none;
	}
	
	.btn-musc-arena-mob {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 48px;
		position: relative;
		margin-top: 1.5rem;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-mob button {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		background: black; 
		color: white; 
		border-radius: 30px; 
		width: 100%; 
		padding: 10.5px 12px; 
		letter-spacing: 0.1rem;
		font-size: 0.7rem; 
		border: 1px solid #e3e3e3;
	} 

	/*===== BOTAO ARENA ===== */
	.btn-arenas-mob button {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		background: black; 
		color: white; 
		border-radius: 30px; 
		width: 100%; 
		padding: 9.9px 30px; 
		letter-spacing: 0.1rem;
		font-size: 0.7rem; 
		border: 1px solid #e3e3e3;
	} 

	.btn-musc-arena-desk,
	.btn-musculacao-desk button,
	.btn-arenas-desk button {
		display: none;
	}
	
	.btn-musculacao-mob a,
	.btn-arenas-mob a {
		text-decoration: inherit;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg-desk,
	.background-image-planos-desk,
	.planos-desk,
	.planos-desk::before,
	.plan-card-desk,
	.plan-title-desk,
	.plan-subtitle-desk,
	.price-desk,
	.price-value-desk,
	.price-period-desk,
	.price-info-desk,
	.divider-desk,
	.features-desk,
	.features-desk li,
	.check, .x {
		display: none;
	}

	.plan-card-2-desk,
	.plan-title-2-desk,
	.plan-subtitle-2-desk,
	.price-2-desk,
	.price-value-2-desk,
	.price-period-2-desk,
	.price-info-2-desk,
	.divider-2-desk,
	.features-2-desk,
	.features-2-desk li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3-desk,
	.plan-title-3-desk,
	.plan-subtitle-3-desk,
	.price-3-desk,
	.price-value-3-desk,
	.price-period-3-desk,
	.price-info-3-desk,
	.divider-3-desk,
	.features-3-desk,
	.features-3-desk li,
	.check, .x {
		display: none;
	}

	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg {
		display: block;
		position: relative; 
		margin-top: -8rem;
	} 

	.background-image-planos {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 1560px;
		z-index: 0;
	} 

	.planos {
		position: relative; 
		font-family: "Nunito Sans"; 
		margin-bottom: 2rem;
		z-index: 2;
		margin-top: -5rem; 
		z-index: 1; 
		letter-spacing: 0.2rem;
		right: 3.2rem; 
	} 

	.planos::before {
		content: "";
		position: absolute; 
		top: 2.2rem; 
		width: 15.2rem; 
		height: 1px;
		background-color: #ffffff; 
		left: -4rem;
		z-index: 1; 
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card { 
		background: rgba(20, 20, 20, 0.55);
		position: relative; color: #ffffff;
		width: 280px;
		height: 450px;
		padding: 25px;
		font-family: "Nunito Sans"; 
		border-radius: 20px; 
		text-align: center; 
		margin: 15rem auto;
		z-index: 5; 
		top: 1rem;
	} 

	.plan-title {
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		padding-top: 15px;
	}

	.plan-subtitle {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.7rem; 
		letter-spacing: 0.2rem; 
		opacity: 0.8; 
		display: block;
		right: 4.58rem; 
		top: -.85rem; 
	} 

	.price {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px; 
		display: flex;
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	} 

	.price-value {
		font-size: 2.8rem; 
		font-weight: 700; 
	} 

	.price-period {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.8rem; 
		margin-bottom: 5px; 
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	}

	.price-info {
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.8rem;
		opacity: 0.8; 
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	} 

	.divider { 
		border: none; 
		border-top: 2px solid #ffffff; 
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features {
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features li {
		font-size: 0.95rem; 
		margin: 8px 0;
		display: flex; 
		justify-content:flex-start;
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center; 
		position: relative;
		border-radius: 50%; 
		width: 22px; 
		height: 22px; 
		color: white; 
		font-size: 1.1rem;
		flex-shrink: 0; 
	}

	.check { 
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	}

	/*===== PLANOS 2 ===== */
	.plan-card-2 { 
		position: relative; 
		background: rgba(20, 20, 20, 0.55); 
		color: #ffffff; 
		width: 280px; 
		height: 500px;
		padding: 25px; 
		font-family: "Nunito Sans";
		border-radius: 20px; 
		text-align: center;
		margin: -12rem auto; 
	} 

	.plan-title-2 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem;
		font-weight: 700; 
		letter-spacing: 0.2rem; 
		text-align: left;
	}

	.plan-subtitle-2 { 
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block; 
		right: 4.1rem; 
		top: 0rem; 
	}

	.price-2 {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end; 
		gap: 5px; 
	}

	.price-value-2 { 
		font-size: 2.8rem;
		font-weight: 700;
	} 

	.price-period-2 { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px;
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	} 

	.price-info-2 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		opacity: 0.8;
		margin-bottom: 15px; 
		text-align: left;
		top: -1rem; 
	} 

	.divider-2 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-2 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex;
		justify-content: flex-start; 
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative; 
		border-radius: 50%;
		width: 22px; 
		height: 22px;
		color: white;
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e;
	}

	.x {
		background: #e63939; 
	} 

	/*===== PLANOS 3 ===== */ 
	.plan-card-3 {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: #ffffff; 
		width: 280px;
		height: 510px;
		padding: 25px; 
		font-family: "Nunito Sans"; 
		border-radius: 20px;
		text-align: center;
		margin: 14rem auto; 
	} 

	.plan-title-3 { 
		font-family: "Nunito Sans"; 
		font-size: 1.15rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
	}

	.plan-subtitle-3 {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		top: 0rem; 
	} 

	.price-3 {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	}

	.price-value-3 {
		font-size: 2.8rem; 
		font-weight: 700; 
	}

	.price-period-3 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem; 
	}

	.price-info-3 {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	}

	.divider-3 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-3 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-3 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 

	.features-4 {
		position: relative;
		margin-top: 1.5rem; 
	}

	.features-4 li { 
		font-family: "Nunito Sans";
		position: relative;
		right: 2rem; 
		text-align: left; 
		font-size: 0.5rem;
	} 
	
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: -8rem;
	} 

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: .90rem;
		letter-spacing: 0.4rem;
		color: #fff; 
		padding-bottom: 10px; 
		cursor: pointer;
		margin-top: 2.5rem; 
		margin-bottom: 20px;
		text-align: center;
		padding: 0 20px; 
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		position: relative; 
		font-size: 0.90rem;
		color: #fff; 
		cursor: pointer; 
		display: flex; 
		align-items: center; 
		gap: 10px;
		padding: 5px 0; 
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		margin: .50rem 1rem; 
		display: none; 
		font-size: .80rem; 
		line-height: 1.15rem; 
		padding: 0px 10px; 
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app-desk,
	.iphone-desk,
	.android-desk {
		display: none;
	}
	
	.hero-container-img-app {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		position: relative;
		margin-top: -9rem;
	}

	/*===== BOTAO APP STORE ===== */
	.iphone { 
		position: relative; 
		width: 160px; 
	} 

	/*===== BOTAO GOOGLE STORE =====*/
	.android { 
		position: relative;
		width: 160px;
		top: -0.20rem;
	}
	
	.container-hora-end-desk {
		display: none;
	}
	
	/*===== HORARIOS ===== */
	.horarios-container {
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 400px;
		margin: -4rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	#horarios { 
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem;
		text-align: center;
		margin: 1rem 0 2rem 0; 
		font-size: 1.15rem; 
	}

	.linha1 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 10px 0; 
	} 

	.titulo-horarios {
		text-align: center;
		font-size: 1.15rem;
		margin-bottom: 40px; 
	} 

	.bloco-horario {
		margin-bottom: 40px; 
		margin-top: -1rem; 
	} 

	.dia {
		font-size: .75rem;
		letter-spacing: 3px;
		margin: 0 0 5px; 
	}

	.hora {
		font-size: .75rem;
		letter-spacing: 3px; 
		opacity: 0.9;
		margin: 0; 
	}

	/*===== LOCALIZACAO ===== */
	.localizacao-container { 
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 400px;
		margin: -4rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	.linha3 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 20px 0;
		margin-top: -2rem; 
	} 

	#localizacao {
		text-align: center; 
		letter-spacing: 4px; 
		font-size: 1.15rem;
		margin-bottom: 40px;
		margin-top: 1rem; 
	}

	.bloco-endereco {
		margin-bottom: 40px; 
	} 

	.endereco {
		font-size: .65rem;
		letter-spacing: 3px; 
		margin-top: -1.5rem;
	} 

	.endereco svg {
		position: relative;
		font-style: normal; 
		right: 1.2rem; 
		top: .95rem; 
	} 

	.endereco a { 
		color: white; 
		text-decoration: none;
	}

	.endereco a:hover {
		color: white;
		text-decoration: underline;
	}

	.bloco-redes {
		position: relative;
		margin-top: -2rem; 
	} 

	.whatsapp { 
		position: relative; 
		font-size: .75rem;
		letter-spacing: 3px;
		opacity: 0.9;
		margin: 0; 
		right: 1rem; 
	} 

	.whatsapp i {
		font-style: normal; 
	} 

	.whatsapp a {
		color: white; 
		text-decoration: none; 
	} 

	.whatsapp a:hover { 
		color: #; 
		text-decoration: underline; 
	}

	.instagram {
		position: relative; 
		font-size: .75rem; 
		letter-spacing: 3px; 
		opacity: 0.9; 
		margin: 0; 
		right: 1rem; 
	} 

	.instagram i { 
		font-style: normal; 
	} 

	.instagram a { 
		color: white;
		text-decoration: none; 
	}

	.instagram a:hover { 
		color: white; 
		text-decoration: underline; 
	}

	.linha4 { 
		width: 100%; 
		height: 1px;
		background: #ccc; 
		margin: 20px 0;
		margin-top: 1rem; 
	}
	
	.site-footer-desk {
		display: none;
	}

	.site-footer p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .65rem; 
		top: -1rem; 
		margin-top: -2rem; 
		color: white; 
	}	
}

/*===== TERCEIRA TELA MOBILE ===== */
@media only screen and (min-width: 451px) and (max-width: 540px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header-desk,
	.container-header-desk,
	.logo-header-desk {
		display: none;
	}

	.navbar-header { 
		position: relative; 
		display: flex; 
		justify-content: center; 
		align-items: center; 
		background: rgba(20, 20, 20, 0.90); 
		width: 100%; 
		height: 5rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header { 
		display: flex; 
		justify-content: center; 
	} 

	.logo-header { 
		position: relative; 
		width: 100%; 
		max-width: 70px; 
	} 

	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: auto; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.4rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 32px;
		margin-top: -2rem; 
		margin-bottom: 2rem; 
	} 

	.btn-ser-aluno button {
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 35px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	}

	.btn-aluno button { 
		position: relative; 
		font-family: "Nunito Sans";
		background: black; 
		color: white; 
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 65px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		height: auto;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.15rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		width: 100%;
		height: auto;
		cursor: pointer; 
	} 


	#coletivas {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.15rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena {
		width: 100%;
		height: auto;
		position: relative;
		cursor: pointer; 
		z-index: 1; 
	} 

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.15rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 95%;
		max-width: 600px;
		animation: fadeIn 0.3s ease-out;
		font-family: 'Montserrat', sans-serif;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo-desk,
	.logo-desk,
	.sexto-title-desk,
	.border-titulo-desk,
	.setimo-titulo-desk {
		display: none;
	}
	
	.hero-titulo {
		display: block;
	}

	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo {
		position: relative;
		margin-top: -8rem;
		width: 70%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: left; 
		padding: 0px 32px;
		margin-top: -8rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		margin-left: auto; 
		margin-right: auto; 
		font-size: .99rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: left;
		padding: 0px 10px; 
		font-size: .99rem; 
		color: white; 
	} 
	
	.hero-container-img20-desk {
		display: none;
	}
	
	/*===== IMAGEM DA LOIRA SENTADA COM CELULAR ===== */
	.hero-content-img20 {
		width: 100%;
		height: auto;
		position: relative; 
		z-index: 1;
	} 
	
	.hero-content-img20-btn {
		position: relative;
		display: flex;
		justify-content: center;
		z-index: 5;
		margin-top: -5rem;
	}
	
	.hero-content-img20-btn button {
		position: relative; 
		background: transparent;
		border: 1px solid #e3e3e3;
		border-radius: 30px; 
		padding: 10px 40px;
		color: white;
		cursor: pointer;
		letter-spacing: 0.1rem;
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-mob {
		display: block;
	}
	
	#title-nono {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: .89rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-mob {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	#logo-frans { 
		display: block;
		position: relative;
		width: 140px; 
		top: .50rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	#logo-buddha {
		display: block;
		position: relative;
		width: 140px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	#logo-track {
		display: block;
		position: relative;
		width: 140px;
		top: .50rem;
	}
	
	.hero-logos-desk,
	#title-nono-desk,
	.container-parceiros-desk,
	.logo-frans,
	.logo-buddha,
	.logo-track {
		display: none;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra { 
		display: block;
		text-align: center; 
	} 

	.hero-container-img-quadra h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.15rem; 
		margin-top: 2.2rem;
		margin-bottom: 2rem; 
		letter-spacing: 0.2rem;
		font-weight: 400; 
		letter-spacing: 0.3rem;
	}

	.hero-container-img-quadra img {
		position: relative; 
		margin-top: -6rem; 
	}

	.hero-container-img-quadra p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: left;
		font-size: .99rem; 
		padding: 0 30px; 
		margin-top: -7rem; 
		color: white; 
	} 

	.hero-container-img-quadra button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .78rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 10px 10px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
	} 

	.hero-container-img-quadra-desk {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo {
		display: block;
	}
	
	.hero-title-oitavo h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.25rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 30%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 32%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 20px; 
		font-size: .99rem;
	}
	.hero-title-oitavo-desk,
	.hero-title-oitavo-desk h2,
	.hero-title-oitavo-desk h2::before,
	.hero-title-oitavo-desk h2::after,
	.hero-title-oitavo-desk p {
		display: none;
	}
	
	.btn-musc-arena-mob {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 1.8rem;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-mob button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 35px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
	} 

	/*===== BOTAO ARENA ===== */
	.btn-arenas-mob button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 50px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	} 

	.btn-musc-arena-desk,
	.btn-musculacao-desk button,
	.btn-arenas-desk button {
		display: none;
	}
	
	.btn-musculacao-mob a,
	.btn-arenas-mob a {
		text-decoration: inherit;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg-desk,
	.background-image-planos-desk,
	.planos-desk,
	.planos-desk::before,
	.plan-card-desk,
	.plan-title-desk,
	.plan-subtitle-desk,
	.price-desk,
	.price-value-desk,
	.price-period-desk,
	.price-info-desk,
	.divider-desk,
	.features-desk,
	.features-desk li,
	.check, .x {
		display: none;
	}

	.plan-card-2-desk,
	.plan-title-2-desk,
	.plan-subtitle-2-desk,
	.price-2-desk,
	.price-value-2-desk,
	.price-period-2-desk,
	.price-info-2-desk,
	.divider-2-desk,
	.features-2-desk,
	.features-2-desk li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3-desk,
	.plan-title-3-desk,
	.plan-subtitle-3-desk,
	.price-3-desk,
	.price-value-3-desk,
	.price-period-3-desk,
	.price-info-3-desk,
	.divider-3-desk,
	.features-3-desk,
	.features-3-desk li,
	.check, .x {
		display: none;
	}

	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg {
		display: block;
		position: relative; 
		margin-top: -8rem;
	} 

	.background-image-planos {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 1560px;
		z-index: 0;
	} 

	.planos {
		position: relative; 
		font-family: "Nunito Sans"; 
		margin-bottom: 2rem;
		z-index: 2;
		margin-top: -5rem; 
		z-index: 1; 
		letter-spacing: 0.2rem;
		right: 3.2rem; 
	} 

	.planos::before {
		content: "";
		position: absolute; 
		top: 2.2rem; 
		width: 17.8rem; 
		height: 1px;
		background-color: #ffffff; 
		left: -6.5rem;
		z-index: 1; 
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card { 
		background: rgba(20, 20, 20, 0.55);
		position: relative; color: #ffffff;
		width: 280px;
		height: 450px;
		padding: 25px;
		font-family: "Nunito Sans"; 
		border-radius: 20px; 
		text-align: center; 
		margin: 15rem auto;
		z-index: 5; 
		top: 1rem;
	} 

	.plan-title {
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		padding-top: 15px;
	}

	.plan-subtitle {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.7rem; 
		letter-spacing: 0.2rem; 
		opacity: 0.8; 
		display: block;
		right: 4.58rem; 
		top: -.85rem; 
	} 

	.price {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px; 
		display: flex;
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	} 

	.price-value {
		font-size: 2.8rem; 
		font-weight: 700; 
	} 

	.price-period {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.8rem; 
		margin-bottom: 5px; 
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	}

	.price-info {
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.8rem;
		opacity: 0.8; 
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	} 

	.divider { 
		border: none; 
		border-top: 2px solid #ffffff; 
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features {
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features li {
		font-size: 0.95rem; 
		margin: 8px 0;
		display: flex; 
		justify-content:flex-start;
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center; 
		position: relative;
		border-radius: 50%; 
		width: 22px; 
		height: 22px; 
		color: white; 
		font-size: 1.1rem;
		flex-shrink: 0; 
	}

	.check { 
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	}

	/*===== PLANOS 2 ===== */
	.plan-card-2 { 
		position: relative; 
		background: rgba(20, 20, 20, 0.55); 
		color: #ffffff; 
		width: 280px; 
		height: 500px;
		padding: 25px; 
		font-family: "Nunito Sans";
		border-radius: 20px; 
		text-align: center;
		margin: -12rem auto; 
	} 

	.plan-title-2 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem;
		font-weight: 700; 
		letter-spacing: 0.2rem; 
		text-align: left;
	}

	.plan-subtitle-2 { 
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block; 
		right: 4.1rem; 
		top: 0rem; 
	}

	.price-2 {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end; 
		gap: 5px; 
	}

	.price-value-2 { 
		font-size: 2.8rem;
		font-weight: 700;
	} 

	.price-period-2 { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px;
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	} 

	.price-info-2 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		opacity: 0.8;
		margin-bottom: 15px; 
		text-align: left;
		top: -1rem; 
	} 

	.divider-2 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-2 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex;
		justify-content: flex-start; 
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative; 
		border-radius: 50%;
		width: 22px; 
		height: 22px;
		color: white;
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e;
	}

	.x {
		background: #e63939; 
	} 

	/*===== PLANOS 3 ===== */ 
	.plan-card-3 {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: #ffffff; 
		width: 280px;
		height: 510px;
		padding: 25px; 
		font-family: "Nunito Sans"; 
		border-radius: 20px;
		text-align: center;
		margin: 14rem auto; 
	} 

	.plan-title-3 { 
		font-family: "Nunito Sans"; 
		font-size: 1.15rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
	}

	.plan-subtitle-3 {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		top: 0rem; 
	} 

	.price-3 {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	}

	.price-value-3 {
		font-size: 2.8rem; 
		font-weight: 700; 
	}

	.price-period-3 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem; 
	}

	.price-info-3 {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	}

	.divider-3 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-3 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-3 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 

	.features-4 {
		position: relative;
		margin-top: 1.5rem; 
	}

	.features-4 li { 
		font-family: "Nunito Sans";
		position: relative;
		right: 2rem; 
		text-align: left; 
		font-size: 0.5rem;
	} 
	
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: -8rem;
	} 

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: .99rem;
		letter-spacing: 0.4rem;
		color: #fff; 
		padding-bottom: 10px; 
		cursor: pointer;
		margin-top: 2.5rem; 
		margin-bottom: 20px;
		text-align: center;
		padding: 0 20px; 
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		position: relative; 
		font-size: 1.15rem;
		color: #fff; 
		cursor: pointer; 
		display: flex; 
		align-items: center; 
		gap: 10px;
		padding: 5px 10px; 
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		margin: .50rem 1rem; 
		display: none; 
		font-size: .90rem; 
		line-height: 1.15rem; 
		padding: 0px 20px; 
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app-desk,
	.iphone-desk,
	.android-desk {
		display: none;
	}
	
	.hero-container-img-app {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		position: relative;
		margin-top: -9rem;
	}

	/*===== BOTAO APP STORE ===== */
	.iphone { 
		position: relative; 
		width: 160px; 
	} 

	/*===== BOTAO GOOGLE STORE =====*/
	.android { 
		position: relative;
		width: 160px;
		top: -0.20rem;
	}
	
	.container-hora-end-desk {
		display: none;
	}
	
	/*===== HORARIOS ===== */
	.horarios-container {
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 400px;
		margin: -4rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	#horarios { 
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem;
		text-align: center;
		margin: 1rem 0 2rem 0; 
		font-size: 1.15rem; 
	}

	.linha1 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 10px 0; 
	} 

	.titulo-horarios {
		text-align: center;
		font-size: 1.15rem;
		margin-bottom: 40px; 
	} 

	.bloco-horario {
		margin-bottom: 40px; 
		margin-top: -1rem; 
	} 

	.dia {
		font-size: .75rem;
		letter-spacing: 3px;
		margin: 0 0 5px; 
	}

	.hora {
		font-size: .75rem;
		letter-spacing: 3px; 
		opacity: 0.9;
		margin: 0; 
	}

	/*===== LOCALIZACAO ===== */
	.localizacao-container { 
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 400px;
		margin: -4rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	.linha3 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 20px 0;
		margin-top: -2rem; 
	} 

	#localizacao {
		text-align: center; 
		letter-spacing: 4px; 
		font-size: 1.15rem;
		margin-bottom: 40px;
		margin-top: 1rem; 
	}

	.bloco-endereco {
		margin-bottom: 40px; 
	} 

	.endereco {
		font-size: .65rem;
		letter-spacing: 3px; 
		margin-top: -1.5rem;
	} 

	.endereco svg {
		position: relative;
		font-style: normal; 
		right: 1.2rem; 
		top: .95rem; 
	} 

	.endereco a { 
		color: white; 
		text-decoration: none;
	}

	.endereco a:hover {
		color: white;
		text-decoration: underline;
	}

	.bloco-redes {
		position: relative;
		margin-top: -2rem; 
	} 

	.whatsapp { 
		position: relative; 
		font-size: .75rem;
		letter-spacing: 3px;
		opacity: 0.9;
		margin: 0; 
		right: 1rem; 
	} 

	.whatsapp i {
		font-style: normal; 
	} 

	.whatsapp a {
		color: white; 
		text-decoration: none; 
	} 

	.whatsapp a:hover { 
		color: #; 
		text-decoration: underline; 
	}

	.instagram {
		position: relative; 
		font-size: .75rem; 
		letter-spacing: 3px; 
		opacity: 0.9; 
		margin: 0; 
		right: 1rem; 
	} 

	.instagram i { 
		font-style: normal; 
	} 

	.instagram a { 
		color: white;
		text-decoration: none; 
	}

	.instagram a:hover { 
		color: white; 
		text-decoration: underline; 
	}

	.linha4 { 
		width: 100%; 
		height: 1px;
		background: #ccc; 
		margin: 20px 0;
		margin-top: 1rem; 
	}
	
	.site-footer-desk {
		display: none;
	}

	.site-footer p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .65rem; 
		top: -1rem; 
		margin-top: -2rem; 
		color: white; 
	}	
}

/*===== QUARTA TELA MOBILE ===== */
@media only screen and (min-width: 541px) and (max-width: 630px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header-desk,
	.container-header-desk,
	.logo-header-desk {
		display: none;
	}

	.navbar-header { 
		position: relative; 
		display: flex; 
		justify-content: center; 
		align-items: center; 
		background: rgba(20, 20, 20, 0.90); 
		width: 100%; 
		height: 5rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header { 
		display: flex; 
		justify-content: center; 
	} 

	.logo-header { 
		position: relative; 
		width: 100%; 
		max-width: 70px; 
	} 

	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: auto; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.4rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 32px;
		margin-top: -2rem; 
		margin-bottom: 2rem; 
	} 

	.btn-ser-aluno button {
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 35px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	}

	.btn-aluno button { 
		position: relative; 
		font-family: "Nunito Sans";
		background: black; 
		color: white; 
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 65px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		height: auto;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.15rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		width: 100%;
		height: auto;
		cursor: pointer; 
	} 


	#coletivas {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.15rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena {
		width: 100%;
		height: auto;
		position: relative;
		cursor: pointer; 
		z-index: 1; 
	} 

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.15rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 95%;
		max-width: 600px;
		animation: fadeIn 0.3s ease-out;
		font-family: 'Montserrat', sans-serif;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo-desk,
	.logo-desk,
	.sexto-title-desk,
	.border-titulo-desk,
	.setimo-titulo-desk {
		display: none;
	}
	
	.hero-titulo {
		display: block;
	}

	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo {
		position: relative;
		margin-top: -10rem;
		width: 70%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: left; 
		padding: 0px 32px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		margin-left: auto; 
		margin-right: auto; 
		font-size: .99rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: left;
		padding: 0px 10px; 
		font-size: .99rem; 
		color: white; 
	} 
	
	.hero-container-img20-desk {
		display: none;
	}
	
	/*===== IMAGEM DA LOIRA SENTADA COM CELULAR ===== */
	.hero-content-img20 {
		width: 100%;
		height: auto;
		position: relative; 
		z-index: 1;
	} 
	
	.hero-content-img20-btn {
		position: relative;
		display: flex;
		justify-content: center;
		z-index: 5;
		margin-top: -5rem;
	}
	
	.hero-content-img20-btn button {
		position: relative; 
		background: transparent;
		border: 1px solid #e3e3e3;
		border-radius: 30px; 
		padding: 10px 40px;
		color: white;
		cursor: pointer;
		letter-spacing: 0.1rem;
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-mob {
		display: block;
	}
	
	#title-nono {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.05rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-mob {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	#logo-frans { 
		display: block;
		position: relative;
		width: 160px; 
		top: .60rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	#logo-buddha {
		display: block;
		position: relative;
		width: 160px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	#logo-track {
		display: block;
		position: relative;
		width: 160px;
		top: .60rem;
	}
	
	.hero-logos-desk,
	#title-nono-desk,
	.container-parceiros-desk,
	.logo-frans,
	.logo-buddha,
	.logo-track {
		display: none;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra { 
		display: block;
		text-align: center; 
	} 

	.hero-container-img-quadra h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.15rem; 
		margin-top: 2.2rem;
		margin-bottom: 2rem; 
		letter-spacing: 0.2rem;
		font-weight: 400; 
		letter-spacing: 0.3rem;
	}

	.hero-container-img-quadra img {
		position: relative; 
		margin-top: -6rem; 
	}

	.hero-container-img-quadra p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: left;
		font-size: .99rem; 
		padding: 0 30px; 
		margin-top: -7rem; 
		color: white; 
	} 

	.hero-container-img-quadra button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .78rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 10px 10px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
	} 

	.hero-container-img-quadra-desk {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo {
		display: block;
	}
	
	.hero-title-oitavo h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.25rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 30%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 32%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 20px; 
		font-size: .99rem;
	}
	.hero-title-oitavo-desk,
	.hero-title-oitavo-desk h2,
	.hero-title-oitavo-desk h2::before,
	.hero-title-oitavo-desk h2::after,
	.hero-title-oitavo-desk p {
		display: none;
	}
	
	.btn-musc-arena-mob {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 1.8rem;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-mob button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 35px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
	} 

	/*===== BOTAO ARENA ===== */
	.btn-arenas-mob button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 50px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	} 

	.btn-musc-arena-desk,
	.btn-musculacao-desk button,
	.btn-arenas-desk button {
		display: none;
	}
	
	.btn-musculacao-mob a,
	.btn-arenas-mob a {
		text-decoration: inherit;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg-desk,
	.background-image-planos-desk,
	.planos-desk,
	.planos-desk::before,
	.plan-card-desk,
	.plan-title-desk,
	.plan-subtitle-desk,
	.price-desk,
	.price-value-desk,
	.price-period-desk,
	.price-info-desk,
	.divider-desk,
	.features-desk,
	.features-desk li,
	.check, .x {
		display: none;
	}

	.plan-card-2-desk,
	.plan-title-2-desk,
	.plan-subtitle-2-desk,
	.price-2-desk,
	.price-value-2-desk,
	.price-period-2-desk,
	.price-info-2-desk,
	.divider-2-desk,
	.features-2-desk,
	.features-2-desk li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3-desk,
	.plan-title-3-desk,
	.plan-subtitle-3-desk,
	.price-3-desk,
	.price-value-3-desk,
	.price-period-3-desk,
	.price-info-3-desk,
	.divider-3-desk,
	.features-3-desk,
	.features-3-desk li,
	.check, .x {
		display: none;
	}

	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg {
		display: block;
		position: relative; 
		margin-top: -8rem;
	} 

	.background-image-planos {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 1560px;
		z-index: 0;
	} 

	.planos {
		position: relative; 
		font-family: "Nunito Sans"; 
		margin-bottom: 2rem;
		z-index: 2;
		margin-top: -5rem; 
		z-index: 1; 
		letter-spacing: 0.2rem;
		right: 2.8rem; 
	} 

	.planos::before {
		content: "";
		position: absolute; 
		top: 2.2rem; 
		width: 17.8rem; 
		height: 1px;
		background-color: #ffffff; 
		left: -6.5rem;
		z-index: 1; 
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card { 
		background: rgba(20, 20, 20, 0.55);
		position: relative; color: #ffffff;
		width: 280px;
		height: 450px;
		padding: 25px;
		font-family: "Nunito Sans"; 
		border-radius: 20px; 
		text-align: center; 
		margin: 15rem auto;
		z-index: 5; 
		top: 1rem;
	} 

	.plan-title {
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		padding-top: 15px;
	}

	.plan-subtitle {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.7rem; 
		letter-spacing: 0.2rem; 
		opacity: 0.8; 
		display: block;
		right: 4.58rem; 
		top: -.85rem; 
	} 

	.price {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px; 
		display: flex;
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	} 

	.price-value {
		font-size: 2.8rem; 
		font-weight: 700; 
	} 

	.price-period {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.8rem; 
		margin-bottom: 5px; 
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	}

	.price-info {
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.8rem;
		opacity: 0.8; 
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	} 

	.divider { 
		border: none; 
		border-top: 2px solid #ffffff; 
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features {
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features li {
		font-size: 0.95rem; 
		margin: 8px 0;
		display: flex; 
		justify-content:flex-start;
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center; 
		position: relative;
		border-radius: 50%; 
		width: 22px; 
		height: 22px; 
		color: white; 
		font-size: 1.1rem;
		flex-shrink: 0; 
	}

	.check { 
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	}

	/*===== PLANOS 2 ===== */
	.plan-card-2 { 
		position: relative; 
		background: rgba(20, 20, 20, 0.55); 
		color: #ffffff; 
		width: 280px; 
		height: 500px;
		padding: 25px; 
		font-family: "Nunito Sans";
		border-radius: 20px; 
		text-align: center;
		margin: -12rem auto; 
	} 

	.plan-title-2 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem;
		font-weight: 700; 
		letter-spacing: 0.2rem; 
		text-align: left;
	}

	.plan-subtitle-2 { 
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block; 
		right: 4.1rem; 
		top: 0rem; 
	}

	.price-2 {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end; 
		gap: 5px; 
	}

	.price-value-2 { 
		font-size: 2.8rem;
		font-weight: 700;
	} 

	.price-period-2 { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px;
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	} 

	.price-info-2 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		opacity: 0.8;
		margin-bottom: 15px; 
		text-align: left;
		top: -1rem; 
	} 

	.divider-2 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-2 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex;
		justify-content: flex-start; 
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative; 
		border-radius: 50%;
		width: 22px; 
		height: 22px;
		color: white;
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e;
	}

	.x {
		background: #e63939; 
	} 

	/*===== PLANOS 3 ===== */ 
	.plan-card-3 {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: #ffffff; 
		width: 280px;
		height: 510px;
		padding: 25px; 
		font-family: "Nunito Sans"; 
		border-radius: 20px;
		text-align: center;
		margin: 14rem auto; 
	} 

	.plan-title-3 { 
		font-family: "Nunito Sans"; 
		font-size: 1.15rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
	}

	.plan-subtitle-3 {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		top: 0rem; 
	} 

	.price-3 {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	}

	.price-value-3 {
		font-size: 2.8rem; 
		font-weight: 700; 
	}

	.price-period-3 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem; 
	}

	.price-info-3 {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	}

	.divider-3 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-3 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-3 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 

	.features-4 {
		position: relative;
		margin-top: 1.5rem; 
	}

	.features-4 li { 
		font-family: "Nunito Sans";
		position: relative;
		right: 2rem; 
		text-align: left; 
		font-size: 0.5rem;
	} 
	
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: -8rem;
	} 

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: .99rem;
		letter-spacing: 0.4rem;
		color: #fff; 
		padding-bottom: 10px; 
		cursor: pointer;
		margin-top: 2.5rem; 
		margin-bottom: 20px;
		text-align: center;
		padding: 0 20px; 
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		position: relative; 
		font-size: 1.15rem;
		color: #fff; 
		cursor: pointer; 
		display: flex; 
		align-items: center; 
		gap: 10px;
		padding: 5px 10px; 
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		margin: .50rem 1rem; 
		display: none; 
		font-size: .90rem; 
		line-height: 1.15rem; 
		padding: 0px 20px; 
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app-desk,
	.iphone-desk,
	.android-desk {
		display: none;
	}
	
	.hero-container-img-app {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 24px;
		position: relative;
		margin-top: -12rem;
	}

	/*===== BOTAO APP STORE ===== */
	.iphone { 
		position: relative; 
		width: 200px; 
	} 

	/*===== BOTAO GOOGLE STORE =====*/
	.android { 
		position: relative;
		width: 200px;
		top: -0.20rem;
	} 
	
	.container-hora-end-desk {
		display: none;
	}
	
	/*===== HORARIOS ===== */
	.horarios-container {
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 400px;
		margin: -4rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	#horarios { 
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem;
		text-align: center;
		margin: 1rem 0 2rem 0; 
		font-size: 1.15rem; 
	}

	.linha1 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 10px 0; 
	} 

	.titulo-horarios {
		text-align: center;
		font-size: 1.15rem;
		margin-bottom: 40px; 
	} 

	.bloco-horario {
		margin-bottom: 40px; 
		margin-top: -1rem; 
	} 

	.dia {
		font-size: .75rem;
		letter-spacing: 3px;
		margin: 0 0 5px; 
	}

	.hora {
		font-size: .75rem;
		letter-spacing: 3px; 
		opacity: 0.9;
		margin: 0; 
	}

	/*===== LOCALIZACAO ===== */
	.localizacao-container { 
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 400px;
		margin: -4rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	.linha3 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 20px 0;
		margin-top: -2rem; 
	} 

	#localizacao {
		text-align: center; 
		letter-spacing: 4px; 
		font-size: 1.15rem;
		margin-bottom: 40px;
		margin-top: 1rem; 
	}

	.bloco-endereco {
		margin-bottom: 40px; 
	} 

	.endereco {
		font-size: .65rem;
		letter-spacing: 3px; 
		margin-top: -1.5rem;
	} 

	.endereco svg {
		position: relative;
		font-style: normal; 
		right: 1.2rem; 
		top: .95rem; 
	} 

	.endereco a { 
		color: white; 
		text-decoration: none;
	}

	.endereco a:hover {
		color: white;
		text-decoration: underline;
	}

	.bloco-redes {
		position: relative;
		margin-top: -2rem; 
	} 

	.whatsapp { 
		position: relative; 
		font-size: .75rem;
		letter-spacing: 3px;
		opacity: 0.9;
		margin: 0; 
		right: 1rem; 
	} 

	.whatsapp i {
		font-style: normal; 
	} 

	.whatsapp a {
		color: white; 
		text-decoration: none; 
	} 

	.whatsapp a:hover { 
		color: #; 
		text-decoration: underline; 
	}

	.instagram {
		position: relative; 
		font-size: .75rem; 
		letter-spacing: 3px; 
		opacity: 0.9; 
		margin: 0; 
		right: 1rem; 
	} 

	.instagram i { 
		font-style: normal; 
	} 

	.instagram a { 
		color: white;
		text-decoration: none; 
	}

	.instagram a:hover { 
		color: white; 
		text-decoration: underline; 
	}

	.linha4 { 
		width: 100%; 
		height: 1px;
		background: #ccc; 
		margin: 20px 0;
		margin-top: 1rem; 
	}
	
	.site-footer-desk {
		display: none;
	}

	.site-footer p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .65rem; 
		top: -1rem; 
		margin-top: -2rem; 
		color: white; 
	}	
}

/*===== QUINTA TELA MOBILE ===== */
@media only screen and (min-width: 631px) and (max-width: 720px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header-desk,
	.container-header-desk,
	.logo-header-desk {
		display: none;
	}

	.navbar-header { 
		position: relative; 
		display: flex; 
		justify-content: center; 
		align-items: center; 
		background: rgba(20, 20, 20, 0.90); 
		width: 100%; 
		height: 5rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header { 
		display: flex; 
		justify-content: center; 
	} 

	.logo-header { 
		position: relative; 
		width: 100%; 
		max-width: 70px; 
	} 

	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: auto; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.25rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.4rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 72px;
		margin-top: -1rem; 
		margin-bottom: 3rem; 
	} 

	.btn-ser-aluno button {
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 35px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	}

	.btn-aluno button { 
		position: relative; 
		font-family: "Nunito Sans";
		background: black; 
		color: white; 
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 65px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		height: auto;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.5rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		width: 100%;
		height: auto;
		cursor: pointer; 
	} 


	#coletivas {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.5rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena {
		width: 100%;
		height: auto;
		position: relative;
		cursor: pointer; 
		z-index: 1; 
	} 

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.5rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 95%;
		max-width: 600px;
		animation: fadeIn 0.3s ease-out;
		font-family: 'Montserrat', sans-serif;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo-desk,
	.logo-desk,
	.sexto-title-desk,
	.border-titulo-desk,
	.setimo-titulo-desk {
		display: none;
	}
	
	.hero-titulo {
		display: block;
	}

	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo {
		position: relative;
		margin-top: -12rem;
		width: 70%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: left; 
		padding: 0px 32px;
		margin-top: -11rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		margin-left: auto; 
		margin-right: auto; 
		font-size: 1.15rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: left;
		padding: 0px 10px; 
		font-size: 1.15rem; 
		color: white; 
	} 
	
	.hero-container-img20-desk {
		display: none;
	}
	
	/*===== IMAGEM DA LOIRA SENTADA COM CELULAR ===== */
	.hero-content-img20 {
		width: 100%;
		height: auto;
		position: relative; 
		z-index: 1;
	} 
	
	.hero-content-img20-btn {
		position: relative;
		display: flex;
		justify-content: center;
		z-index: 5;
		margin-top: -5rem;
	}
	
	.hero-content-img20-btn button {
		position: relative; 
		background: transparent;
		border: 1px solid #e3e3e3;
		border-radius: 30px; 
		padding: 10px 40px;
		color: white;
		cursor: pointer;
		letter-spacing: 0.1rem;
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-mob {
		display: block;
	}
	
	#title-nono {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.25rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-mob {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	#logo-frans { 
		display: block;
		position: relative;
		width: 180px; 
		top: .60rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	#logo-buddha {
		display: block;
		position: relative;
		width: 180px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	#logo-track {
		display: block;
		position: relative;
		width: 180px;
		top: .60rem;
	}
	
	.hero-logos-desk,
	#title-nono-desk,
	.container-parceiros-desk,
	.logo-frans,
	.logo-buddha,
	.logo-track {
		display: none;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra { 
		display: block;
		text-align: center; 
	} 

	.hero-container-img-quadra h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem; 
		margin-top: 2.2rem;
		margin-bottom: 2rem; 
		letter-spacing: 0.2rem;
		font-weight: 400; 
		letter-spacing: 0.3rem;
	}

	.hero-container-img-quadra img {
		position: relative; 
		margin-top: -10rem; 
	}

	.hero-container-img-quadra p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: left;
		font-size: 1.25rem; 
		padding: 0 30px; 
		margin-top: -10rem; 
		color: white; 
	} 

	.hero-container-img-quadra button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .78rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 10px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
	} 

	.hero-container-img-quadra-desk {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo {
		display: block;
	}
	
	.hero-title-oitavo h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.35rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 30%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 32%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.15rem;
	}
	
	.hero-title-oitavo-desk,
	.hero-title-oitavo-desk h2,
	.hero-title-oitavo-desk h2::before,
	.hero-title-oitavo-desk h2::after,
	.hero-title-oitavo-desk p {
		display: none;
	}
	
	.btn-musc-arena-mob {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 1.8rem;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-mob button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 35px; 
		font-size: 0.70rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
	} 

	/*===== BOTAO ARENA ===== */
	.btn-arenas-mob button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 50px; 
		font-size: 0.70rem; 
		letter-spacing: 0.1rem;
	} 

	.btn-musc-arena-desk,
	.btn-musculacao-desk button,
	.btn-arenas-desk button {
		display: none;
	}
	
	.btn-musculacao-mob a,
	.btn-arenas-mob a {
		text-decoration: inherit;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg-desk,
	.background-image-planos-desk,
	.planos-desk,
	.planos-desk::before,
	.plan-card-desk,
	.plan-title-desk,
	.plan-subtitle-desk,
	.price-desk,
	.price-value-desk,
	.price-period-desk,
	.price-info-desk,
	.divider-desk,
	.features-desk,
	.features-desk li,
	.check, .x {
		display: none;
	}

	.plan-card-2-desk,
	.plan-title-2-desk,
	.plan-subtitle-2-desk,
	.price-2-desk,
	.price-value-2-desk,
	.price-period-2-desk,
	.price-info-2-desk,
	.divider-2-desk,
	.features-2-desk,
	.features-2-desk li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3-desk,
	.plan-title-3-desk,
	.plan-subtitle-3-desk,
	.price-3-desk,
	.price-value-3-desk,
	.price-period-3-desk,
	.price-info-3-desk,
	.divider-3-desk,
	.features-3-desk,
	.features-3-desk li,
	.check, .x {
		display: none;
	}

	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg {
		display: block;
		position: relative; 
		margin-top: -8rem;
	} 

	.background-image-planos {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 1560px;
		z-index: 0;
	} 

	.planos {
		position: relative; 
		font-family: "Nunito Sans"; 
		margin-bottom: 2rem;
		z-index: 2;
		margin-top: -5rem; 
		z-index: 1; 
		letter-spacing: 0.2rem;
		right: 2.5rem; 
	} 

	.planos::before {
		content: "";
		position: absolute; 
		top: 2.2rem; 
		width: 24.8rem; 
		height: 1px;
		background-color: #ffffff; 
		left: -13rem;
		z-index: 1; 
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card { 
		background: rgba(20, 20, 20, 0.55);
		position: relative; color: #ffffff;
		width: 280px;
		height: 450px;
		padding: 25px;
		font-family: "Nunito Sans"; 
		border-radius: 20px; 
		text-align: center; 
		margin: 15rem auto;
		z-index: 5; 
		top: 1rem;
	} 

	.plan-title {
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		padding-top: 15px;
	}

	.plan-subtitle {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.7rem; 
		letter-spacing: 0.2rem; 
		opacity: 0.8; 
		display: block;
		right: 4.58rem; 
		top: -.85rem; 
	} 

	.price {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px; 
		display: flex;
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	} 

	.price-value {
		font-size: 2.8rem; 
		font-weight: 700; 
	} 

	.price-period {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.8rem; 
		margin-bottom: 5px; 
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	}

	.price-info {
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.8rem;
		opacity: 0.8; 
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	} 

	.divider { 
		border: none; 
		border-top: 2px solid #ffffff; 
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features {
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features li {
		font-size: 0.95rem; 
		margin: 8px 0;
		display: flex; 
		justify-content:flex-start;
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center; 
		position: relative;
		border-radius: 50%; 
		width: 22px; 
		height: 22px; 
		color: white; 
		font-size: 1.1rem;
		flex-shrink: 0; 
	}

	.check { 
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	}

	/*===== PLANOS 2 ===== */
	.plan-card-2 { 
		position: relative; 
		background: rgba(20, 20, 20, 0.55); 
		color: #ffffff; 
		width: 280px; 
		height: 500px;
		padding: 25px; 
		font-family: "Nunito Sans";
		border-radius: 20px; 
		text-align: center;
		margin: -12rem auto; 
	} 

	.plan-title-2 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem;
		font-weight: 700; 
		letter-spacing: 0.2rem; 
		text-align: left;
	}

	.plan-subtitle-2 { 
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block; 
		right: 4.1rem; 
		top: 0rem; 
	}

	.price-2 {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end; 
		gap: 5px; 
	}

	.price-value-2 { 
		font-size: 2.8rem;
		font-weight: 700;
	} 

	.price-period-2 { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px;
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	} 

	.price-info-2 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		opacity: 0.8;
		margin-bottom: 15px; 
		text-align: left;
		top: -1rem; 
	} 

	.divider-2 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-2 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex;
		justify-content: flex-start; 
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative; 
		border-radius: 50%;
		width: 22px; 
		height: 22px;
		color: white;
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e;
	}

	.x {
		background: #e63939; 
	} 

	/*===== PLANOS 3 ===== */ 
	.plan-card-3 {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: #ffffff; 
		width: 280px;
		height: 510px;
		padding: 25px; 
		font-family: "Nunito Sans"; 
		border-radius: 20px;
		text-align: center;
		margin: 14rem auto; 
	} 

	.plan-title-3 { 
		font-family: "Nunito Sans"; 
		font-size: 1.15rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
	}

	.plan-subtitle-3 {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		top: 0rem; 
	} 

	.price-3 {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	}

	.price-value-3 {
		font-size: 2.8rem; 
		font-weight: 700; 
	}

	.price-period-3 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem; 
	}

	.price-info-3 {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	}

	.divider-3 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-3 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-3 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 

	.features-4 {
		position: relative;
		margin-top: 1.5rem; 
	}

	.features-4 li { 
		font-family: "Nunito Sans";
		position: relative;
		right: 2rem; 
		text-align: left; 
		font-size: 0.5rem;
	} 
	
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: -8rem;
	} 

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.35rem;
		letter-spacing: 0.4rem;
		color: #fff; 
		padding-bottom: 10px; 
		cursor: pointer;
		margin-top: 2.5rem; 
		margin-bottom: 20px;
		text-align: center;
		padding: 0 20px; 
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		position: relative; 
		font-size: 1.45rem;
		color: #fff; 
		cursor: pointer; 
		display: flex; 
		align-items: center; 
		gap: 10px;
		padding: 5px 20px; 
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		margin: .50rem 1rem; 
		display: none; 
		font-size: 1.25rem; 
		line-height: 1.15rem; 
		padding: 0px 35px; 
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app-desk,
	.iphone-desk,
	.android-desk {
		display: none;
	}
	
	.hero-container-img-app {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 24px;
		position: relative;
		margin-top: -14rem;
	}

	/*===== BOTAO APP STORE ===== */
	.iphone { 
		position: relative; 
		width: 260px; 
	} 

	/*===== BOTAO GOOGLE STORE =====*/
	.android { 
		position: relative;
		width: 260px;
		top: -0.20rem;
	} 
	
	.container-hora-end-desk {
		display: none;
	}
	
	/*===== HORARIOS ===== */
	.horarios-container {
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 500px;
		margin: -7rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	#horarios { 
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem;
		text-align: center;
		margin: 1rem 0 2rem 0; 
		font-size: 1.55rem; 
	}

	.linha1 { 
		width: 100%;
		height: 1px; 
		background: #ccc; 
		margin: 10px 0; 
	} 

	.titulo-horarios {
		text-align: center;
		font-size: 1.35rem;
		margin-bottom: 40px; 
	} 

	.bloco-horario {
		margin-bottom: 60px; 
		margin-top: -1rem; 
	} 

	.dia {
		font-size: .89rem;
		letter-spacing: 3px;
		margin: 0 0 5px; 
	}

	.hora {
		font-size: .89rem;
		letter-spacing: 3px; 
		opacity: 0.9;
		margin: 0; 
	}

	/*===== LOCALIZACAO ===== */
	.localizacao-container { 
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 500px;
		margin: -4rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	.linha3 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 20px 0;
		margin-top: -2rem; 
	} 

	#localizacao {
		text-align: center; 
		letter-spacing: 4px; 
		font-size: 1.55rem;
		margin-bottom: 40px;
		margin-top: 1rem; 
	}

	.bloco-endereco {
		margin-bottom: 60px; 
	} 

	.endereco {
		font-size: .89rem;
		letter-spacing: 3px; 
		margin-top: -1.5rem;
	} 

	.endereco svg {
		position: relative;
		font-style: normal; 
		right: 1.2rem; 
		top: .95rem; 
	} 

	.endereco a { 
		color: white; 
		text-decoration: none;
	}

	.endereco a:hover {
		color: white;
		text-decoration: underline;
	}

	.bloco-redes {
		position: relative;
		margin-top: -2rem; 
	} 

	.whatsapp { 
		position: relative; 
		font-size: .89rem;
		letter-spacing: 3px;
		opacity: 0.9;
		margin: 0; 
		right: 1rem; 
	} 

	.whatsapp i {
		font-style: normal; 
	} 

	.whatsapp a {
		color: white; 
		text-decoration: none; 
	} 

	.whatsapp a:hover { 
		color: #; 
		text-decoration: underline; 
	}

	.instagram {
		position: relative; 
		font-size: .89rem; 
		letter-spacing: 3px; 
		opacity: 0.9; 
		margin: 0; 
		right: 1rem; 
	} 

	.instagram i { 
		font-style: normal; 
	} 

	.instagram a { 
		color: white;
		text-decoration: none; 
	}

	.instagram a:hover { 
		color: white; 
		text-decoration: underline; 
	}

	.linha4 { 
		width: 100%; 
		height: 1px;
		background: #ccc; 
		margin: 20px 0;
		margin-top: 1rem; 
	}
	
	.site-footer-desk {
		display: none;
	}

	.site-footer p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .75rem; 
		top: -1rem; 
		margin-top: -2rem; 
		color: white; 
	}	
}

/*===== SEXTA TELA MOBILE ===== */
@media only screen and (min-width: 721px) and (max-width: 767px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header-desk,
	.container-header-desk,
	.logo-header-desk {
		display: none;
	}

	.navbar-header { 
		position: relative; 
		display: flex; 
		justify-content: center; 
		align-items: center; 
		background: rgba(20, 20, 20, 0.90); 
		width: 100%; 
		height: 5rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header { 
		display: flex; 
		justify-content: center; 
	} 

	.logo-header { 
		position: relative; 
		width: 100%; 
		max-width: 70px; 
	} 

	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: auto; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.25rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.4rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 72px;
		margin-top: -1rem; 
		margin-bottom: 3rem; 
	} 

	.btn-ser-aluno button {
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 35px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	}

	.btn-aluno button { 
		position: relative; 
		font-family: "Nunito Sans";
		background: black; 
		color: white; 
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 10px 65px; 
		font-size: 0.6rem; 
		letter-spacing: 0.1rem;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		height: auto;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.5rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		width: 100%;
		height: auto;
		cursor: pointer; 
	} 


	#coletivas {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.5rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena {
		width: 100%;
		height: auto;
		position: relative;
		cursor: pointer; 
		z-index: 1; 
	} 

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.5rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 95%;
		max-width: 600px;
		animation: fadeIn 0.3s ease-out;
		font-family: 'Montserrat', sans-serif;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo-desk,
	.logo-desk,
	.sexto-title-desk,
	.border-titulo-desk,
	.setimo-titulo-desk {
		display: none;
	}
	
	.hero-titulo {
		display: block;
	}

	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo {
		position: relative;
		margin-top: -14rem;
		width: 70%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: left; 
		padding: 0px 32px;
		margin-top: -13rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		margin-left: auto; 
		margin-right: auto; 
		font-size: 1.15rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: left;
		padding: 0px 10px; 
		font-size: 1.15rem; 
		color: white; 
	} 
	
	.hero-container-img20-desk {
		display: none;
	}
	
	/*===== IMAGEM DA LOIRA SENTADA COM CELULAR ===== */
	.hero-content-img20 {
		width: 100%;
		height: auto;
		position: relative; 
		z-index: 1;
	} 
	
	.hero-content-img20-btn {
		position: relative;
		display: flex;
		justify-content: center;
		z-index: 5;
		margin-top: -5rem;
	}
	
	.hero-content-img20-btn button {
		position: relative; 
		background: transparent;
		border: 1px solid #e3e3e3;
		border-radius: 30px; 
		padding: 10px 40px;
		color: white;
		cursor: pointer;
		letter-spacing: 0.1rem;
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-mob {
		display: block;
	}
	
	#title-nono {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.45rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-mob {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	#logo-frans { 
		display: block;
		position: relative;
		width: 210px; 
		top: .60rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	#logo-buddha {
		display: block;
		position: relative;
		width: 210px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	#logo-track {
		display: block;
		position: relative;
		width: 210px;
		top: .60rem;
	}
	
	.hero-logos-desk,
	#title-nono-desk,
	.container-parceiros-desk,
	.logo-frans,
	.logo-buddha,
	.logo-track {
		display: none;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra { 
		display: block;
		text-align: center; 
	} 

	.hero-container-img-quadra h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem; 
		margin-top: 2.2rem;
		margin-bottom: 2rem; 
		letter-spacing: 0.2rem;
		font-weight: 400; 
		letter-spacing: 0.3rem;
	}

	.hero-container-img-quadra img {
		position: relative; 
		margin-top: -10rem; 
	}

	.hero-container-img-quadra p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: left;
		font-size: 1.25rem; 
		padding: 0 30px; 
		margin-top: -10rem; 
		color: white; 
	} 

	.hero-container-img-quadra button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .78rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 10px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
	} 

	.hero-container-img-quadra-desk {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo {
		display: block;
	}
	
	.hero-title-oitavo h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.35rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 30%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 32%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.15rem;
	}
	
	.hero-title-oitavo-desk,
	.hero-title-oitavo-desk h2,
	.hero-title-oitavo-desk h2::before,
	.hero-title-oitavo-desk h2::after,
	.hero-title-oitavo-desk p {
		display: none;
	}
	
	.btn-musc-arena-mob {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 1.8rem;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-mob button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 35px; 
		font-size: 0.70rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
	} 

	/*===== BOTAO ARENA ===== */
	.btn-arenas-mob button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 50px; 
		font-size: 0.70rem; 
		letter-spacing: 0.1rem;
	} 

	.btn-musc-arena-desk,
	.btn-musculacao-desk button,
	.btn-arenas-desk button {
		display: none;
	}
	
	.btn-musculacao-mob a,
	.btn-arenas-mob a {
		text-decoration: inherit;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg-desk,
	.background-image-planos-desk,
	.planos-desk,
	.planos-desk::before,
	.plan-card-desk,
	.plan-title-desk,
	.plan-subtitle-desk,
	.price-desk,
	.price-value-desk,
	.price-period-desk,
	.price-info-desk,
	.divider-desk,
	.features-desk,
	.features-desk li,
	.check, .x {
		display: none;
	}

	.plan-card-2-desk,
	.plan-title-2-desk,
	.plan-subtitle-2-desk,
	.price-2-desk,
	.price-value-2-desk,
	.price-period-2-desk,
	.price-info-2-desk,
	.divider-2-desk,
	.features-2-desk,
	.features-2-desk li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3-desk,
	.plan-title-3-desk,
	.plan-subtitle-3-desk,
	.price-3-desk,
	.price-value-3-desk,
	.price-period-3-desk,
	.price-info-3-desk,
	.divider-3-desk,
	.features-3-desk,
	.features-3-desk li,
	.check, .x {
		display: none;
	}

	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg {
		display: block;
		position: relative; 
		margin-top: -8rem;
	} 

	.background-image-planos {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 1560px;
		z-index: 0;
	} 

	.planos {
		position: relative; 
		font-family: "Nunito Sans"; 
		margin-bottom: 2rem;
		z-index: 2;
		margin-top: -5rem; 
		z-index: 1; 
		letter-spacing: 0.2rem;
		right: 2.5rem; 
	} 

	.planos::before {
		content: "";
		position: absolute; 
		top: 2.2rem; 
		width: 26.4rem; 
		height: 1px;
		background-color: #ffffff; 
		left: -14.5rem;
		z-index: 1; 
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card { 
		background: rgba(20, 20, 20, 0.55);
		position: relative; color: #ffffff;
		width: 280px;
		height: 450px;
		padding: 25px;
		font-family: "Nunito Sans"; 
		border-radius: 20px; 
		text-align: center; 
		margin: 15rem auto;
		z-index: 5; 
		top: 1rem;
	} 

	.plan-title {
		font-family: "Nunito Sans"; 
		font-size: 1rem; 
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		padding-top: 15px;
	}

	.plan-subtitle {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.7rem; 
		letter-spacing: 0.2rem; 
		opacity: 0.8; 
		display: block;
		right: 4.58rem; 
		top: -.85rem; 
	} 

	.price {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px; 
		display: flex;
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	} 

	.price-value {
		font-size: 2.8rem; 
		font-weight: 700; 
	} 

	.price-period {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.8rem; 
		margin-bottom: 5px; 
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	}

	.price-info {
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.8rem;
		opacity: 0.8; 
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	} 

	.divider { 
		border: none; 
		border-top: 2px solid #ffffff; 
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features {
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features li {
		font-size: 0.95rem; 
		margin: 8px 0;
		display: flex; 
		justify-content:flex-start;
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center; 
		position: relative;
		border-radius: 50%; 
		width: 22px; 
		height: 22px; 
		color: white; 
		font-size: 1.1rem;
		flex-shrink: 0; 
	}

	.check { 
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	}

	/*===== PLANOS 2 ===== */
	.plan-card-2 { 
		position: relative; 
		background: rgba(20, 20, 20, 0.55); 
		color: #ffffff; 
		width: 280px; 
		height: 500px;
		padding: 25px; 
		font-family: "Nunito Sans";
		border-radius: 20px; 
		text-align: center;
		margin: -12rem auto; 
	} 

	.plan-title-2 { 
		font-family: "Nunito Sans"; 
		font-size: 1rem;
		font-weight: 700; 
		letter-spacing: 0.2rem; 
		text-align: left;
	}

	.plan-subtitle-2 { 
		position: relative;
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block; 
		right: 4.1rem; 
		top: 0rem; 
	}

	.price-2 {
		position: relative;
		font-family: "Nunito Sans";
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end; 
		gap: 5px; 
	}

	.price-value-2 { 
		font-size: 2.8rem;
		font-weight: 700;
	} 

	.price-period-2 { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px;
		letter-spacing: 0.1rem;
		top: -1.8rem; 
	} 

	.price-info-2 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		opacity: 0.8;
		margin-bottom: 15px; 
		text-align: left;
		top: -1rem; 
	} 

	.divider-2 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-2 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex;
		justify-content: flex-start; 
		align-items: center; 
		gap: 12px; 
	} 

	.check, .x {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative; 
		border-radius: 50%;
		width: 22px; 
		height: 22px;
		color: white;
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e;
	}

	.x {
		background: #e63939; 
	} 

	/*===== PLANOS 3 ===== */ 
	.plan-card-3 {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: #ffffff; 
		width: 280px;
		height: 510px;
		padding: 25px; 
		font-family: "Nunito Sans"; 
		border-radius: 20px;
		text-align: center;
		margin: 14rem auto; 
	} 

	.plan-title-3 { 
		font-family: "Nunito Sans"; 
		font-size: 1.15rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
	}

	.plan-subtitle-3 {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		top: 0rem; 
	} 

	.price-3 {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
	}

	.price-value-3 {
		font-size: 2.8rem; 
		font-weight: 700; 
	}

	.price-period-3 {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem; 
	}

	.price-info-3 {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -1rem; 
	}

	.divider-3 {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
	} 

	.features-3 { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-3 li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 

	.features-4 {
		position: relative;
		margin-top: 1.5rem; 
	}

	.features-4 li { 
		font-family: "Nunito Sans";
		position: relative;
		right: 2rem; 
		text-align: left; 
		font-size: 0.5rem;
	} 
	
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: -8rem;
	} 

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.35rem;
		letter-spacing: 0.4rem;
		color: #fff; 
		padding-bottom: 10px; 
		cursor: pointer;
		margin-top: 2.5rem; 
		margin-bottom: 20px;
		text-align: center;
		padding: 0 20px; 
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		position: relative; 
		font-size: 1.45rem;
		color: #fff; 
		cursor: pointer; 
		display: flex; 
		align-items: center; 
		gap: 10px;
		padding: 5px 20px; 
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		margin: .50rem 1rem; 
		display: none; 
		font-size: 1.25rem; 
		line-height: 1.15rem; 
		padding: 0px 35px; 
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app-desk,
	.iphone-desk,
	.android-desk {
		display: none;
	}
	
	.hero-container-img-app {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 24px;
		position: relative;
		margin-top: -14rem;
	}

	/*===== BOTAO APP STORE ===== */
	.iphone { 
		position: relative; 
		width: 260px; 
	} 

	/*===== BOTAO GOOGLE STORE =====*/
	.android { 
		position: relative;
		width: 260px;
		top: -0.20rem;
	} 
	
	.container-hora-end-desk {
		display: none;
	}
	
	/*===== HORARIOS ===== */
	.horarios-container {
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 500px;
		margin: -7rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	#horarios { 
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem;
		text-align: center;
		margin: 1rem 0 2rem 0; 
		font-size: 1.55rem; 
	}

	.linha1 { 
		width: 100%;
		height: 1px; 
		background: #ccc; 
		margin: 10px 0; 
	} 

	.titulo-horarios {
		text-align: center;
		font-size: 1.35rem;
		margin-bottom: 40px; 
	} 

	.bloco-horario {
		margin-bottom: 60px; 
		margin-top: -1rem; 
	} 

	.dia {
		font-size: .89rem;
		letter-spacing: 3px;
		margin: 0 0 5px; 
	}

	.hora {
		font-size: .89rem;
		letter-spacing: 3px; 
		opacity: 0.9;
		margin: 0; 
	}

	/*===== LOCALIZACAO ===== */
	.localizacao-container { 
		background: #000; 
		padding: 40px 30px; 
		color: #fff; 
		text-align: left;
		max-width: 500px;
		margin: -4rem auto auto auto;
		font-family: "Nunito Sans"; 
	} 

	.linha3 { 
		width: 100%; 
		height: 1px; 
		background: #ccc; 
		margin: 20px 0;
		margin-top: -2rem; 
	} 

	#localizacao {
		text-align: center; 
		letter-spacing: 4px; 
		font-size: 1.55rem;
		margin-bottom: 40px;
		margin-top: 1rem; 
	}

	.bloco-endereco {
		margin-bottom: 60px; 
	} 

	.endereco {
		font-size: .89rem;
		letter-spacing: 3px; 
		margin-top: -1.5rem;
	} 

	.endereco svg {
		position: relative;
		font-style: normal; 
		right: 1.2rem; 
		top: .95rem; 
	} 

	.endereco a { 
		color: white; 
		text-decoration: none;
	}

	.endereco a:hover {
		color: white;
		text-decoration: underline;
	}

	.bloco-redes {
		position: relative;
		margin-top: -2rem; 
	} 

	.whatsapp { 
		position: relative; 
		font-size: .89rem;
		letter-spacing: 3px;
		opacity: 0.9;
		margin: 0; 
		right: 1rem; 
	} 

	.whatsapp i {
		font-style: normal; 
	} 

	.whatsapp a {
		color: white; 
		text-decoration: none; 
	} 

	.whatsapp a:hover { 
		color: #; 
		text-decoration: underline; 
	}

	.instagram {
		position: relative; 
		font-size: .89rem; 
		letter-spacing: 3px; 
		opacity: 0.9; 
		margin: 0; 
		right: 1rem; 
	} 

	.instagram i { 
		font-style: normal; 
	} 

	.instagram a { 
		color: white;
		text-decoration: none; 
	}

	.instagram a:hover { 
		color: white; 
		text-decoration: underline; 
	}

	.linha4 { 
		width: 100%; 
		height: 1px;
		background: #ccc; 
		margin: 20px 0;
		margin-top: 1rem; 
	}
	
	.site-footer-desk {
		display: none;
	}

	.site-footer p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .75rem; 
		top: -1rem; 
		margin-top: -2rem; 
		color: white; 
	}	
}

/*===== PRIMEIRA TELA TABLETS ===== */
@media only screen and (min-width: 768px) and (max-width: 824px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}
	
	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, 0.55);
		width: 100%; 
		height: 7rem; 
		z-index: 99999; 
		backdrop-filter: blur(5px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 100px; 
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 28rem;
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}
	
	.area-aluno a {
		text-decoration: inherit;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		text-decoration: underline;
		color: white;
		transform: scale(1.04);
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.25rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.4rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		width: 100%;
		min-height: 250px;
		position: relative;
		z-index: 2;
		cursor: pointer; 
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}

	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	} 
	
	.modal-content h2 {
		font-size: 1rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .8rem; 
		font-weight: 300;
	} 
	
	ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	ul li {
		font-family: "Nunito Sans";
		font-size: .90rem;
		font-weight: 300;
	}

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: 300; 
		color: white;
		font-size: .80rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.0rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .8rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 
	
	.container-ul-li ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	.container-ul-li ul li {
		font-family: "Nunito Sans";
		font-size: .8rem;
		color: white;
	}

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .8rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .8rem;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .8rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 100%;
		max-width: 30%;
		animation: fadeIn 0.3s ease-out;
		font-family: "Nunito Sans";
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 50%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: .95rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-container-img20-desk img {
		width: 100%;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 30px;
		margin-top: -5rem;
		
	}
	
	.hero-content-img20-desk-btn button {
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.25rem;
		margin-top: 2.5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 210px; 
		top: 1rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 210px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 210px;
		top: 1rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem;
		font-weight: 400; 
		letter-spacing: 0.3rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.25rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 10px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.35rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.1rem;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 2.5rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 35px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 58px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 8px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 12.5rem;
		top: 2.3rem;
		margin-left: -10px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .35rem;
		right: 0;
		top: -1rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 320px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.35rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 21.5rem;
		top: 1.5rem;
		margin-left: -10px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.25rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: .92rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 20px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .8rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .8rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 20px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.8rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 93px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 3px;
		font-size: .66rem;
		position: relative;
		top: 2rem;
		right: .70rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk i {
		flex-shrink: 0;
		font-style: normal;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.1rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 4px;
		font-size: .8rem;
		position: relative;
		right: .70rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .8rem;
		position: relative;
		right: .70rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 220px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		justify-content: center;
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
		
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .89rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== SEGUNDA TELA TABLETS ===== */
@media only screen and (min-width: 825px) and (max-width: 880px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}

	.hero-section {
		position: relative;
	}
	
	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, 0.55);
		width: 100%; 
		height: 7rem; 
		z-index: 99999; 
		backdrop-filter: blur(5px); 
	} 
	
	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 100px; 
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 30rem;
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}
	
	.area-aluno a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		text-decoration: underline;
		transform: scale(1.05);
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.6rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .8rem; 
		font-weight: 300;
	} 
	
	ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	ul li {
		font-family: "Nunito Sans";
		font-size: .90rem;
		font-weight: 300;
	}

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: 300; 
		color: white;
		font-size: .80rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.0rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .8rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 
	
	.container-ul-li ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	.container-ul-li ul li {
		font-family: "Nunito Sans";
		font-size: .8rem;
		color: white;
	}

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .8rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .8rem;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .8rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 100%;
		max-width: 32%;
		animation: fadeIn 0.3s ease-out;
		font-family: "Nunito Sans";
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 50%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.15rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 30px;
		margin-top: -5rem;
		
	}
	
	.hero-content-img20-desk-btn button {
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.25rem;
		margin-top: 4rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 220px; 
		top: 1.1rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 220px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 220px;
		top: 1rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem;
		font-weight: 400; 
		letter-spacing: 0.3rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.25rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.5rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.1rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 2.5rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 35px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 58px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 16px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 16rem;
		top: 2.4rem;
		margin-left: -60px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .35rem;
		right: 0;
		top: -1rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 320px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.35rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 21.5rem;
		top: 1.5rem;
		margin-left: -10px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.25rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: .92rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 20px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .75rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .75rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 20px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.75rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.75rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 90px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 3px;
		font-size: .70rem;
		position: relative;
		right: .70rem;
		top: 2rem;
	}
	
	.endereco-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.endereco-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.endereco-desk a:hover {
		color: #bbb;
		transform: scalex(1.04);
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 4px;
		font-size: .75rem;
		position: relative;
		right: .70rem;
		padding-bottom: .50rem;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .75rem;
		position: relative;
		right: .70rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 220px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .85rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== TERCEIRA TELA TABLETS ===== */
@media only screen and (min-width: 881px) and (max-width: 936px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, 0.55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(5px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 100px; 
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 30rem;
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}
	
	.area-aluno a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		text-decoration: underline;
		transform: scale(1.05);
	}

	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.6rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .8rem; 
		font-weight: 300;
	} 
	
	ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	ul li {
		font-family: "Nunito Sans";
		font-size: .90rem;
		font-weight: 300;
	}

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: 300; 
		color: white;
		font-size: .80rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.0rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .8rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 
	
	.container-ul-li ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	.container-ul-li ul li {
		font-family: "Nunito Sans";
		font-size: .8rem;
		color: white;
	}

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .8rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .8rem;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .8rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 100%;
		max-width: 32%;
		animation: fadeIn 0.3s ease-out;
		font-family: "Nunito Sans";
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 50%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.15rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 30px;
		margin-top: -5rem;
		
	}
	
	.hero-content-img20-desk-btn button {
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.25rem;
		margin-top: 4rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 220px; 
		top: 1.1rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 220px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 220px;
		top: 1rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem;
		font-weight: 400; 
		letter-spacing: 0.3rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.25rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.5rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.1rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 2.5rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 35px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 58px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 16px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 16rem;
		top: 2.4rem;
		margin-left: -60px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .35rem;
		right: 0;
		top: -1rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 320px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.35rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 21.5rem;
		top: 1.5rem;
		margin-left: -10px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.25rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: .92rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 20px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 20px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 100px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 3px;
		font-size: .79rem;
		position: relative;
		top: 2rem;
		right: .70rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 19px;
		height: 19px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -1.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 4px;
		font-size: .99rem;
		position: relative;
		right: .70rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		right: .70rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 220px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .85rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== QUARTA TELA TABLETS ===== */
@media only screen and (min-width: 937px) and (max-width: 992px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, 0.55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 120px; 
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 35rem;
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}
	
	.area-aluno a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		text-decoration: underline;
		transform: scale(1.05);
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.8rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}

	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .8rem; 
		font-weight: 300;
	} 
	
	ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	ul li {
		font-family: "Nunito Sans";
		font-size: .90rem;
		font-weight: 300;
	}

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: 300; 
		color: white;
		font-size: .80rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.0rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .8rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 
	
	.container-ul-li ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	.container-ul-li ul li {
		font-family: "Nunito Sans";
		font-size: .8rem;
		color: white;
	}

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .8rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .8rem;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .8rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 
	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.modal-content {
		background-color: #000;
		margin: 5% 1px;
		padding: 20px;
		border: 1px solid #888;
		width: 100%;
		max-width: 32%;
		animation: fadeIn 0.3s ease-out;
		font-family: "Nunito Sans";
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 50%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.2rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.25rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 30px;
		margin-top: -5rem;
		
	}
	
	.hero-content-img20-desk-btn button {
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.45rem;
		margin-top: 6rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 250px; 
		top: 1.1rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 250px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 250px;
		top: 1rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.45rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.5rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.28rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 2.5rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 35px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 12px 58px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 16px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 16rem;
		top: 2.4rem;
		margin-left: -60px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 280px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .85rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .35rem;
		right: 0;
		top: -1rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.6rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.8rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.95rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 320px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.35rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 21.5rem;
		top: 1.5rem;
		margin-left: -10px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.25rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: .92rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 20px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 20px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 98px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 4px;
		font-size: .85rem;
		position: relative;
		top: 2rem;
		right: .70rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 19px;
		height: 19px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -1.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .70rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		right: .70rem;
	}
	
	.instagram-desk svg {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 220px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .85rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== PIMEIRA TELA DESKTOP ===== */
@media only screen and (min-width: 993px) and (max-width: 1067px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute;
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(5px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 120px; 
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 38rem;
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}
	
	.area-aluno a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.8rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}

	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .8rem; 
		font-weight: 300;
	} 
	
	ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	ul li {
		font-family: "Nunito Sans";
		font-size: .90rem;
		font-weight: 300;
	}

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: 300; 
		color: white;
		font-size: .80rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.0rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .80rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .8rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 
	
	.container-ul-li ul {
		font-family: "Nunito Sans";
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
		color: white;
	}
	
	.container-ul-li ul li {
		font-family: "Nunito Sans";
		font-size: .8rem;
		color: white;
	}

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .8rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .8rem;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .8rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 320px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin-top: -10px;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 50%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.2rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.25rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 30px;
		margin-top: -5rem;
		
	}
	
	.hero-content-img20-desk-btn button {
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.65rem;
		margin-top: 6rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 280px; 
		top: 1.1rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 280px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 280px;
		top: 1rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.45rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.45rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 12px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 18rem;
		top: 2.6rem;
		margin-left: -90px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 360px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.55rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 23.5rem;
		top: 1.8rem;
		margin-left: -12px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.45rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.15rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 20px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 20px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 105px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 3px;
		font-size: .9rem;
		position: relative;
		top: 2rem;
		right: .60rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18.5px;
		height: 18.5px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.5rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .60rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .60rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
		position: relative;
		top: -7px;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 220px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== SEGUNDA TELA DESKTOP ===== */
@media only screen and (min-width: 1068px) and (max-width: 1142px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 120px; 
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 45rem;
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}
	
	.area-aluno a {
		text-decoration: inherit;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		color: #bbb;
		transform: scale(1.05);
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.8rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.2rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .8rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .8rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: .8rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .8rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .9rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .8rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .8rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 350px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin-top: -10px;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 50%;
		min-height: 100px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.2rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.25rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.65rem;
		margin-top: 6rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 280px; 
		top: 1.1rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 280px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 280px;
		top: 1rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.45rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.55rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 12px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 18.4rem;
		top: 2.6rem;
		margin-left: -90px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 360px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.55rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 23.5rem;
		top: 1.8rem;
		margin-left: -12px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.45rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.15rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 20px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 20px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 103px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 3px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .65rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 20.5px;
		height: 20.5px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.5rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .60rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .60rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
		position: relative;
		top: -7px;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 260px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== TERCEIRA TELA DESKTOP ===== */
@media only screen and (min-width: 1143px) and (max-width: 1217px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 140px;
		padding-left: 3rem;
	} 
	
	.area-aluno a {
		display: flex;
		align-items: center;
		gap: 8px;
		padding-left: 45rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}
	
	.area-aluno a:hover {
		color: #bbb;
		transform: scale(1.05);
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.8rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .9rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 370px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin-top: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.45rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.45rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.45rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.65rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 12px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 18.4rem;
		top: 2.6rem;
		margin-left: -90px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 360px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.55rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 23.5rem;
		top: 1.8rem;
		margin-left: -12px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.45rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.15rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 20px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 25px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 101px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .65rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.5rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .60rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .60rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 260px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== QUINTA TELA DESKTOP ===== */
@media only screen and (min-width: 1218px) and (max-width: 1292px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 140px;
		padding-left: 3rem;
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 45rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.8rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .8rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 360px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin-top: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.45rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.45rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.55rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.45rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.65rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.89rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 12px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 20rem;
		top: 2.7rem;
		margin-left: -110px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 420px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 1.75rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 26.2rem;
		top: 2rem;
		margin-left: -17px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.55rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.35rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .60rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .50rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .50rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 260px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== SEXTA TELA DESKTOP ===== */
/*===== TELA LAPTOP FILHA LAU ===== */
@media only screen and (min-width: 1293px) and (max-width: 1367px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 140px;
		padding-left: 3rem;
	} 
	
	.area-aluno a {
		display: flex;
		align-items: center;
		gap: 8px;
		padding-left: 54rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.8rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}

	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .8rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 390px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin-top: 0px;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.45rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.45rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.75rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.65rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.75rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 32px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 21rem;
		top: 2.6rem;
		margin-left: -130px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 450px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 2.2rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 31.3rem;
		top: 2.5rem;
		margin-left: -19px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.75rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.45rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .60rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .50rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .50rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 260px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== SETIMA TELA DESKTOP ===== */
@media only screen and (min-width: 1368px) and (max-width: 1442px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 140px;
		padding-left: 3rem;
	} 
	
	.area-aluno a {
		display: flex;
		align-items: center;
		gap: 8px;
		padding-left: 54rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.8rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.2rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .9rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	/* Estilo do Modal */
	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 400px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -10rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -9rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.45rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.45rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.75rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.65rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.75rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 32px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 23.5rem;
		top: 2.6rem;
		margin-left: -170px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 450px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 2.2rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 31.3rem;
		top: 2.5rem;
		margin-left: -19px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.75rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.45rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .60rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .50rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .50rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 260px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== TELA MAC JUNIOR ===== */
/*===== OITAVA TELA DESKTOP ===== */
@media only screen and (min-width: 1443px) and (max-width: 1517px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 140px;
		padding-left: 3rem;
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 65rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 0.8rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem; 
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}

	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.45rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 
	
	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 400px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -12rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -13rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.45rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.45rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.75rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.65rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.95rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 32px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.2rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 26rem;
		top: 2.6rem;
		margin-left: -210px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 450px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 2.2rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 31.3rem;
		top: 2.5rem;
		margin-left: -19px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.75rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.45rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .60rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .50rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .50rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 260px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== NONA TELA DESKTOP ===== */
@media only screen and (min-width: 1518px) and (max-width: 1592px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 140px;
		padding-left: 3rem;
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 65rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 1.2rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 400px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -12rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -15rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.65rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.75rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.75rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.65rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.95rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 32px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.5rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 28.7rem;
		top: 2.6rem;
		margin-left: -250px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 450px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 2.2rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 31.3rem;
		top: 2.5rem;
		margin-left: -19px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.75rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.45rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .40rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .40rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 360px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== DECIMA TELA DESKTOP ===== */
@media only screen and (min-width: 1593px) and (max-width: 1667px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 160px;
		padding-left: 5rem;
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 65rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 1.2rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 400px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -12rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -15rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.65rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.75rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.75rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.65rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.95rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 64px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.5rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 28.7rem;
		top: 2.6rem;
		margin-left: -250px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 450px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 2.2rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 31.3rem;
		top: 2.5rem;
		margin-left: -19px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.75rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.45rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .40rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .30rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .30rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 360px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== DECIMA PRIMEIRA TELA DESKTOP ===== */
@media only screen and (min-width: 1668px) and (max-width: 1742px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 160px;
		padding-left: 5rem;
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 65rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 1.2rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 400px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -12rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -15rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.65rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.75rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.75rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.65rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.95rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 64px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.5rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 31.3rem;
		top: 2.6rem;
		margin-left: -290px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 450px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 2.2rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 31.3rem;
		top: 2.5rem;
		margin-left: -19px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.75rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.45rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .40rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .30rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .30rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 360px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== DECIMA SEGUNDA TELA DESKTOP ===== */
@media only screen and (min-width: 1743px) and (max-width: 1817px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 190px;
		padding-left: 7rem;
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 65rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 1.2rem; 
		margin-top: -1.5rem; 
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 400px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -12rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -15rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.65rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.75rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.75rem;
		font-weight: 400; 
		letter-spacing: 0.6rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: justify;
		text-align-last: center;
		font-size: 1.65rem; 
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.95rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 64px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.5rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 32.9rem;
		top: 2.6rem;
		margin-left: -320px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 450px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 2.2rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 31.3rem;
		top: 2.5rem;
		margin-left: -19px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.75rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.45rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .40rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .30rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .30rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 360px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== DECIMA TERCEIRA TELA DESKTOP ===== */
/*===== TELA LAPTOP ESPOSA ===== */
@media only screen and (min-width: 1818px) and (max-width: 1892px){
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 190px;
		padding-left: 7rem;
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 65rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 1.2rem; 
		margin-top: 1rem;
		margin-bottom: 20px;
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 400px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -12rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -15rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.65rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.75rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.75rem;
		font-weight: 400; 
		letter-spacing: 0.8rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 1.95rem; 
		text-align: justify;
		text-align-last: center;
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.95rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 64px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.5rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 35.4rem;
		top: 2.6rem;
		margin-left: -360px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 500px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 2.95rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 40.3rem;
		top: 3.1rem;
		margin-left: -24px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.95rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.85rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .30rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .20rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .20rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 360px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}

/*===== ULTIMA TELA DESKTOP ===== */
@media only screen and (min-width: 1893px) {
	html, body { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		width: 100% !important; 
		height: 100% !important; 
		padding: 0 !important; 
		margin: 0 !important; 
		background: #000 !important; 
		box-sizing: border-box; 
		overflow-x: hidden;
	} 

	.container-fluid { 
		padding: 0 !important; 
		margin: 0 !important; 
		box-sizing: border-box; 
	} 
	
	.navbar-header,
	.container-header,
	.logo-header {
		display: none;
	}
	
	.hero-section {
		position: relative;
	}

	.navbar-header-desk { 
		position: absolute; 
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: rgba(0, 0, 0, .55); 
		width: 100%; 
		height: 7rem; 
		z-index: 9999; 
		backdrop-filter: blur(3px); 
	} 

	.container-header-desk { 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 50px 30px;
	} 

	.logo-header-desk { 
		position: relative; 
		width: 100%; 
		max-width: 190px;
		padding-left: 7rem;
	} 
	
	.area-aluno a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		padding-left: 65rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.area-aluno a:hover {
		transform: scale(1.05);
	}

	.area-aluno svg {
		color: white;
		flex-shrink: 0;
		width: 50px;
		height: 50px;
	}

	.area-aluno p {
		margin: 0;             
		white-space: nowrap;    
		line-height: 1;   
		text-align: center;
	}


	/* BANNER PRINCIPAL */ 
	.banner-principal { 
		width: 100%; 
		height: 700px; 
		background: url('../img/banner-principal.png'); 
		background-repeat: no-repeat; 
		background-position: center left; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 0; 
		z-index: 0; 
		position: relative; 
	} 

	.hero-container h1 { 
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		position: relative; 
		font-size: 1.55rem; 
		text-align: center; 
		color: #ffffff; 
		letter-spacing: 1.2rem; 
		margin-top: 1rem;
		margin-bottom: 20px;
		z-index: 2; 
		animation: fadeInFromRight 1s ease-out;
		padding: 0 20px;
	} 
	
	/*===== BOTOES ===== */ 
	.hero-buttons { 
		display: none;
	}
	
	.cards {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 0 5px;
		overflow: hidden;
	}
	
	/* ===== PRIMEIRA IMAGEM ===== */ 
	.hero-container-musculacao img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-musculacao img:hover {
		transform: scale(1.08);
	}

	#musc {
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center; 
		color: #ffffff; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
	} 

	/*===== TITULOS MODAL ===== */ 
	.title-modal-h1 { 
		font-family: "Nunito Sans";
		font-weight: bolder;
		text-align: left;
		color: white;
		font-size: 1.4rem; 
	}

	.frase2 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 1rem; 
	}

	.frase3 {
		font-family: "Nunito Sans";
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white;
		font-size: .85rem;
		margin-top: 0rem;
	}

	.title-modal-h2 { 
		font-family: "Nunito Sans"; 
		font-weight: bolder; 
		text-align: left; 
		color: white; 
		font-size: 1rem; 
		margin-top: 2rem; 
	}

	.frase4 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: 0rem; 
	} 

	.frase5 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem; 
		margin-top: -.80rem; 
	} 

	.frase6 { 
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left;
		color: white; 
		font-size: .85rem;
		margin-top: 1rem; 
	} 

	.frase7 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		text-align: justify; 
		text-align-last: left; 
		color: white; 
		font-size: .85rem;
		margin-top: -.80rem; 
	} 

	/* ===== SEGUNDO IMAGEM ===== */ 
	.hero-container-coletivo img { 
		position: relative;
		width: 100%;
		min-height: 250px;
		cursor: pointer; 
		transform: scale(1);
		z-index: 2;
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	} 
	
	.hero-container-coletivo img:hover {
		transform: scale(1.08);
	}


	#coletivas {
		position: relative;
		font-family: "Nunito Sans"; 
		font-weight: normal; 
		text-align: center;
		color: #ffffff;
		margin-top: 2rem;
		margin-bottom: 2rem; 
		font-size: 1.45rem;
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		cursor: pointer;
		z-index: 999 !important;
	} 

	.modal-content h2 {
		font-size: 1.4rem;
		font-family: "Nunito Sans";
	}

	.title-modal2-h4 { 
		font-family: "Nunito Sans"; 
		font-size: .7rem; 
		font-weight: 300;
	} 

	.title-modal2-h6 {
		font-family: "Nunito Sans"; 
		font-weight: regular; 
		color: white;
		font-size: .90rem; 
	}

	/* ===== TERCEIRO IMAGEM ===== */ 
	.hero-container-arena img { 
		width: 100%;
		min-height: 250px;
		position: relative; 
		cursor: pointer; 
		z-index: 2;
		transform: scale(1);
  		transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.hero-container-arena img:hover {
		transform: scale(1.08);
	}

	#arena {
		position: relative; 
		font-family: "Nunito Sans";
		font-weight: normal; 
		text-align: center; 
		color: white; 
		margin-top: 2rem; 
		margin-bottom: 2rem;
		font-size: 1.45rem; 
		letter-spacing: 0.3rem; 
		animation: fadeInFromLeft 1s ease-out; 
		pointer-events: auto !important; 
		cursor: pointer !important;
		z-index: 999 !important; 
	}

	.title-modal3-h1 { 
		font-family: "Nunito Sans"; 
		font-weight: 900; 
		text-align: left; 
		color: white;
		font-size: 1.5rem; 
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	} 

	.frase3-1 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem;
	} 

	.frase3-2 { 
		font-family: "Nunito Sans";
		font-weight: 200;
		font-size: 1rem; 
		margin-top: 0rem; 
	} 

	.title-modal3-day {
		font-family: "Nunito Sans";
		letter-spacing: 0.2rem; 
		font-size: 1.2rem; 
		font-weight: 900; 
		margin-top: 0rem;
	} 

	.frase3-3 {
		font-family: "Nunito Sans"; 
		font-weight: 200; 
		font-size: .99rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-horarios {
		font-family: "Nunito Sans";
		font-weight: 900; 
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin-top: 0rem; 
	} 

	.title-modal3-reservas { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: .75rem; 
		text-align: left;
		letter-spacing: 0.2rem; 
		margin-top: 0rem; 
	}

	.frase3-4 {
		font-family: "Nunito Sans"; 
		font-weight: 200;
		font-size: .90rem;
		text-align: justify; 
		text-align-last: left;
		margin-top: 0rem; 
	} 

	.title-modal3-restaurante { 
		font-family: "Nunito Sans"; 
		font-weight: 900;
		font-size: 1.3rem;
		margin-top: 1rem;
	} 

	.frase3-5 {
		font-family: "Nunito Sans";
		font-size: .90rem; 
		font-weight: 200; 
		margin-top: -.50rem;
	} 

	.modal {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 9999;
		background: rgba(0,0,0,.6);
	}

	.modal-content {
		position: absolute;
		background: #000;
		padding: 20px;
		width: 400px;
		border-radius: 12px;
		border: 1px solid rgba(255,255,255,.3);
		font-family: "Nunito Sans";
		animation: fadeIn .25s ease-out;
		margin: 0;
	}

	h2, h3, h4 {
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p {
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	ul {
		color: #ffffff;
		list-style-type: disc;
		margin-left: 20px;
	}

	ul li {
		margin-bottom: 5px;
	}

	/* Botão de fechar */
	.close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		float: right;
		cursor: pointer;
	}

	.close:hover,
	.close:focus {
		color: #e3e3e3;
	}

	/*===== ANIMACAO DO MODAL ===== */
	@keyframes fadeIn { 
		0% { opacity: 0; transform: scale(0.8); } 
		100% { opacity: 1; transform: scale(1); } 
	} 

	.fade-in-left { 
		opacity: 0; 
		transform: translateX(-100px); 
		transition: opacity 1s ease-out, transform 1s ease-out; 
	} 

	.fade-in-left.visible {
		opacity: 1;
		transform: translateX(0); 
	} 
	
	.fade-in-left:nth-child(1), 
	.fade-in-left:nth-child(2), 
	.fade-in-left:nth-child(3), 
	.fade-in-left:nth-child(4), 
	.fade-in-left:nth-child(5), 
	.fade-in-left:nth-child(6), 
	.fade-in-left:nth-child(7), 
	.fade-in-left:nth-child(8), 
	.fade-in-left:nth-child(9),
	.fade-in-left:nth-child(10), 
	.fade-in-left:nth-child(11), 
	.fade-in-left:nth-child(12), 
	.fade-in-left:nth-child(13),
	.fade-in-left:nth-child(14),
	.fade-in-left:nth-child(15), 
	.fade-in-left:nth-child(16), 
	.fade-in-left:nth-child(17),
	.fade-in-left:nth-child(18), 
	.fade-in-left:nth-child(19), 
	.fade-in-left:nth-child(20),
	.fade-in-left:nth-child(21), 
	.fade-in-left:nth-child(22), 
	.fade-in-left:nth-child(23), 
	.fade-in-left:nth-child(24), 
	.fade-in-left:nth-child(25), 
	.fade-in-left:nth-child(26), 
	.fade-in-left:nth-child(27), 
	.fade-in-left:nth-child(28), 
	.fade-in-left:nth-child(29), 
	.fade-in-left:nth-child(30) { 
		transition-delay: 0.3s; 
	}
	
	.hero-titulo,
	.logo,
	.sexto-title,
	.border-titulo,
	.setimo-titulo {
		display: none;
	}
	
	.hero-titulo-desk {
		display: block;
	}
	
	/*===== LOGO APOS IMAGENS MODAL ===== */
	.logo-desk {
		position: relative;
		margin-top: -12rem;
		width: 40%;
		min-height: 50px;
		display: flex; 
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	} 

	/*===== TITULO APOS LOGO ===== */ 
	.sexto-title-desk {
		display: block;
		font-family: "Nunito Sans"; 
		position: relative;
		text-align: justify; 
		text-align-last: center; 
		padding: 0px 20px;
		margin-top: -15rem; 
		margin-bottom: 3rem; 
		width: 100%; 
		font-size: 1.65rem; 
		color: white;
	}

	/*===== BORDA DO TITULO SETE ===== */ 
	.border-titulo-desk {
		display: block;
		border-top: 3px solid white;
		border-radius: 30px 30px 0 0; 
		border-left: 3px solid white; 
		border-right: 3px solid white; 
		padding: 20px 15px;
		margin: 0 35px; 
		margin-top: 1.8rem; 
	} 

	#setimo-titulo-desk {
		display: block;
		font-family: "Nunito Sans"; 
		text-align: justify; 
		text-align-last: center;
		padding: 0px 10px; 
		font-size: 1.75rem; 
		color: white; 
	} 
	
	.hero-container-img20,
	.hero-content-img20,
	.hero-content-img20-btn{
		display: none;
	}
	
	.hero-container-img20-desk {
		display: block;
	}
	
	.hero-content-img20-desk-btn {
		display: flex;
		padding-left: 50px;
		margin-top: -6rem;
	}
	
	.hero-content-img20-desk-btn button {
		padding: 17px 50px;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.hero-content-img20-desk-btn button:hover {
		transform: scale(1.08);
	}
	
	#img-arena-desk {
		display: none;
	}
	
	#img-arena-mob {
		display: block;
		position: relative;
		margin-top: 2rem;
	}
	
	.hero-logos-desk {
		display: block;
	}
	
	#title-nono-desk {
		display: block;
		font-family: "Nunito Sans";
		padding: 0 5px; 
		letter-spacing: 0.1rem;
		text-align: center; 
		color: white;
		font-size: 1.75rem;
		margin-top: 5rem; 
	}
	
	.container-parceiros-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	/*===== LOGO PARCEIRO FRANS CAFE ===== */
	.logo-frans { 
		display: block;
		position: relative;
		width: 300px; 
		top: 1.6rem;
	} 

	/*===== LOGO PARCEIRO BUDDHA SPAS ===== */ 
	.logo-buddha {
		display: block;
		position: relative;
		width: 300px;
	} 

	/*===== LOGO PARCEIRO TRACK E FIELD ===== */
	.logo-track {
		display: block;
		position: relative;
		width: 300px;
		top: 1.5rem;
	}
	
	.hero-logos-mob,
	#title-nono,
	.container-parceiros-mob,
	#logo-frans,
	#logo-buddha,
	#logo-track {
		display: none;
	}
	
	#img-arena-mob {
		display: none;
	}
	
	#img-arena-desk {
		display: block;
	}
	
	/*===== IMAGEM DA ARENA ===== */
	.hero-container-img-quadra-desk { 
		display: block;
	} 

	.hero-container-img-quadra-desk h2 {
		font-family: "Nunito Sans"; 
		text-align: center;
		font-size: 1.75rem;
		font-weight: 400; 
		letter-spacing: 0.8rem;
		margin-top: 2rem;
	}

	.hero-container-img-quadra-desk img {
		position: relative; 
		margin-top: -4rem;
	}

	.hero-container-img-quadra-desk p { 
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 1.95rem; 
		text-align: justify;
		text-align-last: center;
		padding: 0 30px; 
		color: white; 
		margin-top: -1rem;
	} 

	.hero-container-img-quadra-desk button { 
		position: relative;
		font-family: "Nunito Sans";
		font-size: .85rem;
		background: #000;
		color: white; 
		border-radius: 30px;
		padding: 15px 20px;
		letter-spacing: 0.1rem;
		margin-top: 1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.hero-container-img-quadra-desk button:hover {
		transform: scale(1.08);
	} 

	.hero-container-img-quadra {
		display: none;
	}
	
	.hero-title-oitavo,
	.hero-title-oitavo h2,
	.hero-title-oitavo h2::before,
	.hero-title-oitavo h2::after,
	.hero-title-oitavo p {
		display: none;
	}
	
	/*===== TITULO DAY USE ===== */ 
	.hero-title-oitavo-desk {
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	
	.hero-title-oitavo-desk h2 {
		display: block;
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 1.72rem; 
		font-weight: 600; 
		letter-spacing: 0.5rem; 
		color: #ffffff; 
		text-align: center;
		margin: 2rem 0 0rem 0;
		color: white; 
	} 

	/*===== LINHAS DO DAY USE =====*/
	.hero-title-oitavo-desk h2::before {
		display: block;
		content: "";  
		position: absolute;
		top: 50%; 
		width: 40%; 
		height: 1px;
		background-color: #ffffff; 
		left: 0;
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk h2::after {
		display: block;
		content: "";
		position: absolute; 
		top: 50%; 
		width: 41%; 
		height: 1px; 
		background-color: #ffffff; 
		right: 0; 
		transform: translateY(-50%); 
	} 

	.hero-title-oitavo-desk p { 
		display: block;
		font-family: "Nunito Sans";
		position: relative; 
		margin-top: 2rem; 
		text-align: justify;
		text-align-last: center;
		line-height: 1.15;
		color: white;
		padding: 0 30px; 
		font-size: 1.95rem;
	}
	
	.btn-musc-arena-desk {
		position: relative; 
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 64px;
		margin-top: 4rem;
	}
	
	.btn-musculacao-desk a,
	.btn-arenas-desk a {
		text-decoration: inherit;
	}

	/*===== BOTAO MUSCULACAO ===== */
	.btn-musculacao-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 35px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		border: 1px solid #e3e3e3;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-musculacao-desk button:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO ARENA ===== */
	.btn-arenas-desk button {
		display: flex;
		position: relative;
		font-family: "Nunito Sans";
		background: black;
		color: white;
		width: 100%; 
		border: 1px solid white; 
		border-radius: 30px; 
		padding: 15px 58px; 
		font-size: 0.99rem; 
		letter-spacing: 0.1rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.btn-arenas-desk button:hover {
		transform: scale(1.08);
	}

	.btn-musc-arena,
	.btn-musculacao button,
	.btn-arenas button {
		display: none;
	}
	
	.section-planos-bg-desk {
		display: none;
	}
	
	.section-planos-bg,
	.background-image-planos,
	.planos,
	.planos::before,
	.plan-card,
	.plan-title,
	.plan-subtitle,
	.price,
	.price-value,
	.price-period,
	.price-info,
	.divider,
	.features,
	.features li,
	.check, .x {
		display: none;
	}

	.plan-card-2,
	.plan-title-2,
	.plan-subtitle-2,
	.price-2,
	.price-value-2,
	.price-period-2,
	.price-info-2,
	.divider-2,
	.features-2,
	.features-2 li,
	.check, .x {
		display: none;
	}
	
	.plan-card-3,
	.plan-title-3,
	.plan-subtitle-3,
	.price-3,
	.price-value-3,
	.price-period-3,
	.price-info-3,
	.divider-3,
	.features-3,
	.features-3 li,
	.check, .x {
		display: none;
	}
	
	/*===== SECAO PLANOS ===== */ 
	.section-planos-bg-desk {
		display: flex;
		position: relative; 
		margin-top: 10rem;
		gap: 64px;
	} 

	.background-image-planos-desk {
		position: absolute;
		background-image: url('../img/img-fundo-plano.png');
		background-position: center;
		background-size: cover; 
		padding: 0;
		width: 100%; 
		min-height: 600px;
		z-index: 0;
	} 

	.planos-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		z-index: 2;
		letter-spacing: 0.2rem; 
		top: -5.5rem;
		color: white;
		margin-left: -1px;
	} 

	.planos-desk::before {
		display: block;
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 49.9rem;
		top: 2.6rem;
		margin-left: -590px;
	} 

	/*===== PLANOS 1 ===== */ 
	.plan-card-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
	} 

	.price-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: 1.15rem;
	}

	.price-period-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 2rem;;
	}

	.price-info-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	/*===== PLANOS 2 ===== */
	.plan-card-2-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-2-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-2-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		right: 0px;
		top: 10px;
		padding-top: 4px;
	} 

	.price-2-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: -10px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
	}

	.price-value-2-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
		position: relative;
		left: 0px;
		margin-top: .60rem;
	}

	.price-period-2-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -1.8rem;
		padding-left: 0rem;;
	}

	.price-info-2-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.89rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -.75rem; 
	}

	.divider-2-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px;
		position: relative;
		top: -1px;
	} 

	.features-2-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 0; 
		text-align: left; 
	} 

	.features-2-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	/*===== PLANOS 3 ===== */ 
	.plan-card-3-desk {
		position: relative; 
		background: rgba(20, 20, 20, 0.55);
		color: white; 
		width: 340px;
		height: 550px;
		padding: 20px; 
		font-family: "Nunito Sans"; 
		border-radius: 15px;
		text-align: left;
	} 

	.plan-title-3-desk { 
		font-family: "Nunito Sans"; 
		font-size: .99rem;
		font-weight: 700; 
		letter-spacing: 0.2rem;
		text-align: left; 
		position: relative;
		top: 5px;
	}

	.plan-subtitle-3-desk {
		position: relative; 
		font-family: "Nunito Sans"; 
		font-size: 0.85rem;
		letter-spacing: 0.2rem;
		opacity: 0.8;
		display: block;
		text-align: left;
		padding-left: .10rem;
		top: 10px;
	} 
	
	.features-4-desk {
		position: relative;
		font-size: .60rem;
		right: 0;
		top: -.50rem;
	}

	.price-3-desk {
		position: relative;
		font-family: "Nunito Sans"; 
		margin-top: 0px;
		display: flex; 
		justify-content: left;
		align-items: flex-end;
		gap: 5px; 
		right: .20rem;
		
	}

	.price-value-3-desk {
		font-size: 2.9rem; 
		font-weight: 700; 
	}

	.price-period-3-desk {
		position: relative;
		font-family: "Nunito Sans";
		font-size: 0.8rem;
		margin-bottom: 5px; 
		letter-spacing: 0.1rem; 
		top: -2rem;
	}

	.price-info-3-desk {
		position: relative; 
		font-family: "Nunito Sans";
		font-size: 0.99rem; 
		opacity: 0.8;
		margin-bottom: 15px;
		text-align: left;
		top: -0.75rem; 
	}

	.divider-3-desk {
		border: none; 
		border-top: 2px solid #ffffff;
		opacity: 0.7; 
		margin: 10px 0 20px; 
		position: relative;
		top: -4px;
	} 

	.features-3-desk { 
		font-family: "Nunito Sans"; 
		list-style: none;
		padding: 0;
		margin: 8px 0; 
		text-align: left; 
	} 

	.features-3-desk li {
		font-size: 0.99rem;
		margin: 8px 0;
		display: flex; 
		justify-content: flex-start;
		align-items: center;
		gap: 12px; 
	}

	.check, .x {
		display: flex; 
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		color: white; 
		font-size: 1.1rem; 
		flex-shrink: 0; 
	}

	.check {
		background: #2e8b2e; 
	} 

	.x { 
		background: #e63939; 
	} 
	
	.container-duvidas {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		width: 100%;
	}
	/*===== IMAGEM LOIRA COM FONE ===== */
	.hero-img19 {
		width: 100%;
		max-width: 500px;
		border-radius: 18px;
		display: block;
	} 
	
	.faq-content {
		flex: 1;
		position: relative;
		right: 2.5rem;
		margin-top: 6.5rem;
	}

	/*===== TITULO DUVIDAS FREQUENTES ===== */
	#faq-title { 
		font-family: "Nunito Sans";
		font-size: 2.95rem;
		color: #fff;
		margin-bottom: 1rem;
		text-align: left;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	#faq-title::before {
		content: "";
		position: absolute;
		border: 1px solid #e3e3e3;
		width: 40.3rem;
		top: 3.1rem;
		margin-left: -24px;
	}

	/*===== PERGUNTAS DAS DUVIDAS ===== */ 
	.faq-question { 
		font-size: 1.95rem;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.faq-question span {
		display: inline-block;
	} 

	/*===== RESPOSTAS DAS DUVIDAS ===== */
	.faq-answer {
		color: #ccc;
		font-size: 1.85rem;
		line-height: 1.4;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		display: none;
	} 

	.faq-question i {
		position: relative; 
		transition: transform 0.3s ease;
		padding-left: .30rem; 
	}

	.faq-question.open i {
		transform: rotate(90deg); 
	}
	
	.hero-container-img-app,
	.iphone,
	.android {
		display: none;
	}
	
	.hero-container-img-app-desk {
		display: block;
		position: relative;
		margin-top: 3rem;
	}
	
	/*===== IMAGEM DO APP ===== */ 
	.container-app-desk {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		margin-top: -13rem;
	}
	
	/*===== BOTAO APP STORE ===== */
	.iphone-desk { 
		position: relative; 
		width: 260px; 
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.iphone-desk:hover {
		transform: scale(1.08);
	}

	/*===== BOTAO GOOGLE STORE =====*/
	.android-desk { 
		position: relative;
		width: 260px;
		top: -0.20rem;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	} 
	
	.android-desk:hover {
		transform: scale(1.08);
	}
	
	.container-hora-end {
		display: none;
	}
	
	.container-hora-end-desk {
		display: grid;
		grid-template-columns: 1fr 1px 1fr;
		width: 100%;
		max-width: 100%;
		margin: -4rem auto;
		padding: 0 20px;
		color: #fff;
		font-family: "Nunito Sans";
	}
	
	/*===== HORARIOS ===== */
	.horarios-container-desk {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 20px;
	} 

	.linha1-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	#horarios-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
		margin-top: 0;
	} 

	.bloco-horario-desk {
		margin-top: 25px;
	} 

	.dia1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
	}

	.hora1-desk {
		font-family: "Nunito Sans";
		font-size: .99rem;
		opacity: 0.9;
	}
	
	.bloco-horario-2-desk {
		margin-bottom: 31px;
	}
	
	.dia2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
	}
	
	.hora2-desk {
		font-family: "Nunito Sans";
		font-size: 0.99rem;
		opacity: 0.9;
	}
	
	.linha2-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 
	
	.divider-vertical-desk {
		background: #ccc;
		height: 100%;
	}
	
	.linha3-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	} 

	/*===== LOCALIZACAO ===== */
	.localizacao-container-desk { 
		font-family: "Nunito Sans";
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0;
		padding: 0 20px;
	} 

	#localizacao-desk {
		font-family: "Nunito Sans";
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.35rem;
	}
	
	/*===== BLOCO ENDERECO ===== */
	.bloco-endereco-desk {
		margin-bottom: 113px;
	}
	
	.endereco-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: .99rem;
		position: relative;
		top: 2rem;
		right: .20rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease;
	}

	.endereco-desk svg {
		flex-shrink: 0;
		font-style: normal;
		width: 18px;
		height: 18px;
	}

	.endereco-desk a:hover {
		transform: scale(1.04);
		color: #bbb;
	}
	
	.bloco-redes-desk {
		position: relative;
		top: -2.8rem;
	}
	
	/*===== WHATSAPP ==== */
	.whatsapp-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .10rem;
		padding-bottom: .50rem;
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.whatsapp-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.whatsapp-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	/*===== INSTAGRAM ==== */
	.instagram-desk a {
		font-family: "Nunito Sans";
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: .99rem;
		position: relative;
		right: .10rem;
	}
	
	.instagram-desk i {
		flex-shrink: 0;
		font-style: normal;
	}
	
	.instagram-desk a {
		text-decoration: inherit;
		color: white;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.instagram-desk a:hover {
		color: #bbb;
		transform: scale(1.04);
	}
	
	.linha4-desk { 
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	
	.site-footer {
		display: none;
	}
	
	.container-img-final {
		width: 50%;
		min-height: 560px;
		background: url('../img/logo.PNG'); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: cover; 
		display: flex; 
		align-items: center; 
		margin-top: 4rem; 
		margin-left: auto;
		margin-right: auto;
		z-index: 0; 
		position: relative; 
	}

	.site-footer-desk p {
		position: relative; 
		font-family: "Nunito Sans"; 
		text-align: center; 
		font-size: .92rem; 
		top: -1rem; 
		margin-top: 0rem; 
		color: white; 
	}	
}