/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    /*Typographic Font*/
    --theme-font-family: "Lato", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #181733;
    /*Color Primary*/
    --theme-primary-50: #BDCFFF;
    --theme-primary-100: #7097FE;
    --theme-primary-200: #396EFE;
    --theme-primary-300: #0142EE;
    --theme-primary-400: #0139CF;
    --theme-primary-500: #0131B1;
    --theme-primary-600: #012993;
    --theme-primary-700: #012074;
    --theme-primary-800: #001856;
    --theme-primary-900: #000F37;
    --theme-primary-A100: #B2C7FF;
    --theme-primary-A200: #4C7DFF;
    --theme-primary-A400: #003EE5;
    --theme-primary-A700: #0037CB;
    /*Color contrast*/
    --theme-primary-contrast-50: #252525;
    --theme-primary-contrast-100: #252525;
    --theme-primary-contrast-200: #FFFFFF;
    --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-A10: #252525;
    --theme-primary-contrast-A200: #FFFFFF;
    --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;
}

/*Cambiar direccion en header-SELECCION BUTACA*/
eventId-54647 .page-header-blur ob-event-location-venue {
    font-size: 0px !important;
}

eventId-54647 .page-header-blur ob-event-location-venue:after {
    font-size: 14px !important;
    content: "Av. del Carrilet, 235, L'Hospitalet de Llo...";
    position: absolute;
    top: 50%;
    transform: translateY(40%);
}

@media only screen and (max-width: 40.063em) {
    eventId-54647 .page-header-blur ob-event-location-venue {
        font-size: 0px !important;
    }

    eventId-54647 .page-header-blur ob-event-location-venue:after {
        font-size: 14px !important;
        content: "Av. del Carrilet, 235, 08907...";
        position: absolute;
        top: 55%;
        transform: translateY(40%);
    }
}

/*Cambiar direccion en header-SELECCIONAR FECHA*/
ob-page-event #eventId-54647 ob-event-location-venue {
    font-size: 0px !important;
}

ob-page-event #eventId-54647 ob-event-location-venue:after {
    font-size: 14px !important;
    content: "Av. del Carrilet, 235, L'Hospitalet de Llobregat" !important;
    font-size: 14px !important;
    position: absolute;
    top: 87%;
    transform: translateY(40%);
}

@media only screen and (max-width: 40.063em) {
    ob-page-event #eventId-54647 ob-event-location-venue {
        font-size: 0px !important;
    }

    ob-page-event #eventId-54647 ob-event-location-venue:after {
        font-size: 14px !important;
        content: "Av. del Carrilet, 235, L'Hospitalet de Llobregat" !important;
        font-size: 14px !important;
        position: absolute;
        top: 85%;
        transform: translateY(40%);
    }
}