.elementor-kit-12{--e-global-color-primary:#262626;--e-global-color-secondary:#666666;--e-global-color-text:#333333;--e-global-color-accent:#DF0C0C;--e-global-color-236521b:#ECECEC;--e-global-color-92f56d6:#FEFEFE;--e-global-color-01c9a3d:#FFFFFF;--e-global-color-d8f3b81:#000000;--e-global-typography-primary-font-family:"Geist Mono";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Geist Mono";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Geist Mono";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Panchang";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-236521b );color:var( --e-global-color-text );font-family:"Geist Mono", Sans-serif;font-size:16px;font-weight:400;line-height:18px;letter-spacing:-0.2px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:#FFFFFF00;font-family:"Geist Mono", Sans-serif;font-size:12px;font-weight:500;color:var( --e-global-color-01c9a3d );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-01c9a3d );border-radius:20px 20px 20px 20px;padding:8px 16px 8px 16px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-92f56d6 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-92f56d6 );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 p{margin-block-end:24px;}.elementor-kit-12 h1{font-family:"Geist Mono", Sans-serif;font-size:52px;font-weight:500;letter-spacing:-0.2px;}.elementor-kit-12 h2{font-family:"Geist Mono", Sans-serif;font-weight:500;letter-spacing:-0.2px;}.elementor-kit-12 h3{font-family:"Geist Mono", Sans-serif;font-size:18px;font-weight:400;letter-spacing:-0.2px;}.elementor-kit-12 h4{font-family:"Geist Mono", Sans-serif;font-size:16px;font-weight:500;letter-spacing:-0.2px;}.elementor-kit-12 h5{font-family:"Geist Mono", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-12 h6{font-family:"Geist Mono", Sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:-0.2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:5px;}.site-header .site-branding .site-logo img{width:150px;max-width:150px;}.site-header .site-description{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --space-2: .5rem; 
  --space-3: .75rem; 
  --space-4: 1rem; 
  --space-6: 1.5rem;
  --space-8: 2rem; 
  --space-12: 3rem; 
  --radius: 16px; 
  --shadow: 0 8px 30px rgba(0,0,0,.08);
  --container: 1200px;
  --container-wide: 1400px;
}




/* Contador por cada carrusel */
.faqSlider { counter-reset: faqitem -4; }

/* Cada card incrementa */
.faqSlider .e-loop-item { counter-increment: faqitem; }

/* Mostrar número con formato 01, 02... */
.faqSlider .faq__num:before {
  content: counter(faqitem, decimal-leading-zero);
  font-feature-settings: "tnum";
  
    font-family: "Geist Mono", Sans-serif;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: -1.8px;
}

/* Al pasar el ratón por cualquier card */
.faqSlider .e-loop-item .e-con-boxed:hover {
  transform: translateY(-10px);
  background: #cecece !important
}


/* contenedor UI */
#testiUI { display:flex; flex-direction:column; gap:16px; }

/* fracción 01 / 04 */
.testi-fraction { 
  font-variant-numeric: tabular-nums; 
  letter-spacing:.06em; 
  opacity:.9;
}

/* paginador vertical */
.testi-pager { 
  display:flex; 
  flex-direction:column; 
  gap:6px; 
}
.testi-pager button{
  all:unset; 
  cursor:pointer;
  font-variant-numeric: tabular-nums; 
  letter-spacing:.04em;
  opacity:.45; 
  line-height:1; 
  padding:.15rem 0;
  transition:opacity .2s, transform .2s;
    color: var(--e-global-color-01c9a3d);
    letter-spacing: -0.3px;
    
    background: none;
    border:0;
}

.testi-pager button[aria-selected="true"]{
  opacity:1; 
  transform:translateX(0);
  
    background: none;
    border:0;
}
.testi-pager button:hover{ opacity:.7; 
    background: none;
    border:0;
    
}



#lottieStage2 {
  position: relative;
  min-height: 100vh;   /* ocupa todo el alto del viewport */
  overflow: hidden;    /* evita que el pseudo se salga */
}


#lottieStage2 > * {
  position: relative;
  z-index: 1; /* mantiene la máquina y textos por encima */
}
#lottiePin{ height:100vh; overflow:hidden; } /* lo pinará GSAP */

#lottieContainer{ width:100%; height:100%; }

/* Textos superpuestos */
#lottiePin .stop{
  position:absolute; right:6vw; bottom:12vh; max-width:560px;
  opacity:0; pointer-events:none; transition:opacity .35s ease;
}
#lottiePin .stop.is-active{ opacity:1; pointer-events:auto; }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Black.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Black.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Black.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Black.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Black.ttf') format('truetype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Black.svg#GeistMono') format('svg');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraBold.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraBold.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraBold.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraBold.ttf') format('truetype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraBold.svg#GeistMono') format('svg');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Bold.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Bold.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Bold.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Bold.ttf') format('truetype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Bold.svg#GeistMono') format('svg');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-SemiBold.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-SemiBold.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-SemiBold.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-SemiBold.ttf') format('truetype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-SemiBold.svg#GeistMono') format('svg');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Medium.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Medium.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Medium.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Medium.ttf') format('truetype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Medium.svg#GeistMono') format('svg');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Regular.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Regular.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Regular.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Regular.ttf') format('truetype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Regular.svg#GeistMono') format('svg');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Light.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Light.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Light.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Light.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Light.ttf') format('truetype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Light.svg#GeistMono') format('svg');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraLight.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraLight.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraLight.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraLight.ttf') format('truetype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-ExtraLight.svg#GeistMono') format('svg');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Thin.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Thin.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Thin.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Thin.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Thin.ttf') format('truetype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/GeistMono-Thin.svg#GeistMono') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Panchang';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/Panchang-Medium.eot');
	src: url('https://nexa.fitness/wp-content/uploads/2025/08/Panchang-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/Panchang-Medium.woff2') format('woff2'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/Panchang-Medium.woff') format('woff'),
		url('https://nexa.fitness/wp-content/uploads/2025/08/Panchang-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */