@import url("https://use.typekit.net/rkt2rsx.css");

:root {
    /*Navbar Colors*/
    --ob-nav-text-color: #26A9E8;
    --ob-nav-bg-color: #1a1a1a;
    /*Color primary*/
    --theme-primary-50: #E0F3FB;
    --theme-primary-100: #B3E1F7;
    --theme-primary-200: #80CDF2;
    --theme-primary-300: #4DB8EC;
    --theme-primary-400: #26A9E8;
    --theme-primary-500: #009EE2;
    --theme-primary-600: #008FCB;
    --theme-primary-700: #007CB2;
    --theme-primary-800: #006A99;
    --theme-primary-900: #004C70;

    --theme-primary-A100: #B3E1F7;
    --theme-primary-A200: #80CDF2;
    --theme-primary-A400: #26A9E8;
    --theme-primary-A700: #007CB2;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --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;



    /*Fuente cliente*/
    --theme-font-family: "avenir-next-lt-pro", arial, helvetica;
}

ob-footer.main-footer {
    background-color: #1a1a1a !important;
}


/*Logo ONEBOX*/
ob-footer.main-footer img {
    filter: brightness(20) !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: #E0F3FB !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #E0F3FB !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#E0F3FB !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #E0F3FB !important;
}

/*Ajuste imagen background login*/
.background-blur {
    background-image: url('https://client-dists-resources.oneboxtds.com/channels-client/jazzvitoriagasteiz/img/bg.jpg');
    /* La URL de tu imagen */
    background-position: left, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}