/*import*/
  @import url("https://use.typekit.net/zhx8szg.css");

:root {
    /*TEXT ADHOC*/
    /*Fonts*/
    --theme-font-family: "neue-haas-grotesk-display", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #0A0A0A;
    --ob-nav-bg-color: #FAEACF;
    --ob-nav-list-active-bg-color: #0A0A0A;
    /* Primary */
    ---theme-primary-50: #E1E1E1;
    --theme-primary-100: #B3B3B3;
    --theme-primary-200: #808080;
    --theme-primary-300: #4D4D4D;
    --theme-primary-400: #262626;
    --theme-primary-500: #0A0A0A;
    --theme-primary-600: #090909;
    --theme-primary-700: #070707;
    --theme-primary-800: #050505;
    --theme-primary-900: #030303;
    --theme-primary-A100: #8C8C8C;
    --theme-primary-A200: #595959;
    --theme-primary-A400: #262626;
    --theme-primary-A700: #141414;

    /* CONTRASTES */
    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #FFFFFF;
    --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: #FFFFFF;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
    /*colores barra de busqueda*/
    --mdc-outlined-button-label-text-color: #fff;
    --mdc-outlined-button-outline-color: #fff;
}

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

/********* 
0 - GENERAL
*********/
mat-toolbar.mat-toolbar{
    border-bottom:1px solid #0a0a0a;
}
/********* 
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: #b1b1b161;
}

/********* 
2 - BILLBOARD
*********/
ob-page-events,
ob-page-events .main-container {
    background-color: #FAEACF !important;
}

ob-page-events .content {
    background-color: #0a0a0a !important;
}

ob-page-events .content {
    color: #FAEACF !important;
    padding: 16px !important;
}

ob-page-events .dates {
    color: #c9beab !important;
}

ob-catalog-card,
.ob-image-container {
    border-radius: 0px !important;
}
ob-page-events .filter-container.ng-star-inserted {
    background-color:#FAEACF;
    border-bottom:1px solid #0a0a0a;
}

/********* 
3 - FOOTER
*********/
/*Footer*/
#desktop-footer {
    background-color: #0a0a0a;
}

/*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;
}

/*logo OB*/
.onebox-logo {
    filter: brightness(20) !important;
}