@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
/* Set the primary font for the website theme */

:root {
    /* Mandatory style variables: */
    --theme-font-family: "Roboto Flex", sans-serif;
    --ob-nav-text-color: #FFFFFF;
    /* Define the text color for the Top bar */
    --ob-nav-bg-color: #0032A0;
    /* Define the background color for the Top bar */

    /*color primary*/
    --theme-primary-50: #E7EBF3;
    --theme-primary-100: #C2CDE0;
    --theme-primary-200: #9AAECF;
    --theme-primary-300: #718FBD;
    --theme-primary-400: #5277B0;
    --theme-primary-500: #05163A;
    /*Brand color*/
    --theme-primary-600: #2C5495;
    --theme-primary-700: #244684;
    --theme-primary-800: #1D3973;
    --theme-primary-900: #05163A;
    --theme-primary-A100: #A3C4FF;
    --theme-primary-A200: #5A96FF;
    --theme-primary-A400: #1E6FFF;
    --theme-primary-A700: #004CDB;

    --theme-primary-contrast-50: #05163A;
    --theme-primary-contrast-100: #05163A;
    --theme-primary-contrast-200: #05163A;
    --theme-primary-contrast-300: #FFFFFF;
    --theme-primary-contrast-400: #FFFFFF;
    --theme-primary-contrast-500: #FFFFFF;
    /*Contast Brand color*/
    --theme-primary-contrast-600: #FFFFFF;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #05163A;
    --theme-primary-contrast-A200: #FFFFFF;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
}

/*Foooter a color adhoc*/
/*Dark version subfooter*/

/*Background subfooter*/
ob-footer.main-footer {
    background-color: #FFFFFF !important;
}

/*Color links subfooter & copyright*/
ob-footer .ob-link,
ob-footer.main-footer span.footer-copyright,
.footer-links button {
    color: #05163A !important;
}

/*Button language links subfooter*/
/*Language & icon*/
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #05163A !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#05163A !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: #05163A;
}

ob-footer#desktop-footer {
    background-image: url('https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/Dep_Alaves/assets/bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

ob-footer#desktop-footer footer {
    background-color: transparent !important;
}
/*custom text discount sessions ID*/