/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*Fuente cliente*/
    --theme-font-family: "Montserrat", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #050505;
    --ob-nav-bg-color: #FFFFFF;
    /*Color primary*/
    --theme-primary-50: #e2dcd6;
    --theme-primary-100: #c3e1b4;
    --theme-primary-200: #9dc87b;
    --theme-primary-300: #78af43;
    --theme-primary-400: #5b8c38;
    --theme-primary-500: #46973a;
    --theme-primary-600: #3a7d32;
    --theme-primary-700: #2e6430;
    --theme-primary-800: #21522e;
    --theme-primary-900: #cfc9c1;
    --theme-primary-A100: #b8e5a1;
    --theme-primary-A200: #9ccf7e;
    --theme-primary-A400: #7ab155;
    --theme-primary-A700: #6a9f4e;
    /*Color contrast*/
    --theme-primary-contrast-50: #050505;
    --theme-primary-contrast-100: #21522e;
    --theme-primary-contrast-200: #2e6430;
    --theme-primary-contrast-300: #3a7d32;
    --theme-primary-contrast-400: #46973a;
    --theme-primary-contrast-500: #ffffff;
    --theme-primary-contrast-600: #78af43;
    --theme-primary-contrast-700: #9dc87b;
    --theme-primary-contrast-800: #c3e1b4;
    --theme-primary-contrast-900: #050505;
    --theme-primary-contrast-A100: #6a9f4e;
    --theme-primary-contrast-A200: #7ab155;
    --theme-primary-contrast-A400: #9ccf7e;
    --theme-primary-contrast-A700: #b8e5a1;
}

/*Eliminar el “Desde 0€” de la cartelera #eventId-43524*/
ob-catalog-card#eventId-43524 .content .min-price-label,
ob-catalog-card#eventId-43592 .content .min-price-label {
    display: none !important;
}

/*Ocultar precio pop up "Leer más..."*/
ob-short-description-card .min-price-label {
    display: none;
}

/*Billboard*/
/*Background color of the main container only in the billboard*/
ob-page-events .main-container {
    background-color: transparent;
}

/*Subtitle sesion card*/
mat-card-subtitle.mat-mdc-card-subtitle {
    background-color: #e2dcd6 !important;
}

/*Card event y filter container*/
.ob-catalog-card {
    background-color: #FFFEEC !important;
}

.filter-container {
    background-color: #e1dcd7 !important;
}


/*Title card event*/
ob-page-events .ob-catalog-card .title {
    color: #e1191e;
}

/*Eliminate border-radius con container img*/
.ob-image-container {
    border-radius: 0 !important;
}

@media (min-width: 1024px) {
    .ob-catalog-card .content {
        margin-bottom: 2rem;
    }
}

/*Decorate background con content card*/
.ob-catalog-card.horizontal {
    background: url("https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/feriadeabrildecatalunya/assets/bg-content.jpg") no-repeat top right;
}

/*Bg Adhoc billboard*/
body ob-page-events {
    background-color: #e2dcd6 !important;
}

/*Footer*/

#desktop-footer {
    background: url("https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/feriadeabrildecatalunya/assets/footer.jpg") no-repeat center/cover !important;
}

.footers-container {
    background-color: #916E0D !important;
}

/*Background subfooter*/
ob-footer.main-footer {
    background-color: #916E0D !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: #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;
}

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

/*Powered by*/
/*Logo ONEBOX*/
ob-footer.main-footer img[src="assets/onebox.svg"] {
    filter: brightness(20) !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #ffffff;
}

/*MOBILE*/
@media only screen and (max-width: 40.063em) {
    .channel-header {
        display: none;
    }

    /*Decorate background con content card*/
    .ob-catalog-card.horizontal {
        background: url("https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/feriadeabrildecatalunya/assets/bg-content.jpg") no-repeat bottom left;
    }
}