.elementor-166 .elementor-element.elementor-element-f64b31d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ddea9b6 *//* ========================================================= */
/* SECCIÓN COSTOS — CSS AISLADO (prefijo cst-)               */
/* Clases únicas: no las toca ningún estilo del tema.        */
/* ========================================================= */

.cst-section {
  position: relative;
  overflow: hidden;
  padding: 100px 56px 120px;
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  color: #e9e9f2;
  background:
    radial-gradient(circle at 12% 40%, rgba(123,91,214,.40), transparent 32%),
    radial-gradient(circle at 88% 30%, rgba(60,80,200,.35), transparent 35%),
    radial-gradient(circle at 45% 105%, rgba(120,70,190,.30), transparent 40%),
    linear-gradient(135deg, #1a1e3a 0%, #252D4F 100%);
}

.cst-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- Orbes de luz de fondo ---- */
.cst-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .55;
  z-index: 0;
  pointer-events: none;
}
.cst-orb--1 { width: 360px; height: 360px; top: 40px; left: -60px; background: radial-gradient(circle, #8a4fd0, transparent 70%); }
.cst-orb--2 { width: 420px; height: 420px; bottom: -120px; right: -120px; background: radial-gradient(circle, #3a55d9, transparent 70%); }

/* ---- Título ---- */
.cst-title {
  font-weight: 800;
  font-size: 56px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  text-align: center;
  background: linear-gradient(90deg, #e6789e 0%, #b06cc4 45%, #6b6be0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* ---- Grid de tarjetas ---- */
.cst-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* ========================================================= */
/* TARJETA GLASS — HOVER SIN SCALE (no brinca)               */
/* ========================================================= */
.cst-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 36px 32px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  /* sombra exterior + BORDE INTERNO (inset) que no afecta el tamaño */
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.10);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.cst-card:hover {
  transform: translateY(-6px);
  border-color: rgba(230, 120, 158, 0.4);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.35),
    0 0 20px rgba(176,108,196,0.15),
    inset 0 0 0 1px rgba(230, 120, 158, 0.35);
}

.cst-category {
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 22px;
}

/* ---- Lista de niveles ---- */
.cst-tiers { display: flex; flex-direction: column; gap: 6px; }

.cst-tier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  padding: 12px 12px 12px 20px;
  border-radius: 10px;
  outline: 1px solid transparent;   /* outline-color de cada nivel lo pinta */
  outline-offset: -1px;
  transition: background 0.3s ease;
}
.cst-tier:first-child { margin-top: 0; }
.cst-tier:hover { background: rgba(255, 255, 255, 0.04); }

.cst-tier-info { display: flex; flex-direction: column; gap: 2px; }
.cst-tier-name { font-weight: 600; font-size: 15px; }
.cst-tier-date { font-size: 12px; color: #c7c9dd; }

.cst-tier-action { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.cst-tier-price { font-weight: 700; font-size: 20px; white-space: nowrap; }
.cst-tier-price span { font-size: 12px; font-weight: 500; opacity: .8; }

/* ---- Botón inscribirme ---- */
.cst-btn {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.22);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  text-decoration: none;
  padding: 7px 18px;
  border-radius: 999px;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.cst-btn:hover {
  background: linear-gradient(90deg, #e6789e, #b06cc4);
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(230,120,158,0.4);
  transform: translateY(-2px);
}

/* ========================================================= */
/* COLORES POR NIVEL DE TARIFA (outline blanco + barra color)*/
/* ========================================================= */
/* 1º Super Early Bird → AZUL */
.cst-tier:nth-child(1) {
  outline-color: #ffffff1f;
  box-shadow: inset 4px 0 0 0 #3b82f6;
}
.cst-tier:nth-child(1) .cst-tier-name,
.cst-tier:nth-child(1) .cst-tier-price { color: #60a5fa; }
/* 2º Early Bird → CELESTE */
.cst-tier:nth-child(2) {
  outline-color: #ffffff1f;
  box-shadow: inset 4px 0 0 0 #38bdf8;
}
.cst-tier:nth-child(2) .cst-tier-name,
.cst-tier:nth-child(2) .cst-tier-price { color: #7dd3fc; }
/* 3º Regular → MORADO */
.cst-tier:nth-child(3) {
  outline-color: #ffffff1f;
  box-shadow: inset 4px 0 0 0 #a855f7;
}
.cst-tier:nth-child(3) .cst-tier-name,
.cst-tier:nth-child(3) .cst-tier-price { color: #c084fc; }
/* 4º Last Chance / Onsite → ROJO */
.cst-tier:nth-child(4) {
  outline-color: #ffffff1f;
  box-shadow: inset 4px 0 0 0 #ef4444;
}
.cst-tier:nth-child(4) .cst-tier-name,
.cst-tier:nth-child(4) .cst-tier-price { color: #f87171; }

/* ========================================================= */
/* PIE "CONGRESO PRINCIPAL"                                   */
/* ========================================================= */
.cst-footer {
  display: block;
  text-align: center;
  margin-top: 50px;
  padding: 24px 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: #e9e9f2;
  line-height: 1.5;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.cst-footer strong {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.cst-footer-fecha {
  display: block;
  font-size: 16px;
  color: #c7c9dd;
  font-weight: 500;
}

/* ========================================================= */
/* ANIMACIONES DE ENTRADA — SOLO fade + translate (sin scale)*/
/* Se ejecutan UNA vez; nunca reinician (script hace unobserve)*/
/* ========================================================= */
@keyframes cstFadeUp   { from{opacity:0; transform:translateY(30px);} to{opacity:1; transform:translateY(0);} }
@keyframes cstFadeRight{ from{opacity:0; transform:translateX(-40px);} to{opacity:1; transform:translateX(0);} }

.cst-reveal { opacity: 0; }
.cst-reveal.cst-in { animation: cstFadeUp .8s cubic-bezier(.2,.7,.2,1) forwards; }
.cst-reveal.cst-in.cst-from-left { animation-name: cstFadeRight; }

.cst-d1{animation-delay:.05s;} .cst-d2{animation-delay:.2s;} .cst-d3{animation-delay:.35s;}
.cst-d4{animation-delay:.5s;}  .cst-d5{animation-delay:.65s;} .cst-d6{animation-delay:.8s;}

@media (prefers-reduced-motion: reduce) {
  .cst-reveal { opacity: 1 !important; animation: none !important; }
}

/* ========================================================= */
/* RESPONSIVE                                                */
/* ========================================================= */
@media (max-width: 1024px) {
  .cst-section { padding: 70px 32px 80px; }
  .cst-title { font-size: 46px; }
  .cst-category { font-size: 24px; }
}

@media (max-width: 767px) {
  .cst-section { padding: 50px 18px 60px; }
  .cst-title { font-size: 34px; letter-spacing: 1px; margin-bottom: 30px; }
  .cst-grid { grid-template-columns: 1fr; gap: 22px; }
  .cst-card { padding: 26px 20px; border-radius: 20px; }
  .cst-category { font-size: 22px; }

  /* Todas las filas iguales: nombre arriba, precio + botón abajo a la izquierda */
  .cst-tier {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .cst-tier-info { width: 100%; }
  .cst-tier-action {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    gap: 12px;
  }

  .cst-footer { padding: 20px 18px; }
  .cst-footer strong { font-size: 16px; }
  .cst-footer-fecha { font-size: 14px; }
  .cst-orb--1 { left: -30% !important; }
  .cst-orb--2 { right: -30% !important; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f64b31d *//* ========================================================= */
/* SECCIÓN COSTOS (HOVER INTERACTIVO & ULTRA CLEAN)           */
/* ========================================================= */

.costos-container {
  position: relative;
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  color: var(--text, #e9e9f2);
  padding: 100px 56px 120px;
  background:
    radial-gradient(circle at 10% 30%, rgba(123,91,214,.35), transparent 35%),
    radial-gradient(circle at 90% 70%, rgba(60,80,200,.35), transparent 35%),
    linear-gradient(135deg, #1a1e3a 0%, #252D4F 100%);
  overflow: hidden;
}

.costos-container .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.costos-title {
  font-weight: 800;
  font-size: 52px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 60px;
  background: linear-gradient(90deg, #e6789e 0%, #b06cc4 45%, #6b6be0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.costos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.costo-card {
  padding: 36px 32px;
}

.costo-category {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tiers-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Fila de Tarifa en Estado Reposo (Neutro y Elegante) */
.tier-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px 20px;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.tier-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tier-name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.3s ease;
}

.tier-date {
  font-size: 13px;
  color: #c7c9dd;
}

.tier-action {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tier-price {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  text-align: right;
  white-space: nowrap;
}

.tier-price span {
  font-size: 11px;
  font-weight: 500;
  color: #c7c9dd;
}

/* Botón en Estado Reposo (Limpio y sutil) */
.btn-registro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  transition: all 0.35s ease;
}

/* --- EFECTO HOVER: SE PRENDE LA FILA Y EL BOTÓN --- */
.tier-row:hover {
  background: rgba(37, 45, 79, 0.85);
  border-color: rgba(230, 120, 158, 0.5);
  transform: translateX(4px);
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(230, 120, 158, 0.15);
}

.tier-row:hover .tier-name {
  color: #e6789e; /* El título de la tarifa toma color */
}

.tier-row:hover .btn-registro {
  background: linear-gradient(90deg, #e6789e, #b06cc4);
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(230, 120, 158, 0.4);
  transform: scale(1.05);
}

/* ========================================================= */
/* RESPONSIVE COSTOS                                         */
/* ========================================================= */
/* ========================================================= */
/* RESPONSIVE COSTOS (MÓVILES OPTIMIZADO - PANTALLA LIMPIA)  */
/* ========================================================= */
@media (max-width: 1024px) {
  .costos-container { padding: 70px 24px 80px; }
  .costos-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 767px) {
  .costos-container { padding: 40px 14px 50px; }
  .costos-title { font-size: 32px; margin-bottom: 24px; }
  .costo-card { padding: 22px 14px; }
  .costo-category { font-size: 20px; margin-bottom: 16px; padding-bottom: 8px; }
  
  .tiers-list { gap: 10px; }
  
  /* Rediseño fluido para tarjetas móviles */
  .tier-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px 16px;
  }
  
  .tier-info {
    text-align: left;
  }
  
  .tier-name {
    font-size: 15px;
  }
  
  .tier-date {
    font-size: 12px;
    color: #c7c9dd;
  }
  
  /* Alineación limpia de Precio + Botón */
  .tier-action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 6px;
    border-top: none; /* Quitamos la línea punteada para evitar el corte visual */
  }

  .tier-price {
    font-size: 22px;
    text-align: left;
  }

  .btn-registro {
    padding: 8px 18px;
    font-size: 12px;
  }

  /* Hover suave en táctil */
  .tier-row:hover {
    transform: none; /* Desactivamos el desplazamiento horizontal en móvil */
  }
}/* End custom CSS */