    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        /*Navbar colors*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #000000;
        /*color primary*/
        --theme-primary-50: #feeeea;
        --theme-primary-100: #fde6e0;
        --theme-primary-200: #fccbbf;
        --theme-primary-300: #f4572f;
        --theme-primary-400: #dc4e2a;
        --theme-primary-500: #f4572f;
        --theme-primary-600: #c34626;
        --theme-primary-700: #b74123;
        --theme-primary-800: #92341c;
        --theme-primary-900: #000000;
        --theme-primary-A100: #fde6e0;
        --theme-primary-A200: #fccbbf;
        --theme-primary-A400: #dc4e2a;
        --theme-primary-A700: #c34626;
        /*color contrast*/
        --theme-primary-contrast-50: #000000;
        --theme-primary-contrast-100: #000000;
        --theme-primary-contrast-200: #000000;
        --theme-primary-contrast-300: #FFFFFF;
        --theme-primary-contrast-400: #FFFFFF;
        --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: #000000;
        --theme-primary-contrast-A200: #000000;
        --theme-primary-contrast-A400: #FFFFFF;
        --theme-primary-contrast-A700: #FFFFFF;
        --ob-channel-header-height: 80px;
    }

    /* --> Specific CSS goes HERE <--*/
    /*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: #b1b1b161;
    }

    /*Custom Header*/
    .custom-header {
        height: 80px;
        background-color: #000000;
    }

    .custom-header img {
        width: 100%;
    }

    /*Banner search*/
    ob-page-events .filter-container {
        background-color: #000000 !important;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #000000 !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 {
        filter: brightness(20) !important;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }

    /*Mobile*/
    @media only screen and (max-width: 40.063em) {
        .custom-header {
            display: none !important;
        }
    }

    /*Esconder PRESHOW zona de precio ---EVENTO 45581 HOUDINI--*/
    .eventId-45581 ob-pricezone-box.filter-pz.interactive:last-child {
        display: none;
    }

    /*Forzar Flexiticket "Flexiticket" dentro de ficha horario 0:00 en calendario en evento-44693 hasta el 11 de enero 2026*/
    #eventId-44693 div[data-testid="time-card"][aria-label="0:00"] .title::after,
    #eventId-44693 div[data-testid="time-card"][aria-label="12:00 AM"] .title::after {
        content: "Flexiticket";
        font-size: 16px;
        color: #414141;
    }

    #eventId-44693 div[data-testid="time-card"][aria-label="0:00"] .title,
    #eventId-44693 div[data-testid="time-card"][aria-label="12:00 AM"] .title {
        font-size: 0px;
        color: white;
    }

    /*Ocultar "maximo de entradas" en evento de 20 Nov a 11 Enero, por zona de precio.*/
    ob-page-select-locations.eventId-44693 .item-pz-309216 span.ob-message-box.info,
    ob-page-select-locations.eventId-44693 .item-pz-309217 span.ob-message-box.info,
    ob-page-select-locations.eventId-44693 .item-pz-309218 span.ob-message-box.info,
    ob-page-select-locations.eventId-44693 .item-pz-309219 span.ob-message-box.info,
    ob-page-select-locations.eventId-44693 .item-pz-309220 span.ob-message-box.info,
    ob-page-select-locations.eventId-44693 .item-pz-309221 span.ob-message-box.info {
        display: none !important;
    }