/*import*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Archivo", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #042037;
    --ob-nav-list-active-bg-color: #48D2CC;
    /*color primary*/
    --theme-primary-50: #E1E6EC;
    --theme-primary-100: #B3C2CF;
    --theme-primary-200: #809BB0;
    --theme-primary-300: #4D7491;
    --theme-primary-400: #26587A;
    --theme-primary-500: #042037;
    --theme-primary-600: #031C31;
    --theme-primary-700: #021829;
    --theme-primary-800: #021421;
    --theme-primary-900: #010C16;

    --theme-primary-A100: #B3C2CF;
    --theme-primary-A200: #809BB0;
    --theme-primary-A400: #26587A;
    --theme-primary-A700: #021829;

    /* CONTRASTES */
    --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;
}

/*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;
}

/*Background presale*/
.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/bilbaosurffilmfestival/assets/bg-billboard.png');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}


/*ADHOC*/
/*buscador Cartelera*/
ob-page-events .filter-container button.mdc-button.mdc-button--outlined.mat-mdc-outlined-button.mat-unthemed.mat-mdc-button-base.ng-star-inserted {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #213C50 !important;
}

ob-page-events .filter-container {
    background-color: #213C50 !important;
}

/*buscador Cartelera-END*/
ob-page-events .main-container {
    background-color: #f19fca00 !important;
}

/*billboard background*/
ob-page-events {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/bilbaosurffilmfestival/assets/bg-billboard.png');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*billboard card custom*/
ob-page-events a.ob-catalog-card {
    background-color: #213C50 !important;
    padding: 16px;
}

/*text cards billboard*/
ob-page-events .ob-catalog-card .content {
    color: #fff !important;
}

ob-page-events .ob-catalog-card .dates {
    color: #ccc !important;
}

/*text cards billboard--END*/

/*Mobile*/
@media only screen and (max-width: 40.063em) {
    .channel-footer {
        display: none;
    }
}

/* --> Specific CSS goes HERE <--*/
/*Footer*/
img.footer {
    width: 100%;
    display: block;
    margin: 0 auto;
}

/*ADHOC---end*/

/*Footer & footer mobile*/
#desktop-footer {
    background-color: #213C50;
}

footer.flex.justify-between.gap-3.flex-col.sm\:flex-row.sm\:items-center {
    background-color: #213C50;
}

/*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;
}

.onebox-logo {
    filter: brightness(90) !important;
}