    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

    :root {
      /*Fonts*/
      --theme-font-family: "Inter", sans-serif;
      /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
      /*Navbar Colors*/
      --ob-nav-text-color: #fff;
      --ob-nav-bg-color: #FC2C25;
      /*color primary*/
      --theme-primary-50: #ffe6e5;
      --theme-primary-100: #fec0be;
      --theme-primary-200: #fe9692;
      --theme-primary-300: #fd6b66;
      --theme-primary-400: #fc4c46;
      --theme-primary-500: #FC2C25;
      --theme-primary-600: #fc2721;
      --theme-primary-700: #fb211b;
      --theme-primary-800: #fb1b16;
      --theme-primary-900: #fa100d;
      --theme-primary-A100: #ffffff;
      --theme-primary-A200: #fff1f1;
      --theme-primary-A400: #ffbfbe;
      --theme-primary-A700: #ffa6a5;
      /*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: #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: #000000;
      --theme-primary-contrast-A200: #000000;
      --theme-primary-contrast-A400: #000000;
      --theme-primary-contrast-A700: #000000;
    }

    /*=============================================
      INDEX
      1) Custom Footer
      2) Hidden components
      3) Background Presale
      4) Mostrar Palcos 
    ==============================================*/

    /*-----------------------------------------------
      1) Custom Footer
   ------------------------------------------------*/
    /*Footer*/
    img.footer {
      width: 100%;
      display: block;
      margin: 0 auto;
    }

    /*-----------------------------------------------
      2) Hidden components
   ------------------------------------------------*/
    /*oculta palcos no disponibles*/
    .main-container .sidebar-content.bottom-sidebar-content .ob-sold-out {
      display: none;
    }

    /*oculta palcos no disponibles*/
    .main-container .sidebar-content.bottom-sidebar-content .ob-sold-out {
      display: none;
    }

    /*oculta disponibilidad en sidebar*/
    .main-container .sidebar-content.bottom-sidebar-content .ob-availability {
      display: none;
    }

    /*ocultar tooltip disponibilidad*/
    ob-venue-tooltip .ob-availability {
      display: none;
    }

    /*Ocultar info data "Els Pets 13 i 14 de març (2 dies)"*/
    .event_38988.session_2236423 .session-picker-title-container {
      display: none !important;
    }

    /*Mobile*/
    @media only screen and (max-width: 40.063em) {
      .channel-footer {
        display: none;
      }
    }

    /*-----------------------------------------------
      3) Background Presale
   ------------------------------------------------*/

    /*Correccion del tamano de la imagen de fondo en el login, esta regla asegura que la imagen no se desborde ni rompa el diseno visual*/
    .background-blur {
      background-image: url('https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/empremtes/img/background.webp');
      background-position: center, center;
      background-repeat: no-repeat;
      background-size: cover;
      filter: brightness(80%);
    }

    /*-----------------------------------------------
      4) Mostrar Palcos 
   ------------------------------------------------*/

    /*muestra palcos especificos*/
    .main-container .sidebar-content.bottom-sidebar-content div#nnz-id-186524,
    .main-container .sidebar-content.bottom-sidebar-content div#nnz-id-186525,
    .main-container .sidebar-content.bottom-sidebar-content div#nnz-id-186523,
    .main-container .sidebar-content.bottom-sidebar-content div#nnz-id-186526,
    .main-container .sidebar-content.bottom-sidebar-content div#nnz-id-186524,
    .main-container .sidebar-content.bottom-sidebar-content div#nnz-id-186693 {
      display: block;
    }