/*import*/
@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 {
    /*Fonts*/
    --theme-font-family: "Lato", sans-serif;
    /*Top bar: internal section*/
    --ob-custom-nav-text-color: #231F20;
    --ob-custom-nav-bg-color: #fff;
    /*Sidenav*/
    --ob-nav-text-color: #FFF;
    --ob-nav-bg-color: #231F20;
    /*Active button in sidenav*/
    --ob-nav-list-active-text-color: #fff;
    --ob-nav-list-active-bg-color: #87847d;
    /*color primary*/
    --theme-primary-50: #f4f4f3;
    --theme-primary-100: #e4e3e1;
    --theme-primary-200: #d3d2cd;
    --theme-primary-300: #c1c0b9;
    --theme-primary-400: #a6a49b;
    --theme-primary-500: #87847d;
    --theme-primary-600: #797670;
    --theme-primary-700: #62605b;
    --theme-primary-800: #4c4a46;
    --theme-primary-900: #343330;

    --theme-primary-A100: #edece8;
    --theme-primary-A200: #c8c6bf;
    --theme-primary-A400: #a39f97;
    --theme-primary-A700: #8a867f;

    --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: #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: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #ffffff;

    /*Obfooter: logo filter*/
    --ob-custom-logo-filter: brightness(20);
}

/*---------------------------
    INDEX
    1) ObFoter
-----------------------------*/

/*---------------------------
    1) ObFoter
-----------------------------*/

ob-footer.main-footer {
    background-color: #231F20 !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,
ob-footer.main-footer button.ob-link {
    color: #FFF !important;
}

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