/*import*/
@import url('https://fonts.googleapis.com/css2?family=Cantata+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --theme-font-family: 'Roboto', sans-serif;

    /*Sidenav*/
    --ob-nav-text-color: #666;
    --ob-nav-bg-color: #fff;

    /*Active button in sidenav*/
    --ob-nav-list-active-text-color: #FFF;
    --ob-nav-list-active-bg-color: #DC001B;

    /*Primary colors*/
    --theme-primary-50: #FCE1E4;
    --theme-primary-100: #F7B4BB;
    --theme-primary-200: #F1828D;
    --theme-primary-300: #EB505F;
    --theme-primary-400: #E6283D;
    --theme-primary-500: #DC001B;
    --theme-primary-600: #D80018;
    --theme-primary-700: #D20014;
    --theme-primary-800: #CC0010;
    --theme-primary-900: #C20008;
    --theme-primary-A100: #F7B4BB;
    --theme-primary-A200: #F1828D;
    --theme-primary-A400: #E6283D;
    --theme-primary-A700: #D20014;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --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: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;

    /*Dark version*/
    --theme-dark-complexcon: #000;
}

/********* 
INDEX
0 - GENERAL
1 - NAVBAR
2 - FOOTER
*********/

/********* 
0 - GENERAL
*********/

/********* 
1 - NAVBAR
*********/

/********* 
2 - FOOTER
*********/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #fff !important;
}

/*Color links subfooter & copyright*/
ob-footer.main-footer,
ob-footer.main-footer a,
ob-footer.main-footer span.footer-copyright,
ob-footer.main-footer span.justify-end {
    color: #494949 !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #494949 !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#494949 !important;
}

/********* 
3 - SUBFOOTER
*********/
/*Footer*/
img.footer {
    width: 100%;
    display: block;
    margin: 0 auto;
}

/********* 
4 - BILLBOARD
*********/
/*Cards personalizada*/
ob-page-events ob-catalog-card {
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 2px 2px #DC001B;
    border: 1px solid #DC001B;
}