body {
    background-image:
        url('../images/nino.png'),
        linear-gradient(
      90deg,
      #172947 0%,
      #2d456f 20%,
      #36507d 50%,
      #2d456f 80%,
      #172947 100%
        );

    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: contain, cover;
}

#main {
  padding-top: 76px;
}

#main .zona-banner {
  padding-top: 0;
}

.fondo_botonera {
  background: #2b527f00;
  background-size: cover !important;
}

.resena--disco {
  padding: 2rem;
  color: #f4f4f4;
}

.recojo_resena {
  padding: 8px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
}

.recojo_resena h2 {
  margin: 0 0 34px;
  color: #82d5f7;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.recojo_resena ol {
  margin: 0;
  padding-left: 34px;
}

.recojo_resena li {
  padding-left: 4px;
  margin-bottom: 36px;
}

.recojo_resena li:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #info .box--resena .cover--disco {
    order: 2;
  }

  #info .box--resena .resena--disco {
    order: 1;
  }
}

@media (max-width: 767px) {
  .recojo_resena {
    padding: 0;
    font-size: 16px;
  }

  .recojo_resena h2 {
    margin-bottom: 24px;
    font-size: 25px;
  }

  .recojo_resena ol {
    padding-left: 24px;
  }

  .recojo_resena li {
    padding-left: 2px;
    margin-bottom: 24px;
  }
}

.fondolegal {
  background-image:
    url('../images/mundo.png'),
    linear-gradient(
      135deg,
      #4b1020 0%,
      #86152a 38%,
      #d3091d 72%,
      #ff1b20 100%
    );

  background-color: #86152a;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover, cover;
}


.seccion--disco {
  background:
radial-gradient(
  circle at center,
  rgba(154, 87, 129, 0.35) 0%,
  rgba(154, 87, 129, 0) 45%
),
linear-gradient(
  180deg,
  #1d2246 0%,
  #262851 35%,
  #4e2a49 70%,
  #9b322f 100%
);
  background-position: center 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.titu_gigante {
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  display: inline-block;
  color: #ffffff;
  padding: 25px 50px;
  border-radius: 100px;
  line-height: 1;
}

.separador {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
}

#recojo_kits {
  overflow: hidden;
}

#recojo_kits .row {
  min-height: 560px;
}

#recojo_kits .recojo_imagen {
  display: flex;
  justify-content: center;
  align-items: center;
}

#recojo_kits .recojo_imagen img {
  width: min(100%, 600px);
  max-height: 560px;
  object-fit: contain;
}

#recojo_kits .recojo_info {
  padding: 35px 45px;
  border: 3px solid #ffffff;
  border-radius: 38px;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  line-height: 1.3;
}

#recojo_kits .recojo_info h2 {
  margin-bottom: 26px;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  color: #ffffff;
}

#recojo_kits .recojo_fecha {
  display: inline-block;
  margin: 8px 0 4px;
  padding: 8px 18px;
  border-radius: 12px;
  background: #029ee3;
  font-size: 27px;
  font-weight: 700;
}

#recojo_kits .recojo_info small {
  display: block;
  margin-bottom: 24px;
  font-style: italic;
}

#recojo_kits .recojo_info h3 {
  margin: 12px 0 4px;
  font-size: 27px;
}

#recojo_kits .recojo_horario {
  margin-top: 22px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #df5268;
  font-size: 23px;
}

@media (min-width: 768px) {
  #recojo_kits .recojo_imagen {
    position: relative;
    z-index: 2;
    transform: translateX(35px);
  }

  #recojo_kits .recojo_info {
    position: relative;
    z-index: 1;
    margin-left: -70px;
    padding-left: 75px;
  }
}

@media (max-width: 767px) {
  #recojo_kits .row {
    min-height: 0;
  }

  #recojo_kits .recojo_imagen {
    padding-bottom: 20px;
    transform: none;
  }

  #recojo_kits .recojo_imagen img {
    max-height: 390px;
  }

  #recojo_kits .recojo_info {
    position: relative;
    z-index: 1;
    margin: 0 16px 15px;
    padding: 25px 18px;
    font-size: 17px;
    border-radius: 28px;
  }

  #recojo_kits .recojo_info h2 {
    font-size: 38px;
  }

  #recojo_kits .recojo_fecha {
    font-size: 20px;
  }

  #recojo_kits .recojo_info h3 {
    font-size: 22px;
  }

  #recojo_kits .recojo_horario {
    font-size: 18px;
  }
}

#mascota_carrera {
  overflow: hidden;
}

#mascota_carrera .row {
  min-height: 560px;
}

#mascota_carrera .mascota_info {
  text-align: center;
  color: #ffffff;
}

#mascota_carrera .mascota_info h2 {
  margin-bottom: 28px;
  color: #82d5f7;
  font-family: 'Oswald', sans-serif;
  font-size: 58px;
  font-weight: 700;
}

#mascota_carrera .mascota_info p {
  margin-bottom: 34px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}

#mascota_carrera .btn-mascota,
#mascota_carrera .tcr-btn-comprar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 255px;
  padding: 16px 42px;
  border: 3px solid #ffffff;
  border-radius: 14px;
  background: #ffffff;
  color: #ed1c24;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

#mascota_carrera .btn-mascota:hover,
#mascota_carrera .btn-mascota:focus,
#mascota_carrera .tcr-btn-comprar:hover,
#mascota_carrera .tcr-btn-comprar:focus {
  background: #ed1c24;
  color: #ffffff;
  text-decoration: none;
}

#mascota_carrera .mascota_imagen {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mascota_carrera .mascota_imagen img {
  width: min(100%, 560px);
  max-height: 560px;
  object-fit: contain;
}

@media (min-width: 992px) {
  #mascota_carrera .mascota_info {
    transform: translateX(60px);
  }

  #mascota_carrera .mascota_imagen {
    transform: translateX(-60px);
  }

  #mascota_carrera .mascota_imagen img {
    width: min(100%, 640px);
    max-height: 700px;
  }
}

@media (max-width: 767px) {
  #mascota_carrera .row {
    min-height: 0;
  }

  #mascota_carrera .mascota_info {
    order: 1;
    padding: 20px 16px 35px;
  }

  #mascota_carrera .mascota_info h2 {
    font-size: 39px;
  }

  #mascota_carrera .mascota_info p {
    font-size: 18px;
  }

  #mascota_carrera .btn-mascota,
  #mascota_carrera .tcr-btn-comprar {
    min-width: 205px;
    font-size: 22px;
  }

  #mascota_carrera .mascota_imagen {
    order: 2;
  }
}


    .kit_tx {
      border-right: 4px solid #fff;
      box-shadow: 0px 0px 20px 0px #ffffff45, inset 0px 0px 30px 0px #ffffff45;
    }

    .kit_tx::before,
    .kit_tx::after {
      height: 4px;
      box-shadow: 0px 0px 20px 0px #ffffff45;
    }

    .resaltado {
      background: #1c325dba !important;
    }


/* kit */

.kit_tx{
    position: relative;

    text-align: left;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    margin-left: -180px;

    padding-left: 75px;

    border-right: 3px solid #fff;

    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;

    box-shadow:
      0 0 15px #ffffff30,
      inset 0 0 20px #ffffff20;
}

.kit_tx p,
.kit_tx ul,
.kit_tx li{
    text-align: left !important;
}

.kit_tx ul{
    padding-left: 25px;
    margin-left: 0;
}

.kit_tx li{
    margin-bottom: 8px;
}

.kit_tx::after{
    content: "";
    height: 3px;
    position: absolute;
    right: 10px;
    width: 140%;
    background: #fff;
    bottom: 0;
}

.kit_tx::before{
    content: "";
    height: 3px;
    position: absolute;
    right: 10px;
    width: 140%;
    background: #fff;
    top: 0;
}

.kit_cont_polo{
position: relative;
z-index: 2;
transform: translateY(-75px);
}



.horarioscarrera{
background-color: #de5a6c;
    padding: 15px 35px;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.c_celeste{
  color: #84ccf1;
}


.info_res {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.info_res h1{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.info_res h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.info_res p {
  font-size: 24px;
  font-weight: 300;
}


.franja_diseno{
  width: 100%;
}




.zona_precios {
  border: 5px solid #fcfcfd;
  border-radius: 0 100px 0 100px;
  text-align: center;
  margin: 0 8px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 12px;
  min-height: 340px;
}
.zona_precios p {
  font-size: 16px;
  margin: 8px 0 18px;
}

.zona_precios h3, .zona_precios h4 {
    font-family: 'Oswald', sans-serif;
  color: #fff !important;
}

/* Asegurar que los textos dentro de la tarjeta de precios sean blancos */
.zona_precios p {
  color: #fff !important;
}

.zona_precios .bloque,
.zona_precios .bloque.p_blanco,
.zona_precios .bloque span {
  color: #fff !important;
}

.resaltado {
  background: #ffffff !important;
}

.zona_precios.resaltado h3,
.zona_precios.resaltado .bloque,
.zona_precios.resaltado .bloque span {
  color: #029ee3 !important;
}

.zona_precios.resaltado p {
  color: #4a4a4a !important;
}

.separador_nuevo_2 {
    padding-top: 150px !important;
}

.info_res h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.c_celeste {
    color: #029ee3;
}

.info_res h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.info_res p {
    font-size: 24px;
    font-weight: 300;
}
:root {
  /*CONTADOR */
  --contador-textos: #a7b5c1;
  --contador-fondo: #a7b5c156;
  --contador-numero: #a7b5c1;
  /* MAPA */
  --mapa-tamanio: 80%;
  /* TARIFARIO */
  --tarifa-color: #f4f4f4;
  --tarifa-sector: #f4f4f4;
  --tarifa-precio: #f4f4f4;
  --tarifa-franja: #bc90a5;
  --tarifa-vigencia: #f4f4f4;
  /* COLOR SECTORES */
  --sector1: #8adef7;
  --sector2: #0078a4;
  --sector3: #db440b;
  --sector4: #02b0f1;
  --sector5: #00c7c6;
  --sector6: #f9b402;
  --sector7: #ff8a0e;
  --sector8: #ffc198;
  --sector9: #91aeff;
  --sector10: #3d9925;



  /* TARJETA */
  --tarjeta-borde: 2px solid #b58aa2;
  --tarjeta-texto: #fff4fa;
  /* BOTONERA */
  --botonera-como-comprar: #fff;
  /* SCROLL */
  --scroll-color: #b58aa2;
  --scroll-altura: 500px;
  /* LOGO CIERRE */
  --logo-tamanio: 50%;
  /*LEGALES */
  --tlk-legales-icon-color: #fff4fa;
  --legales-texto: #f4f4f4;
  --legales-borde: 2px solid #fff4fa94;
}

/* CONTADOR */

.titulo {
  margin-bottom: -29px;
  margin-top: 30px;
  color: var(--contador-textos);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
}

.countdown li span {
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
  background: var(--contador-fondo);
  color: var(--contador-numero);
  padding: 15px 20px;
  border-radius: 10px;
  min-width: 80px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.countdown li p {
  margin-top: 10px;
  font-size: 16px;
  color: var(--contador-textos);
  font-weight: 600;
  text-transform: uppercase;
}

/* mapa */

.bajada {
  margin-bottom: 4%;
  width: var(--mapa-tamanio);
}

/* tarifario */

.t_sup {
  color: var(--tarifa-color);
  /* font-family: 'Barlow', sans-serif; */
  font-weight: 900;
  font-size: 18px;
}
.t_1 {
  color: var(--tarifa-sector);
}
.c_blanco {
  color: var(--tarifa-precio);
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  font-size: 28px;
  border-radius: 10px;
}
.c_blanco span {
  font-size: 14px;
  vertical-align: text-top;
}

.table-card .table thead th {
  border-bottom: none;
  color: var(--tarifa-vigencia);
}

.franja_1 {
  border: 2px solid var(--tarifa-franja);
}

/* sectores */

.c_1 {
  background: var(--sector1);
}

.c_2 {
  background: var(--sector2);
}

.c_3 {
  background: var(--sector3);
}

.c_4 {
  background: var(--sector4);
}

.c_5 {
  background: var(--sector5);
}

.c_6 {
  background: var(--sector6);
}

.c_7 {
  background: var(--sector7);
}

.c_8 {
  background: var(--sector8);
}

.c_9 {
  background: var(--sector9);
}

.c_10 {
  background: var(--sector10);
}

.c_11 {
  background: var(--sector11);
}

.c_12 {
  background: var(--sector12);
}

.c_13 {
  background: var(--sector13);
}

.c_14 {
  background: var(--sector14);
}
.c_15 {
  background: var(--sector15);
}
.c_16 {
  background: var(--sector16);
}
.c_17 {
  background: var(--sector17);
}
.c_18 {
  background: var(--sector18);
}
.c_19 {
  background: var(--sector19);
}
.c_20 {
  background: var(--sector20);
}

.c_21 {
  background: var(--sector21);
}

.c_22 {
  background: var(--sector22);
}
.c_23 {
  background: var(--sector23);
}
.c_24 {
  background: var(--sector24);
}
.c_25 {
  background: var(--sector25);
}

/* TARJETA */
.prox {
  border: var(--tarjeta-borde);
  border-radius: 10px;
  padding: 24px 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
  display: block;
  font-weight: 900;
  color: var(--tarjeta-texto);
  word-break: normal;
  overflow-wrap: break-word;
  /* hyphens: auto; */
  font-size: 14px;
  line-height: 1.5;
}

/* BOTONERA - COMO COMPRAR */

.c_comprar {
  color: var(--botonera-como-comprar);
  text-decoration: none;
}

.c_comprar:hover {
  opacity: 50%;
  color: var(--botonera-como-comprar);
  text-decoration: none;
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    .seccion--disco {
      background-attachment: scroll !important;
      background-position: center center;
    }
  }
}

/* SCROLL */

#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--scroll-color);
}

.scrollbar {
  float: left;
  max-height: var(--scroll-altura);
  width: 100%;
  overflow-y: auto;
  padding-right: 10px;
}



/* LEGALES */

.logo_final {
  width: var(--logo-tamanio);
}

.content-description span {
  color: var(--legales-texto);
}

.contenedor_legales {
  border: var(--legales-borde) !important;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 10px; 
}


.produce {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  font-size: 0.9rem;
  opacity: 0.5;
  color: var(--legales-texto);
  transition: opacity 0.3s ease;
}




.btntlk-card .btn-primary,
.table-tickets .btn-primary {
  background: #ff1a37;
  color: #fff;
  font-family: "Barlow", sans-serif;
}

.theme_light .btn-primary:hover,
.theme_light .btn-primary:focus,
.theme_light .btn-primary:active,
.theme_dark .btn-primary:hover,
.theme_dark .btn-primary:focus,
.theme_dark .btn-primary:active {
  background: #4a009d;
}


@media only screen and (max-width: 576px) {
    .bloque {
        letter-spacing: 1px;
        font-size: 19px;
    }
}

@media only screen and (max-width: 980px) {
    .t_sup {
        font-family: "Lexend", sans-serif;
        font-weight: 900;
        font-size: 14px;
    }
}

/* Organizar las tarjetas en tres columnas y centrar la segunda fila */
@media (min-width: 1100px) {
  .price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    justify-content: center;
    align-items: stretch;
    padding: 0 5%;
    box-sizing: border-box;
  }

  /* Tres tarjetas por fila, dejando margen lateral y espacio entre ellas */
  .price-row > .col-12.col-md-6.col-lg-4.col_center,
  .price-row > .col-12.col-md-6.col-lg-3.col_center {
    flex: 0 0 calc((100% - 16px) / 3) !important;
    max-width: calc((100% - 16px) / 3) !important;
  }

  /* Ajustes visuales de las tarjetas dentro de la fila */
  .price-row .zona_precios {
    margin: 0;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .price-row > :nth-child(4) {
    transform: translateX(100px);
  }

  .price-row > :nth-child(5) {
    transform: translateX(-100px);
  }
}

/* Fallback: en pantallas medianas, permitir 3 por fila */
@media (min-width: 768px) and (max-width: 1099px) {
  .price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
  }
  .price-row > .col-12.col-md-6.col-lg-4.col_center {
    flex: 0 0 32% !important;
    max-width: 32% !important;
  }
}

/* Ajuste de espaciado entre tarjetas del tarifario */
@media (min-width: 992px) {
  /* Reducir el gutter horizontal entre columnas dentro de la sección de precios */
  #price-section .row > .col-12.col-md-6.col-lg-3.col_center {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 18px;
  }

  /* Reducir el margen interno de la tarjeta y asegurar alineación */
  #price-section .zona_precios {
    margin: 0 6px 14px;
    min-height: 320px;
  }
}

@media (min-width: 1200px) {
  /* Espacio ligeramente mayor en pantallas muy anchas */
  #price-section .row > .col-12.col-md-6.col-lg-3.col_center {
    padding-left: 10px;
    padding-right: 10px;
  }
  #price-section .zona_precios {
    margin: 0 10px 14px;
  }
}

/* Ajustes de tipografía para compactar visualmente las tarjetas */
.price-row .zona_precios h3 {
  font-size: 34px !important;
  line-height: 1.02;
  margin: 6px 0 12px;
}

.price-row .zona_precios h4 {
  font-size: 28px !important;
  line-height: 1.02;
  margin: 6px 0 12px;
}

.price-row .zona_precios .bloque {
  font-size: 45px;
  font-weight: bold;
  margin-top: 8px;
}

/* Márgenes laterales específicos para la sección de tarifario */
#price-section .container {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  #price-section .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .get-tickets-container {
    position: fixed !important;
    z-index: 10000 !important;
    bottom: 0;
  }

  #main {
    padding-bottom: 64px;
  }

  #price-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Unificar el panel del kit con el estilo de recojo de kits */
#kit_carrera .kit_tx {
  border: 3px solid #ffffff;
  border-left: 0;
  border-radius: 0 38px 38px 0;
  box-shadow: 0 0 15px #ffffff30, inset 0 0 20px #ffffff20;
  padding: 35px 45px 110px 105px;
}

#kit_carrera .kit_tx::before,
#kit_carrera .kit_tx::after {
  box-shadow: none;
}

#kit_carrera .kit_tx::before {
  left: -55px;
  right: auto;
  width: calc(100% + 55px);
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  height: calc(100% + 3px);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #kit_carrera .kit_tx {
    border-left: 0;
    border-radius: 0 28px 28px 0;
    padding: 25px 20px 95px;
  }

  #kit_carrera .kit_tx::before {
    display: none;
  }
}

#kit_carrera .kit_tx::before {
  display: none;
}

#kit_carrera .kit_tx::after {
  display: none;
}

@media (min-width: 768px) {
  #kit_carrera .kit_tx {
    transform: translateX(-40px);
    padding-left: 180px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  #kit_carrera .kit_tx {
    margin-left: -70px;
    padding: 30px 28px 80px 95px;
    font-size: 18px;
  }

  #kit_carrera .kit_cont_polo {
    transform: translateY(-35px);
  }

  #kit_carrera .kit_polo {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #kit_carrera {
    overflow: hidden;
  }

  #kit_carrera .kit_cont_polo {
    height: auto;
    transform: none;
    justify-content: center;
  }

  #kit_carrera .kit_polo {
    width: 100%;
    max-width: 520px;
    max-height: none;
  }

  #kit_carrera .kit_tx {
    width: auto;
    margin: 15px 16px 30px;
    padding: 25px 20px 95px;
    font-size: 16px;
    line-height: 1.3;
    transform: none;
    border-left: 0;
    border-radius: 0 28px 28px 0;
  }
}
