/*import*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --theme-font-family: "Montserrat", sans-serif;

    /*Sidenav*/

    /*Active button sidenav*/
    --ob-nav-list-active-text-color: #fff;
    --ob-nav-list-active-bg-color: #B1513F;
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #1a1a1a;
    --ob-nav-bg-color: #fff;

    /*color primary*/
    --theme-primary-50: #F6EAEC;
    --theme-primary-100: #E9CAD1;
    --theme-primary-200: #D9A6B2;
    --theme-primary-300: #C98293;
    --theme-primary-400: #BD6979;
    --theme-primary-500: #B1513F;
    --theme-primary-600: #A94A39;
    --theme-primary-700: #A04031;
    --theme-primary-800: #96372A;
    --theme-primary-900: #86271D;
    --theme-primary-A100: #E9CAD1;
    --theme-primary-A200: #D9A6B2;
    --theme-primary-A400: #BD6979;
    --theme-primary-A700: #A04031;

    --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: #212121;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
    /*Obfooter: logo filter*/
    --ob-custom-logo-filter: brightness(20);
}

/********* 
INDEX
0 - GENERAL
1 - NAVBAR
2 - LOGIN
3 - FOOTER
*********/

/*Footer*/
ob-footer.main-footer {
    background-color: #B1513F;
}

/*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;
    font-weight: 400;
}

/*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;
}

.empty-description a[href*="chrome"] {
    display: none !important;
}

.empty-description a[href*="firefox"] {
    display: none !important;
}

.empty-description a[href*="safari"] {
    display: none !important;
}