@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #1a1a1a;
    --ob-nav-bg-color: #FFD500;
    /*color primary*/
    --theme-primary-50: #E3E9F7;
    --theme-primary-100: #B9C9EC;
    --theme-primary-200: #8AA6E0;
    --theme-primary-300: #5B83D4;
    --theme-primary-400: #3769CA;
    --theme-primary-500: #063CA5;
    --theme-primary-600: #053696;
    --theme-primary-700: #042E83;
    --theme-primary-800: #032670;
    --theme-primary-900: #021954;
    --theme-primary-A100: #84A4FF;
    --theme-primary-A200: #5180FF;
    --theme-primary-A400: #1E5CFF;
    --theme-primary-A700: #0449F2;

    --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;

}

/*Correccion del tamano de la imagen de fondo en el login, esta regla asegura que la imagen no se desborde ni rompa el diseno visual*/
.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/udlaspalmas/img/background.webp');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #232729 !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;
}

/*Color logo onebox*/
ob-footer.main-footer img {
    filter: brightness(20) !important;
}

/*ajuste tamano logo navbar*/
mat-toolbar.mat-toolbar.NORMAL img.logo {
    height: 3rem;
}