    /*import*/
    @font-face {
        font-family: 'Pangram';
        font-weight: 300;
        src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/cartujacenter/assets/fonts/Pangram-Regular.eot") format("embedded-opentype");
        src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/cartujacenter/assets/fonts/Pangram-Regular.otf") format("truetype");
        src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/cartujacenter/assets/fonts/Pangram-Regular.woff") format("woff");
        src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/cartujacenter/assets/fonts/Pangram-Regular.woff2") format("woff2");
    }

    @font-face {
        font-family: 'Pangram';
        font-weight: 700;
        src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/cartujacenter/assets/fonts/Pangram-Bold.eot") format("embedded-opentype");
        src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/cartujacenter/assets/fonts/Pangram-Bold.ttf") format("truetype");
        src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/cartujacenter/assets/fonts/Pangram-Bold.woff") format("woff");
        src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/cartujacenter/assets/fonts/Pangram-Bold.woff2") format("woff2");
    }

    :root {
        /*Fonts*/
        --theme-text-2: #222;
        --theme-text-1: #222;
        --theme-font-family: "Pangram", sans-serif;
        /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
        /*Navbar Colors*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #1D1D1D;
        /*color primary*/
        --theme-primary-50: #fdf5e3;
        --theme-primary-100: #fbe6b8;
        --theme-primary-200: #f9d689;
        --theme-primary-300: #f6c659;
        --theme-primary-400: #f4b936;
        --theme-primary-500: #f2ad12;
        --theme-primary-600: #f0a610;
        --theme-primary-700: #ee9c0d;
        --theme-primary-800: #ec930a;
        --theme-primary-900: #e88305;
        --theme-primary-A100: #ffffff;
        --theme-primary-A200: #ffffff;
        --theme-primary-A400: #fff3ec;
        --theme-primary-A700: #ffe2d3;
        --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: #000000;
        --theme-primary-contrast-600: #000000;
        --theme-primary-contrast-700: #000000;
        --theme-primary-contrast-800: #000000;
        --theme-primary-contrast-900: #000000;
        --theme-primary-contrast-A100: #000000;
        --theme-primary-contrast-A200: #000000;
        --theme-primary-contrast-A400: #000000;
        --theme-primary-contrast-A700: #000000;
    }

    .background-blur {
        background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/cartujacenter/assets/background.webp');
        /* La URL de tu imagen */
        background-position: center, center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(80%) !important;
        background-color: #000 !important;
    }

    /*Cart with dark color*/
    mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
        color: #1a191b8d;
    }

    ob-button>.mat-mdc-unelevated-button.mat-primary {
        color: #1D1D1B;
    }

    /*mobile*/
    @media only screen and (max-width: 40.063em) {}

    /*AVISO LEGAL*/
    /*Ocultar button-text Aviso legal*/
    section.footer-links *:nth-child(5) {
        display: none !important;
    }

    /*Ocultar separador Aviso legal*/
    section.footer-links *:nth-child(6) {
        display: none !important;
    }

    /*END----AVISO LEGAL*/

    /*ocultar mensaje en seleccion de asiento*/
    ob-page-select-locations.ng-star-inserted.eventId-56278.sessionId-2881541 span.ob-message-box.info{
    display:none!important;
}