/* --> Specific CSS goes HERE <--*/

/*import*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "PT Sans", sans-serif;
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #AC0233;
    /*color primary*/
    --theme-primary-50: #F9E6EB;
    --theme-primary-100: #F0BCC9;
    --theme-primary-200: #E58EA4;
    --theme-primary-300: #D95F7E;
    --theme-primary-400: #D03C62;
    --theme-primary-500: #AC0233;
    --theme-primary-600: #99022D;
    --theme-primary-700: #830226;
    --theme-primary-800: #6D021F;
    --theme-primary-900: #4D0116;
    --theme-primary-A100: #F0BCC9;
    --theme-primary-A200: #E58EA4;
    --theme-primary-A400: #D03C62;
    --theme-primary-A700: #830226;

    /* CONTRASTES */
    --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;
}


/*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;
}

/* --> Specific CSS goes HERE <--*/
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #0a0a0a !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;
}




/*FOOTER*/

/*Background subfooter*/
/* #111111 exacto: es el `contrast` con el que el cliente pinta su footer */
ob-footer.main-footer {
    background-color: #111111 !important;
}


img.footer {
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* En movil el subfooter va con `hidden tablet:block`, asi que la decoracion se
   oculta tambien para que no quede suelta. Mismo breakpoint que usa minecraft. */
@media only screen and (max-width: 40.063em) {
    .channel-footer {
        display: none;
    }
}

/* Sin skyline en la seleccion de asientos. */
body:has(ob-page-select-locations) .channel-footer {
    display: none !important;
}