
/* acessibilidade: contraste */

.contraste header, .contraste footer, .contraste div, .contraste li, .contraste ul, .contraste, .contraste button, .contraste nav, .contraste figcaption, .contraste .featured-media::before {
color: white !important;
background-color: #0C1218 !important;
border-block: none
}

.contraste .social-icons a, .contraste .footer-social-wrapper .social-icons a {
background: none;
}

.contraste img, .contraste figure {
filter: grayscale(1) !important;
}

.contraste #site-header {
box-shadow: none;
border-bottom: 1px solid white;
}

.contraste a {
color: #0ff; !important;
}

.contraste a:link {
text-decoration: underline !important;
}

.contraste a:hover, .contraste a:focus {
text-decoration: none !important;
}

.contraste a[target="_blank"]::before {
background-color: white;
color: #0C1218;
}

.contraste table, .contraste td, .contraste th {
border-color: white;
}

.contraste .fill-children-current-color * {
    fill: #0ff;
}

body:not(.overlay-header).contraste .primary-menu > li > a {
    color: #0ff !important;
}