    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%23015fc9 
    /*Navbar Colors*/
    --ob-nav-text-color: #15233C;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50: #E1ECF9;
    --theme-primary-100: #B3CFEF;
    --theme-primary-200: #80AFE4;
    --theme-primary-300: #4D8FD9;
    --theme-primary-400: #2777D1;
    --theme-primary-500: #015FC9;
    --theme-primary-600: #0157C3;
    --theme-primary-700: #014DBC;
    --theme-primary-800: #0143B5;
    --theme-primary-900: #0032A9;
    --theme-primary-A100: #D3DDFF;
    --theme-primary-A200: #A0B5FF;
    --theme-primary-A400: #6D8DFF;
    --theme-primary-A700: #5379FF;
    /*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: #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: #ffffff;
    }
/* --> Specific CSS goes HERE <--*/
/*Hide button "ver disponibilidad"*/
ob-page-event .min-price-card {
    display: none;
}