/*import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --ob-custom-logo-filter: brightness(80); 
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #FEFDFB;
    --ob-nav-bg-color: #1c191a;
    --ob-nav-list-active-bg-color: #2b3548;
    /*color primary*/
    --theme-primary-50: #e1e2e5;
    --theme-primary-100: #b4b8bf;
    --theme-primary-200: #838894;
    --theme-primary-300: #515869;
    --theme-primary-400: #2b3548;
    --theme-primary-500: #061128;
    --theme-primary-600: #050f24;
    --theme-primary-700: #040c1e;
    --theme-primary-800: #030a18;
    --theme-primary-900: #02050f;
    --theme-primary-A100: #54feff;
    --theme-primary-A200: #21fdff;
    --theme-primary-A400: #00ebed;
    --theme-primary-A700: #00d2d4;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --theme-primary-contrast-400: #FEFDFB;
    --theme-primary-contrast-500: #FEFDFB;
    --theme-primary-contrast-600: #FEFDFB;
    --theme-primary-contrast-700: #FEFDFB;
    --theme-primary-contrast-800: #FEFDFB;
    --theme-primary-contrast-900: #FEFDFB;
    --theme-primary-contrast-A100: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #212121;
    --theme-primary-contrast-A700: #212121;
}

/********* 
INDEX
1 - NAVBAR
2 - FOOTER
3 - HIDDEN ELEMENTS
*********/

/********* 
1 - NAVBAR
*********/

/*borde del navbar*/
.mat-toolbar {
  background-color: var(--ob-nav-bg-color);
  border-bottom: 5px solid #fac333;
}

/*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;
}

/********* 
2 - FOOTER
*********/

/*Footer*/
#desktop-footer {
    background-color: #1c191a;
}

/*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: #FEFDFB !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #FEFDFB !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#FEFDFB !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #FEFDFB;
}

/********* 
3 - HIDDEN ELEMENTS
*********/

/*Hide price desde 15*/
ob-catalog-list .min-price-label{
    display:none;
}
.page-event .ob-catalog-item-card.horizontal.stroked span.min-price-label {
    display:none;
}
.page-event ob-catalog-item-card#sessionId-2717670 span.min-price-label{
    display:block;
}
ob-min-price-card span.price, ob-min-price-card span.title {
    display:none;
}
/*Hide price desde 15END*/