/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

:root {
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%23ffff83*/
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #000;
    --ob-nav-bg-color: #fff;
    /*Color*/
    --theme-primary-50: #FFFFF0;
    --theme-primary-100: #FFFFDA;
    --theme-primary-200: #FFFFC1;
    --theme-primary-300: #FFFFA8;
    --theme-primary-400: #FFFF96;
    --theme-primary-500: #FFEE69;
    --theme-primary-600: #FFFF7B;
    --theme-primary-700: #FFFF70;
    --theme-primary-800: #FFFF66;
    --theme-primary-900: #202021;
    --theme-primary-A100: #FFFFFF;
    --theme-primary-A200: #FFFFFF;
    --theme-primary-A400: #FFFFF8;
    --theme-primary-A700: #FFFFDF;
    --theme-primary-contrast-50: #202021;
    --theme-primary-contrast-100: #202021;
    --theme-primary-contrast-200: #202021;
    --theme-primary-contrast-300: #202021;
    --theme-primary-contrast-400: #202021;
    --theme-primary-contrast-500: #202021;
    --theme-primary-contrast-600: #202021;
    --theme-primary-contrast-700: #202021;
    --theme-primary-contrast-800: #202021;
    --theme-primary-contrast-900: #202021;
    --theme-primary-contrast-A100: #202021;
    --theme-primary-contrast-A200: #202021;
    --theme-primary-contrast-A400: #202021;
    --theme-primary-contrast-A700: #202021;
    /*Tipografia*/
    --theme-font-family: 'Poppins', sans-serif;
    /*Force font weight*/
    --theme-headline-5-font-weight: 300;
    --theme-headline-6-font-weight: 300;
    --theme-subtitle-1-font-weight: 300;
    --theme-body-1-font-weight: 300;
    --theme-body-2-font-weight: 300;
    --theme-caption-font-weight: 300;
    --theme-headline-1-font-weight: 600;
    --theme-headline-2-font-weight: 600;
    --theme-headline-3-font-weight: 600;
    --theme-headline-4-font-weight: 600;
    --theme-button-font-weight: 600;
}

/*Button text*/
ob-button>.mat-primary.mat-mdc-unelevated-button {
    color: #111;
}

/*BOTÓN ATRÁS*/
/*Cambio de color botón atrás*/
.flex.page-header-content mat-icon.mat-icon.notranslate.material-icons {
    color: #fff !important;
}

/*Button more info on event header*/
.page-header-blur span.mdc-button__label {
    color: #fff;
}

/*Icon event sub-header*/
ob-event-sub-header mat-icon.mat-icon.notranslate.mat-primary {
    color: #252525;
}
/*hide desde button in catalog list*/
ob-catalog-list.ng-star-inserted div#catalog-card-price-49967 {
    display:none;
}
/*hide desde button in event*/
.page-event .min-price-card span.price,
.page-event .min-price-card span.title{
    display:none;
}