.bg-blue {
    background-color: #043e5f !important;
}

@media not print {
    body[data-ac-activated=preto-amarelo] hr,
    .component__box.preto-amarelo hr {
        border-top-color: #fff;
    }
    body[data-ac-activated=preto-azul] hr,
    .component__box.preto-azul hr {
        border-top-color: #fff;
    }
    body[data-ac-activated=azul-amarelo] hr,
    .component__box.azul-amarelo hr {
        border-top-color: #fff;
    }
    body[data-ac-activated=branco-azul] hr,
    .component__box.branco-azul hr {
        border-top-color: #000;
    }
    body[data-ac-activated=preto-amarelo] .bg-white,
    .component__box.preto-amarelo .bg-white {
        background-color: #000 !important;
    }
    body[data-ac-activated=preto-azul] .bg-white,
    .component__box.preto-azul .bg-white {
        background-color: #000 !important;
    }
    body[data-ac-activated=azul-amarelo] .bg-white,
    .component__box.azul-amarelo .bg-white {
        background-color: #043e5f !important;
    }
    body[data-ac-activated=branco-azul] .bg-white,
    .component__box.branco-azul .bg-white {
        background-color: #fff !important;
    }
}
@media not print {
    body[data-ac-activated] img,
    body[data-ac-activated] video {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
}
/*# sourceMappingURL=alto_contraste.css.map */