    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:ital,wght@0,300..600;1,300..600&display=swap');

    :root {
        --theme-font-family: "Open Sans", sans-serif;
        /*Navbar colors*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #030303;

        /*color */
        --theme-primary-50: #FBEAEA;
        --theme-primary-100: #F3CACA;
        --theme-primary-200: #EAA7A7;
        --theme-primary-300: #E08484;
        --theme-primary-400: #D86A6A;
        --theme-primary-500: #e52a26;
        --theme-primary-600: #AA2D2E;
        --theme-primary-700: #922627;
        --theme-primary-800: #7A1F20;
        --theme-primary-900: #E52724;
        --theme-primary-A100: #FFB3B3;
        --theme-primary-A200: #FF7F7F;
        --theme-primary-A400: #FF4C4C;
        --theme-primary-A700: #FF3333;

        --theme-primary-contrast-50: #030303;
        --theme-primary-contrast-100: #030303;
        --theme-primary-contrast-200: #030303;
        --theme-primary-contrast-300: #030303;
        --theme-primary-contrast-400: #030303;
        --theme-primary-contrast-500: #ffffff;
        --theme-primary-contrast-600: #FFFFFF;
        --theme-primary-contrast-700: #FFFFFF;
        --theme-primary-contrast-800: #FFFFFF;
        --theme-primary-contrast-900: #FFFFFF;
        --theme-primary-contrast-A100: #030303;
        --theme-primary-contrast-A200: #030303;
        --theme-primary-contrast-A400: #FFFFFF;
        --theme-primary-contrast-A700: #FFFFFF;

    }

    /*Button shooping car disabled*/
    mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
        color: #b1b1b180;
    }

    h3,
    h2,
    h1 {
        font-family: "Anton", sans-serif !important;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #E5231F !important;
    }

    /*Color links subfooter & copyright*/
    ob-footer.main-footer,
    ob-footer.main-footer a,
    ob-footer.main-footer span.footer-copyright,
    ob-footer.main-footer span.justify-end {
        color: #fff !important;
    }

    /*Button language links subfooter*/
    /*Language & icon */
    ob-footer.main-footer span.mdc-button__label,
    ob-footer.main-footer mat-icon.mat-icon {
        color: #fff !important;
    }

    /*Border*/
    ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
        border: 1px solid #fff !important;
    }

    /*Powered by*/
    /*Logo ONEBOX*/
    ob-footer.main-footer img[src="assets/onebox.svg"] {
        filter: brightness(20) !important;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }

    /*Text footer adhoc*/
    ob-footer.main-footer a,
    ob-footer.main-footer span {
        font-weight: 400 !important;
    }

    /*Powered by*/
    /*Logo FEVER*/
    ob-footer.main-footer img{
        filter: brightness(20) !important;
    }

    /*Force powered by fever*/
    .fever-logo {
        display: block !important;
    }

    .onebox-logo {
        display: none;
    }

    /* Estilos generales para la página de eventos */
    ob-page-events,
    ob-page-events div.filter-container,
    ob-page-events section.main-container {
        background-color: #030303 !important;
    }

    /* Estilo para los botones del filtro */
    ob-page-events .filter-container ob-button>.mat-mdc-outlined-button:not(:disabled) {
        border: 1px solid #fff !important;
        color: #fff;
    }

    /* Estilo para las tarjetas de catálogo */
    ob-page-events ob-catalog-card .ob-catalog-card .content {
        padding: 1rem !important;
        color: #fff !important;
        background-color: #000;
    }

    /* Estilo para la sección de fechas dentro de las tarjetas de catálogo */
    ob-page-events ob-catalog-card .ob-catalog-card .content .dates,
    ob-page-events ob-catalog-card .ob-catalog-card .content .view-more-info.ob-link {
        color: #fff !important;
    }

    /* Estilo para el título dentro de las tarjetas de catálogo */
    ob-page-events ob-catalog-card .ob-catalog-card .title {
        color: #e43a37 !important;
        text-transform: uppercase;
    }

    /* Código para corregir problemas de accesibilidad en los elementos h1 y h2 */
    h1.ob-heading-sr-only,
    h2.ob-heading-sr-only,
    ob-search-input.search-input mat-icon.mat-icon.notranslate.material-symbols-outlined.mat-icon-no-color,
    button.mdc-icon-button.mat-mdc-icon-button.mat-unthemed.mat-mdc-button-base mat-icon.mat-icon.notranslate.ob-icon.material-symbols-outlined.mat-icon-no-color,
    mat-form-field .mat-icon notranslate.material-symbols-outlined.mat-icon-no-color {
        color: #e43a37 !important;
    }

    /*Soluciona un error en el botón de descarga de Passbook, asegurando que el texto sea visible correctamente.*/
    ob-page-payment-success ob-button>.mat-mdc-unelevated-button.passbook {
        color: white;
    }

    /*Pop up button add to wallet*/
    mat-dialog-container#mat-mdc-dialog-1 ob-button>.mat-mdc-unelevated-button.passbook {
        color: #fff;
    }

    /*Hide "Front" on billboard */
    ob-page-events .min-price-label {
        display: none;
    }

    .ob-catalog-card {
        border: 1px solid #333;
        border-radius: 8px;
        overflow: hidden;
    }

    /*personalizar hora en evento especifico, añadir otra hora*/
    #eventId-50512 ob-event-sub-header .info-item.date:after {
    content: "& 9:30PM";
    }