    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Source Sans 3", sans-serif;
        /*Navbar colors*/
        --ob-nav-text-color: #333333;
        --ob-nav-bg-color: #fff;
        /*color primary*/
        --theme-primary-50: #F4F2E6;
        --theme-primary-100: #E3DECA;
        --theme-primary-200: #D0C7A6;
        --theme-primary-300: #BCAE81;
        --theme-primary-400: #ABA06A;
        --theme-primary-500: #BAAD72;
        --theme-primary-600: #9F955D;
        --theme-primary-700: #837A48;
        --theme-primary-800: #675F34;
        --theme-primary-900: #494221;
        --theme-primary-A100: #FFF8B0;
        --theme-primary-A200: #FFF07D;
        --theme-primary-A400: #FFD93A;
        --theme-primary-A700: #FFC000;

        --theme-primary-contrast-50: #212121;
        --theme-primary-contrast-100: #212121;
        --theme-primary-contrast-200: #212121;
        --theme-primary-contrast-300: #212121;
        --theme-primary-contrast-400: #212121;
        --theme-primary-contrast-500: #212121;
        --theme-primary-contrast-600: #212121;
        --theme-primary-contrast-700: #FFFFFF;
        --theme-primary-contrast-800: #FFFFFF;
        --theme-primary-contrast-900: #FFFFFF;
        --theme-primary-contrast-A100: #212121;
        --theme-primary-contrast-A200: #212121;
        --theme-primary-contrast-A400: #212121;
        --theme-primary-contrast-A700: #212121;

    }

    /*Ajuste logo navbar*/
    mat-toolbar.mat-toolbar.ob-top-bar.flex img.logo {
        width: 14rem;
    }

    /*Banner search only on billboard*/
    ob-page-events .filter-container {
        background-color: #001C4C !important;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #001C4C !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;
    }

    /*Mobile*/
    /*ajuste logo navbar*/
    @media only screen and (max-width: 40.063em) {
        mat-toolbar.mat-toolbar.ob-top-bar.flex img.logo {
            width: 12rem;
        }
    }

    /*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;
    }