    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Raleway", sans-serif;
        /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
        /*Navbar colors*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #2a2a32;
        /*color primary*/
        --theme-primary-50: #fbe8ea;
        --theme-primary-100: #f7cdd2;
        --theme-primary-200: #f09aa3;
        --theme-primary-300: #e66272;
        --theme-primary-400: #d43748;
        --theme-primary-500: #A71930;
        --theme-primary-600: #95152a;
        --theme-primary-700: #831225;
        --theme-primary-800: #6f0e1f;
        --theme-primary-900: #51030d;
        --theme-primary-A100: #ffd6d9;
        --theme-primary-A200: #ff9ca3;
        --theme-primary-A400: #ff626e;
        --theme-primary-A700: #ff2f42;

        /* Color de contraste */
        --theme-primary-contrast-50: #252a30;
        --theme-primary-contrast-100: #252a30;
        --theme-primary-contrast-200: #252a30;
        --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: #252a30;
        --theme-primary-contrast-A200: #252a30;
        --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: #b1b1b161;
    }

    /*Banner search only on billboard*/
    ob-page-events .filter-container {
        background-color: #A71930 !important;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #2a2a32 !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;
    }