:root {
    /* PALETA DE COLORES */
    --color-primero: #129A54;
    --color-segundo: #CCEADA;
    --color-tercero: #6AC192;
    --color-cuarto: #82D8AC;
    --color-quinto: #45CC85;
    /* COLORES NEUTROS */
    --blanco: #f1f1f1;
    --negro: #000000;
    --gris: #BFC9CA;
    /* COLORES BASICOS */
    --verde: #27AE60;
    --rojo: #E74C3C;
}

.container-slider{
    display: flex;
    margin: 0 auto;
    width: 750px;
    height: 450px;
}

html {
    user-select: none;
}

#logotipo {
    width: 190px;
    height: 85px;
}

.logo_blanco {
    width: 49%;
}

#header .header-nav-main nav>ul:not(:hover)>li>a.active {
    background-color: var(--color-primero);
}

#header .header-nav-main nav>ul>li.open>a,
#header .header-nav-main nav>ul>li:hover>a {
    background-color: var(--color-primero);
}

#header .header-nav-main nav>ul>li>a {
    color: var(--color-primero);
}

#home-intro {
    margin: 20px 0 12px;
}

.flip-front {
    padding: 0 !important;
    height: 100%;
}

.flip-front img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.carousel-card {
    width: 263px;
    height: 394px;
    /* height: 350px; */
}

.carousel-card img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 3px;
}

.card_ {
    width: 235px;
    height: 350px;
}

.card_ img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 3px;
}

html .btn-primary {
    background-color: var(--color-primero);
    /* border-color: #0088CC #0088CC #006699; */
    border-color: var(--color-primero);
    color: #FFF;
    /* --color: #0088CC;
    --hover: var(--color-quinto);
    --disabled: #0088CC;
    --active: #006ea6; */
}

html .btn-primary:hover,
html .btn-primary.hover {
    background-color: var(--color-quinto) !important;
    border-color: var(--color-quinto) !important;
}

.green_success {
    color: var(--color-primero) !important;
}

.fecha {
    position: absolute;
    /* background-color: var(--blanco); */
    width: 50px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 3px;
    margin: 3px;
    /* top: -4px;
    left: 0px; */
    /* gap: 2px; */
}

.dia {
    background-color: var(--color-primero);
    width: 100%;
    height: 40px;
    border-radius: 3px 3px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dia span {
    font-size: 19px;
    font-weight: bold;
    color: var(--blanco);
}

.mes {
    width: 100%;
    height: 30px;
    background-color: var(--blanco);
    border-radius: 0 0 3px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mes span {
    color: var(--negro);
}

#header .header-btn-collapse-nav {
    background-color: var(--color-primero);
}

body {
    max-width: 100%;
}

#banner_principal {
    /* max-width: 100% !important; */
    box-sizing: content-box !important;
    width: 1250px;
    height: 550px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    #banner_principal {
        box-sizing: content-box !important;
        height: 400px;
    }
}

.login {
    background-color: var(--blanco);
    display: block;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: var(--color-primero);
    border: 1px solid var(--color-primero);
    border-radius: 5px;
    transition: all .3s;
    margin-left: 5px;
}

.login:hover {
    color: var(--blanco);
    background-color: var(--color-tercero);
}

.cerrar_session {
    background-color: #FADBD8;
    width: 45px;
    /* width: 140px; */
    display: flex;
    /* display: none; */
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #C0392B;
    border: 1px solid #C0392B;
    border-radius: 5px;
    transition: all .3s;
    margin-left: 5px;
}
.cerrar_texto{
    display: none;
}

.cerrar_icono{
    display: block;
}

.cerrar_session:hover {
    color: var(--blanco);
    background-color: #C0392B;
}

.mi_carrito {
    display: none;
}

@media screen and (max-width: 991px) {
    .login {
        width: 80%;
        margin: 15px auto;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .cerrar_session {
        display: flex;
        width: 80%;
        margin: 15px auto;
        padding: 5px 0;
        margin-bottom: 10px;
    }

    .cerrar_texto{
        display: block;
    }
    
    .cerrar_icono{
        display: none;
    }
    
    .mi_carrito {
        display: block;
    }


}

#call_to_action {
    background-color: var(--color-segundo);
}

#forgot_password:hover {
    color: var(--color-primero) !important;
}

#back {
    text-decoration: none;
    color: var(--color-primero) !important;
}

@media screen and (max-width: 900px) {
    .footer_section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #header_main {
        width: 100% !important;
        /* background: var(--color-cuarto) !important; */
    }

    .carousel-card {
        margin: 0 auto;
    }

    .card_ {
        margin: 0 auto;
    }

    .carousel-border-none {
        border: none !important;
    }

    .contenedor_card_ {
        border: none !important;
    }
}

.tyc {
    color: var(--color-primero) !important;
}

.header-nav-main nav>ul>li.dropdown .dropdown-menu {
    border-top-color: var(--color-primero) !important;
}

.look {
    position: absolute;
    top: calc(50% + 4px);
    right: 20px;
    background: #fff;
    font-size: 20px;
    padding: 4px;
    border-radius: 3px;
    cursor: pointer;
    color: var(--gris);
}

#eventos_banner {
    background: var(--color-primero);
    border-radius: 0;
}

.learn-more {
    color: var(--color-primero) !important;
}

html .scroll-to-top {
    background-color: var(--color-tercero);
}

html .scroll-to-top i {
    transition: all .3s;
}

html .scroll-to-top:hover i {
    color: var(--color-primero);
}

.options_container {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

@media screen and (max-width: 700px) {
    .options_container {
        flex-direction: column;
    }

    #banner_principal {
        box-sizing: content-box !important;
        height: 350px;
    }
}

.event_action {
    color: var(--blanco);
}

.event_action i {
    margin-right: 8px;
    font-size: 17px;
}

.entrada i {
    transform: rotate(-45deg);
}

.vivo {
    background: var(--rojo);
}

.entrada {
    background: var(--color-primero);
}

/* ESTILOS DE ENTRADAS ANTICIPADAS */

.ticket_container {
    /* display: flex;
    justify-content: space-evenly;
    gap: 25px; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 2px;
}

.event_flip {
    width: 250px;
    height: 430px;
}

.ticket {
    background-color: var(--color-primero);
    background-color: #5D6D7E;
    background: linear-gradient(to left, #5D6D7E, #5D6D7E);
    width: 100%;
    /* width: 250px;
    height: 430px; */
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    transition: all .3s;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.ticket_img {
    position: relative;
    width: 100%;
    height: 300px;
}

.ticket_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-bottom: 3px dashed #f1f1f1;
}

.ticket::after {
    content: '';
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 20px solid #fff;
    position: absolute;
    bottom: 110px;
    left: -20px;
    border-radius: 50%;
    z-index: 10;
}

.ticket::before {
    content: '';
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 20px solid #fff;
    position: absolute;
    bottom: 110px;
    right: -20px;
    border-radius: 50%;
    z-index: 10;
}

.ticket_detail {
    /* background-color: #fff; */
    width: 90%;
    height: 110px;
    margin: 10px auto;
    position: relative;
}

.ticket_detail p {
    color: #f1f1f1;
    margin-bottom: 0;
    font-size: 13px;
}

.ticket_status {
    position: absolute;
    color: #fff;
    right: 8px;
    top: 5px;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
}

/* .ticket:hover {
    transform: scale(1.05);
} */

.t_green {
    background: var(--verde);
}

.t_red {
    background: var(--rojo);
}

.qr {
    background-color: transparent;
    padding: 5px;
    border: none;
    font-size: 27px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
}

.t_title {
    font-weight: bold;
}

.qr_container {
    background-color: red;
    width: 100%;
    /* height: 150px; */
}

.qr_container img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .ticket {
        width: 320px;
        height: 500px;
    }

    .ticket_img {
        height: 370px;
    }
}

.flip_event_container {
    /* display: flex; */
}

/* ESTILOS TARJETAS DE CREDITO */
.credit_container {
    margin: 5px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.datos_cc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.credit_card {
    width: 310px;
    height: 190px;
    border-radius: 8px;
    position: relative;
    transition: all .3s;
    margin: 0 auto;
}

.credit_card:hover {
    transform: scale(1.03);
}

.visa {
    background: linear-gradient(to right, #6e6e6e, #252525);
}

.m_card {
    background: linear-gradient(to right, #7D3C98, #07BBFE);
}

.cc_number {
    position: absolute;
    bottom: 55px;
    width: 100%;
    padding-left: 20px;
    color: #fff;
    font-size: 17px;
}

.cc_data {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.cc_chip {
    width: 50px;
    position: absolute;
    right: 30px;
    bottom: 70px;
}

.cc_logo_container {
    width: 70px;
    padding: 0 10px;
}

.cc_logo {
    width: 60px;
}

.credit_card_datos {
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contenedor_cc_estado {
    position: absolute;
    width: 100%;
}

.selected_cc {
    /* position: absolute;
    right: 10px; */
}

.check_cc {
    color: var(--verde);
    font-size: 45px;
    top: 0px;
    right: 15px;
}

.cc_opciones {
    padding: 15px 0;
}

/* ESTILOS FLIP CARD */

.event_flip {
    /* background: red !important; */
    width: 250px;
    height: 420px;
    overflow: hidden;
    border-radius: 8px;
}


.flip_status {
    position: absolute;
    right: 8px;
    top: 5px;
    padding: 1px 8px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.flip_detail {
    width: 100%;
    height: 120px;
}

.flip_img {
    width: 100%;
    height: 300px;
}

.flip_img img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 100%;
}

.flip_detail {
    background: linear-gradient(to top, #0d8352, #0f3443);
    border-radius: 0 0 8px 8px;
    border-top: 2px dashed #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}

.flip_detail p {
    color: var(--blanco);
    margin-bottom: 0;
    font-size: 12px;
}

.flip_detail span {
    color: var(--blanco);
}

.flip_event_container {
    display: flex;
}

@media screen and (max-width: 991px) {
    .event_flip {
        width: 90%;
        height: 550px;
    }

    .flip_img {
        height: 400px;
    }

    .flip_detail {
        height: 150px;
    }
}

.container_flips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 15px;
}

.flip_qr {
    font-size: 30px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.frontal::after {
    content: '';
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 20px solid #fff;
    position: absolute;
    bottom: 100px;
    left: -20px;
    border-radius: 50%;
    z-index: 10;
}

.frontal::before {
    content: '';
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 20px solid #fff;
    position: absolute;
    bottom: 100px;
    right: -20px;
    border-radius: 50%;
    z-index: 10;
}

@media (max-width: 600px) {
    .container_flips {
        grid-template-columns: repeat(1, 1fr);
    }

    .event_flip {
        margin: 0 auto;
    }

    .frontal::before,
    .frontal::after {
        bottom: 130px;
    }
}

.cc_seleccion {
    position: absolute;
    background: var(--color-quinto);
    top: -10px;
    right: -10px;
    z-index: 10;
    padding: 3px 8px;
    color: var(--blanco);
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}

.cc_delete {
    background: var(--rojo);
    position: absolute;
    right: -8px;
    bottom: -8px;
    color: var(--blanco);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
}

.cc_delete:hover {
    color: var(--blanco);
    background: #e74e3e;
}

/* BOTON DE LOGOUT */

#logout_perfil, .eliminar_cuenta {
    color: var(--rojo) !important;
}

#logout_perfil:hover, .eliminar_cuenta:hover, .eliminar_cuenta.active {
    border-right-color: var(--rojo) !important;
}

.input-cantidad-entrada {
    width: 15px !important;
}

.input-number-whitout-controls {
    -moz-appearance: textfield !important;
}

.input-number-whitout-controls::-webkit-outer-spin-button,
.input-number-whitout-controls::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/* ESTILOS DEL CARRITO DE COMPRAS */

.container_cantidad {
    display: flex;
    justify-content: center;
}

.minus,
.plus {
    width: 35px;
    height: 40px;
    border: 1px solid #F0F0F0;
    font-weight: bolder;
}

.minus {
    border-radius: 3px 0 0 3px;
}

.plus {
    border-radius: 0 3px 3px 0;
}

.cantidad {
    width: 50px;
    text-align: center;
    border: 1px solid #F0F0F0;
    font-weight: bolder;
    outline: none;
}

.img_compras {
    max-width: 100%;
    height: 110px;
}

.carrito_lateral {
    position: fixed;
    /* background: #6AC192; */
    background: #f1f1f1;
    width: 0px;
    /* width: 350px; */
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 9999;
    transition: all .3s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.close_cart {
    /* background-color: #07BBFE; */
    padding: 6px 8px;
}

.close_cart_times {
    text-decoration: none !important;
    /* background: red; */
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #E74C3C !important;
}

.close_cart_times:hover {
    color: var(--color-primero);
}

.carrito_lateral.active {
    width: 365px;
}

.producto {
    opacity: 0;
}

.carrito_lateral.active .producto {
    animation: aparecer .4s ease .3s forwards;
}

@keyframes aparecer {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ESTILOS DEL CARD DEL CARRITO LATERAL */

.producto {
    display: flex;
    width: 320px;
    margin: 7px auto;
    /* background-color: #07BBFE; */
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #D5DBDB;
}

.desc_producto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nombre {
    font-weight: bold;
    color: #696969;
    font-size: 14px;
}

.price_cant {
    font-size: 12px;
}

/* CONTAINER IMAGEN CARRITO LATERAL */
.img_container {
    width: 70px;
    height: 90px;
    position: relative;
}

.delete_item {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bolder;
    top: -10px;
    right: -15px;
    text-decoration: none !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: all .3s;
    color: #E74C3C;
}

.delete_item:hover {
    /* background-color: var(--color-primero); */
    background-color: #E74C3C;
    color: var(--blanco);
}

.img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carrito_footer {
    width: 100%;
    height: 100px;
    background:#ECF0F1;
    /* position: absolute; */
    position: absolute;
    bottom: 0;
    border-top: 1px solid #BDC3C7;
}

.product_container{
    overflow-y: auto;
    /* overflow-y: scroll; */
    height: 78vh;
}

.total_cart {
    /* background: #07BBFE; */
    display: flex;
    width: 280px;
    height: 22px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 10px;
}

.opciones {
    /* background: #0f3443; */
    width: 300px;
    margin: 10px auto 18px;
    display: flex;
    justify-content: space-between;
}

.centro {
    margin: 0 auto;
}

/* ICONO DEL CARRITO */

.cart_icon {
    /* background: red; */
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 5px;
    position: relative;
    text-decoration: none !important;
    font-size: 16px;
}

.cart_icon:hover {
    color: var(--color-primero);
}

.cart_icon::before {
    content: attr(data-count);
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background-color: var(--rojo);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: var(--blanco);
}

.btn-tarjeta{
    color: #fff;
}

.btn-tarjeta:focus {
    border-color: transparent !important;
}

.btn-tarjeta:hover {
    border-color: transparent !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0.5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial;
    line-height: 20px;
}

.cc_no_seleccion {
    position: absolute;
    background: red;
    top: -10px;
    right: -10px;
    z-index: 10;
    padding: 3px 8px;
    color: white;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}

.cc_no_seleccion:hover {
    color: white;
    background-color: #45cc85;
    border-color: #45cc85;
}

.cc_seleccion:hover {
    color: white;
    background-color: red;
    border-color: red;
}

.btn-destacar:focus {
    border-color: transparent !important;
}

.btn-destacar:hover {
    border-color: transparent !important;
}

.text-detalle {
    color: #129a54;
}

/* .swal2-popup{
    position: relative !important;
    z-index: 4000 !important;
} */

.img_item_container {
    /* width: 160px !important; */
    height: 205px;
}

@media screen and (max-width: 700px) {
    .img_item_container {
        height: 350px;
    }
}

.img_item {
    height: 100%;
    width: 100%;
}

.img_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* .fixed-table-pagination {
    display: none !important;
} */

.total_container {
    display: flex;
    /* width: 170px !important; */
    /* width: 143.667px;  */
    font-size: 15px;
    height: 40px;
    margin-right: 10px;
    padding: 7px 10px 7px 0px;
    justify-content: space-between;
    align-items: center;
    font-weight: bolder;
    /* background: red; */
}

.total_container p {
    color: #000 !important;
}

#btn_comprar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 400px) {
    #btn_comprar {
        width: 90% !important;
        margin: 0 auto;
        padding: 12px;
    }

    #banner_principal {
        box-sizing: content-box !important;
        height: 200px;
    }
}

.plan{
    animation-delay: 400ms;
    display: grid;
    justify-items: center;
    align-content: space-between;
}

.altura{
    height: 95%;
}

.icon_cart_down {
    font-size: 17px;
}

.checkout {
    display: flex;
    gap: 10px;
}

.cargando {
    visibility: hidden;
}

#header_main {
    padding: 40px 0px !important;
}

/* ESTILOS DE SCROLL */

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--color-primero);
}

.titulo {
    margin-left: 30px;
}

/* ESTILOS BOTON CARRITO RESPONSIVE */
@media screen and (max-width: 991px) {

    .cart_icon {
        /* background: red; */
        width: 260px;
        height: 38px;
        border: 1px solid var(--color-primero);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7px;
        margin: auto;
        position: relative;
        text-decoration: none !important;
        font-size: 13px;
    }

    .mi_carrito {
        display: block;
    }

    .titulo {
        margin-left: 0px;
        text-align: center;
    }

    .cart_icon::before {
        top: -10px;
        right: -10px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        font-size: 12px;
    }

    #home-intro .container {
        padding: 0px 10px !important;
    }

    #footer .container .row {
        /* background: red; */
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .footer-container-final {
        margin-bottom: 1px !important;
    }

    .logo_blanco {
        width: 35%;
    }

    #logotipo {
        width: 140px;
        height: 60px;
    }

    #header .header-logo {
        margin: 8px;
    }

    #header .header-nav {
        padding: 4px 0px;
    }

    .texto_1 {
        font-size: 35px !important;
        text-align: center;
    }

    .centrar {
        font-size: 13px !important;
        text-align: center;
    }

    .no_margin {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .subtitle_little {
        font-size: 15px !important;
    }

    .oculto {
        display: none;
    }

    .home-intro-title {
        font-size: 11px !important;
    }

    .separador {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }

    .seccion_verde {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .title_verde {
        font-size: 20px !important;
    }

    .sin_eventos {
        font-size: 15px !important;
    }

}

@media screen and (max-width: 991px) {
    .main_img_cont {
        width: 88%;
        margin: auto;
    }
}

.loading{
    width: 80px;
    height: 80px;
    background: #D7DBDD;
    position: absolute;
    z-index: 10;
    bottom: 50%;
    left: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .5s;
    opacity: 0;
    /* display: none; */
}

.spiner{
    color: #34495E;
    font-size: 40px;
    animation: spinner .7s linear .1s infinite;
}

@keyframes spinner {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.loading.active{
    animation: cargar .5s ease .2s forwards;
}

@keyframes cargar{
    from{
        display: none;
        opacity: 0;
    }
    to{
        display: flex;
        opacity: 1;
    }
}

@font-face {
    font-family: "Inconsolata-Regular";
    src: url("fonts/Inconsolata-Regular.ttf");
}

.modal-dialog-entrada {
    --bs-modal-width: 360px;
    line-height: 1.2;
    margin: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
.modal-entrada-body {
    margin:0px 10px;
    border:2px dashed green;
    background:white;
}
.modal-entrada-body hr {
    margin: 0;
}
.entrada-logo {
    width: 50% !important;
    margin: 0 auto;
    display: block;
}
.entrada-titulo {
    margin-top: -10px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #000;
}
.entrada-detalle {
    font-weight: bolder;
    color: #000;
}
.entrada-propietario {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0.05rem !important;
    color: #000;
}
.entrada-text-codigo {
    font-size: 21px;
    font-weight: 500;
    color: #000;
}
.entrada-codigo {
    font-family: "Inconsolata-Regular";
}

.content-entrada {
    line-height: 1.2;
    margin: 0.75rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
}
@media (min-width: 576px) {
    .content-entrada {
        max-width: 360px;
    }
}

.evento-etiqueta {
    position: absolute;
    margin-right: 15px;
    right: 0;
    margin-top: 10px;
}

.contenedor-no-data {
    min-height: 394px;
}

/* videos de index */
    #carreras_video{
        padding: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        height: 110px !important;
        width: 55%;
        text-align: center;
        align-items: center;
        scrollbar-color: #129A54 #ffffff;
    }

    #carreras_video::-webkit-scrollbar {
        height: 6px;
        background-color: #F5F5F5;
    }

    #carreras_video::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #129A54;
    }

    .carrera_button{
        display: inline-block;
        text-align: center;
        margin: 0px 5px;
    }

    .container_reproductor{
        position: relative;
        padding-bottom: 56.25%;
        width: 55%;
    }

    .container_reproductor iframe{
        aspect-ratio: 16 / 9;
        width: 100%;
    }

    .green_shadow{
        transition: 250ms;
        box-shadow: #129A54 2px 2px 8px;
        cursor: pointer;
    }

    .green_shadow:active{
        box-shadow: none !important;
    }

    .green_shadow:hover{
        box-shadow: #129A54 2px 2px 2px;
    }

    .video_activo{
        border: solid #129A54 2px;
    }

/* fin videos de index */

/* Botón de whatsApp */
    .botonWhat {
        position: fixed;
        top: auto;
        bottom: 47px;
        right: 10px;
        z-index: 998;
        cursor: pointer;
    }

    .avisoAyuda {
        margin-right: 5px;
        color: #fff !important;
        font: 400 15px "Source Sans Pro", sans-serif !important;
        line-height: normal;
        background: #4d9ad3;
        padding: 10px 5px;
        border-radius: 10px;
        width: 170px !important;
        display: inline-block;
        text-align: center;
        line-height: 15px !important;
        animation: ease-in-out;
    }

    .btn-whatsapp {
        color: white;
        background-color: #17af4d !important;
        box-shadow: none !important;
        border-radius: 200px;
        width: 50px;
        height: 50px;
        line-height: 45px;
        text-align: center;
        float: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .posicionwhat {
        margin-top: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        font-size: 2.5em;
    }

/* Botón de whatsApp */

@media screen and (max-width: 991px) {
    .container_reproductor{
        width: 100%;
    }
    #carreras_video{
        width: 100%;
    }

    .avisoAyuda{
        display: none;
    }
}

/* .text-banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #00000080;
}*/
/* 
.owl-carousel-light .owl-item {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: relative !important;
    width: 100%;
    height: auto !important;
    top: 0;
    transition: ease opacity 300ms;
    max-height: 100%;
  }  */

  /* .img-banner {
    height: 100%;
  } */

  /* .owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 8px;
    font-size: 0rem;
    content: "\f053";
    position: relative;
    left: -1px;
    top: -1px;
}

.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 8px;
    font-size: 0rem;
    content: "\f054";
    position: relative;
    left: 1px;
    top: -1px;
} */
/* 
.img-banner{
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.position-relative{
    position: relative !important;
} */

.owl-nav button{
    width: 40px !important;
    height: 40px !important;
    border-radius: 3px;
    /* background: rgba(0, 0, 0, .7) !important; */
}

.cantidad-carrito {
    font-family: inherit;
    font-size: 1rem;
    line-height: inherit;
    color: #232323;
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer !important;
}

/* ESTILOS CARD ENTRADA */
.fl-left {
    float: left
}

.fl-right {
    float: right
}

.card {
    display: table-row;
    width: 100%;
    background-color: #fff;
    color: #989898;
    margin-bottom: 10px;
    /* font-family: 'Oswald', sans-serif; */
    /*text-transform: uppercase;*/
    border-radius: 4px;
    position: relative;
    border-color: transparent;
    background-color: #f1f0f0; 
}
.card+.card {
    margin-left: 2%
}

.date {
    display: table-cell;
    width: 25%;
    position: relative;
    text-align: center;
    border-right: 2px dashed #dadde6
}

.date:before,
.date:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #DADDE6;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    border-radius: 50%;
    background-color: #FFF;
}

.date:after {
    top: auto;
    bottom: -15px
}

.date time {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.date time span {
    display: block
}

.date time span:first-child {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 100%
}

.date time span:last-child {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -10px
}

.card-cont {
    display: table-cell;
    width: 75%;
    font-size: 85%;
    padding: 10px 10px 30px 50px
}

.card-cont h3 {
    color: #3C3C3C;
    font-size: 130%
}

.row:last-child .card:last-of-type .card-cont h3 {
    text-decoration: line-through
}

.card-cont>div {
    display: table-row
}

.card-cont .even-date i,
.card-cont .even-info i,
.card-cont .even-date time,
.card-cont .even-info p {
    display: table-cell
}

.card-cont .even-date i,
.card-cont .even-info i {
    padding: 5% 5% 0 0
}

.card-cont .even-info p {
    padding: 30px 50px 0 0
}

.card-cont .even-date time span {
    display: block
}

.row:last-child .card:first-child .card-cont a {
    background-color: #037FDD
}

.row:last-child .card:last-child .card-cont a {
    background-color: #F8504C
}

@media screen and (max-width: 860px) {
    .card {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px
    }
    .card+.card {
        margin-left: 0
    }
    .card-cont .even-date,
    .card-cont .even-info {
        font-size: 75%
    }
}

/* FIN ESTILOS CARD ENTRADA */

/* ESTILOS DEL CARD DE TRANSMISIONES */

.card_transmision{
    position: relative;
/*    width: 350px;*/
    width: 95%;
/*    height: 150px;*/
    padding: 0;
    margin: 2px;
    box-shadow: 2px 2px 5px gray;
    margin-bottom: 5px;
    border-radius: 5px;
    margin: 0 auto;
}
.front{
    width: 100%;
/*    height: 150px;*/
    z-index: 99999;
    background: #F4F6F7;
    border-radius: 5px;
    position: relative;
    padding-bottom: 10px;
}
.back{
    background: #F4F6F7;
    border: 1px solid #BDC3C7;
    width: 100%;
    height: 0px;
    position: relative;
    border-radius: 5px;
    transition: all .3s;
}

.back.active{
    top: 0px;
    height: auto;
    z-index: 999999;
}
.card_img{
    height: 100%;
    background: #E74C3C;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
}
.card_img_carreras{
    height: 100%;
    background: #17A589;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
}
.card_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_contain{
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: transparent;
}
.card_contain h5{
    width: 70%;
}

.button_container button{
    height: 42px;
}
.appear{
    display: flex;
    flex-direction: column;
    /* display: grid;
     grid-template-columns: repeat(3, 1fr); */
    gap: 5px;
    opacity: 0;
    transition: all .3s;
    margin: 0px;
}
.appear.active{
    animation: aparecer .4s ease .3s forwards;
}
@keyframes aparecer{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.race{
    background: #F4F6F7;
/*    box-shadow: 1px 1px 5px #000;*/
    border: 1px solid #AEB6BF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.appear h5{
    font-size: 13px;
    margin: 3px;
    text-align: center;
}
.appear h6{
    font-size: 9px;
    margin: 3px;
}
.flecha{
    transition: all .3s;
}

.flecha.active{
    transform: rotate(180deg);
}

.tipo{
    position: absolute;
    background: #E74C3C;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    top: 5px;
    left: 5px;
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
}
.tipo i{
    font-size: 16px;
}
.tipo p{
    font-size: 10px;
}
.fecha_t{
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 2px #000;
}
.top_fecha, .bottom_fecha{
    width: 35px;
    height: 30px;
    display: grid;
    place-items: center;
}
.top_fecha p, .bottom_fecha p{
    margin: 0px;
}
.top_fecha{
    border-radius: 5px 5px 0px 0px;
    background: green;
    font-size: 15px;
    font-weight: bolder;
    color: #fff;
}
.top_fecha p{
    color: #fff !important;
}
.bottom_fecha{
    border-radius: 0px 0px 5px 5px;
    background: #f1f1f1;
    font-size: 12px;
    font-weight: bold;
}

.fancybox-container{
    z-index: 9999999 !important;
}

.subtitle_ac{
    padding-left: 199px;
    margin-bottom: 0px; 
    font-size: 12px !important;
}

.text_ac{
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 170px;
}

.mar-l-25{
    margin-left: 8.5%;
}

.car-head-susp{
    display: flex; 
    justify-content: space-around; 
    background-color: #D2C7C7; 
    gap: 1px;
}

.car-foot-susp{
    display: flex; 
    justify-content: space-around; 
    background-color: #f1f0f0; 
    gap: 1px;
}

.contenedor_botones_susc{
    display: grid;
    margin: 0 auto;
    font-size: 1.1em;
    width: 70%;
    padding: 15px 0;
    gap: 9px;
}
/* FIN ESTILOS DEL CARD DE TRANSMISIONES */


/*#################### INICIO CARD SUSCRIPCION PERFIL ###################*/
.bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); 
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);
    } 
    /* ul li {
      margin-bottom:1.4rem;
    } */
    .pricing-divider {
    border-radius: 20px;
    background: #1d9e5c;
    padding: 1em 0 4em;
    position: relative;
    }
    .blue .pricing-divider{
    background: #2D5772; 
    }
    .green .pricing-divider {
    background: #1AA85C; 
    }
    .red b {
      color:#C64545
    }

    .pricing-divider-img {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 80px;
    }
    .deco-layer {
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }
    .btn-custom  {
      background:#e74c3c; color:#fff; border-radius:20px
    }
    
    .img-float {
      width:50px; position:absolute;top:-3.5rem;right:1rem
    }
    
    .princing-item {
      transition: all 150ms ease-out;
    }
    .princing-item:hover {
      transform: scale(1.05);
    }
    .princing-item:hover .deco-layer--1 {
      -webkit-transform: translate3d(15px, 0, 0);
      transform: translate3d(15px, 0, 0);
    }
    .princing-item:hover .deco-layer--2 {
      -webkit-transform: translate3d(-15px, 0, 0);
      transform: translate3d(-15px, 0, 0);
    }

    .p1rem{
        padding: 1rem;
    }

    .text_acc{
        letter-spacing: .1rem;
        font-size: 1.2rem;
        font-weight: 500;
    }
/*#################### FIN CARD SUSCRIPCION PERFIL ###################*/


/* CLASES NUEVAS */
.img-radio{
    border-radius: 3px 3px 0px 0px;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item.active:last-child {
    margin-right: -10px; /* Ajusta este valor según tus necesidades */
}

.owl-stage {
    padding-left: 0px !important;
}

.titulo-mini-card {
    line-height: 15px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}

.bg-en-vivo{
    background: var(--color-primero);
    margin-top: 0px;
    position: relative;
    max-width: 100%;
    height: 100%;
}

.bg-en-vivo img{
    width: 100%;
    height: 350px;
    object-fit: contain;
    object-position: 100% 35%;
}

.overlay-en-vivo {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background:linear-gradient(180deg, rgba(0,190,185,0) 0%, rgba(255,255,255,1) 100%);
}

.info-en-vivo {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    background: transparent;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
}

.card-transmision{
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    display: grid;
    /* justify-items: center; */
    align-content: space-between;
}

.owl-stage{
    padding-bottom: 30px;
    padding-top: 20px;
}

.info-transmision{
    padding: 0 5px;
    text-align: center;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: flex;
}

.h-m100 {
    max-height: 100%;
}

.titulo-transmision {
    font-size: 10px;
    line-height: 13px;
    padding: 5px;
    font-weight: 500;
    text-align: left;
}

.fecha-transmision {
    font-size: 10px;
    line-height: 20px;
    padding: 5px;
    text-align: left;
    margin: 0;
    color: #ffffff;
    border-radius: 0px 0px 5px 5px;
}

.fecha-transmision span{
    color: #2e2f30;
    border-radius: 5px;
    font-weight: 700;
}

.margen-card {
    margin-right: -8px;
    margin-left: 17px;
}

.titulo-entrada {
    text-align: center;
    font-size: 10px;
    line-height: 5px;
    background: var(--color-primero);
    padding: 10px 5px;
    border-radius: 10px 10px 1px 1px;
    margin-bottom: -1px;
}

.titulo-entrada h4{
    line-height: 13px;
    margin-bottom: 0;
    color: #ffffff;
}

.item-entradas{
    padding-left: 11px;
    height: 100%;
}

.precio-entrada {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.horario-entrada{
    width: 100%;
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 10px 10px;
}

.card-entradas {
    /* border: 2px solid var(--color-primero); */
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    border-radius: 14px;
}

.btn-entrada{
    width: 90%;
    padding: 1px 0;
    margin: 9px auto;
    margin-bottom: 10px;
    color: var(--color-primero) !important;
    background: white !important;
    border-radius: 15px;
}

.pl-2 {
    padding-left: 15px;
}

.pricing-table .plan .plan-features ul li {
	line-height: 2;
}

.gradient-bg-animation{
    height:200px;
    background: rgb(99, 100, 101);
    background: linear-gradient(90deg, rgba(247, 247, 247) 0%, rgba(99, 100, 101) 100%);
    background-size: 300% 100%;
    animation: gradient 3s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* #loader_principal{
    background: white;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    top: 0;
    overflow: hidden;
} */

@font-face {
	font-family: caballo;
	src: url(fonts/caballo.woff2);
}

@keyframes Gallop {
	from { font-variation-settings: "TIME" 0; }
	to { font-variation-settings: "TIME" 15; }
}

#loader_principal {
    background: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    overflow: hidden;
    display: grid;
    align-content: center;
    justify-items: center;
	font: 100px caballo;
    color: var(--color-primero);
	animation: 0.6s linear infinite Gallop;
}

#loader_principal span{
    font-size: 20px;
    font-family: "Poppins", Arial, sans-serif;
}

.pl-2 {
    padding-left: 20px;
}

.evento-principal {
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
}

.info-evento-principal {
    display: grid;
    justify-items: stretch;
    align-content: unset;
}

.info-evento-principal-footer {
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;    
    border-top: 1px solid var(--color-primero);
    padding: 50px 10px;
}
.comprar-entredas {
    width: 250px;
}

@media screen and (max-width: 768px) { 
    .info-en-vivo {
        position: relative;
        width: 100%;
        padding: 0 20px;
        background: #ffffff;
        margin-top: -1px;
        top: 0;
        transform: translateY(0);
    }

    .bg-en-vivo img {
        width: 100%;
        height: 270px;
        object-fit: contain;
        object-position: 50% 35%;
    }

    .comprar-entredas {
        width: 100%;
    }
}


@media screen and (max-width: 450px) { 
    .info-en-vivo {
        position: relative;
        width: 100%;
        padding: 0 20px;
        background: #ffffff;
        margin-top: -1px;
        top: 0;
        transform: translateY(0);
    }

    .bg-en-vivo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.span-transmision{
    position: absolute;
    top: 48%;
    left: 5px;
    color: #ffffff;
    padding: 0px 8px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 18px;
}

.bg-rojo{
    background: rgb(209, 5, 5);
}

.bg-repeticion{
    background: rgb(46, 47, 48);
}

.border-primary {
    border-color: var(--color-primero) !important;
}

.custom-alignment {
    justify-content: center;
}

.custom-form-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-checkbox {
    margin-right: 10px;
    width: 7em;
    height: 2.5em;
}

.custom-text {
    margin: 0;
    font-size: 14px;
}

button.btn.btn-primary.btn-streaming {
    display: flex;
    margin: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

button.btn.btn-primary.btn-streaming[disabled] {
    position: relative;
    cursor: not-allowed;
    pointer-events: all;
}

button.btn.btn-primary.btn-streaming[disabled]::after {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
}

button.btn.btn-primary.btn-streaming[disabled]:hover::after {
    display: block;
}

.bg-success {
    background-color: #28a745 !important;
}

.navbar-nav .nav-link {
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-align: center;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
}

.navbar-nav .nav-link:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.navbar-nav .nav-link.active {
    color: #fff;
    background-color: transparent;
    font-weight: normal;
}

.container-fluid.bg-success {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-link.active {
    text-decoration: underline;
    font-weight: bold;
    color: inherit;
}

#yearSelectorContainer {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.btn-year {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100px;
    text-align: center;
    display: inline-block;
    border: none;
}

.btn-year.btn-outline-primary {
    background-color: transparent;
    color: var(--color-primero);
    border: none;
    cursor: pointer;
}

.btn-year.btn-primary {
    background-color: var(--color-primero);
    color: white;
    border: none;
    cursor: pointer;
}

.btn-year.btn-outline-primary:hover {
    background-color: transparent;
    color: var(--color-primero);
    border-color: transparent;
}

.btn-year.btn-primary:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-year:disabled,
.btn-year[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 1;
}

.btn-year.btn-primary:disabled {
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
}

@media (max-width: 768px) {
    #yearSelectorContainer {
        gap: 5px;
    }

    .btn-year {
        font-size: 14px;
        padding: 8px 16px;
        width: 80px;
    }
}

@media (max-width: 480px) {
    .btn-year {
        font-size: 12px;
        padding: 6px 12px;
        width: 70px;
    }
}

@media (min-width: 1024px) {
    #yearSelectorContainer {
        gap: 10px;
    }

    .btn-year {
        padding: 10px 20px;
        font-size: 16px;
        width: 100px;
    }
}

.selector-carreras {
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: -0.5px;
}

.margin-carreras {
    margin-top: 2rem;
}

.text-registro {
    display: flex;
    justify-content: flex-end;
    width: auto !important;
}

.iti-text {
    width: 100%;

    .iti {
        width: inherit;
    }
}

.btn-css {
    min-width: 133px;  /* Ancho mínimo para uniformidad */
    max-width: 200px;  /* Ancho máximo para evitar botones excesivamente grandes */
    padding: 10px 20px; /* Espaciado interno adaptable */
    text-align: center; /* Centra el texto */
    display: inline-block; /* Comportamiento consistente */
    white-space: nowrap; /* Evita que el texto se desborde a la siguiente línea */
    border-radius: 5px; /* Bordes redondeados (opcional) */
}

@media (max-width: 990px) {
    .btn-css {
        min-width: 100px;  /* Ancho mínimo para uniformidad */
        max-width: 100px;
    }

    .btn-css { 
        font-size: 0.6rem;
    }
    .estado-rodada, .monto-ficha, .apodo { 
        font-size: 0.75rem;
    }
}

.btn-info-css {
    background-color: #17a2b8;
    color: #fff;
    border: none;
}

.btn-primary-css {
    background-color: #007bff;
    color: #fff;
    border: none;
}

.btn-danger-css {
    /* background-color: #ea4853; */
    color: #ea4853 !important;
    border: none;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue.woff2') format('woff2'),
         url('fonts/BebasNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.modal-dialog.modal-dialog-centered.apuestas {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-content.reservar-apuesta,
.modal-content.oferta-apuesta, 
.modal-content.exp-apuesta{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    position: relative;
    width: 300px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 12px 5px rgba(0, 0, 0, 0.03), 
                0px 7px 4px rgba(0, 0, 0, 0.1), 
                0px 3px 3px rgba(0, 0, 0, 0.17), 
                0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    color: #333333;
    isolation: isolate;
}

.modal-content.exp-apuesta{
    width: 305px;
    height: 290px;
}

.modal-content.oferta-apuesta {
    height: 675px;
}

.modal-content.reservar-apuesta .modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 8px;
    width: 100%;
    height:auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    flex-grow: 0;
    z-index: 0;
}

.modal-header .header-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 268px;
    height: auto;
}

.header-frame .modal-title {
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
}

.modal-title.reservar {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    opacity: 0.7;
}

.modal-cantidad-placas {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 0 8px;
    gap: 4px;
    width: 300px;
    height: 94px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    flex-grow: 0;
    z-index: 1;
}

.modal-cantidad-placas .title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 10px;
}

.title .text {
    width: 143px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000;
}

.modal-cantidad-placas .control-placas {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 16px;
    gap: 4px;
    width: 100%;
    height: 48px;
}

.control-placas .btn-container {
    width: 48px;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-container .btn-sumar, 
.btn-container .btn-restar {
    width: 37.5px;
    height: 37.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #333;
    border-radius: 8px;
    position: relative;
}

.btn-sumar i, .btn-restar i {
    width: 78%;
    height: 78%;
    border: 3px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-restar::after, .btn-sumar::after, .btn-sumar::before {
    content: "";
    position: absolute;
    border-radius: 3px;
}

.btn-restar::after {
    width: 11.25px;
    height: 3px;
    background-color: #DA3849;
}

.btn-sumar::after {
    width: 11.25px;
    height: 3px;
    background-color: #1F9957;
    inset: 0;
    margin: auto;
}

.btn-sumar::before {
    width: 3px;
    height: 11.25px;
    background-color: #1F9957;
    inset: 0;
    margin: auto;
}

.control-placas .input-cantidad-placas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    width: 164px;
    height: 37.5px;
    background: #FFF;
    border: 3px solid #333;
    border-radius: 8px;
}

.modal-monto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
    width: 300px;
    height: auto;
    flex-grow: 0;
    z-index: 2;
}

.modal-monto .total {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 8px 0; */
    width: 268px;
    height: auto;
    color: #333;
    font-weight: 400;
    font-style: normal;
    border-radius: 8px;
}

.total .text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 8px;
}

.total .text-monto {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    line-height: 43px;
}

.modal-acciones {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    gap: 8px;
    width: 300px;
    height: 64px;
    flex-grow: 0;
    z-index: 3;
}

.modal-acciones .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 10px;
    width: 130px;
    height: 32px;
    border-radius: 4px;
    flex-grow: 1;
}

.modal-confirm-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 0;
    color: #333333;
    width: 300px;
    height: auto;
    flex-grow: 0;
    z-index: 2;
}

.modal-confirm-container .caballo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
    width: 300px;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-confirm-container .caballo-seleccionado {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    width: 268px;
    height: auto;
    font-weight: 400;
    font-style: normal;
    border-radius: 8px;
}

.modal-confirm-container .caballo-seleccionado .title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 8px;
}

.modal-confirm-container .caballo-seleccionado .name-caballo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    line-height: 43px;
}

.opacity {
    opacity: 0.7;
}

.modal-content.oferta-apuesta .modal-container-options {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 0px;
    width: 300px;
    height: 300px;
    z-index: 2;
}

.modal-content.oferta-apuesta .modal-container-message {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    width: 300px;
    height: 60px;
    z-index: 2;
    text-align: center;
    line-height: normal;
}

.modal-container-options .options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 300px;
    height:390px;
    border-radius: 8px;
}

.modal-container-options .options label {
    width: 160px;
    height: 10px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
}

.modal-container-options .options .checkbox-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width: 104px;
    height: 245px;
}

.checkbox-container .checkbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width: 104px;
    height: 118px;
}

.checkbox-container .checkbox label {
    width: 64px;
    height: 22px;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.checkbox-container .checkbox input[type="radio"] {
    appearance: none;
    width: 25.5px;
    height: 25.5px;
    border: 2px solid #333333;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox-container .checkbox input[type="radio"]:checked {
    background-color: #1F9957;
    border-color: #1F9957;
}

.checkbox-container .checkbox input[type="radio"]:checked::before {
    content: "✓";
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-container .checkbox {
    flex-direction: row;
    align-items: center;
    width: auto;
    height: auto;
}

.checkbox-container .checkbox input[type="radio"] {
    flex-shrink: 0;
}

.checkbox-container .checkbox label {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    gap: 4px;
}

.checkbox-container .checkbox .check-container {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-carreras {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    width: 360px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 12px 5px rgba(0, 0, 0, 0.03), 
                0px 7px 4px rgba(0, 0, 0, 0.1), 
                0px 3px 3px rgba(0, 0, 0, 0.17), 
                0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.modal-carreras .modal-caballos {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 344px;
    /* height: 82px; */
    height: auto;
    border-radius: 4px;
    position: relative;
}

.modal-carreras .modal-caballos .datos-caballo {
    display: flex;
    align-items: center;
    /* width: 233px; */
    /* height: 27px; */
    width: 100%;
    height: auto;
    border-radius: 4px;
    gap: 4px;
    margin: 8px;
}

.modal-carreras .modal-caballos .acciones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    width: 79px;
    height: 66px;
    font-family: 'Poppins';

    .reservar, 
    .otra-accion {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px;
        gap: 10px;
        width: 79px;
        min-width: 79px;
        height: 31px;
        border-radius: 4px;
        font-size: 10px;
    }

    .reservar {
        background: #1F9957;
    }

    .otra-accion {
        background: #FFFFFF;
        color: #000000;
        border: 1px solid rgba(0, 0, 0, 0.5);
    }
}

.modal-carreras .modal-caballos .numero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #5A5A5A;
    border-radius: 4px 0px;
    z-index: 2;

    label {
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
    }
}

.modal-carreras .modal-caballos .datos-caballo .info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 148px;
    /* height: 27px; */
    height: auto;
    margin-top: 12px;

    .datos {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 100%;
        /* height: 27px; */
        height: auto;

        .name-caballo, 
        .estado {
            width: 127px;
            font-family: 'Bebas Neue';
            font-weight: 400;
        }

        .name-caballo {
            height: auto;
            width: 100%;
            line-height: 110%;
            color: #000000;
        }

        .estado {
            height: 10px;
            font-size: 14px;
            color: #1F9957;
        }

        label[data-estado="Vendido"] {
            color: #CF1A1D;
        }
    }
}

.modal-carreras .modal-caballos .datos-caballo .monto {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    width: 90px;
    height: 20px;

    label {
        width: 90px;
        height: 20px;
        font-family: 'Bebas Neue';
        font-weight: 400;
        font-size: 28px;
        text-align: right;
        color: #000000;
    }
}

.name-date {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 469px;
    height: auto;
    color: #333;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
    max-height: 100%;
}

.name-date .name {
    height: auto;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
}

.name-date .datetime {
    height: 11px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 769px) and (max-width: 1199px) {
    .row .content-apuestas-carreras {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

.modal-carreras .modal-caballos.total-monto {
    flex-direction: row;
    align-items: center;
    margin-top: 6px;
    gap: 16px;
    height: 47px;
    background: #1F9957;
    border-radius: 0px 0px 4px 4px;
}

.modal-carreras .modal-caballos .datos-caballo .info .datos .name-caballo.total-title {
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}

.modal-carreras .modal-caballos .datos-caballo .monto.total-monto label {
    line-height: 65%;
    color: #FFFFFF;
}

/*  */

.alert-cargaSaldo {
    background: #f5fada;
    border-radius: 6px;
}

.card-addSaldo{
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0 !important;
}

.card-addSaldo p, .btnpago, .textinfow{
    color: #000;
}

.card-addSaldo h3{
    padding: 3% 5% !important;
    margin-bottom: 0;
    text-transform: capitalize;
}

.card-saldo-title{
    padding: 0 5% !important;
}

.cardPl td{
    padding-left: 5%;
}

.cardPr{
    text-align: end;
    padding-right: 5% !important;
}

.ch2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.btn_pagoPar{
    display: flex;
    align-items: flex-end;
}

.btn-send{
    font-size: 16px;
    padding: 3% 0;
    background: #129A54;
}

#form-transferencia input, #form-rs-tigoMoney input{
   border: solid 2px;
}

.filaForm{
    background-color: #F6F5F2;
}

.cardShadow{
    box-shadow: 0px 18px 7px rgba(0, 0, 0, 0.01), 0px 10px 6px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
/* apuestas */

#expiracion-modal {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}

#expiracion-modal option, #expiracion-modal option:checked {
    font-weight: normal;
    text-transform:capitalize;
    font-size: 15px;
}

#expiracion-modal option:checked{
    font-size: 20px;
}

.exp-dialog{
    left: 5%;
}
@media screen and (max-width: 900px) {
    .exp-dialog {
        left: 8%;
    }
}

.copy-container {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

p.copy-container {
    display: block ruby;
}

.copy-btn {
    font-size: 14px;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border-color: #6c757d;
}

td.fw-bold.cardPr {
    padding-right: 3% !important;
    padding-left: 3% !important;
}

.copy-btn:active {
    background-color: #28a745 !important;
    color: white !important;
}

.tooltip-inner {
    background-color: #28a745;
    color: white;
}

.tooltip.show {
    opacity: 1;
}

.wrapper-disabled input:disabled {
    pointer-events: none;
}

#confirm_password_box {
    position: relative;
}

#confirm_password_box .look {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.texto-otro-monto {
    font-size: 12px !important;
}

.input-otro-monto {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    gap: 4px;
}

.placas-disponibles {
    display: flex;
    flex-direction: column;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    gap: 0.5px;
    width: 100%;
}

.btn-celular {
  display: none;
}

.btn-outline-danger.btn-celular {
  background-color: white !important;
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-outline-danger.btn-celular:hover,
.btn-outline-danger.btn-celular:focus,
.btn-outline-danger.btn-celular:active,
.btn-outline-danger.btn-celular:focus:active,
.btn-outline-danger.btn-celular:focus-visible {
  background-color: white !important;
  color: #dc3545 !important;
  border-color: #dc3545 !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-outline-success.btn-celular {
  background-color: white !important;
  color: #198754 !important;
  border-color: #198754 !important;
}

.btn-outline-success.btn-celular:hover,
.btn-outline-success.btn-celular:focus,
.btn-outline-success.btn-celular:active,
.btn-outline-success.btn-celular:focus:active,
.btn-outline-success.btn-celular:focus-visible {
  background-color: white !important;
  color: #198754 !important;
  border-color: #198754 !important;
  box-shadow: none !important;
  outline: none !important;
}

.video-responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 por defecto */
    overflow: hidden;
}

.video-responsive.ratio-16by9 {
    padding-bottom: 56.25%;
}

.video-responsive.ratio-9by16 {
    padding-bottom: 177.77%; /* TikTok (9:16) */
    max-width: 325px;
    margin: 0 auto;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 576px) {
    .video-responsive.ratio-9by16 {
        padding-bottom: 115.77%;
        max-width: 400px;
    }
}

.bootstrap-table .filter-control input {
    border: 1px solid #6c757d;
    width: 95% !important;
}