/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

:root {
    /*Tipografia*/
    --theme-font-family: 'Lato', sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #000000a6;
    --ob-nav-bg-color: #fff;
    /*Color*/
    --theme-primary-50: #fff4e1;
    --theme-primary-100: #ffe3b3;
    --theme-primary-200: #ffd180;
    --theme-primary-300: #ffc04d;
    --theme-primary-400: #ffb22e;
    --theme-primary-500: #f8ac25;
    --theme-primary-600: #db961e;
    --theme-primary-700: #b97c18;
    --theme-primary-800: #996513;
    --theme-primary-900: #7a510e;
    --theme-primary-A100: #ffe0b2;
    --theme-primary-A200: #ffb74d;
    --theme-primary-A400: #ffa000;
    --theme-primary-A700: #ff8f00;

    --theme-primary-contrast-50: #212529;
    --theme-primary-contrast-100: #212529;
    --theme-primary-contrast-200: #212529;
    --theme-primary-contrast-300: #212529;
    --theme-primary-contrast-400: #212529;
    --theme-primary-contrast-500: #212529;
    --theme-primary-contrast-600: #212529;
    --theme-primary-contrast-700: #ffffff;
    --theme-primary-contrast-800: #ffffff;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #212529;
    --theme-primary-contrast-A200: #212529;
    --theme-primary-contrast-A400: #212529;
    --theme-primary-contrast-A700: #212529;
}

/*Padding subtitulo "Listado de sesiones"*/
mat-card-subtitle.mat-mdc-card-subtitle {
    margin: 0.5rem 0 1rem 0;
}

/*Modúlo fecha & horario*/
ob-card.ob-row-card:not(.without-date-info) .mdc-card .mat-mdc-card-header .mat-mdc-card-title {
    font-size: 12px;
    font-weight: 700;
}