.elementor-2433 .elementor-element.elementor-element-0d3a039{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0;}.elementor-2433 .elementor-element.elementor-element-0d3a039:not(.elementor-motion-effects-element-type-background), .elementor-2433 .elementor-element.elementor-element-0d3a039 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0EC4;}.elementor-2433 .elementor-element.elementor-element-0d3a039::before, .elementor-2433 .elementor-element.elementor-element-0d3a039 > .elementor-background-video-container::before, .elementor-2433 .elementor-element.elementor-element-0d3a039 > .e-con-inner > .elementor-background-video-container::before, .elementor-2433 .elementor-element.elementor-element-0d3a039 > .elementor-background-slideshow::before, .elementor-2433 .elementor-element.elementor-element-0d3a039 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2433 .elementor-element.elementor-element-0d3a039 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}#elementor-popup-modal-2433 .dialog-widget-content{animation-duration:1s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2433{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2433 .dialog-message{width:1082px;height:auto;}#elementor-popup-modal-2433 .dialog-close-button{display:flex;top:10px;background-color:#02010100;font-size:15px;}body:not(.rtl) #elementor-popup-modal-2433 .dialog-close-button{right:10px;}body.rtl #elementor-popup-modal-2433 .dialog-close-button{left:10px;}#elementor-popup-modal-2433 .dialog-close-button i{color:#FAF8F4;}#elementor-popup-modal-2433 .dialog-close-button svg{fill:#FAF8F4;}#elementor-popup-modal-2433 .dialog-close-button:hover i{color:#F96805;}#elementor-popup-modal-2433 .dialog-close-button:hover{background-color:#02010100;}@media(min-width:768px){.elementor-2433 .elementor-element.elementor-element-0d3a039{--content-width:1600px;}}@media(max-width:1024px){#elementor-popup-modal-2433 .dialog-message{width:95vw;}}@media(max-width:767px){#elementor-popup-modal-2433 .dialog-message{width:100vw;}}/* Start custom CSS for html, class: .elementor-element-abded71 *//* Variables de Branding */
:root {
  --brand-purple: #8b5cf6;
  --brand-pink: #ec4899;
  --brand-indigo: #6366f1;
  --bg-card: #0A0A0E;
}

/*
ELIMINAR EL CONTENEDOR Y BORDES POR DEFECTO DE ELEMENTOR
=====================================================
*/
.elementor-popup-modal .dialog-widget-content,
.elementor-popup-modal .dialog-message {
  background: #0A0A0E !important;
  background-color: #0A0A0E !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Botón de cerrar (Cruz X) */
.elementor-popup-modal .dialog-close-button {
  color: rgba(255, 255, 255, 0.4) !important;
  top: 15px !important;
  right: 15px !important;
  transition: color 0.2s ease !important;
}

.elementor-popup-modal .dialog-close-button:hover {
  color: #ffffff !important;
}

/*
DISEÑO DE LA TARJETA DE PROMO (FONDO PLANO #0A0A0E)
===================================================
*/
.course-promo-card {
  background: #0A0A0E !important;
  background-color: #0A0A0E !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 40px 32px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  box-shadow: none !important;
  color: #f8fafc;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* 
BADGE SUPERIOR: PLAZAS LIMITADAS
===================================================
*/
.promo-badge-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 14px;
  border-radius: 100px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Punto pulsante verde brillante */
.pulsing-dot {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px #10b981;
}

.pulsing-dot::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  border: 2px solid #10b981;
  animation: ripple 1.6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.badge-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #e2e8f0;
  text-transform: uppercase;
}

/* Logo Superior */
.promo-logo-wrapper {
  text-align: center;
  margin-bottom: 18px;
}

.promo-logo {
  width: 75px;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

/* Encabezado */
.promo-title {
  font-size: 2rem;
  font-weight: 850;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: -0.025em;
  text-align: center;
}

/* Degradado solo para el texto */
.gradient-fluid-text {
  background: linear-gradient(
    120deg,
    #6366f1 0%,
    #a855f7 30%,
    #ec4899 50%,
    #a855f7 70%,
    #6366f1 100%
  );
  background-size: 250% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shimmerWave 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  display: inline-block;
}

.gradient-fluid-bg {
  background: linear-gradient(
    120deg,
    #6366f1 0%,
    #a855f7 30%,
    #ec4899 50%,
    #a855f7 70%,
    #6366f1 100%
  );
  background-size: 250% auto;
  animation: shimmerWave 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes shimmerWave {
  0% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}

/* Descripción */
.promo-description {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0 auto 24px auto;
  text-align: center;
  max-width: 580px;
}

.promo-description strong {
  color: #ffffff;
  font-weight: 700;
}

/* Barra de Progreso de Escasez */
.scarcity-progress-container {
  width: 100%;
  max-width: 480px;
  height: 6px;
  background: #1e1e24;
  border-radius: 10px;
  margin: 0 auto 8px auto;
  overflow: hidden;
}

.scarcity-progress-bar {
  height: 100%;
  width: 91%;
  background: linear-gradient(90deg, var(--brand-indigo), var(--brand-pink));
  border-radius: 10px;
  position: relative;
}

.scarcity-subtext {
  font-size: 0.88rem;
  color: #94a3b8;
  text-align: center;
  margin-bottom: 28px;
}

.scarcity-subtext strong {
  color: var(--brand-pink);
  font-weight: 800;
}

/* Botón CTA principal */
.promo-action {
  display: flex;
  justify-content: center;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 320px;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 18px 36px;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.promo-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.promo-btn:hover .btn-icon {
  transform: translateX(5px);
}

/* RESPONSIVE MÓVIL */
@media (max-width: 640px) {
  .course-promo-card {
    padding: 34px 20px;
    border-radius: 0;
  }

  .promo-logo {
    width: 60px;
  }

  .promo-title {
    font-size: 1.55rem;
  }

  .promo-description {
    font-size: 0.92rem;
    margin-bottom: 20px;
  }

  .promo-btn {
    width: 100%;
    min-width: unset;
    padding: 16px 20px;
    font-size: 1rem;
  }
}/* End custom CSS */