/*import*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --ob-custom-logo-filter: brightness(80);
    /*Fonts*/
    --theme-font-family: "Inter", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #ffffff;
    --ob-nav-bg-color: #141519;
    --ob-nav-list-active-bg-color: #A0DAE1;
    --ob-nav-list-active-text-color: #141519;
    /*color primary*/
    --theme-primary-50: #F4FBFC;
    --theme-primary-100: #E3F5F7;
    --theme-primary-200: #D1EFF2;
    --theme-primary-300: #BEE9EE;
    --theme-primary-400: #AFE4EB;
    --theme-primary-500: #A0DAE1;
    --theme-primary-600: #8EBFC6;
    --theme-primary-700: #78A0A6;
    --theme-primary-800: #628287;
    --theme-primary-900: #445B5E;

    --theme-primary-A100: #E3F5F7;
    --theme-primary-A200: #D1EFF2;
    --theme-primary-A400: #AFE4EB;
    --theme-primary-A700: #78A0A6;

    --theme-primary-contrast-50: #141519;
    --theme-primary-contrast-100: #141519;
    --theme-primary-contrast-200: #141519;
    --theme-primary-contrast-300: #141519;
    --theme-primary-contrast-400: #141519;
    --theme-primary-contrast-500: #141519;
    --theme-primary-contrast-600: #141519;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #141519;
    --theme-primary-contrast-A200: #141519;
    --theme-primary-contrast-A400: #141519;
    --theme-primary-contrast-A700: #FFFFFF;
}

/********* 
INDEX
1 - NAVBAR
2 - CARDS & BILLBOARD
3 - FOOTER
*********/

/********* 
1 - NAVBAR
*********/

/*borde del navbar*/
.mat-toolbar {
    background-color: var(--ob-nav-bg-color);
    border-bottom: 7px solid #A0DAE1;
}

/*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: #7d7d7d61;
}

/********* 
2 - CARDS
*********/

/*Cards personalizada*/
ob-page-events ob-catalog-card {
    background-color: #A0DAE1;
    border-radius: 16px;
    /* Bordes redondeados */
    padding: 2rem;
}

ob-page-events,
ob-page-events .main-container {
    background-color: #141519 !important;
}

/********* 
3 - FOOTER
*********/

/*Footer*/
#desktop-footer {
    background-color: #141519;
}

/*Footer en mÃ³vil*/
footer.flex.justify-between.gap-3.flex-col.tablet\:flex-row.tablet\:items-center {
    background-color: #141519;
}

/*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: #ffffff !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #ffffff !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#ffffff !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #ffffff;
}

 /*Force powered by fever*/
 .fever-logo {
     display: block !important;
 }

 .onebox-logo {
     display: none
 }