    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Lexend:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

    :root {
        /*theme COLOR*/
        --theme-menu-text-color: #FFFFFF;
        --theme-menu-bg-color: #333;
        /*NAVBAR COLORS*/
        --ob-nav-text-color: #333;
        --ob-nav-bg-color: #fdb81c;
        /*Fonts*/
        --theme-font-family: "Lexend", sans-serif;
        /* Nueva gama de colores basada en #FDB81C */
        --theme-primary-50: #FFF3DB;
        --theme-primary-100: #FFE2AE;
        --theme-primary-200: #FFCE7D;
        --theme-primary-300: #FFB94B;
        --theme-primary-400: #FDAE27;
        --theme-primary-500: #FDB81C;
        /* Color principal */
        --theme-primary-600: #E0A719;
        --theme-primary-700: #C49616;
        --theme-primary-800: #A78512;
        --theme-primary-900: #7A620D;
        --theme-primary-A100: #FFEDC4;
        --theme-primary-A200: #FFD38B;
        --theme-primary-A400: #FFB852;
        --theme-primary-A700: #FFA93A;

        /* Colores de contraste */
        --theme-primary-contrast-50: #000;
        --theme-primary-contrast-100: #000;
        --theme-primary-contrast-200: #000;
        --theme-primary-contrast-300: #000;
        --theme-primary-contrast-400: #000;
        --theme-primary-contrast-500: #000;
        /* Contraste para color principal */
        --theme-primary-contrast-600: #000;
        --theme-primary-contrast-700: #000;
        --theme-primary-contrast-800: #ffffff;
        --theme-primary-contrast-900: #ffffff;
        --theme-primary-contrast-A100: #000;
        --theme-primary-contrast-A200: #000;
        --theme-primary-contrast-A400: #000;
        --theme-primary-contrast-A700: #000;

    }

    /* --> Specific CSS goes HERE <--*/


/********* 
INDEX
1 - HIDE
2- HIDE DESDE
*********/

/********* 
1 - HIDE
*********/
/*Esconder precio minimo en carteleraob-page-events*/
ob-page-events .min-price-label{
    display:none!important;
}
/********* 
2 - HIDE DESDE
*********/
/*Ocultar todos los "desde" y el precio */
.min-price-label,
.min-price-card,
.ob-price .ob-main-prices,
.ob-price .ob-from-label {
    display: none !important;
}