@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Oswald:wght@200..700&display=swap";
:root {
    --fuente-cabecera-tabla: "Oswald", sans-serif;
    --fuente-textos-tabla: "Lexend", sans-serif;
    --tamano-fuente-minimo: 0.6rem;
    --tamano-fuente-vh: 1.2vw;
    --tamano-fuente-maximo: 1.4rem;
    --color-bordes_tabla: rgba(255, 255, 255, 1);
    --color-hover_tabla: rgba(255, 255, 255, 0.3);
    --color-textos_tabla: #fff;
    --color-precio: #FF7B00;
    --color-sponsor: rgba(186, 212, 55, 0.7);
    --color-texto_cabecera-tabla: #fff;
    --fila1: #7a1ad2;
    --fila2: #f69735;
    --fila3: #ff003a;
    --color-boton: #000;
    --texto-boton: #FF7B00;
    --txt-btn-size: 1.2rem;
    --color-btn-border__hover: #111112;
    --color-btn-hover: #000
}

.pfilas1 {
    background-color: var(--fila1)
}

.pfilas2 {
    background-color: var(--fila2)
}

.pfilas3 {
    background-color: var(--fila3)
}

body {
    background-color: #000 !important
}

@media screen and (min-width: 1024px) {
    main#main {
        padding-bottom: 0px !important
    }
}

.theme_dark .table:not(.table-bordered) tbody tr td:last-child,
.theme_dark .table:not(.table-bordered) tbody tr:last-child td,
.theme_dark .table:not(.table-bordered) td,
.theme_dark .table:not(.table-bordered) th {
    border-color: #fff
}

.tabla-precios-normal:not(.table-bordered) tbody tr td:first-child,
.tabla-precios-normal:not(.table-bordered) tbody tr td:last-child,
.tabla-precios-normal:not(.table-bordered) tbody tr:last-child td,
.tabla-precios-normal:not(.table-bordered) td,
.tabla-precios-normal:not(.table-bordered) th {
    border-color: #fff
}

.tabla-precios-normal td:first-child {
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important
}

.tabla-precios-normal tr th {
    font-family: var(--fuente-cabecera-tabla);
    text-align: center;
    color: var(--color-texto_cabecera-tabla);
    border-top: 0px !important;
    background-color: rgba(0, 0, 0, 0);
    font-size: clamp(var(--tamano-fuente-minimo), var(--tamano-fuente-vh), var(--tamano-fuente-maximo));
    border-bottom: solid 1px #fff !important;
    color: #fff
}

.tabla-precios-normal tr th:hover {
    background-color: rgba(0, 0, 0, 0) !important
}

.tabla-precios-normal tr th:nth-child(1) {
    text-align: left
}

.tabla-precios-normal tr td {
    font-size: clamp(var(--tamano-fuente-minimo), var(--tamano-fuente-vh), var(--tamano-fuente-maximo));
    color: var(--color-textos_tabla);
    font-family: var(--fuente-textos-tabla)
}

.tabla-precios-normal tr .sponsor {
    background-color: var(--color-sponsor)
}

.tabla-precios-normal tbody tr:hover {
    background-color: var(--color-hover_tabla)
}

.tabla-precios-normal tbody tr td {
    text-align: center;
    color: #fff
}

@media screen and (min-width: 768px) {
    .tabla-precios-normal tbody tr td {
        padding: .7rem
    }
}

.tabla-precios-normal tbody tr td:nth-child(1) {
    text-align: left;
    font-weight: 600
}

.tabla-precios-normal tbody tr td:nth-child(2) {
    background-color: var(--color-precio);
    text-align: center;
    font-weight: 600;
    color: #000
}

.tabla-precios-normal .sector .badge {
    width: 10px;
    height: 10px;
    border-radius: 0px;
    margin-right: 10px
}

@media screen and (min-width: 1024px) {
    .tabla-precios-normal .sector .badge {
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 1300px) {
    .tabla-precios-normal .sector .badge {
        width: 25px;
        height: 25px
    }
}

.tabla-precios-normal .sector p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 2px;
    text-transform: uppercase;
    font-size: clamp(var(--tamano-fuente-minimo), var(--tamano-fuente-vh), var(--tamano-fuente-maximo));
    color: #fff
}

#price-section {
    background: linear-gradient(#0e1806, #C27A41)
}

#price-section .marker,
#price-section .list-text {
    color: #fff
}

#choose-tickets-section {
    background-color: #ff7b00 !important
}

.section-tickets h2 {
    color: #000;
    text-align: center
}

.section-tickets .btn {
    transition: all .2s
}

.section-tickets .btn:hover {
    transform: scale(1.1)
}

.section-tickets .legales-botones {
    font-size: 11px;
    color: #fff
}

.section-resena {
    background-image: url("https://static.ptocdn.net/especiales/vbs010_kybba-basel-abr-2026/img/bg-resena-min.jpg");
    background-position: center top;
    background-size: cover
}

.bloque-resena {
    background-color: rgba(0, 0, 0, .5)
}

.bloque-resena p {
    color: #fff;
    text-align: center
}

.section-medias {
    background-image: url("https://static.ptocdn.net/especiales/vbs010_kybba-basel-abr-2026/img/bg-media-min.jpg");
    background-position: bottom center;
    background-size: cover
}

.section-medias .video {
    width: 100%;
    height: 315px
}

@media screen and (min-width: 1024px) {
    .section-medias .video {
        height: 560px
    }
}

.produce {
    color: #fff;
    text-align: center
}

footer {
    background-color: #000
}

.grilla_tabla{
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    
    div{
        padding: 0.5rem;
        border-top: solid 3px #FF0300;
        border-left: solid 3px #FF0300;
        border-right: solid 3px #FF0300;
        align-items: center;
    }

    p{
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 0.8rem;
        text-transform: uppercase;
        font-family: var(--fuente-cabecera-tabla);
    }
}

.logo-spoty{
    max-height: 18px;
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
    .grilla_tabla p{
        font-size: 1.3rem;
    }
    .logo-spoty{
            max-height: 30px;
    }
}

.grilla_tabla div:nth-child(odd){
    border-right: none;
}

.grilla_tabla div:nth-child(14),
.grilla_tabla div:nth-child(13){
    border-bottom: solid 3px #FF0300;
}

.grilla_tabla div:nth-child(1),
.grilla_tabla div:nth-child(2){
    border-top:none;
    border-left:none;
    border-right:none;
}

.badge{
    margin-right: 5px;
    width: 15px;
    height: 15px;
}