@import url('https://fonts.googleapis.com/css2?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: #fdc516;
    --ob-nav-bg-color: #212121;
    /*color primary*/
    --theme-primary-50: #FFF8E3;
    --theme-primary-100: #FFEDBA;
    --theme-primary-200: #FFE18C;
    --theme-primary-300: #FFD45E;
    --theme-primary-400: #FFCB3A;
    --theme-primary-500: #fdc516;
    --theme-primary-600: #FFAF13;
    --theme-primary-700: #FF950F;
    --theme-primary-800: #FF7B0B;
    --theme-primary-900: #FF5006;
    --theme-primary-A100: #FFFFFF;
    --theme-primary-A200: #FFEAD7;
    --theme-primary-A400: #FFC9A4;
    --theme-primary-A700: #FFB98A;

    /* 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: #212121;
    --theme-primary-contrast-600: #212121;
    --theme-primary-contrast-700: #212121;
    --theme-primary-contrast-800: #212121;
    --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;
    /*Obfooter: logo filter*/
    --ob-custom-logo-filter: brightness(20);
}

/********* 
INDEX
0 - GENERAL
1 - FOOTER
*********/

/********* 
1 - NAVBAR
*********/

mat-toolbar.mat-toolbar {
    background-color: #212121;
}

/*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;
}

/********* 
1 - FOOTER
*********/
/*Footer*/
#desktop-footer {
    background-color: #212121;
}

/*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: #fdc516 !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #fdc516 !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#fdc516 !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fdc516;
}

/*logo FEVER en BLANCO*/
/*Force powered by fever*/
.onebox-logo {
    display: block !important;
}