.elementor-14119 .elementor-element.elementor-element-81a0551{--display:flex;}.elementor-14119 .elementor-element.elementor-element-81a0551.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-14119 .elementor-element.elementor-element-6ea3037{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:00px;--margin-right:0px;}.elementor-14119 .elementor-element.elementor-element-b2c5211{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 20px;}.elementor-14119 .elementor-element.elementor-element-c1209ea{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-14119 .elementor-element.elementor-element-818e054{--display:flex;}.elementor-14119 .elementor-element.elementor-element-7d9de1d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px -6px;}.elementor-14119 .elementor-element.elementor-element-9f2490d{background-color:#0F1938;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-14119 .elementor-element.elementor-element-6ea3037{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-14119 .elementor-element.elementor-element-81a0551{--width:100%;}.elementor-14119 .elementor-element.elementor-element-818e054{--content-width:1429px;}}@media(max-width:767px){.elementor-14119 .elementor-element.elementor-element-81a0551{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-14119 .elementor-element.elementor-element-6ea3037{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-14119 .elementor-element.elementor-element-b2c5211{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-b2c5211 */.textoRedondo {
    color: #00d1c7;
    border: 1.5px solid #00d1c7;
    border-radius: 20px;
    padding: 8px 14px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

h1 {

font-weight: bold;
    
}

.resaltadoAzul{
    
    color: #00d1c7;
}

.parrafoExplicativo {
    
    margin-right: 140px;
    color: #D3D3D3;
    font-size: 18px;
    line-height: 1.6;
    
}

 

@media (max-width: 767px) {
    
    .textoRedondo {
    color: #00d1c7;
    border: 1.5px solid #00d1c7;
    border-radius: 20px;
    padding: 8px 14px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    
}

h1 {
        font-size: 5px;
        line-height: 1.05;
    }

.resaltadoAzul{
    
    color: #00d1c7;
}

.parrafoExplicativo {
    
    margin: 0;
    color: #D3D3D3;
    font-size: 16px;
    text-align:center;
    
}


}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1209ea */.comparison-graphs{
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 700px;
  margin-top: 80px;

  height: auto; /* clave */
}

/* tarjetas */
.graph-card{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: 14px;
  height: 300px;

  background: radial-gradient(circle at top left, #0f172a, #0b1220);
  border: 1px solid rgba(255,255,255,0.06);
}

/* etiquetas */
.graph-card .tag{
  position: absolute;
  top: 12px;
  left: 14px;

  font-size: 12px;
  color: rgba(255,255,255,0.6);
  z-index: 2;
}

.graph-card .tag.highlight{
  color: #0b1220;
  background: #22d3ee;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

/* svg */
.graph-card .graph{
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

/* separación visual entre bloques */
.graph-card.optimized{
  border-color: rgba(34,211,238,0.15);
}


@media (max-width: 768px) {
    
    .comparison-graphs{
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 700px;
  margin-top: 0px;

  height: auto; /* clave */
}
    
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d9de1d *//* ===== FRANJA ESTILO PREMIUM ===== */

.cyber-stats-band{

    width:100vw;
    margin-left:calc(-50vw + 50%);
    margin-right:calc(-50vw + 50%);

    background:
    linear-gradient(
        90deg,
        #020817 0%,
        #021038 50%,
        #020817 100%
    );

    padding:70px 40px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:60px;

    position:relative;
    overflow:hidden;
}

/* glow superior */
.cyber-stats-band::before{
    content:"";
    position:absolute;

    top:-120px;
    left:50%;
    transform:translateX(-50%);

    width:900px;
    height:240px;

    background:
    radial-gradient(
        circle,
        rgba(0,255,255,0.12),
        transparent 70%
    );
}

/* líneas superior/inferior */
.cyber-stats-band::after{
    content:"";
    position:absolute;
    inset:0;

    border-top:1px solid rgba(255,255,255,0.06);
    border-bottom:1px solid rgba(255,255,255,0.06);

    pointer-events:none;
}

.cyber-stat{
    text-align:center;
    min-width:280px;
    position:relative;
    z-index:2;
}

.cyber-stat h2{

    margin:0;

    font-size:48px;
    font-weight:800;
    line-height:1;

    color:#22F5E9;

    text-shadow:
    0 0 12px rgba(34,245,233,0.25),
    0 0 30px rgba(34,245,233,0.12);
}

.cyber-stat p{

    margin-top:18px;

    color:rgba(255,255,255,0.72);

    font-size:12px;
    font-weight:600;
    letter-spacing:2px;
}

/* divisores */
.cyber-divider{

    width:1px;
    height:130px;

    background:
    linear-gradient(
        to bottom,
        transparent,
        rgba(34,245,233,0.25),
        transparent
    );
}

/* responsive */
@media(max-width:900px){

    .cyber-stats-band{
        flex-direction:column;
        gap:40px;
        padding:60px 20px;
    }

    .cyber-divider{
        width:120px;
        height:1px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f2490d *//* =========================================
   GENERAL
========================================= */

body {
  margin: 0;
  font-family: Inter, sans-serif;
  background: linear-gradient(135deg, #020617, #081028, #0f172a);
  color: #fff;
}

/* Reset global SOLO dentro del componente */

.calculadoraInversion * {
  box-sizing: border-box;
}

/* =========================================
   CONTENEDOR PRINCIPAL
========================================= */

.calculadoraInversion {
  max-width: 100%;
  height: 1000px;
  overflow: hidden;
  padding: 120px 100px;
  
}

/* =========================================
   INTRO
========================================= */

.calculadoraInversion__intro {
  max-width: 850px;
  padding-bottom: 30px;
  gap: 20px;

}


.calculadoraInversion__tituloSeo {

  color: #ffffff;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 60px;
  
}

.calculadoraInversion__textoIntro {

  font-size: 18px;
  line-height: 1.8;
  color: #D3D3D3;
 
  max-width: 700px;
  margin-bottom:20px;
}

.calculadoraInversion .calculadoraInversion__botonIntro {

  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top:20px;
  padding: 18px 32px;
  border-radius: 999px;
  background: #f5c451;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

  .listaExplicativa {
  font-size: 18px;
  list-style: none;
  padding: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.listaExplicativa li {
  position: relative;
  padding-left: 28px;
  color: #D3D3D3;
  line-height: 1.5;
}

.listaExplicativa li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00ffe0;
  font-weight: 700;
  font-size: 1rem;
}

/* =========================================
   HEADER
========================================= */

.calculadoraInversion__header {
  margin-bottom: 30px;
}

.calculadoraInversion__headerSuperior {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.calculadoraInversion__titulo {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  opacity: 0.95;
  color: #00ffe0;
}

.calculadoraInversion__contadorPaso {
  font-size: 0.95rem;
  margin: 0;
  opacity: 0.7;
}

/* =========================================
   PROGRESO
========================================= */

.calculadoraInversion__progreso {
  width: 100%;
  height: 8px;
  background: #1f2937;
  border-radius: 999px;
  overflow: hidden;
}

.calculadoraInversion__barraProgreso {
  height: 100%;
  width: 0%;
  background: #00ffe0;
  transition: width 0.35s ease;
}

/* =========================================
   PASOS
========================================= */

.calculadoraInversion__paso {
  display: none;
  animation: aparecer 0.35s ease;
}

.calculadoraInversion__paso.activo {
  display: block;
}

/* =========================================
   NAVEGACIÓN
========================================= */

.calculadoraInversion__navegacion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* BOTONES NAVEGACIÓN (más específicos) */
.calculadoraInversion .calculadoraInversion__botonAtras,
.calculadoraInversion .calculadoraInversion__botonReiniciar {
  background: transparent;
  border: none;
  color: #9ca3af;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 30px;
}



/* =========================================
   TEXTOS
========================================= */

.calculadoraInversion .calculadoraInversion__pregunta {
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: bold;
}

.calculadoraInversion .calculadoraInversion__preguntaSubtitulo {
  font-size: 18px;
  margin-bottom: 28px;
  color: grey;
}

.calculadoraInversion .calculadoraInversion__subtitulo {
  font-size: 18px;
  margin-bottom: 24px;
  color: #9ca3af;
}

/* =========================================
   OPCIONES
========================================= */

.calculadoraInversion__opciones {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* BOTONES OPCIÓN (NIVEL 1 REAL) */
.calculadoraInversion .botonOpcion {
  all: unset;

  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  padding: 24px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);

  color: #fff;

  cursor: pointer;
  font-size: 1.1rem;
  text-align: left;

  transition: all 0.2s ease;
}

.calculadoraInversion .botonOpcion:hover {
  transform: translateY(-2px);
  border-color: #00ffe0;
}

.calculadoraInversion .botonOpcion.seleccionado {
  background: #00ffe0;
  color: #111;
  border-color: #00ffe0;
}

/* =========================================
   INPUTS
========================================= */

.calculadoraInversion .calculadoraInversion__input {
  width: 100%;
  background-color: #081028;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid #374151;
  font-size: 1rem;
  margin-bottom: 20px;
  outline: none;
  color: #ffffff;
}

.calculadoraInversion .calculadoraInversion__input:focus {
  border-color: #00ffe0;
}

/* =========================================
   BOTÓN PRINCIPAL
========================================= */

.calculadoraInversion .calculadoraInversion__boton {
  margin-top: 40px;
  padding: 16px 24px;
  border: none;
  border-radius: 10px;
  background: #FFB52B;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 80%;
  height: 60px;
  transition: opacity 0.2s ease;
  margin: 40px auto 0;
  display: block;
}

.calculadoraInversion .calculadoraInversion__boton:hover {
  opacity: 0.9;
}

/* =========================================
   RESULTADO
========================================= */

.calculadoraInversion__resultado {
  display: none;
  margin-top: 40px;
  padding: 32px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================
   CONSENTIMIENTO
========================================= */

.calculadoraInversion .textoConsentimiento {

  font-size: 16px;
  color: grey;
  margin-top: 20px;
}

/* =========================================
   MENSAJE
========================================= */

.calculadoraInversion .mensajeConfirmacion {
  margin-top: 20px;
  font-size: 15px;
  color: #00ffe0;
}

/* =========================================
   UTILIDADES
========================================= */

.hidden {
  display: none !important;
}

/* =========================================
   ANIMACIONES
========================================= */

@keyframes aparecer {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {

  .calculadoraInversion {
    padding: 40px 20px;
    height: auto;
  }

  .calculadoraInversion .calculadoraInversion__pregunta {
    font-size: 1.8rem;
  }

  .calculadoraInversion .botonOpcion {
    padding: 16px;
  }

  .calculadoraInversion .calculadoraInversion__boton {
    width: 100%;
  }
  
  /* =========================================
   HEADER
========================================= */

.calculadoraInversion__header {
  margin-bottom: 30px;
}

.calculadoraInversion__headerSuperior {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.calculadoraInversion__titulo {
  font-size: 8px;
  font-weight: 600;
  margin: 0;
  opacity: 0.95;
  color: #00ffe0;
}

.calculadoraInversion__contadorPaso {
  font-size: 8px;
  margin: 0;
  opacity: 0.7;
}

/* =========================================
   PROGRESO
========================================= */

.calculadoraInversion__progreso {
  width: 100%;
  height: 8px;
  background: #1f2937;
  border-radius: 999px;
  overflow: hidden;
}

.calculadoraInversion__barraProgreso {
  height: 100%;
  width: 0%;
  background: #00ffe0;
  transition: width 0.35s ease;
}

/* =========================================
   PASOS
========================================= */

.calculadoraInversion__paso {
  display: none;
  animation: aparecer 0.35s ease;
  font-size: 10px;
}

.calculadoraInversion__paso.activo {
  display: block;
}

/* =========================================
   NAVEGACIÓN
========================================= */

.calculadoraInversion__navegacion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* BOTONES NAVEGACIÓN (más específicos) */
.calculadoraInversion .calculadoraInversion__botonAtras,
.calculadoraInversion .calculadoraInversion__botonReiniciar {
  background: transparent;
  border: none;
  color: #9ca3af;
  font-size: 10px;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 30px;
    
}
  
}/* End custom CSS */
/* Start custom CSS */.elementor-element-75d40f5 {
    display: none !important;
}

.page-id-14119 .elementor-element-e0579b3 {
    display: none !important;
}/* End custom CSS */