
/*Import fonts*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
:root {
    /*Fonts*/
    --theme-text-2: #101316;
    --theme-text-1: #101316;
    --theme-font-family:  "Cairo", sans-serif;
    /*http://mcg.mbitson.com/#!?mcgpalette0=%23132c6f*/  
     /*Navbar Colors*/
     --ob-nav-text-color: #101316;
     --ob-nav-bg-color: #f1c421;
     /*color primary*/
         --theme-primary-50: #E3E6EE;
         --theme-primary-100: #B8C0D4;
         --theme-primary-200: #8996B7;
         --theme-primary-300: #5A6B9A;
         --theme-primary-400: #364C85;
         --theme-primary-500: #132C6F;
         --theme-primary-600: #112767;
         --theme-primary-700: #0E215C;
         --theme-primary-800: #0B1B52;
         --theme-primary-900: #061040;
         --theme-primary-A100: #7687FF;
         --theme-primary-A200: #435BFF;
         --theme-primary-A400: #102EFF;
         --theme-primary-A700: #001FF6;
         --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: #000000;
}
/*login presale*/
img.presale-logo {
    content: url('//client-dists-resources.oneboxtds.com/channels-client/cadizcf/img/es-ES/logo.svg');
}
.background-blur {
    background-image: url("https://client-dists-resources.s3.amazonaws.com/channels-client/cadizcf/assets/estadio.jpg");
    background-position:50%,50%;
}
/*Body Background*/
body {
    background-color: #f7f9f9;
}
/*Navbar*/
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
    border-bottom: 1px solid #816708;
}
/*Footer*/
app-channel-footer {
    padding: 1rem 0;
    background-color: #052057;
    text-align: center;
}
app-channel-footer img {
    max-width: 3rem;
}
/*Mobile*/
@media (max-width: 599px) {
    app-channel-footer {
        display: none;
    }
}