/*import*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --theme-font-family: "Open Sans", serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #1a1a1a;
    --ob-nav-bg-color: #ffff;
    /*color primary*/
    --theme-primary-50: #E1E8F2;
    --theme-primary-100: #B3C3DD;
    --theme-primary-200: #809CC7;
    --theme-primary-300: #4D74B1;
    --theme-primary-400: #26599F;
    --theme-primary-500: #25538C;
    --theme-primary-600: #20497E;
    --theme-primary-700: #1B3D6B;
    --theme-primary-800: #153158;
    --theme-primary-900: #0F2343;
    --theme-primary-A100: #B3C3DD;
    --theme-primary-A200: #809CC7;
    --theme-primary-A400: #26599F;
    --theme-primary-A700: #1B3D6B;

    --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;

}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #25538C !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 {
    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;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#fff !important;
}

/*logo ONEBOX en blanco*/
ob-footer.main-footer img {
    filter: brightness(20) !important;
}