/*import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --theme-font-family:"Roboto", sans-serif;

    /*Sidenav*/
    --ob-nav-text-color: #fff;

    /*Active button sidenav*/
    --ob-nav-list-active-text-color: #fff;
    --ob-nav-list-active-bg-color: #111;

    /*Topbar inside*/
    --ob-custom-nav-bg-color: #111;
    --ob-custom-nav-text-color: #fff;

    /*Topbar login*/
    --ob-public-nav-bg-color: #111;
    --ob-public-nav-text-color: #fff;

    /*TopBar inside*/
    --mat-toolbar-container-text-color: #fff;
    --ob-nav-bg-color: #111;

    /*color primary*/
  --theme-primary-50:  #f5e1e3;
  --theme-primary-100: #e5b3ba;
  --theme-primary-200: #d4818c;
  --theme-primary-300: #c34e5d;
  --theme-primary-400: #b6283b;
  --theme-primary-500: #a90218;
  --theme-primary-600: #a20215;
  --theme-primary-700: #980111;
  --theme-primary-800: #8f010e;
  --theme-primary-900: #7e0108;
  --theme-primary-A100: #ffb5c8;
  --theme-primary-A200: #ff82a2;
  --theme-primary-A400: #ff4f7d;
  --theme-primary-A700: #ff366a;

    /* Contrasts */
  --theme-primary-contrast-50:  #111;
  --theme-primary-contrast-100: #111;
  --theme-primary-contrast-200: #111;
  --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: #111;
  --theme-primary-contrast-A200: #111;
  --theme-primary-contrast-A400: #111;
  --theme-primary-contrast-A700: #FFFFFF;
}


/*Ajuste logo navbar login*/
mat-toolbar.mat-toolbar.ob-top-bar img {
    max-height: 2rem;
    width: auto;
}

/*carrito color*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color: #FFFFFF;
}

/*ADHOC---end*/

img.login-logo {
   filter: drop-shadow(1px 1px 2px #0f1c48);
}

img.login-logo {
    width:400px;
}

ob-footer.main-footer {
    background-color: #111;
    border-top: 1px solid #fff;
}

/*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;
    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;
}

/*logo FEVER en BLANCO*/
/*Force powered by fever*/
.onebox-logo {
    display: block !important;
    filter: brightness(90) !important;
}

/*FOOTER color on MOBILE*/
footer.flex.justify-between.gap-3.flex-col.sm\:flex-row.sm\:items-center {
    background-color: #111;
    color: #fff;
}