/*Fonts*/
@font-face {
    font-family:'FagoNo-Medium';
    src: url('https://client-dists-resources.s3.amazonaws.com/channels-client/cuidamostumoto/assets/fonts/FagoNo-Medium.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:'FagoNo-Bold';
    src: url('https://client-dists-resources.s3.amazonaws.com/channels-client/cuidamostumoto/assets/fonts/FagoNo-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}
:root {
    /*Fuente cliente*/
    --theme-font-family: "FagoNo-Medium", -apple-system, system-ui, sans-serif;
    /*Text*/
    --theme-text-2: #1D1D1B;
    --theme-text-1: #1D1D1B;
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #1D1D1B;
    --ob-nav-bg-color: #fff;
    /*// http://mcg.mbitson.com //*/
    /*Color Primary*/
    --theme-primary-50: #FDEDE1;
    --theme-primary-100: #F9D1B5;
    --theme-primary-200: #F6B384;
    --theme-primary-300: #F29452 ;
    --theme-primary-400: #EF7D2D;
    --theme-primary-500: #EC6608;
    --theme-primary-600: #EA5E07;
    --theme-primary-700: #E75306;
    --theme-primary-800: #E44904;
    --theme-primary-900: #DF3802;
    --theme-primary-A100: #FFFFFF;
    --theme-primary-A200: #FFDBD3;
    --theme-primary-A400: #FFB1A0;
    --theme-primary-A700: #FF9C86;
     /*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: #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;
}
/*Bold fonts*/
    .title, .ob-catalog-card .min-price-label, .footer-links, strong, .section-header span, .custom-header-label,
    .session-picker.session-calendar-title, .session-picker .session-hours-title, .price, .ob-price, .mat-mdc-unelevated-button span,
    .session-picker-title-container .session-picker-title, .session-picker-bottom-container .session-picker-bottom-title,
    ob-card.ob-selection-card>.mat-mdc-card .mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-title, .month-day,
    .month-year
{
    font-family:"FagoNo-Bold"!important;
}
/*Navbar*/
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
} 
/*Hide box abono on event - 27 de octubre de 2024*/
ob-page-event div#eventId-37082 mat-card-header.mat-mdc-card-header {
    display: none;
}
/*Hide box abono on event - 27 de octubre de 2024 *END*/
/*Custom login*/
.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/circuitvalencia_in/img/background.webp'); /* La URL de tu imagen */
    background-position: center, center; 
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
  }
  
  img.presale-logo {
    height:5rem;
  }