    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


    :root {
        /*Fonts*/
        --theme-font-family: "Roboto", sans-serif;
        /*Navbar Colors*/
        --ob-nav-text-color: #FFF;
        --ob-nav-bg-color: #091C32;

        /*topbar*/
        --ob-custom-nav-text-color: #FFF;
        --ob-custom-nav-bg-color: #091C32;

        --theme-primary-50: #FDEAEA;
        --theme-primary-100: #FACBC9;
        --theme-primary-200: #F6A7A4;
        --theme-primary-300: #F1837E;
        --theme-primary-400: #ED645F;
        --theme-primary-500: #F02A25;
        --theme-primary-600: #D92521;
        --theme-primary-700: #BE201C;
        --theme-primary-800: #A31B18;
        --theme-primary-900: #7A1211;
        --theme-primary-A100: #FACBC9;
        --theme-primary-A200: #F6A7A4;
        --theme-primary-A400: #ED645F;
        --theme-primary-A700: #BE201C;

        /* CONTRASTES */
        --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: #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: #212121;
        --theme-primary-contrast-A200: #212121;
        --theme-primary-contrast-A400: #212121;
        --theme-primary-contrast-A700: #FFFFFF;


    }

    /*title custom tipography*/
    h3,
    h2 {
        font-family: Orbitron !important;
    }

    /*img navbar*/
    mat-toolbar.mat-toolbar {
        background: url('https://client-dists-resources.s3.amazonaws.com/channels-client/regreso-al-videoclub/assets/FONDO.jpg') no-repeat center/cover !important;
    }

    /*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;
    }

    /*Footer*/
    #desktop-footer {
        background: url('https://client-dists-resources.s3.amazonaws.com/channels-client/regreso-al-videoclub/assets/FONDO.jpg') no-repeat center/cover !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;
        font-weight: 400;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }

    /*Logo ONEBOX*/
    ob-footer.main-footer img {
        filter: brightness(20) !important;
    }