/* === Estilos de acessibilidade aplicados no body === */
body.high-contrast {background: black !important;color: yellow !important;}
body.dislexia {font-family: "Comic Sans MS", "Arial", sans-serif;letter-spacing: 1px;}

/* === EXCLUSÃO do offcanvas === */
#offcanvasAcessibilidade {filter: none !important;background: #fff !important;color: #000 !important;font-family: inherit !important;margin: 10px;border-radius: 10px;padding: 15px;}
#offcanvasAcessibilidade a {text-decoration: none !important;}

/* Estilo dos cards */
.card-acessibilidade {cursor: pointer;transition: transform 0.2s;}
.card-acessibilidade:hover {transform: scale(1.05);}
#offcanvasAcessibilidade .card {border-radius: 11px;font-size: 15px!important;user-select: none;}
#offcanvasAcessibilidade .card i {font-size: 25px!important;}
#offcanvasAcessibilidade .offcanvas-title {font-size: 17px;}
#offcanvasAcessibilidade button.btn-close {font-size: 14px;}

/* portal */
.high-contrast a{color: yellow;}
.high-contrast .portal-navbar-top {background: black;}
.high-contrast .portal-navbar-principal {background: #1f1f1f;}
.high-contrast .right-principal-links .item {background: #ffffff;}
.high-contrast .nav-link {color: yellow;}
.high-contrast .portal-links-uteis .item {background: #1f1f1f;border: transparent;color: yellow !important;}
.high-contrast .portal-links-uteis .item i {color: #ffffff;}
.high-contrast .card-radar {background: #1f1f1f;}
.high-contrast .portal-links-uteis .titulo span {background: transparent;color: yellow;}
.high-contrast .portal-links-uteis .titulo::before {background: transparent;}
.high-contrast .portal-noticias .titulo span {background: transparent;color: yellow;}
.high-contrast .portal-noticias .titulo::before {background: transparent;}
.high-contrast .titulo-noticia {color: yellow!important;}
.high-contrast .portal-esic .titulo span {background: transparent;color: yellow;}
.high-contrast .portal-esic .titulo::before {background: transparent;}
.high-contrast .portal-esic .card-esic {background: #1f1f1f;}
.high-contrast .portal-seguir .titulo span {background: transparent;color: yellow;}
.high-contrast .portal-seguir .titulo::before {background: transparent;}
.high-contrast .portal-seguir {background: #1f1f1f;}
.high-contrast .portal-seguir .portal-seguir-item h2{color: white}
.high-contrast footer{background: black!important;}
