@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.contenedor-boletos{
    justify-content: center!important;
    max-height: 400px;
    overflow-y: auto; /* Scroll vertical */
    overflow-x: hidden; /* Oculta scroll horizontal */
}

.comprando {
    color: #212121;font-size: 1.1em;font-weight: 500;background-color: #e0e0e0;
}

.bono {
    color: #474747;
    font-size: 1.6em;
    font-weight: 700;
}