/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    /*Text*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #000;
    --ob-nav-bg-color: #fff;
    /*Primary*/
    --theme-primary-50: #e0f3fa;
    --theme-primary-100: #b3e1f3;
    --theme-primary-200: #80cdec;
    --theme-primary-300: #4db8e4;
    --theme-primary-400: #26a9de;
    --theme-primary-500: #009AD8;
    --theme-primary-600: #0092d4;
    --theme-primary-700: #0088ce;
    --theme-primary-800: #007ec8;
    --theme-primary-900: #006cbf;
    --theme-primary-A100: #e7f3ff;
    --theme-primary-A200: #b4daff;
    --theme-primary-A400: #81c1ff;
    --theme-primary-A700: #68b5ff;
    /*Fuente cliente*/
    --theme-font-family: "Lato", sans-serif;
    /*Contrast colors*/
    --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: #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: #000;
    --theme-primary-contrast-A200: #000;
    --theme-primary-contrast-A400: #000;
    --theme-primary-contrast-A700: #000;
}