
    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
    :root {
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%23ff0077*/  
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #000;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50: #e1ebf2;
    --theme-primary-100: #b5cddf;
    --theme-primary-200: #84acca;
    --theme-primary-300: #528ab4;
    --theme-primary-400: #2d71a4;
    --theme-primary-500: #085894;
    --theme-primary-600: #07508c;
    --theme-primary-700: #064781;
    --theme-primary-800: #043d77;
    --theme-primary-900: #022d65;
    --theme-primary-A100: #95baff;
    --theme-primary-A200: #6299ff;
    --theme-primary-A400: #2f78ff;
    --theme-primary-A700: #1568ff;
    /*color contrast*/
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --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: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
    }
/* --> Specific CSS goes HERE <--*/
.logo-baila img {
    height: 4rem;
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #085894 !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; 
}
/*Powered by*/
/*Logo ONEBOX*/
ob-footer.main-footer img[src="assets/onebox.svg"] {
    filter: brightness(20) !important ;
}
/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}
/*buttons primary adhoc*/
ob-button>.mat-mdc-icon-button.flat.mat-primary:hover:not(:disabled), ob-button>.mat-primary.mat-mdc-unelevated-button:hover{
    background:#48adb0!important;
    color:#fff!important; 
}