/*import*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --theme-font-family: "Open Sans", serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #A21F12;
    /*color primary*/
    --theme-primary-50: #F7E8E7;
    --theme-primary-100: #EABCB9;
    --theme-primary-200: #DC8C86;
    --theme-primary-300: #CD5B53;
    --theme-primary-400: #C23634;
    --theme-primary-500: #A21F12;
    --theme-primary-600: #901B10;
    --theme-primary-700: #78170D;
    --theme-primary-800: #60120A;
    --theme-primary-900: #400C07;
    --theme-primary-A100: #FFA49D;
    --theme-primary-A200: #FF7066;
    --theme-primary-A400: #FF3C2F;
    --theme-primary-A700: #FF2213;

    --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
    1) Presale
    2) OB Footer
    3) Hidden elements
==========================================*/

/*--------------------------------------
    1) Presale
---------------------------------------*/

/*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/taurolujan/img/background.webp');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/*--------------------------------------
    2) OB Footer
---------------------------------------*/

/*Background subfooter*/
ob-footer.main-footer {
    background-color: #A21F12 !important;
}

/*Color links subfooter & copyright*/
.footer-links,
ob-footer.main-footer span.footer-copyright {
    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;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}

span.flex.items-center.gap-1 {
    color: #fff;
}

/*--------------------------------------
    3) Hidden Elements
---------------------------------------*/

/*Hide svg patch*/
svg.ob-venue .pases-callejon {
    display: none !important;
}

/*Hide Powered by Fever*/
ob-footer#desktop-footer footer span.flex.items-center.gap-1 {
    display: none;
}