/* --> Specific CSS goes HERE <--*/

/*import*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Open Sans", sans-serif;
    --ob-nav-text-color: #012044;
    --ob-nav-bg-color: #fdb71a;
    /*color primary*/
    --theme-primary-50: #E1E6EC;
    --theme-primary-100: #B3C2D0;
    --theme-primary-200: #809BB2;
    --theme-primary-300: #4D7494;
    --theme-primary-400: #265881;
    --theme-primary-500: #012044;
    --theme-primary-600: #011C3C;
    --theme-primary-700: #011832;
    --theme-primary-800: #011428;
    --theme-primary-900: #000D1A;
    --theme-primary-A100: #B3C2D0;
    --theme-primary-A200: #809BB2;
    --theme-primary-A400: #265881;
    --theme-primary-A700: #011832;

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

/***********
INDEX
0- BACKGROUND IMAGE
1- BILLBOARD ADHOC
2- EVENT ADHOC
3- FOOTER
***********/

/***********
0- BACKGROUND IMAGE
***********/
/*Correccion del tamano de la imagen de fondo en el login, esta regla asegura que la imagen no se desborde ni rompa el diseno visual*/
.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/cb-gran-canaria-b2b/img/bg.jpg');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/***********
1- BILLBOARD ADHOC
***********/
ob-page-events {
    background-color: #012044 !important;
}

ob-page-events section.main-container {
    background-color: #012044 !important;
}

ob-catalog-card .content {
    background-color: #fdb71a !important;
    padding: 16px !important;
}

ob-catalog-card .ob-image-container {
    border-radius: 0px !important;
}

ob-page-events .catalog-container {
    background-color: #fdb71a;
    border-radius: 4px !important;
}

ob-catalog-card .content.ng-star-inserted,
ob-catalog-card .dates {
    color: #012044;
}

ob-catalog-card#eventId-47689 {
    border: 5px solid #fdb71a !important;
}

ob-calendar-filter ob-button.medium.filter-button.large {
    display: none !important;
}

ob-page-events .filter-container.ng-star-inserted {
    display: none;
}

/***********
2- EVENT ADHOC
***********/
ob-page-event-header .page-header-blur.flex.with-image {
    background-color: #012044 !important;
}

ob-page-event-header ob-event-header#event-header h2.mat-mdc-tooltip-trigger.title {
    color: #fdb71a !important;
}


/***********
3- FOOTER
***********/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #fdb71a !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: #012044 !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #012044 !important;
}

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

/*Powered by*/
/*Logo ONEBOX*/
ob-footer.main-footer img {
    filter: brightness(102%);
}

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