/*import*/
@import url('https://fonts.googleapis.com/css2?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 {
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #1A1A1A;
    /*color primary*/
    --theme-primary-50: #E0E0E0;
    --theme-primary-100: #B3B3B3;
    --theme-primary-200: #808080;
    --theme-primary-300: #4D4D4D;
    --theme-primary-400: #262626;
    --theme-primary-500: #1A1A1A;
    --theme-primary-600: #1A1A1A;
    --theme-primary-700: #1A1A1A;
    --theme-primary-800: #1A1A1A;
    --theme-primary-900: #1A1A1A;
    --theme-primary-A100: #A6A6A6;
    --theme-primary-A200: #8C8C8C;
    --theme-primary-A400: #737373;
    --theme-primary-A700: #666666;
    --theme-primary-contrast-50: #1A1A1A;
    --theme-primary-contrast-100: #1A1A1A;
    --theme-primary-contrast-200: #1A1A1A;
    --theme-primary-contrast-300: #1A1A1A;
    --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: #1A1A1A;
    --theme-primary-contrast-A200: #1A1A1A;
    --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;
}

/*Remove background image in header event - 1 de junio de 2025*/
div#eventId-38265 ob-event-header#event-header .event-main-header {
    background-image: none !important;
}

/*Add color to event header- 1 de junio de 2025*/
div#eventId-38265 .event-main-header .page-header-blur {
    background: #fff !important;
}

/*Change color of title and subtitle - 1 de junio de 2025*/
div#eventId-38265 h1.title,
div#eventId-38265 h2.subtitle {
    color: #1A1A1A;
}

/*Force color icon back header evento*/
.event-main-header mat-icon.mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
    color: #1A1A1A !important;
}