    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    /*Fonts*/
    --theme-text-2: #031419;
    --theme-text-1: #031419;
    --theme-font-family:  "Montserrat", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/ 
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #06232c; 
    /*color primary*/
    --theme-primary-50: #d4eeff;
    --theme-primary-100: #88cfff;
    --theme-primary-200: #50b9ff;
    --theme-primary-300: #089cff;
    --theme-primary-400: #008be9;
    --theme-primary-500: #0079ca;
    --theme-primary-600: #0067ab;
    --theme-primary-700: #00548d;
    --theme-primary-800: #00426e;
    --theme-primary-900: #2c4751;
    --theme-primary-A100: #caeaff;
    --theme-primary-A200: #64c1ff;
    --theme-primary-A400: #0098fd;
    --theme-primary-A700: #0088e3;
    /*color contrast*/
    --theme-primary-contrast-50: #031419;
    --theme-primary-contrast-100: #031419;
    --theme-primary-contrast-200: #031419;
    --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: #031419;
    --theme-primary-contrast-A200: #031419;
    --theme-primary-contrast-A400: #ffffff;
    --theme-primary-contrast-A700: #ffffff;
    }
/* --> Specific CSS goes HERE <--*/
/*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; 
}
/*Buttons*/
.main-container button {
    border-radius: 50px !important;
}
/*Button cookies*/
.mdc-dialog__container button.all.mdc-button.mdc-button--unelevated.mat-mdc-unelevated-button.mat-primary.mat-mdc-button-base {
    border-radius: 50px !important;
}
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #000000 !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; 
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}

/*logo FEVER en BLANCO*/
/*Force powered by fever*/
.fever-logo {
    display: block !important;
    filter: brightness(20) !important;
}
.onebox-logo {
    display: none
}