/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,400;1,700&display=swap');

:root {
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #1b1b1b;
    --ob-nav-bg-color: #ffed00;
    /*Color primary*/
    --theme-primary-50: #E0E8EB;
    --theme-primary-100: #B3C6CD;
    --theme-primary-200: #80A0AC;
    --theme-primary-300: #4D798B;
    --theme-primary-400: #265D72;
    --theme-primary-500: #004059;
    --theme-primary-600: #003A51;
    --theme-primary-700: #003248;
    --theme-primary-800: #002A3E;
    --theme-primary-900: #001C2E;
    --theme-primary-A100: #67B5FF;
    --theme-primary-A200: #349DFF;
    --theme-primary-A400: #0184FF;
    --theme-primary-A700: #0077E6;
    --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: #ffffff;
    --theme-primary-contrast-A700: #ffffff;
    /*Fuente cliente*/
    --theme-font-family: 'Roboto', sans-serif;
}

/*Link message box*/
.ob-message-box.info.session-description a {
    color: #004059;
}