/*import*/
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap');

:root {
    --ob-custom-logo-filter: brightness(80); 
    /*Fonts*/
    --theme-font-family: "Roboto", serif;
    --ob-custom-nav-bg-color: #fff !important;
    --ob-custom-nav-text-color: #212121 !important;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #212121;
   
    /*color primary*/
    --theme-primary-50: #e4e4e4;
    --theme-primary-100: #bbbbbb;
    --theme-primary-200: #8d8d8d;
    --theme-primary-300: #5f5f5f;
    --theme-primary-400: #3d3d3d;
    --theme-primary-500: #1b1b1b;
    --theme-primary-600: #181818;
    --theme-primary-700: #141414;
    --theme-primary-800: #101010;
    --theme-primary-900: #080808;
    --theme-primary-A100: #ee6969;
    --theme-primary-A200: #e93b3b;
    --theme-primary-A400: #f10000;
    --theme-primary-A700: #d70000;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --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: #212121;
    --theme-primary-contrast-A200: #FFFFFF;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
}

/********* 
INDEX
1 - NAVBAR
2 - FOOTER
*********/

/********* 
1 - NAVBAR
*********/

/*borde del navbar*/
.mat-toolbar {
  background-color: var(--ob-nav-bg-color);
  border-bottom: 5px solid #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;
}

/********* 
2 - FOOTER
*********/

/*Footer*/
#desktop-footer {
    background-color: #1b1b1b;
}

/*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: #ffffff !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #ffffff !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#ffffff !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #ffffff;
}