@font-face {
  font-family: 'Gotham Light';
  src: url('/fonts/GothamLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Black';
  src: url('/fonts/Gotham-Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('/fonts/GothamBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


html, body {
  height: auto !important;
  min-height: 100%;
  -overflow-x: hidden!important ;
  overflow-y: auto!important ;

    background-color: #111111;
    color: white;
    font-family:  'Montserrat', sans-serif!important ;
      font-size: 1rem;

}
body {
    margin-top: 120px; /* suma del alto del contador + menú */
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #DC6E2D;
  box-shadow: 0 0 0 2px rgba(220, 110, 45, 0.5);
}

.hero {
  /*background: url('/images/banner-evento.jpg') no-repeat center;
  background-size: cover;*/
  padding: 30px 0;
  text-align: center;
}
.hero h1 {
  font-size: 2rem;
  color: white;
}
.select-wrapper1 {
  background-color: #111111;
  padding: 30px;
  border-radius: 15px;
  width: 80%;
  max-width: 100%;
  margin: auto;
}
.select-wrapper {
  background-color: #111111;
  padding: 30px;
  border-radius: 15px;
  width: 80%;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.custom-select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select {
  width: 100%;
  padding: 12px 40px 12px 20px;
  background-color: #111111;
  color: white;
  border: 2px solid white;
  border-radius: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none!important;
  font-family:  'Montserrat', sans-serif;
}
.custom-select-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}
select option {
  color: white;
}
.custom-field {
  width: 100%;
  padding: 12px 40px 12px 20px!important;
  background-color: rgb(28, 28, 28)/* #111111*/;
  color: white;
  border: 2px solid #D2247C/*white*/;
  border-radius: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  font-family:  'Montserrat', sans-serif;
  box-sizing: border-box;
}
.custom-select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* Dropdown */
.select2-dropdown {
  background-color: #111111 !important;
  color: white !important;
  border: 2px solid white !important;
  border-radius: 20px !important;
  font-family:  'Montserrat', sans-serif !important;
}
.custom-select-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}


/*********/
/* Campo seleccionado (visible antes de desplegar) */
.select2-container--default .select2-selection--single {
  background-color: /*#111111*/rgb(28, 28, 28) !important;
  color: white !important;
  border: 2px solid /*white*/#D2247C !important;
  border-radius: 40px !important;
  height: auto !important;
  padding: 16px 40px 16px 20px !important;
  font-family:  'Montserrat', sans-serif !important;
  box-sizing: border-box;
}

/* Texto dentro del campo */
.select2-selection__rendered {
  color: white !important;
  line-height: 1.4rem !important;
    background-color: /*#111111*/rgb(28, 28, 28) !important;
}

/* Ocultar flecha de Select2 */
.select2-selection__arrow {
  display: none !important;
}

/* Buscador interno del dropdown */
.select2-search__field {
  background-color: /*#111111*/rgb(28, 28, 28) !important;
  color: white !important;
  border: 2px solid /*white*/#D2247C !important;
    border-radius: 20px!important;
}

/* Opciones dentro del dropdown */
.select2-results__option {
  padding: 10px 15px !important;
  font-size: 1rem;
  color: white;
      border-radius: 20px!important;
  background-color:/*#111111*/rgb(28, 28, 28) !important;
}
/* Hover o resaltado */
.select2-results__option--highlighted {
  background-color: #ffffff !important;
  color: black !important;
  border-radius: 12px!important;
}

/* Scrollbar personalizada (opcional) */
.select2-results::-webkit-scrollbar {
  width: 8px;
}

.select2-results::-webkit-scrollbar-thumb {
  background-color: #ffffff !important;
  color: black !important;
  border-radius: 20px!important;
}
/* Cambiar el color del botón de limpiar (X) */
.select2-selection__clear {
  color: white !important;
  font-weight: bold;
  font-size: 1.2rem; /* opcional: puedes ajustar el tamaño */
}
/* Al pasar el mouse encima */
.select2-selection__clear:hover {
  color: #ffffff !important; /* o el color que prefieras en hover */
  cursor: pointer;
}
.select2-search__field::placeholder {
  color: #ccc;
  font-style: italic;
}
input[type="date"]::-webkit-calendar-picker-indicator {
       /* filter invierte el color del icono original (negro -> blanco) */
       filter: invert(1);
       cursor: pointer;
   }
/********/
.btn-group-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px; /* Espacio entre botones */
  margin-top: 20px; /* Separación superior */
    margin-bottom: 40px;
}

.btn-prev-wrapper {
  margin-top: 5%;
  background: #ffffff !important;
  border-radius: 30px;
  padding: 2px;
  display: inline-block;
}

.btn-prev {
  background: #111111;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1.1rem;
  color: white;
  width: 100%;
  height: 100%;
  background-clip: padding-box;
  font-family:  'Montserrat', sans-serif;
}
/********/
.btn-next-wrapper {
  margin-top: 5%;
  background: #D2247C;/*linear-gradient(120deg, #ffEE3B, #DC6E2D, #D2247C);*/
  border-radius: 30px;
  padding: 2px;
  display: inline-block;
}

.btn-next {
  background: #D2247C;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1.1rem;
  color: white;
  width: 100%;
  height: 100%;
  background-clip: padding-box;
  font-family:  'Montserrat', sans-serif;
}
h4 {
  font-size: 1.2rem;

}

.cycla-footer {
  text-align: center;
  margin-top: 30px;
    margin-bottom: 30px;
}

.img-desktop {
  display: block;
  width: 100%;
}

.img-mobile {
  display: none;
  width: 100%;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px 20px;
  text-align: center;
}

.step-left,
.step-right {
  flex: 1; /* Cada uno toma 1 parte del espacio disponible */
}

.step-center {
  flex: 2; /* Este tomará el doble de ancho que los otros */
  display: flex;
  justify-content: center;
}

.step-center img {
  max-width: 100%;
  height: auto;
}


/*Calendario */
/* Títulos del mes y año */
.flatpickr-current-month,
.flatpickr-current-month .cur-month,
.flatpickr-current-month input.cur-year {
  color: white !important;
    font-size: 18px; /* Puedes ajustar según tu diseño */

}

/* Días de la semana */
.flatpickr-weekday {
  color: white !important;
  font-weight: 400;
   font-size: 14px;
}

/* Opcional: quitar opacidad a los días del mes actual */
.flatpickr-day {
  color: white!important;  font-weight: 400!important;
   font-size: 14px;
}

.flatpickr-calendar {
  background: #111111!important;
  color: white!important;
  border: 2px solid #fff;
  border-radius: 15px;
}

.flatpickr-day.today {
  border-color: #DC6E2D!important;
}

.flatpickr-day.selected {
  background-color: #DC6E2D!important;
  color: white;
}
/* Al hacer hover sobre un día */
.flatpickr-day:hover {
  background: white !important;
  color: black !important;
  border-radius: 50%;
}
/* Flechas de navegación (izquierda y derecha) */
.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month{
  color: white !important;
  fill: white !important;
}

/* Asegura que el ícono de las flechas SVG también se herede correctamente */
.flatpickr-prev-arrow::before,
.flatpickr-next-arrow::before {
  color: white !important;
}
/* Estilo del dropdown de mes */
.flatpickr-monthDropdown-months {
  background-color: #111111 !important;
  color: white !important;
  border: 1px solid #666;
  font-size: 14px;

}


/* Opciones del dropdown (meses) */
.flatpickr-monthDropdown-months option {
  background-color: #111111!important;
  color: white;
    font-size: 14px;
}

/* Año en la parte superior */
.flatpickr-current-month input.cur-year {
  background-color: #111111 !important;
  color: white !important;
  border: none;
  border-bottom: 1px solid #fff;
}

/* Scrollbar del dropdown */
.flatpickr-monthDropdown-months::-webkit-scrollbar {
  width: 6px;
}
.flatpickr-monthDropdown-months::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.flatpickr-monthDropdown-months::-webkit-scrollbar-track {
  background: #111;
}

/*Fin de Calendario*/
.participant-adicionales {
  background-color: #111111;
/*  border: 2px solid white;*/
  border-radius: 10px;
  color: white;
  padding: 20px;
  width: 100%;
  align-content: center;
}


.participant-info {
  margin-top: 20px;
  background-color: #111111;
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  padding: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow-x: auto;
}
.participant-infowhite {
  margin-top: 20px;
  background-color: #ffffff;
  border: 2px solid white;
  border-radius: 10px;
  color: black;
  padding: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow-x: auto;
}
/* Asegura que los textos largos como emails o teléfonos no rompan el diseño */
.participant-info a {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

/* Para evitar que se monten visualmente los bordes */
.participant-info p,
.participant-info div {
  max-width: 100%;
}

.participant-info .list-group-item {
  background-color: transparent;   /* Quita fondo gris de Bootstrap */
  border: none;                    /* Quita borde por defecto */
  color: white;                    /* Texto blanco */
  padding-left: 0;
  padding-right: 0;
}

.payment-summary {
  background: transparent;
  padding: 20px;
  border: none;
  color: white;
  max-width: 600px;
  margin: auto;
}

.price-total {
  font-size: 2rem;
  font-weight: bold;
  color: #FFA726;
}

.price-final {

  color: #FFA726; /* Naranja llamativo */
  font-size: 2.8rem;
  font-weight: 900;
  font-family:  'Montserrat', sans-serif;
}
.payment-options{
    margin-top: 50px;
  }

.payment-options .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
    margin-bottom: 10px;
}
.payment-options .form-check-label a {
    color: #D2247C; /* Un color que resalte, puedes ajustarlo */
}

.promo-section {
  max-width: 400px;
  margin: auto;
}

.promo-input {
  border-radius: 30px;
  padding: 10px 20px;
  border: 2px solid white;
  background-color: #111;
  color: white;
}
.promo-input::placeholder {
  color: white;
  font-style: italic;
}

#promo-message {
    font-size: 0.95rem;
    margin-top: 10px;
    font-weight: 500;
}


.btn-promo {
  background: linear-gradient(120deg, #ffEE3B, #DC6E2D, #D2247C);
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: bold;
  color: black;
}

/* Personalización del checkbox */
.form-check-input {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px; /* puedes ajustar el borde aquí */
  width: 18px;
  height: 18px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

.form-check-input:checked {
  background-color: black;
  border-color: white;
}


.TituloP {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  color: white;
  font-family:  'Montserrat', sans-serif;
  font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"]{
  color: white !important; /* cambia esto por el color que desees */
  background-color:  transparent !important; /* si quieres también personalizar el fondo */
}
input.custom-field {
  background-color: /*#111*/rgb(28, 28, 28) !important; /* Fondo negro */
  color: white !important;           /* Texto blanco */
  border: 2px solid /*white*/ #D2247C !important;
  border-radius: 30px !important;
  /*padding: 12px 20px !important;*/

}

/**/

#event-info {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap; /* Permite ajustar en dispositivos más pequeños */
  gap: 15px;

}

.info-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.info-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.info-icon img {
  width: 51px;
  height: 51px;
}

.pill {
  background: transparent;
  padding: 5px 18px;
  border-radius: 30px;
  font-weight: bold;
    font-family:  'Montserrat', sans-serif!important;
  color: black;
  font-size: 18px;
}

.subtext {
  margin-top: 4px;
  color: white;
  font-size: 14px;
}

/**/

.gracias-pago {
  padding: 60px 20px;
  background-color: #111111;
  color: white;
  font-family:  'Montserrat', sans-serif;
  max-width: 800px;
  margin: 0 auto;
}

.titulo-gracias {
  font-size: 4rem;
  margin-bottom: 10px;
  font-family:  'Montserrat', sans-serif;
}

.gradient-text {
  background: linear-gradient(120deg, #D2247C, #DC6E2D, #ffEE3B)!;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.subtitulo-pago {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 300;
}

.descripcion-pago {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.datos-pago {
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  font-size: 1rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.datos-pago p {
  margin: 10px 0;
}

.thank-you-box {
  text-align: center;
  padding: 40px 20px;
}

.gradient-title {
  font-size: 64px;
  font-weight: bold;
  background: linear-gradient(120deg, #D2247C, #DC6E2D, #ffEE3B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family:  'Montserrat', sans-serif;
}
.doscincoST{
  font-size: 2.5rem;
}

/* Estilos para la tarjeta de alerta amarilla sobre fondo oscuro */
.action-card.yellow {
    border: 2px solid #ffc107!important;      /* Borde amarillo brillante */
    background-color: transparent;    /* Fondo transparente */
    padding: 1.5rem;                  /* Espacio interior para que el texto no pegue al borde */
    border-radius: 8px;               /* Esquinas redondeadas (opcional) */
    margin-bottom: 1.5rem;            /* Espacio debajo de la tarjeta (opcional) */
}

/* Estilo para el título en amarillo */
.action-card.yellow .text-warning {
    color: #ffc107; /* Título en amarillo brillante */
}

/* Estilo para el párrafo, asegurando que sea legible */
.action-card.yellow p {
    color: #ffffff; /* Texto del párrafo en blanco */
}

.gradient-titleST {

  font-weight: bold;
  background: linear-gradient(120deg, #D2247C, #DC6E2D, #ffEE3B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family:  'Montserrat', sans-serif;
}
.sub-title {
  color: white;
  font-size: 28px;
  margin-bottom: 20px;
  font-family:  'Montserrat', sans-serif;
}

.info-text {
  color: white;
  font-size: 18px;
  font-family:  'Montserrat', sans-serif;
  margin-bottom: 30px;
}

.payment-info-box {
  background-color: #111111;
  color: white;
  border: 2px solid white;
  border-radius: 30px;
  padding: 30px;
  display: inline-block;
  text-align: left;
  font-family:  'Montserrat', sans-serif;
  margin-bottom: 30px;
}


.adicional-item {
    color: white;
    margin-bottom: 20px;
    text-align: left;
}

.adicional-cantidad {
    margin-top: 10px;
    margin-left: 1.8rem;
}

.adicional-cantidad label {
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.adicional-cantidad .input-group {
    display: flex;
    max-width: 200px;
    align-items: center;
}

.adicional-cantidad input[type="number"] {
    width: 60px;
    text-align: center;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 3px;
}

.btn-minus,
.btn-plus {
    background-color: transparent;
    border: 1px solid #ccc;
    color: white;
    padding: 2px 10px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-minus:hover,
.btn-plus:hover {
    background-color: #ffffff22;
}


/* Estilos del popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/*.popup-content {
    position: relative;
    background: #000;
    border-radius: 25px;
    padding: 20px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgb(255 255 255 / 6%);
    text-align: center;
    overflow: auto;
}*/
.popup-content {
    position: relative;
    background: #000;
    border-radius: 25px;
    padding: 20px;
    max-width: 90%;
    max-height: 100%;
      box-shadow: 0 0 20px rgb(255 255 255 / 6%);
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup-content img {
    max-width: 100%;
    border-radius: 10px;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}


/*  Reordenar en dispositivos móviles */
@media (max-width: 767px) {
  .doscincoST{
    font-size: 2rem;
  }
  /* --- ESTILOS PARA CORREGIR CHECKBOX EN MÓVIL --- */

  /* 1. Contenedor principal de los checkboxes */
  .payment-options {
      display: flex;
      flex-direction: column; /* Apila los checkboxes verticalmente */
      gap: 20px; /* Aumenta el espacio entre el checkbox de términos y el de recibir email */
      margin-top: 25px;
      margin-bottom: 25px;
  }

  /* 2. Estilo para cada línea de checkbox (.form-check) */
  .payment-options .form-check {
      display: flex; /* ¡La clave! Convierte el contenedor en una caja flexible */
      align-items: flex-start; /* Alinea el checkbox arriba, junto al inicio del texto */
      text-align: left; /* Asegura que el texto de la etiqueta esté alineado a la izquierda */
  }

  /* 3. Estilo para el input (el cuadrado del checkbox) */
  .payment-options .form-check-input {
      flex-shrink: 0; /* Evita que el checkbox se encoja */
      margin-right: 10px; /* Crea espacio entre el checkbox y el texto */

      /* Pequeño ajuste para que se vea centrado con la primera línea de texto */
      margin-top: 0.2em;

      /* Si tu checkbox es muy pequeño, puedes ajustar su tamaño */
      width: 1.2em;
      height: 1.2em;
  }

  /* 4. Estilo para la etiqueta (el texto) */
  .payment-options .form-check-label {
      flex: 1; /* Permite que la etiqueta ocupe todo el espacio restante */
      line-height: 1.5; /* Mejora la legibilidad del texto si se va a varias líneas */
  }

  /* Opcional: Estilo para el enlace dentro de la etiqueta */
  .payment-options .form-check-label a {
      color: #D2247C; /* Un color que resalte, puedes ajustarlo */
      text-decoration: underline;
  }

  .adicional-icon img {
      width: 40px!important;
      height: 40px!important;
    }
   .participant-adicionales{
     padding: 0px !important;
   }
   .adicional-flex {
    flex-wrap: initial!important;
  }
  .custom-field {
    width: 100%;
    padding: 10px 40px 5px 20px!important;
    background-color: /*#111111*/rgb(28, 28, 28);
    color: white;
    border: 2px solid /*white*/#D2247C!important;
    border-radius: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    font-family:  'Montserrat', sans-serif;
    box-sizing: border-box;
        font-size: 16px;
  }
  .custom-select {
    width: 100%;
    padding: 12px 40px 0px 20px;
    background-color: /*#111111*/rgb(28, 28, 28);
    color: white;
    border: 2px solid /*white*/#D2247C!important;
    border-radius: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none!important;
    font-family:  'Montserrat', sans-serif;
        font-size: 16px;
  }

  .price-final {

    color: #FFA726; /* Naranja llamativo */
    font-size: 2rem;
    font-weight: 900;
    font-family:  'Montserrat', sans-serif;
  }
  /*Fin de Calendario*/
  .participant-adicionales {
    background-color: #111111;
    /*border: 2px solid white;*/
    border-radius: 10px;
    color: white;
    padding: 20px;
    width: 100%;
    align-content: center;
  }



  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
  }
  .steps {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
  }

  .step-right {
    flex: 1 1 30%; /* Ocupan 2 columnas en la fila */
    order: 1;
    text-align: left;
  }
  .step-left {
    flex: 1 1 80%; /* Ocupan 2 columnas en la fila */
    order: 1;
    text-align: left;
  }
    .step-left span{
      font-size: 1rem;
    }
  .step-right {
    text-align: right;
  }

  .step-center {
    flex: 1 1 100%; /* Ocupa una fila completa */
    order: 2;
    justify-content: center;
    margin-top: 10px;
  }
  .select-wrapper1 {
    background-color: #111111;
    padding: 30px;
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    margin: auto;

  }
  .select-wrapper {
    background-color: #111111;
    padding: 30px;
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }


}


/* Mostrar solo en pantallas menores a 768px */
/*@media (max-width: 767px) {
  .img-desktop {
    display: none;
  }

  .img-mobile {
    display: block;
  }
  .step-left, .step-right {
    width: 100%;
    text-align: center;
  }

  .step-center {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}*/

/* === AJUSTES PERSONALIZADOS PARA iOS Y SAFARI === */

/* Ajuste general para campos de texto y selects */
.custom-field,
input.custom-field,
select.custom-select {
  padding: 14px 20px !important;
  line-height: 1.4 !important;
  font-size: 16px !important;
  vertical-align: middle;
  font-family:  'Montserrat', sans-serif !important;
  box-sizing: border-box;
}

/* Flatpickr: Año editable y visible correctamente en iOS */
.flatpickr-current-month input.cur-year {
  background-color: transparent !important;
  color: white !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  -webkit-appearance: none !important;
  height: auto !important;
  line-height: 1.4 !important;
  font-size: 16px !important;
}
/* --- Contenedor Principal de los Pasos --- */
   .progress-steps {
       width: 100%;
       max-width: 500px; /* Ancho máximo para pantallas grandes */
       padding: 0 15px; /* Espacio en los costados para móviles */
   }

   /* --- Lista Ordenada que contiene los pasos --- */
   .progress-steps ol {
       display: flex; /* Pone los elementos en línea */
       justify-content: space-between; /* Distribuye el espacio entre ellos */
       align-items: center; /* Alinea verticalmente */
       list-style: none; /* Quita los números por defecto de la lista */
       padding: 0;
       margin: 0;
   }

   /* --- Cada Paso Individual (<li>) --- */
   .progress-steps li {
       color: #9e9e9e; /* Color del texto para pasos inactivos */
       font-weight: bold;
       font-size: 16px;
       position: relative; /* Necesario para la línea inferior y el separador */
       padding-bottom: 10px; /* Espacio para que la línea no pegue con el texto */
       cursor: default; /* Cambia el cursor para que no parezca un link */
       white-space: nowrap; /* Evita que el texto se parta en dos líneas */
   }

   /* --- Separador ">" entre los pasos --- */
   .progress-steps li:not(:last-child)::after {
       content: '>';
       color: #555; /* Color del separador */
       margin-left: 20px;
   }

   /* --- Estilo para el Paso Activo --- */
   .progress-steps li.active {
       color: #D2247C; /* Color rosado/rojo para el texto activo */
   }

   /* --- Línea inferior para el Paso Activo --- */
   .progress-steps li.active::before {
       content: ''; /* Pseudo-elemento para crear la línea */
       position: absolute;
       bottom: 0;
       left: 0;
       width: 100%;
       height: 3px;
       background-color: #D2247C; /* Mismo color que el texto activo */
   }

   /* --- AJUSTES PARA MÓVILES (Responsive) --- */
   @media (max-width: 480px) {
     .doscincoST{
       font-size: 2rem;
     }
       .progress-steps li {
           font-size: 12px; /* Letra más pequeña en pantallas chicas */
           padding-bottom: 8px;
       }
       .progress-steps li:not(:last-child)::after {
           margin-left: 10px; /* Reduce el espacio del separador */
       }
   }
