/*import*/
@import url("https://use.typekit.net/rkt2rsx.css");

:root {
    --theme-font-family: "Arial", serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #1a1a1a;
    /*color primary*/
    --theme-primary-50: #E3EBEE;
    --theme-primary-100: #B9CDD5;
    --theme-primary-200: #8BAEBA;
    --theme-primary-300: #5D8E9F;
    --theme-primary-400: #3B768B;
    --theme-primary-500: #0F435A;
    --theme-primary-600: #0D3C51;
    --theme-primary-700: #0B3447;
    --theme-primary-800: #082C3D;
    --theme-primary-900: #041F2C;
    --theme-primary-A100: #5ED2FF;
    --theme-primary-A200: #2BC2FF;
    --theme-primary-A400: #00B2FF;
    --theme-primary-A700: #009EE8;

    --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: #1a1a1a !important;
}

/*Custom background preventa*/
.background-blur {
  background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/bulego/img/background.webp');
  /* La URL de tu imagen */
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(80%);
}

/*Color links subfooter & copyright*/
.footer-links,
ob-footer.main-footer span.footer-copyright {
    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;
}

span.flex.items-center.gap-1 {
    color: #fff;
}

ob-footer#desktop-footer img {
    filter: brightness(90);
}