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

:root {
    /*Navbar Colors*/
    --ob-nav-text-color: #1d1d1d;
    --ob-nav-bg-color: #fff;
    /*Font family*/
    --theme-font-family: "Roboto", serif;
    /*Colors*/
    /* Nueva gama de colores basada en #2769B3 */
    --theme-primary-50: #FFFDE5;
    --theme-primary-100: #FFF9BF;
    --theme-primary-200: #FFF599;
    --theme-primary-300: #FFF174;
    --theme-primary-400: #FFEE57;
    --theme-primary-500: #FFF300;
    --theme-primary-600: #E6DB00;
    --theme-primary-700: #CCC200;
    --theme-primary-800: #B3A900;
    --theme-primary-900: #807500;
    --theme-primary-A100: #FFFFB3;
    --theme-primary-A200: #FFFF80;
    --theme-primary-A400: #FFFF4D;
    --theme-primary-A700: #FFFF33;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --theme-primary-contrast-400: #212121;
    --theme-primary-contrast-500: #212121;
    --theme-primary-contrast-600: #212121;
    --theme-primary-contrast-700: #212121;
    --theme-primary-contrast-800: #212121;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #212121;
    --theme-primary-contrast-A700: #212121;
    /*Obfooter: logo filter*/
    --ob-custom-logo-filter: brightness(20);
}

/*============================================================
    INDEX
    1) OB Footer
    2) Hidden components
============================================================*/

/*------------------------------------------------------------
    1) OB Footer
------------------------------------------------------------*/

/*Background subfooter*/
ob-footer.main-footer {
    background-color: #1d1d1d !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;
    font-weight: 400;
}

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

/*Change logo sufooter ONEBOX to FEVER*/
/*Force powered by fever*/
.fever-logo {
    display: block !important;
}

.onebox-logo {
    display: none;
}

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

/*------------------------------------------------------------
    2) Hidden components
------------------------------------------------------------*/

/*Hide text "Desde" on page select locations in event 46957 - 11 de juliol de 2026 */
ob-page-select-locations.eventId-46957 .min-price-card .min-price {
    display: none;
}