    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Instrument Sans", sans-serif;
        /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
        /*Navbar Colors*/
        --ob-nav-text-color: #4c4c4c;
        --ob-nav-bg-color: #fff;
        /*color primary*/
        --theme-primary-50: #E0F3FC;
        --theme-primary-100: #B3E2F7;
        --theme-primary-200: #80CFF1;
        --theme-primary-300: #4DBCEB;
        --theme-primary-400: #26ADE7;
        --theme-primary-500: #009FE3;
        --theme-primary-600: #0097E0;
        --theme-primary-700: #008DDC;
        --theme-primary-800: #0083D8;
        --theme-primary-900: #0072D0;
        --theme-primary-A100: #F8FCFF;
        --theme-primary-A200: #C5E2FF;
        --theme-primary-A400: #92C8FF;
        --theme-primary-A700: #79BBFF;
        /*color contrast*/
        --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: #fff;
        --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;
        /*header*/
        --ob-channel-header-height: 80px;
    }

    /* --> Specific CSS goes HERE <--*/
    /*header*/
    header.channel-header {
        height: 60px;
        text-align: center;
        background: #f1f1f1;
        padding-top: 5px;
    }

    header.channel-header p {
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
    }

    /*Mobile*/
    @media only screen and (max-width: 40.063em) {

        /*ocultar header*/
        app-channel-header {
            display: none;
        }
    }

    /*Hide price "Desde" on event - 33481 - 30/12/2024*/
    ob-catalog-card#eventId-33481 .min-price-label {
        display: none;
    }

    /*Bakground LOGIN*/
    .background-blur {
        background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/laestacion/img/bg2.jpg');
        /* La URL de tu imagen */
        background-position: center, center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(80%);
    }

    /* ajustamos la altura del contenido de la selección gráfica en base a la altura extra del channel-header */
    .main-container {
        --gr-sel-offset-top: calc(var(--ob-top-bar-height) + var(--channels-session-header-tiny-height) + var(--ob-channel-header-height)) !important;
    }

    @media (min-width: 640px) {
        .main-container {
            --gr-sel-offset-top: calc(var(--ob-top-bar-height) + var(--channels-session-header-img-height) + var(--ob-channel-header-height)) !important;
        }
    }

    .views-expanded {
        --gr-sel-tabs-panel-max-height: calc(100dvh - var(--channels-session-header-tiny-height) - var(--ob-channel-header-height)) !important;
    }
/*cambios realizados en 2 sesiones*/
/*EVENTO 1*/
    /*texto forzado para cambiar Elige tus entradas por Elige tu menú*/
    .select .eventId-46972 #selectTitle h2.title {
        font-size: 0px;
    }

    .select .eventId-46972 #selectTitle h2.title::after {
        content: "Elige tu men\00fa";
        font-weight: bold;
        font-size: 25px;
        color: black;
    }

    /*se eliminan partes de texto donde ponga entrada*/
    .select .eventId-46972 mat-card-title.mat-mdc-card-title {
        color: transparent;
    }

    .select .eventId-46972 span.ob-message-box.info {
        display: none;
    }
    /*EVENTO 2*/
    /*texto forzado para cambiar Elige tus entradas por Elige tu menú*/
    .select .eventId-46971 #selectTitle h2.title {
        font-size: 0px;
    }

    .select .eventId-46971 #selectTitle h2.title::after {
        content: "Elige tu men\00fa";
        font-weight: bold;
        font-size: 25px;
        color: black;
    }

    /*se eliminan partes de texto donde ponga entrada*/
    .select .eventId-46971 mat-card-title.mat-mdc-card-title {
        color: transparent;
    }

    .select .eventId-46971 span.ob-message-box.info {
        display: none;
    }
/*END modificaciones 2 eventos*/