    /*import*/
/*Fonts*/
/*Fonts*/
@font-face {
    font-family: 'GeogrotesqueCyr-Rg';
    src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/weare93/fonts/GeogrotesqueCyr-Rg.woff2")  format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GeogrotesqueCyr-Bd';
    src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/weare93/fonts/GeogrotesqueCyr-Bd.woff2")  format('woff2');
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: 'GeogrotesqueCyr-Md';
    src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/weare93/fonts/GeogrotesqueCyr-Md.woff2")  format('woff2');
    font-weight: 600;
    font-style: bold;
}   
    :root {
    /*Fonts*/
    --theme-text-2: #000000;
    --theme-text-1: #000000;
    --theme-font-family: "GeogrotesqueCyr-Rg", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/  
    /*Navbar colors*/
    --ob-nav-text-color: #ff170b;
    --ob-nav-bg-color: #041C2C;
    /*color primary*/
    --theme-primary-50: #ffe8e7;
    --theme-primary-100: #ffdcda;
    --theme-primary-200: #ffb7b3;
    --theme-primary-300: #ff170b;
    --theme-primary-400: #e6150a;
    --theme-primary-500: #ff170b;
    --theme-primary-600: #cc1209;
    --theme-primary-700: #bf1108;
    --theme-primary-800: #990e07;
    --theme-primary-900: #730a05;
    --theme-primary-A100: #ffdcda;
    --theme-primary-A200: #ffb7b3;
    --theme-primary-A400: #730a05;
    --theme-primary-A700: #590804;
    /*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;
    }
/*Button shooping car disabled*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color:#b1b1b161; 
}
/*Banner search only on billboard*/
ob-page-events .filter-container {
    background-color: #041C2C !important;
}
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #041C2C !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;
}
/*Titles only billboard*/
ob-page-events .title {
    font-display: "GeogrotesqueCyr-Bd", sans-serif!important;
    font-weight: 700!important;
    color: #ff170b;
}
/*ocultar parche blanco en evento especifico marc marquez*/
.eventId-39063 .parche-marquez {
    display:none;
}