@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --ob-custom-logo-filter: brightness(80);
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #1a1a1a;
    --ob-nav-bg-color: #FFD500;
    /*color primary*/
    --theme-primary-50: #E3E9F7;
    --theme-primary-100: #B9C9EC;
    --theme-primary-200: #8AA6E0;
    --theme-primary-300: #5B83D4;
    --theme-primary-400: #3769CA;
    --theme-primary-500: #063CA5;
    --theme-primary-600: #053696;
    --theme-primary-700: #042E83;
    --theme-primary-800: #032670;
    --theme-primary-900: #021954;
    --theme-primary-A100: #84A4FF;
    --theme-primary-A200: #5180FF;
    --theme-primary-A400: #1E5CFF;
    --theme-primary-A700: #0449F2;

    --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 - NAVBAR
2 - CARDS
3 - HIDDEN ELEMENTS
4 - FOOTER
5 - HIDE
*********/

/********* 
1 - NAVBAR
*********/

/*ajuste tamano logo navbar*/
mat-toolbar.mat-toolbar.NORMAL img.logo {
    height: 3rem;
}

/********* 
2 - CARDS
*********/

/*Arreglo fondo de color de la imagen en evento*/
ob-page-event .mat-mdc-card-header-text {
    background-color: #FED500;
}

/********* 
3 - HIDDEN ELEMENTS
*********/

/*Quitar stroke generado por aforo SGA----momentaneo*/
svg.ob-venue {
    stroke: none;
}

/********* 
4 - FOOTER
*********/

/*Background subfooter*/
ob-footer.main-footer {
    background-color: #232729 !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;
}

/********* 
5 - HIDE
*********/
ob-page-events .min-price-label{
    display:none!important;
}

/********* 
6 - HIDE RATE
*********/
ob-select-seat-dialog .ob-select-rate:first-of-type:has(~ .ob-select-rate) {
      display: none;
}