/*import*/
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

:root {

    /*Fonts*/
    --theme-font-family: "Questrial", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #101F69;
    --ob-nav-bg-color: #fff;
    --ob-nav-list-active-bg-color: #E2001A;
    /*Obfooter: logo filter*/
    --ob-custom-logo-filter: brightness(20);

    /*color primary*/
    --theme-primary-50: #FCE1E3;
    --theme-primary-100: #F7B3B8;
    --theme-primary-200: #F18088;
    --theme-primary-300: #EC4D57;
    --theme-primary-400: #E72638;
    --theme-primary-500: #E2001A;
    --theme-primary-600: #DE0017;
    --theme-primary-700: #D90013;
    --theme-primary-800: #D40010;
    --theme-primary-900: #CB000A;
    --theme-primary-A100: #F7B3B8;
    --theme-primary-A200: #F18088;
    --theme-primary-A400: #E72638;
    --theme-primary-A700: #D90013;

    --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;

}

/********* 
INDEX
0 - GENERAL
1 - BILLBOARD
3 - FOOTER
*********/

h1,
h2,
h3 {
    font-family: "Passion One", sans-serif !important;
    font-weight: 400 !important;
}

/********* 
0 - GENERAL
*********/

/********* 
1 - BILLBOARD
*********/

ob-page-events {
    width: 100%;
    height: 300px;
    background-color: #f5f5f5 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23d0d0d0' fill-opacity='0.6'%3E%3Cpath d='M0 0h1v1H0zm4 4h1v1H4z'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: repeat;
}

ob-page-events .main-container {
    background-color: transparent;
}

ob-page-events ob-catalog-card h3 {
    font-family: "Passion One", sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    color: #fff;
}

ob-page-events ob-catalog-card .dates {
    color: #fff !important;
}

ob-page-events ob-catalog-card {
    background-color: #101F69;
    padding: 16px;
}

ob-page-events .filter-container {
    background-color: #f5f5f5 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23d0d0d0' fill-opacity='0.6'%3E%3Cpath d='M0 0h1v1H0zm4 4h1v1H4z'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: repeat;
}

/********* 
2 - FOOTER
*********/
#desktop-footer {
    background-color: #101F69;
}

/*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: #fff !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #fff !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#fff !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}

/*Change logo sufooter ONEBOX to FEVER*/
/*Force powered by fever*/
.fever-logo {
    display: block !important;
}

.onebox-logo {
    display: none;
}