/*import*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Josefin Sans", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #F9B234;
    --ob-nav-bg-color: #1A1A1A;
    --ob-nav-list-active-bg-color: #F9B234;
    --ob-nav-list-active-text-color: #1A1A1A;
    /*color primary*/
    --theme-primary-50: #FEF6E7;
    --theme-primary-100: #FDE8C3;
    --theme-primary-200: #FCD89B;
    --theme-primary-300: #FBC873;
    --theme-primary-400: #FABD53;
    --theme-primary-500: #F9B234;
    --theme-primary-600: #F8AA2F;
    --theme-primary-700: #F6A028;
    --theme-primary-800: #F59622;
    --theme-primary-900: #F28517;

    --theme-primary-A100: #FDE8C3;
    --theme-primary-A200: #FCD89B;
    --theme-primary-A400: #FABD53;
    --theme-primary-A700: #F6A028;

    --theme-primary-contrast-50: #1A1A1A;
    --theme-primary-contrast-100: #1A1A1A;
    --theme-primary-contrast-200: #1A1A1A;
    --theme-primary-contrast-300: #1A1A1A;
    --theme-primary-contrast-400: #1A1A1A;
    --theme-primary-contrast-500: #1A1A1A;
    --theme-primary-contrast-600: #1A1A1A;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #1A1A1A;
    --theme-primary-contrast-A200: #1A1A1A;
    --theme-primary-contrast-A400: #1A1A1A;
    --theme-primary-contrast-A700: #FFFFFF;
}

/********* 
INDEX
1 - NAVBAR
2 - CARDS & BILLBOARD
3 - FOOTER
*********/

/********* 
1 - NAVBAR
*********/

/*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: #7d7d7d61;
}

/********* 
2 - CARDS & BILLBOARD
*********/

ob-page-events, ob-page-events .main-container {
    background-color: #1A1A1A !important;
}

/*Cards personalizada*/
ob-page-events ob-catalog-card {
    background-color: #F9B234;
    border-radius: 16px;
    /* Bordes redondeados */
    padding: 2rem;
}

/********* 
3 - FOOTER
*********/

/*Footer*/
#desktop-footer {
    background-color: #1A1A1A;
}

/*Footer en mÃƒÂ³vil*/
footer.flex.justify-between.gap-3.flex-col.tablet\:flex-row.tablet\:items-center {
    background-color: #1A1A1A;
}

/*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: #ffffff !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #ffffff !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#ffffff !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #ffffff;
}

/*logo FEVER en BLANCO*/
/*Force powered by fever*/
.fever-logo {
    display: block !important;
    filter: brightness(20) !important;
}
.onebox-logo {
    display: none
}