/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@font-face {
    font-family: 'Neue Montreal Regular';
    font-weight: 300;
    src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/getinspain/assets/fonts/NeueMontreal-Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'Neue Montreal Medium';
    font-weight: 600;
    src: url("https://client-dists-resources.s3.amazonaws.com/channels-client/getinspain/assets/fonts/NeueMontreal-Medium.woff2") format("woff2");
}

:root {
    /*Text*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #111111;
    /*Color primary*/
    --theme-primary-50: #E2E2E2;
    --theme-primary-100: #B8B8B8;
    --theme-primary-200: #ccf1f8;
    --theme-primary-300: #888888;
    --theme-primary-400: #353535;
    --theme-primary-500: #111111;
    --theme-primary-600: #0F0F0F;
    --theme-primary-700: #0C0C0C;
    --theme-primary-800: #0A0A0A;
    --theme-primary-900: #050505;
    --theme-primary-A100: #FF4E4E;
    --theme-primary-A200: #FF1B1B;
    --theme-primary-A400: #E70000;
    --theme-primary-A700: #CE0000;
    /*Color contrast*/
    --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: #ffffff;
    --theme-primary-contrast-A200: #ffffff;
    --theme-primary-contrast-A400: #ffffff;
    --theme-primary-contrast-A700: #ffffff;
    /*Fuente cliente*/
    --theme-font-family: 'Neue Montreal Regular', "Arial", sans-serif;

}

/*Button shooping car disabled*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color: #b1b1b161;
}

/*Upercase on primary buttons*/
button.mdc-button.mdc-button--unelevated.mat-mdc-unelevated-button.mat-primary.mat-mdc-button-base .mdc-button__label {
    text-transform: uppercase !important;
}

/*Link message box*/
.ob-message-box.info.session-description a {
    color: #1994ac;
}

/*Hide sector 22 in template*/
path[d="M555.3,403L563.5,414.1C564.3,413.5 565.2,412.9 566,412.3C570.5,408.8 574.5,404.8 577.9,400.4L577.9,400.4C582.1,394.9 585.4,389 587.6,382.7L572.7,377.9C570.5,385.4 565.7,395.6 555.3,403Z"] {
    display: none;
}

/*Ajuste de margen para el botón de Preguntas Frecuentes dentro de la sección de descripción del evento de Ludovico Einaudi*/
.margin-btm {
    margin-bottom: 10px;
}

img.faq-icon {
    margin-right: 8px;
}

/*END- Ajuste de margen para el botón de Preguntas Frecuentes dentro de la sección de descripción del evento de Ludovico Einaudi*/