body {
  background: #080808 !important;
  background-size: cover !important;
}

.fondo_botonera {
  background: linear-gradient(120deg, #040405 0%, #2a2930 45%, #040405 100%);
  background-size: cover !important;
}

.resena--disco {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  color: #f9f4f4;
}

.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;
}

.fondolegal {
  background: linear-gradient(120deg, #040405 0%, #2a2930 45%, #040405 100%);
  background-size: cover !important;
}

:root {
  /*CONTADOR */
  --contador-textos: #a7b5c1;
  --contador-fondo: #a7b5c156;
  --contador-numero: #a7b5c1;
  /* MAPA */
  --mapa-tamanio: 60%;
  /* TARIFARIO */
  --tarifa-color: #afafb0;
  --tarifa-sector: #f4f4f4;
  --tarifa-precio: #f4f4f4;
  --tarifa-franja: #21313e;
  --tarifa-vigencia: #f4f4f4;
  /* COLOR SECTORES */
  --sector1: #8eb1f2;
  --sector2: #ff7fd5;
  --sector3: #fbb000;
  --sector4: #d44645;
  --sector5: #fcb4b4;
  --sector6: #b8df3f;
  --sector7: #f99532;
  --sector8: #b290e6;
  --sector9: #95d1f1;

  /* TARJETA */
  --tarjeta-borde: 2px solid #21313e;
  --tarjeta-texto: #f8fafb;
  /* BOTONERA */
  --botonera-como-comprar: #fff;
  /* SCROLL */
  --scroll-color: #afafb0;
  --scroll-altura: 160px;
  /* LOGO CIERRE */
  --logo-tamanio: 50%;
  /*LEGALES */
  --tlk-legales-icon-color: #afafb0;
  --legales-texto: #f8f7f6;
  --legales-borde: 2px solid #afafb0;
}

/* 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);
  max-width: 100%;
}

.info_bajada {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* tarifario */

#tarifario.container-fluid {
  max-width: 100%;
  width: 100%;
}

#tarifario .table-card,
#tarifario .table-card .card-body,
#tarifario .table-container,
#tarifario .table-responsive,
#tarifario .table-price {
  width: 100%;
  max-width: 100%;
}

#tarifario .table-card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.t_sup {
  color: var(--tarifa-color);
  /* font-family: 'Barlow', sans-serif; */
  font-weight: 900;
  font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.1;
    max-width: 100%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto 8px;
    border: 0px solid #fdfefd
}


.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;
    }
}




----tabs--

/*tabs*/



/* ESCALAMIENTO DE IMÃƒÆ’Ã‚ÂGENES EN LOS TABS */
.img-tabs,
.nav-link span img {
  transition: transform 0.3s ease;
}

.img-tabs:hover,
.nav-link span:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}

/* TARJETAS */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff0;
  background-clip: border-box;
  border: 1px solid #c4c0b0;
  border-radius: 0;
}

/* IMÃƒÆ’Ã‚ÂGENES EN TABS */
.img-tabs {
  max-width: 100%;
  height: auto;
  width: 129px;
}

/* NAV TABS */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #363947;
    background-color: #fff0;
    border-color: #363947 #363947 #21313e;
    height: 100%;
}

.nav-tabs {
  border-bottom: 1px solid #363947;
  font-family: 'Oswald', sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.nav-tabs .nav-link {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  border: 1px solid transparent;
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.9rem;
}

.nav-link {
  display: block;
  padding: 1.5rem 1.5rem 1rem;
}

.nav-link span {
  width: 140px;
  height: 64px;
  padding: 20px;
  font-weight: 400;
  display: block;
  margin: 0 auto 5px;
  text-align: center;
}

/* HOVER Y FOCUS EN TABS */
.nav-tabs .nav-link:hover {
color: #9fb7df00;
    background-color: #cdb8af21;
    border-color: #21313e #21313e #21313e;
    height: 100%;
}

.nav-tabs .nav-link:focus {
  background-color: #9fb7df00;
  border-color: #21313e #21313e #e4e8ec;
  height: 100%;
}

/* CONTENEDOR GENERAL TABS */
.todo_tabs {
background: #c70e3500;
    background-size: cover;
    padding: 2% 1rem 0;
    margin-bottom: 0;
    border-radius: 10px;
    border: 3px solid #c70e3500;
}

/* COLORES DE FONDO PERSONALIZADOS */
.b_1 { background: #fc002b !important; }
.b_2 { background: #5aa7dd !important; }
.b_3 { background: #0358a0 !important; }
.b_4 { background: #e2040e !important; }
.b_5 { background: #ec7d2a !important; }
.b_6 { background: #57ad30 !important; }
.b_7 { background: #b52a87 !important; }
.b_8 { background: #b52a87 !important; }

/* CÃƒÆ’Ã‚ÂRCULO DE ICONO */
.circulo1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  background: #FF05AA;
background: -webkit-linear-gradient(-145deg, rgba(255, 5, 170, 1) 0%, rgba(252, 0, 43, 1) 100%);
background: -moz-linear-gradient(-145deg, rgba(255, 5, 170, 1) 0%, rgba(252, 0, 43, 1) 100%);
background: linear-gradient(-145deg, rgba(255, 5, 170, 1) 0%, rgba(252, 0, 43, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF05AA", endColorstr="#FC002B", GradientType=0);
}

.circulo2 {
 width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  background: #21313e;
background: -webkit-linear-gradient(-145deg, rgba(28, 119, 214, 1) 0%, rgba(24, 35, 211, 1) 100%);
background: -moz-linear-gradient(-145deg, rgba(28, 119, 214, 1) 0%, rgba(24, 35, 211, 1) 100%);
background: linear-gradient(-145deg, rgba(28, 119, 214, 1) 0%, rgba(24, 35, 211, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1C77D6", endColorstr="#1823D3", GradientType=0);
}

.circulo3 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  background: #21313e;
background: -webkit-linear-gradient(-145deg, rgba(255, 21, 4, 1) 0%, rgba(252, 124, 0, 1) 100%);
background: -moz-linear-gradient(-145deg, rgba(255, 21, 4, 1) 0%, rgba(252, 124, 0, 1) 100%);
background: linear-gradient(-145deg, rgba(255, 21, 4, 1) 0%, rgba(252, 124, 0, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF1504", endColorstr="#FC7C00", GradientType=0);
}

.circulo4 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  background: #21313e;
}

.circulo5 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  background: #21313e;
}

.circulo6 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  background: #7804FF;
background: -webkit-linear-gradient(-145deg, rgba(120, 4, 255, 1) 0%, rgba(220, 0, 252, 1) 100%);
background: -moz-linear-gradient(-145deg, rgba(120, 4, 255, 1) 0%, rgba(220, 0, 252, 1) 100%);
background: linear-gradient(-145deg, rgba(120, 4, 255, 1) 0%, rgba(220, 0, 252, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7804FF", endColorstr="#DC00FC", GradientType=0);
}


/* ICONOS GRANDES */
.iconos {
  font-size: 4rem;
  display: block;
  margin: 0;
}

/* TEXTOS EN LISTA */
.marks-list .list-text {
  font-size: 15px;
}

/* TÃƒÆ’Ã‚ÂTULOS CENTRADOS */
.titulo {
  text-align: center;
}

/* TÃƒÆ’Ã‚ÂTULO CON FONDO Y COLOR */
.titulo_h {
  background: #e43485;
  padding: 5px 0;
  color: #363947;
  font-family: 'Oswald', sans-serif;
}

.titulo_h span {
  font-size: 17px;
  font-weight: 300;
}

/* PRECIOS */
.precios { background: #21313e; color: #3c2b00; }
.precios_2 { background: #21313e; color: #3c2b00; }
.precios_3 { background: #21313e; color: #3c2b00; }

/* ENCABEZADOS DE TARJETA */
.card-header {
      padding: 0;
    margin-bottom: 0;
    background-color: #21313e;
    border-bottom: 1px dashed #21313e
}

.card-header a {
  font-family: 'Poppins', sans-serif;
    color: #363947;
    display: block;
    padding: 0.75rem 1rem;
    vertical-align: baseline;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.card-header a:hover {
  color: #363947;
  text-decoration: none;
}

.card-header a:hover .circulo {
  background: #21313e;
}



.card-header a:active {
  color: #363947;
  text-decoration: none;
}

.card-header a:active .circulo {
  background: #21313e;
}

/* ICONOS RESPONSIVOS */
.iconos_resp {
  font-size: 27px;
  margin-right: 5px;
}

/* MEDIA QUERIES */
@media (min-width: 1200px) {
  .table-card .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 1200px) {
  .nav-link span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 8px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .table-card .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 1024px) {
  .nav-link span {
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 8px;
    text-align: center;
    background: #363947;
  }
}

@media (min-width: 920px) {
  .nav-tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 1rem;
  }

  .nav-tabs .nav-item {
    flex: 0 0 auto;
    max-width: none;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
    padding: 3% 1% 0;
  }
}

@media (max-width: 919px) {
  .nav-tabs {
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .nav-tabs .nav-item {
    flex: 1 1 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }

  .nav-tabs .nav-link {
    padding: 0.75rem 0.5rem;
  }

  .img-tabs {
    width: 100%;
    max-width: 110px;
    height: auto;
  }

  .card .card-header {
    display: none;
  }

  .tab-content > .tab-pane {
    display: none;
  }

  .tab-content > .tab-pane.active {
    display: block;
  }

  .table th,
  .table td {
    padding: 0.1875rem;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
  }

  .titulo_h {
    margin-top: 20px;
    font-family: 'Rye', sans-serif;
  }

  .iconos_resp {
    font-size: 18px;
    margin-right: 2px;
  }

  .card {
    border: 1px solid ;
  }
}

@media (max-width: 412px) {
  .todo_tabs {
    background-size: cover;
    padding: 5% 1% 2%;
    margin-bottom: 0;
    border-radius: 5px;
  }
}

/* FIN TABS */


