@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #000;
    /*Color primary*/
    --theme-primary-50: #E9E9E9;
    --theme-primary-100: #C4C4C4;
    --theme-primary-200: #9F9F9F;
    --theme-primary-300: #7A7A7A;
    --theme-primary-400: #5A5A5A;
    --theme-primary-500: #242424;
    --theme-primary-600: #1F1F1F;
    --theme-primary-700: #191919;
    --theme-primary-800: #141414;
    --theme-primary-900: #0A0A0A;
    --theme-primary-A100: #C4C4C4;
    --theme-primary-A200: #9F9F9F;
    --theme-primary-A400: #5A5A5A;
    --theme-primary-A700: #3E3E3E;
    --theme-primary-contrast-50: #0A0A0A;
    --theme-primary-contrast-100: #0A0A0A;
    --theme-primary-contrast-200: #0A0A0A;
    --theme-primary-contrast-300: #F2F2F2;
    --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: #0A0A0A;
    --theme-primary-contrast-A200: #0A0A0A;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
    /*Fuente cliente*/
    --theme-font-family: "Lato", sans-serif;
}

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

/*Ocultar botón "acceso socios" en top bar*/
mat-toolbar ob-login {
    display: none;
}