@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

   :root {
    --theme-font-family: "Barlow", sans-serif;

       /*Navbar Colors*/
       --ob-nav-text-color: #ffffff;
       --ob-nav-bg-color: #000339;
       --ob-nav-list-active-bg-color: #11beff;

       /*color primary*/
       --theme-primary-50: #E3EAF4;
       --theme-primary-100: #B8CBE3;
       --theme-primary-200: #89AAD0;
       --theme-primary-300: #5A89BD;
       --theme-primary-400: #366FB0;
       --theme-primary-500: #012C6D;
       --theme-primary-600: #012763;
       --theme-primary-700: #012157;
       --theme-primary-800: #011B4B;
       --theme-primary-900: #011036;

       /* Accents */
       --theme-primary-A100: #B3D1FF;
       --theme-primary-A200: #669CFF;
       --theme-primary-A400: #3378FF;
       --theme-primary-A700: #0047CC;

       /* Contrasts */
       --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;
   }


   /*Dark version subfooter*/
   /*Background subfooter*/
   ob-footer.main-footer {
       background-color: #000339 !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;
   }

   /*Powered by*/
   /*Logo ONEBOX*/
   ob-footer.main-footer img {
       filter: brightness(80) !important;
   }

   /*Text powered by*/
   ob-footer.main-footer section.items-center {
       color: #fff;
   }

   /* Se asegura de que el logo de "fever" se muestre siempre, sobrescribiendo cualquier estilo previo. */
   .fever-logo {
       display: block !important;
   }

   /*  Esconde el logo de "ONEBOX". */
   .onebox-logo {
       display: none;
   }
