/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*Text*/
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #4a4a4a;
    --ob-nav-bg-color: #fff;
    /*Color primary*/
    --theme-primary-50: #fbe4e5;
    --theme-primary-100: #f6bcbd;
    --theme-primary-200: #f09092;
    --theme-primary-300: #e96366;
    --theme-primary-400: #e54145;
    --theme-primary-500: #e02024;
    --theme-primary-600: #dc1c20;
    --theme-primary-700: #d8181b;
    --theme-primary-800: #d31316;
    --theme-primary-900: #cb0b0d;
    --theme-primary-A100: #fff6f7;
    --theme-primary-A200: #ffc3c4;
    --theme-primary-A400: #ff9091;
    --theme-primary-A700: #ff7778;
    --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;
    /*Fuente cliente*/
    --theme-font-family: "Montserrat", sans-serif;

}

/*Ocultar botón "acceso socios" en top bar*/
mat-toolbar ob-login {
    display: none;
}

/*Quitar fee en evento no grafico*/
ob-not-graphic-selection .ob-card-items-fees {
    display: none !important;
}

/*Quitar fee en evento no grafico*/
ob-not-graphic-selection span.ob-not-numbered {
    display: none !important;
}

/*Quitar precios final en el aside- NO GRAFICO*/
ob-not-graphic-selection [data-testid="ob-not-numbered-item-price"] {
    display: none !important;
}

/*Quitar fee en evento grafico*/
ob-page-full-checkout ob-checkout-summary .ob-card-items-fees {
    display: none !important;
}

/*Quitar precios final en el aside- GRAFICO*/
ob-cart-summary-session-breakdown [data-testid="ob-numbered-item-price"] {
    display: none !important;
}

/*thank you page quitar fees*/
ob-page-payment-success ob-cart-summary ob-cart-summary-session-fees {
    display: none !important;
}

/*Quitar gastos de gestion en evento numerado*/
ob-select-graphic-cart-summary .ob-card-items-container ob-cart-summary-session-fees.ob-card-spacer {
    display: none !important;
}

/*Quitar precio 0,00 en sector*/
ob-select-graphic-cart-summary ob-pricezone-box.ob-location-card .ob-price-container {
    display: none !important;
}

/*Overlay del boton del carrito sidenav lateral compras totales*/
ob-overlay-cart ob-cart-summary-session-fees {
    display: none !important;
}

/*Quitar precio en el numero de entradas totales en checkout page*/
ob-page-full-checkout [data-testid="ob-not-numbered-item-price"] {
    display: none !important;
}

/*Quitar precio en el numero de entradas totales en checkout page*/
ob-page-full-checkout [data-testid="ob-not-numbered-item-price"] {
    display: none !important;
}