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

:root {
    /*Fonts*/
    --theme-font-family: "Montserrat", sans-serif;
    /*Navbar colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #000000;
    /*botón activo en sidenav*/
    --ob-nav-list-active-bg-color: #FF4E1C;
    /*color primary*/
    --theme-primary-50: #E1F5FA;
    --theme-primary-100: #B6E7F2;
    --theme-primary-200: #89D6EA;
    --theme-primary-300: #5AC4E0;
    --theme-primary-400: #33B4D7;
    --theme-primary-500: #007CA2;
    /* ✔ Color base */
    --theme-primary-600: #006383;
    --theme-primary-700: #004C63;
    --theme-primary-800: #003444;
    --theme-primary-900: #001E27;
    --theme-primary-A100: #9CEBFF;
    --theme-primary-A200: #5EDBFF;
    --theme-primary-A400: #1ACBFF;
    --theme-primary-A700: #00A9D6;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --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
    1) ObFooter
    2) Footer Adhoc
    3) Mobile
    4) Hide items
---------------------------------*/

/*--------------------------------
    1) ObFooter
---------------------------------*/
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #004e63 !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: #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;
}

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

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

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

/*--------------------------------
    2) Custom footer
---------------------------------*/

/*Custom footer*/
.channel-footer-content img {
    width: 100%;
}

/*Custom footer*/
app-channel-footer {
    background-color: #004E63;
}

/*--------------------------------
    3) Mobile
---------------------------------*/
@media only screen and (max-width: 40.063em) {

    /*Hide custom footer*/
    .channel-footer {
        display: none;
    }
}

/*--------------------------------
    4) Hide items
---------------------------------*/

/*Hide the info message box for specific price zones in the event “DINO KIDS EXPERIENCE” (Dec 5, 2025 – Feb 27, 2026)*/
ob-page-select-locations.eventId-50436 .item-pz-348330 .ob-message-box.info,
ob-page-select-locations.eventId-50436 .item-pz-348333 .ob-message-box.info {
    display: none;
}