/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

:root {
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #000;
    --ob-nav-bg-color: #fff;
    /*Color primary*/
    --theme-primary-50: #E0E0FE;
    --theme-primary-100: #B3B3FE;
    --theme-primary-200: #8080FD;
    --theme-primary-300: #4D4DFC;
    --theme-primary-400: #2626FB;
    --theme-primary-500: #0000FA;
    --theme-primary-600: #0000F9;
    --theme-primary-700: #0000F9;
    --theme-primary-800: #0000F8;
    --theme-primary-900: #0000F6;
    --theme-primary-A100: #FFFFFF;
    --theme-primary-A200: #EAEAFF;
    --theme-primary-A400: #B7B7FF;
    --theme-primary-A700: #9D9DFF;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #FFFFFF;
    --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: 'Poppins', sans-serif;
    /*Force font weight*/
    --theme-headline-5-font-weight: 300;
    --theme-headline-6-font-weight: 300;
    --theme-subtitle-1-font-weight: 300;
    --theme-body-1-font-weight: 300;
    --theme-body-2-font-weight: 300;
    --theme-caption-font-weight: 300;
    --theme-headline-1-font-weight: 600;
    --theme-headline-2-font-weight: 600;
    --theme-headline-3-font-weight: 600;
    --theme-headline-4-font-weight: 600;
    --theme-button-font-weight: 600;
}

/*Color on titles*/
span.title,
span.session-name {
    color: #0000fa;
}