    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

    :root {
        /*Fonts*/
        --theme-text-2: #222325;
        --theme-text-1: #222325;
        --theme-font-family: "Open Sans", sans-serif;
        /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
        /*Navbar Colors*/
        --ob-nav-text-color: #222325;
        --ob-nav-bg-color: #fff;
        /*color primary*/
        --theme-primary-50: #fff3f3;
        --theme-primary-100: #ffe0e0;
        --theme-primary-200: #ffcccc;
        --theme-primary-300: #ffb8b8;
        --theme-primary-400: #ffa8a8;
        --theme-primary-500: #ff9999;
        --theme-primary-600: #ff9191;
        --theme-primary-700: #ff8686;
        --theme-primary-800: #ff7c7c;
        --theme-primary-900: #ff6b6b;
        --theme-primary-A100: #fff;
        --theme-primary-A200: #fff;
        --theme-primary-A400: #fff;
        --theme-primary-A700: #fff;
        --theme-primary-contrast-50: #222325;
        --theme-primary-contrast-100: #222325;
        --theme-primary-contrast-200: #222325;
        --theme-primary-contrast-300: #222325;
        --theme-primary-contrast-400: #222325;
        --theme-primary-contrast-500: #222325;
        --theme-primary-contrast-600: #222325;
        --theme-primary-contrast-700: #222325;
        --theme-primary-contrast-800: #222325;
        --theme-primary-contrast-900: #222325;
        --theme-primary-contrast-A100: #222325;
        --theme-primary-contrast-A200: #222325;
        --theme-primary-contrast-A400: #222325;
        --theme-primary-contrast-A700: #222325;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #303036 !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;
    }

    /*Logo Powered by*/
    ob-footer.main-footer img {
        filter: brightness(20) !important;
    }

    /*Hide logo Onebox*/
    img.onebox-logo {
        display: none;
    }

    /*Show logo fever*/
    img.fever-logo {
        display: block !important;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }
    /*Ocultar apartado tickets de temporada>Liberar asiento*/
ob-season-ticket .mat-mdc-tab-links a#tab-season-ticket-release-seat {
  display: none;
}

/*Ocultar apartado tickets de temporada>Mi saldo*/
ob-season-ticket .mat-mdc-tab-links a#tab-season-ticket-balance {
  display: none;
}