/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
    /*Text*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #000;
    --ob-nav-bg-color: #fff;
    /*Color primary*/
    --theme-primary-50: #FFFFFF;
    --theme-primary-100: #FFFFFF;
    --theme-primary-200: #F3F4F5;
    --theme-primary-300: #ECEDED;
    --theme-primary-400: #D8DBDF;
    --theme-primary-500: #171A1D;
    --theme-primary-600: #616364;
    --theme-primary-700: #4C4D4E;
    --theme-primary-800: #323233;
    --theme-primary-900: #171A1D;
    --theme-primary-A100: #6BFFEA;
    --theme-primary-A200: #38FFE3;
    --theme-primary-A400: #05FFDB;
    --theme-primary-A700: #00EBC9;
    /*Fuente cliente*/
    --theme-font-family: "Open Sans", sans-serif;
    /*Contrast colors*/
    --theme-primary-contrast-50: #252525;
    --theme-primary-contrast-100: #252525;
    --theme-primary-contrast-200: #252525;
    --theme-primary-contrast-300: #252525;
    --theme-primary-contrast-400: #252525;
    --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: #252525;
    --theme-primary-contrast-A200: #252525;
    --theme-primary-contrast-A400: #252525;
    --theme-primary-contrast-A700: #252525;
}
/*Border container*/
.mdc-card.ob-catalog-item-card.stroked {
    border: 1px solid #D8DBDF;
}
/*Remove border button*/
.mat-mdc-unelevated-button {
    border-radius: 0!important;
}
/*ocultar desde*/
ob-page-events .min-price-label{
    display:none;
}