body {
  background: #ab1215 !important;
  background-size: cover !important;
}

.fondo_botonera {
  background: #ffffff;
  background-size: cover !important;
  color: #ab1215;
}

.resena--disco {
  background-color: #003c9b4d;
  padding: 2rem;
  color: #ffffff;
}

.seccion--disco {
  background-image: url(../images/fondo-fixed.jpg);
  background-position: center 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

:root {
  /*CONTADOR */
  --contador-textos: #ffffff;
  --contador-fondo: #fff;
  --contador-numero: #ab1215;
  /* MAPA */
  --mapa-tamanio: 50%;
  /* TARIFARIO */
  --tarifa-color: #ffffff;
  --tarifa-sector: #fff;
  --tarifa-precio: #fff;
  --tarifa-franja: #dd1b23;
  --tarifa-vigencia: #fff;
  /* COLOR SECTORES */
  --sector1: #ffffff;
  /* TARJETA */
  --tarjeta-borde: 2px solid #dd1b23;
  --tarjeta-texto: #ffffff;
  /* BOTONERA */
  --botonera-como-comprar: #ab1215;
  /* SCROLL */
  --scroll-color: #eb8f53;
  --scroll-altura: 140px;
  /* LOGO CIERRE */
  --logo-tamanio: 30%;
  /*LEGALES */
  --tlk-legales-icon-color: #ffffff;
  --legales-texto: #fff;
  --legales-borde: 2px solid #dd1b23;
}

/* 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 */

.botoninfo2 {
    border: 2px solid #ffff;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
}

.botoninfo2 a {
  color: #fff;
  text-decoration: none;
}



.botoninfo2:hover {
    border: 2px solid #ffff;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    opacity: 0.5;
    color: #fff;
}

.botoninfo2 a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

/* 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);
}



/* 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);
}

@media only screen and (max-width: 576px) {
    .logo_final {
        width: 80%;
    }
}

.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;
}
