/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    /*Fuente cliente*/
    --theme-font-family: "Barlow", sans-serif;
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #CF201F;
    /*Color primary*/
    --theme-primary-50: #FDE0DE;
    --theme-primary-100: #FBC1C0;
    --theme-primary-200: #F99F9F;
    --theme-primary-300: #F77E7E;
    --theme-primary-400: #F55C5C;
    --theme-primary-500: #CF201F;
    --theme-primary-600: #D62F2F;
    --theme-primary-700: #B82424;
    --theme-primary-800: #9E1A1A;
    --theme-primary-900: #8A0F0F;
    --theme-primary-A100: #F9A8A8;
    --theme-primary-A200: #F77F7F;
    --theme-primary-A400: #F55656;
    --theme-primary-A700: #F22D2D;

    --theme-primary-contrast-50: #9A0A0A;
    --theme-primary-contrast-100: #8C0A0A;
    --theme-primary-contrast-200: #7E0A0A;
    --theme-primary-contrast-300: #700A0A;
    --theme-primary-contrast-400: #620A0A;
    --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: #F9A8A8;
    --theme-primary-contrast-A200: #F77F7F;
    --theme-primary-contrast-A400: #F55656;
    --theme-primary-contrast-A700: #F22D2D;






    /*--theme-primary-50: #FCE6E7;
    --theme-primary-100: #F8C0C4;
    --theme-primary-200: #F3979D;
    --theme-primary-300: #EE6D75;
    --theme-primary-400: #EA4D58;
    --theme-primary-500: #CF201F;
    --theme-primary-600: #E32934;
    --theme-primary-700: #DF232C;
    --theme-primary-800: #DB1D25;
    --theme-primary-900: #D51218;
    --theme-primary-A100: #FFFFFF;
    --theme-primary-A200: #FFD0D1;
    --theme-primary-A400: #FF9DA0;
    --theme-primary-A700: #FF8487;
    --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: #000000;
    */
}

/*Typos Titles*/
    .title,
    h1.title,
    #eventInformation span,
    .selection-title,
    span.session-name,
    .section-header span {
        font-family: "Playfair Display", serif !important;
    }