/*import*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Fira Sans", sans-serif;

    /*Sidenav*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #0b0a17;

    /*Active button sidenav*/
    --ob-nav-list-active-text-color: #FFF;
    --ob-nav-list-active-bg-color: #1A2852;

    /*Topbar inside*/
    --ob-custom-nav-bg-color: #1A2852;
    --ob-custom-nav-text-color: #fff;

    /*Topbar login*/
    --ob-public-nav-bg-color: #1A2852;
    --ob-public-nav-text-color: #fff;

    /*color primary*/
    --theme-primary-50: #fff7e0;
    --theme-primary-100: #ffebb3;
    --theme-primary-200: #ffdd80;
    --theme-primary-300: #ffce4d;
    --theme-primary-400: #ffc426;
    --theme-primary-500: #ffbb00;
    --theme-primary-600: #ffb500;
    --theme-primary-700: #ffad00;
    --theme-primary-800: #ffa500;
    --theme-primary-900: #ff9700;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #ffeecd;
    --theme-primary-A400: #ffd79a;
    --theme-primary-A700: #ffcc80;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --theme-primary-contrast-400: #000000;
    --theme-primary-contrast-500: #000000;
    --theme-primary-contrast-600: #000000;
    --theme-primary-contrast-700: #000000;
    --theme-primary-contrast-800: #000000;
    --theme-primary-contrast-900: #000000;
    --theme-primary-contrast-A100: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
    /*Obfooter: logo filter*/
    --ob-custom-logo-filter: brightness(20);

}

/*==========================================
    INDEX
    1) Top Bar
    2) OB Footer
==========================================*/

/*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) OB Footer
--------------------------------------------*/

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

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

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