/*
 * combo-hogar-redisenio.css  –  v2 (ajuste visual Figma)
 * Prefijo: combohogar-v2-
 * Fuentes: PulsoLight / PulsoRegular (local, via fonts.css → base.css)
 *          Roboto  (local + Google Fonts, via fonts.css → base.css)
 * Paleta : #FFFFFF #00B7EB #121212 #181C18 #E5E7EB #9CA3AF #F3F4F6 #21DBAA #3E00E7
 */

/* ═══════════════════════════════════════════════════════
   RAÍZ: background unificado (#f3f3f3 del wrapper ≈ #F3F4F6)
   Se aplica a los contenedores raíz para no mostrar bg-light-two
   en eventuales gaps de margen.
═══════════════════════════════════════════════════════ */
#combohogar-v2-root,
#combohogar-v2-beneficios {
  background: #F3F4F6;
}

/* ═══════════════════════════════════════════════════════
   SECCIÓN PRINCIPAL (speed selector + cards)
   El padding-top lo aporta el div.pdt80 del wrapper.
═══════════════════════════════════════════════════════ */
.combohogar-v2-section {
  padding: 0 0 64px;
  background: #F3F4F6;
}

.combohogar-v2-container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* ═══════════════════════════════════════════════════════
   TÍTULO PRINCIPAL
═══════════════════════════════════════════════════════ */
.combohogar-v2-title {
  font-family: 'PulsoLight';
  font-size: 32px;
  color: #121212;
  text-align: center;
  margin: 0 0 32px;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: normal;
}

.combohogar-v2-title span{
  font-weight: 800;
}

/* ═══════════════════════════════════════════════════════
   SELECTOR DE VELOCIDAD
   .combohogar-v2-speed-tabs = contenedor píldora blanco
═══════════════════════════════════════════════════════ */
.combohogar-v2-speed-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  background: #FFFFFF;
  border-radius: 80px;
  padding: 6px;
  gap: 8px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
}

.combohogar-v2-speed-btn {
  min-width: 109px;
  padding: 12px 16px;
  border-radius: 80px;
  border: none;
  background: transparent;
  color: #121212;
  font-family: 'Roboto', 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  /* cursor: pointer; */
  /* -webkit-transition: background 0.18s, color 0.18s;
          transition: background 0.18s, color 0.18s; */
  outline: none;
  text-align: center;
  /* white-space: nowrap; */
}

.combohogar-v2-speed-btn:hover {
  background: rgba(0, 183, 235, 0.08);
}

.combohogar-v2-speed-btn.active {
  background: #00B7EB;
  color: #FFFFFF;
}

/* ═══════════════════════════════════════════════════════
   GRID DE CARDS (3 en fila, desktop)
═══════════════════════════════════════════════════════ */
.combohogar-v2-cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* ═══════════════════════════════════════════════════════
   CARD
═══════════════════════════════════════════════════════ */
.combohogar-v2-card {
  background: #FFFFFF;
  border: 1.5px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 389px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ═══════════════════════════════════════════════════════
   ENCABEZADO DE CARD  (Flow + botones deco)
═══════════════════════════════════════════════════════ */
.combohogar-v2-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  gap: 8px;
  border-bottom: 1.5px solid #E5E7EB;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.combohogar-v2-card-brand {
  font-family: 'PulsoRegular';
  font-size: 22px;
  font-weight: normal;
  color: #121212;
  line-height: 1.2;
}

/* ═══════════════════════════════════════════════════════
   BOTONES SIN / CON DECO  (píldoras individuales)
═══════════════════════════════════════════════════════ */
.combohogar-v2-deco-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin-left: auto;
  border: none;
  overflow: visible;
  background: none;
}

.combohogar-v2-deco-btn {
  min-width: 96px;
  width: auto;
  padding: 16px 12px;
  border-radius: 80px;
  border: 1.5px solid #f3f3f3;
  background: #FFFFFF;
  color: #121212;
  font-family: 'Roboto', 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background 0.15s, color 0.15s, border-color 0.15s;
          transition: background 0.15s, color 0.15s, border-color 0.15s;
  outline: none;
  text-align: center;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.combohogar-v2-deco-btn.hover {
  background: #9CA3AF;
  /* color: #FFFFFF; */
  /* border-color: #00B7EB; */
}

.combohogar-v2-deco-btn.active {
  background: #00B7EB;
  color: #FFFFFF;
  border-color: #00B7EB;
}

/* ═══════════════════════════════════════════════════════
   BADGE ESTÁTICO SIN / CON DECO  (tarjetas separadas)
   Usado en combo Flow 2P donde cada tarjeta es fija,
   a diferencia del toggle que usa .combohogar-v2-deco-btn
═══════════════════════════════════════════════════════ */
.combohogar-v2-deco-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  border-radius: 80px;
  font-family: 'Roboto', 'Nunito Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.combohogar-v2-deco-badge.sin-deco {
    border: 1.5px solid #f3f3f3;
    background: #F9FAFB;
    color: #121212;
    padding: 10px 16px;
    font-size: 15px
}

.combohogar-v2-deco-badge.con-deco {
  background: #00B7EB;
  color: #FFFFFF;
  border: 1.5px solid #00B7EB;
  padding: 10px 16px;
  font-size: 15px
}

/* ═══════════════════════════════════════════════════════
   FILAS  Internet / Megaplan
═══════════════════════════════════════════════════════ */
.combohogar-v2-card-rows {
  padding: 0;
}

.combohogar-v2-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  min-height: 56px;
  border-bottom: 1.5px solid #E5E7EB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.combohogar-v2-row-label {
  font-family: 'PulsoRegular';
  font-size: 22px;
  font-weight: normal;
  color: #121212;
  line-height: 1.2;
}

.combohogar-v2-row-value {
  font-family: 'PulsoLight';
  font-size: 22px;
  font-weight: 300;
  color: #121212;
  line-height: 1.2;

}

/* ═══════════════════════════════════════════════════════
   BLOQUE DE PRECIO  (negro, ancho total de la card)
═══════════════════════════════════════════════════════ */
.combohogar-v2-price-block {
  background: #121212;
  color: #FFFFFF;
  padding: 20px 10px;
  margin: 0;
  border-radius: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.combohogar-v2-price-tagline {
  font-family: 'Roboto', 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  color: #9CA3AF;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5;
  max-width: 242px;
  text-align: center;
}

.combohogar-v2-price-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin: 0;
}

.combohogar-v2-price-currency {
  font-family: 'PulsoLight', 'Nunito Sans', sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1;
}

.combohogar-v2-price-amount {
  font-family: 'PulsoRegular', 'Nunito Sans', sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1;
}

.combohogar-v2-price-period {
  font-family: 'Roboto', 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #9CA3AF;
  text-transform: uppercase;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════
   FEATURES DE CARD
═══════════════════════════════════════════════════════ */
.combohogar-v2-features {
  list-style: none;
  margin: 0;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.combohogar-v2-features li {
  font-family: 'Roboto', 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 1.4;
  padding: 0;
}

/* ═══════════════════════════════════════════════════════
   ÍCONO GENÉRICO  (Phosphor Icons, usado en features y beneficios)
═══════════════════════════════════════════════════════ */
.combohogar-v2-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #121212;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.combohogar-v2-icon i {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
}

.combohogar-v2-icon svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.combohogar-v2-benefit-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* ═══════════════════════════════════════════════════════
   BOTÓN CTA
═══════════════════════════════════════════════════════ */
.combohogar-v2-cta-wrap {
  padding: 8px 24px 24px;
}

.combohogar-v2-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  background: #00B7EB;
  color: #FFFFFF;
  border-radius: 8px;
  font-family: 'Roboto', 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.18s;
          transition: background 0.18s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  cursor: pointer;
}

.combohogar-v2-cta-btn:hover,
.combohogar-v2-cta-btn:focus,
.combohogar-v2-cta-btn:active {
  background: #009ecf;
  color: #FFFFFF;
  text-decoration: none;
}

/* ═══════════════════════════════════════════════════════
   SECCIÓN  "TODOS LOS COMBOS INCLUYEN"
═══════════════════════════════════════════════════════ */
.combohogar-v2-beneficios-section {
  padding: 64px 0 80px;
  background: #F3F4F6;
}

.combohogar-v2-beneficios-title {
  font-family: 'PulsoLight';
  font-size: 32px;
  font-weight: normal;
  color: #181C18;
  text-align: center;
  margin: 0 0 32px;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: normal;
}
.combohogar-v2-beneficios-title span{
  font-weight: 800;
}

.combohogar-v2-beneficios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.combohogar-v2-beneficio-card {
  background: #FFFFFF;
  border: 1.5px solid #E5E7EB;
  border-radius: 16px;
  padding: 24px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.combohogar-v2-beneficio-titulo {
  font-family: 'PulsoLight', 'Nunito Sans', sans-serif;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.2;
}

.combohogar-v2-beneficio-titulo i {
  font-size: 22px;
  width: 28px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.combohogar-v2-beneficio-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.combohogar-v2-beneficio-items li {
  font-family: 'Roboto', 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
  border-bottom: 1px solid #F3F4F6;
}

.combohogar-v2-beneficio-items li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Los íconos de beneficios toman el color del card vía custom property */
.combohogar-v2-beneficio-card .combohogar-v2-icon {
  color: var(--ch-v2-check-color, #00B7EB);
}

/* Paramount+ — imagen dentro de .combohogar-v2-icon (24×24px) */
.combohogar-v2-paramount-img {
  height: 20px;
  width: auto;
  max-width: 24px;
  display: block;
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE  –  tablet 900px
═══════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .combohogar-v2-cards-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .combohogar-v2-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: calc(50% - 10px);
    min-width: 280px;
  }
  .combohogar-v2-beneficios-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .combohogar-v2-row-label,
  .combohogar-v2-row-value {
    font-size: 20px;
  }
  .combohogar-v2-card-brand {
    font-size: 22px;
    font-family: 'PulsoRegular';
    font-weight: 800;
  }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE  –  mobile 640px
═══════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .combohogar-v2-section {
    padding-bottom: 48px;
  }
  .combohogar-v2-container {
    padding: 0 16px;
  }
  .combohogar-v2-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  /* Speed tabs */
  .combohogar-v2-speed-tabs {
    /* padding: 4px; */
    gap: 6px;
  }
  .combohogar-v2-speed-btn {
    min-width: 90px;
    /* padding: 10px 12px; */
    font-size: 14px;
  }

  /* Cards */
  .combohogar-v2-cards-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .combohogar-v2-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
  }

  /* Card interior */
  .combohogar-v2-card-top {
    padding: 14px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .combohogar-v2-card-brand {
    font-size: 20px;
  }
  .combohogar-v2-deco-btn {
    min-width: 86px;
    padding: 12px 10px;
    font-size: 13px;
  }
  .combohogar-v2-card-row {
    padding: 0 16px;
    min-height: 48px;
  }
  .combohogar-v2-row-label,
  .combohogar-v2-row-value {
    font-size: 17px;
  }
  .combohogar-v2-price-block {
    padding: 16px 20px;
  }
  .combohogar-v2-price-currency {
    font-size: 22px;
  }
  .combohogar-v2-price-amount {
    font-size: 30px;
  }
  .combohogar-v2-features {
    padding: 20px 16px;
    gap: 14px;
  }
  .combohogar-v2-features li {
    font-size: 15px;
  }
  .combohogar-v2-cta-wrap {
    padding: 8px 16px 20px;
  }

  /* Beneficios */
  .combohogar-v2-beneficios-section {
    padding: 48px 0 60px;
  }
  .combohogar-v2-beneficios-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .combohogar-v2-beneficios-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .combohogar-v2-beneficio-card {
    padding: 20px 16px;
  }
  .combohogar-v2-beneficio-titulo {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .combohogar-v2-beneficio-titulo i {
    font-size: 18px;
  }
  .combohogar-v2-beneficio-items li {
    font-size: 14px;
    padding: 8px 0;
  }
}








    
    .custom-ux-container {
      background: #ffffff;
      border-radius: 24px;
      padding: 30px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
      border: 1px solid rgba(0, 0, 0, 0.03);
      margin-bottom: 50px;
    }

    /* Badge Superior */
    .ux-badge {
      display: inline-block;
      background-color: #ecf3ff;
      color: #00B0EB;
      padding: 6px 16px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 15px;
    }

    /* Títulos e Interlineado */
    .ux-title {
      /* font-weight: 800; */
      color: #121212;
      font-family: 'PulsoRegular';
      margin-top: 0;
      margin-bottom: 10px;
      letter-spacing: -0.025em;
      text-align: center;

          /* font-family: 'PulsoLight';
    font-size: 32px;
    color: #121212;
    text-align: center;
    margin: 0 0 32px;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: normal; */
    }
    
    .text-gradient {
      background: linear-gradient(135deg, #00B7EB 0%, #199AE0 100%);
      /* background: #5d4ffd; */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 600;
      letter-spacing: .3px;
    }

    .ux-lead {
      color: #6c757d;
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 30px;
      max-width: 90%;
      text-align: center;
    }

    /* Tarjetas de Estado (Simulación de Grid UX) */
    .status-feature-box {
      background: #fdfdfd;
      border: 1px solid #eef2f6;
      border-radius: 18px;
      padding:  17px 17px 12px 17px;
      /* margin-bottom: 10px; */
      min-height: 100px; /* Alineación visual */
      transition: all 0.2s ease;
      margin-bottom: 10px;
    }
    
    .status-feature-box:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.02);
    }

    .border-primary-glow { border-left: 4px solid #5d4ffd; }
    .border-warning-glow { border-left: 4px solid #5d4ffd; }

    /* Contenedor de Iconos */
    .icon-shape {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      display: block;
      text-align: center;
      line-height: 42px;
      font-size: 25px;
      margin-bottom: 15px;
    }
    
    .bg-primary-soft { background-color: #ecfbff; color: #00B7EB; }
    .bg-warning-soft { background-color: #ecfbff; color: #00B7EB; }
    .bg-white-soft { background-color: #ffffff; color: #00B7EB; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }

    .feature-title {
      font-weight: 600;
      color: #121212;
      font-family: 'PulsoRegular';
      text-transform: initial;
      letter-spacing: .5px;
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 8px;
      text-align: left;
    }

    /* Caja de Alerta / Warning Amigable */
    .action-banner-ux {
      /* background: linear-gradient(135deg, #fffcf4 0%, #fff9e6 100%);
      border: 1px solid #faecc5; */
      background: #fdfdfd;
      border: 1px solid #eef2f6;      
      border-radius: 16px;
      padding: 10px;
      margin-top: 10px;
      /* margin-bottom: 30px; */
    }

    /* Alineación de filas internas sin flexbox */
    .ux-media-left {
      float: left;
      margin-right: 15px;
    }
    
    .ux-media-body {
      overflow: hidden;
    }

    .action-title {
      /* font-weight: 700; */
      font-family: 'PulsoRegular';
      color: #121212;
      text-transform: initial;
      letter-spacing: .5px;      
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 16px;
      float: right;
    }

    /* Lista de acciones */
    .ux-list-item {
      /* margin-bottom: 10px; */
      font-size: 11px;
      color: #5f6162;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 30px;
      text-align: center;
    } 
    
    .ux-list-item span{
      /* margin-bottom: 10px; */
      font-weight: 800;
    }
    
    .ux-list-item i {
      margin-right: 8px;
      font-size: 12px;
    }

    /* Footer del Componente */
    .ux-footer {
      border-top: 1px solid #eef2f6;
      padding-top: 25px;
      margin-top: 20px;
    }

    /* Simulación de alineación vertical y distribución del footer */
    .footer-status {
      display: inline-block;
      margin-top: 10px;
      font-weight: 600;
      font-size: 13px;
      color: #333537;
      margin-bottom: 20px;
      margin-left: 30px;
    }

    /* Animación de Pulso */
    .pulse-indicator {
      display: inline-block;
      width: 12px;
      height: 12px;
      background-color: #198754;
      border-radius: 50%;
      margin-right: 6px;
      vertical-align: middle;
      animation: pulse 1.6s infinite;
    }
    
    @keyframes pulse {
      0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.7); }
      70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(25, 135, 84, 0); }
      100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(25, 135, 84, 0); }
    }

    /* Botón Custom Premium */
    .btn-primary-ux {
      background: linear-gradient(135deg, #00B7EB 0%, #199AE0 100%);
      color: #ffffff !important;
      font-weight: 600;
      font-size: 12px;
      padding: 10px 24px;
      border-radius: 50px;
      border: none;
      transition: all 0.2s ease;
      letter-spacing: normal;
    }
    
    .btn-primary-ux:hover {
      background: linear-gradient(135deg, #199AE0 0%, #00B7EB 100%);
    }



    .fondo-degradado {
  /* Combinación de degradado radial (destello) y lineal (base) */
  background: 
    radial-gradient(circle at 50% 25%, rgba(0, 221, 255, 0.25) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(135deg, #2b61d4 0%, #1c4bb0 35%, #5925a3 85%, #6a2ca8 100%);
  
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
}