/*import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #222;
    --ob-nav-bg-color: #FFF;
    /*color primary*/
    --theme-primary-50: #e6ecf3;
    --theme-primary-100: #c0cfe2;
    --theme-primary-200: #96afcf;
    --theme-primary-300: #6b8fbc;
    --theme-primary-400: #2c5f9f;
    --theme-primary-500: #275797;
    --theme-primary-600: #214d8d;
    --theme-primary-700: #1b4383;
    --theme-primary-800: #103272;
    --theme-primary-900: #103272;
    --theme-primary-A100: #b5dbff;
    --theme-primary-A200: #82c3ff;
    --theme-primary-A400: #4faaff;
    --theme-primary-A700: #359eff;
}

/*Ocultar precio desde CARTELERA*/
ob-page-events ob-catalog-list ob-catalog-card .min-price-label{
    display:none!important;
}