/*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: #0e0e11e6;
    --ob-nav-list-active-bg-color: #bc9040;
    /*color primary*/
    --theme-primary-50: #f7f2e8;
    --theme-primary-100: #ebdec6;
    --theme-primary-200: #dec8a0;
    --theme-primary-300: #d0b179;
    --theme-primary-400: #c6a15d;
    --theme-primary-500: #bc9040;
    --theme-primary-600: #b6883a;
    --theme-primary-700: #ad7d32;
    --theme-primary-800: #a5732a;
    --theme-primary-900: #97611c;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #ffe3d2;
    --theme-primary-A400: #ffc39f;
    --theme-primary-A700: #ffb286;
    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --theme-primary-contrast-400: #212121;
    --theme-primary-contrast-500: #212121;
    --theme-primary-contrast-600: #212121;
    --theme-primary-contrast-700: #212121;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #212121;
    --theme-primary-contrast-A700: #212121;
}

/*borde del navbar*/
.mat-toolbar {
  background-color: var(--ob-nav-bg-color);
  border-bottom: 3px solid #bc9040;
}

/*Cards personalizada*/
ob-page-events ob-catalog-card {
    background-color: #CCAA6B;
    border-radius: 16px;
    /* Bordes redondeados */
    padding: 2rem;
    box-shadow: 4px 4px #0e0e11e6;
    border: 1px solid #0e0e11e6;
}

/*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;
}

/*Footer*/
#desktop-footer {
    background-color: #0e0e11e6;
}

/*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;
}