/******* global *******/

/* reset */
body.contraste { background-color: #000; color: #fff; }

/* forms */
body.contraste input,
body.contraste select,
body.contraste textarea { background-color: #000; color: #fff !important; border: 1px solid #fff;}
body.contraste input:focus,
body.contraste select:focus,
body.contraste textarea:focus { border: 1px solid #fff !important; background-color: #000000}
body.contraste input[type=submit] { background-color: #000; color: #fff  !important; }
body.contraste input[type=submit]:hover { background-color: #fff !important; }
body.contraste .placeholder { color: #fff !important; }

/* pagina inicial */
body.contraste .border-title {background-color: #ffe400 !important;}

body.contraste #cabecalho,
body.contraste #cabecalho * { color: #fff !important; background-color: #000 !important; }

body.contraste #menu a { color: #fff !important; background-color: #000 !important; }

body.contraste #menu-icons,
body.contraste #menu-icons * { color: #fff !important; background-color: #393939 !important; }

body.contraste #main-news,
body.contraste #main-news * { color: #fff !important; background-color: #6d6d6d !important; }

body.contraste #home-news p { color: #fff !important; background-color: #000 !important; }

body.contraste #home-news {color: #fff !important; background-color: #000 !important; }

body.contraste #home-news .more-news li *{color: #fff !important; background-color: #000 !important; }

body.contraste .quick-access .card,
body.contraste .quick-access .card .bg-color-2 {color: #fff !important; background-color: #000 !important; border: white solid 1px}

body.contraste .quick-access .badge,
body.contraste #more-news .badge,
body.contraste #home-news .badge, body.contraste #home-news .more-news .badge { color: #fff !important; background-color: #393939 !important; }

body.contraste #more-news,
body.contraste #more-news p,
body.contraste #more-news h6 {color: #fff !important; background-color: #000 !important; }

body.contraste #weather, body.contraste #weather *{color: #fff !important; background-color: #000 !important;}
body.contraste #weather{border: white solid 1px;}

body.contraste #footer-accessibility  { color: #fff !important; background-color: #6d6d6d !important; }
body.contraste #footer-accessibility * { color: #fff !important; }
body.contraste #footer-info { color: #fff !important; background-color: #393939 !important; }

body.contraste #perguntas .bg-color-2, body.contraste #perguntas .bg-color-2 * { color: #fff !important; background-color: #393939 !important; }
body.contraste #perguntas ul * { color: #fff !important; background-color: #000 !important; }
body.contraste #perguntas ul li hr{border-top:1px solid white !important;}

body.contraste .txt-color-2 { color: #fff !important;}
body.contraste #manual a {color: #ffe400 !important;}

body.contraste #solicitar-informacao a {color: #ffe400 !important;}
body.contraste #solicitar-informacao .text-secondary{color: #ffffff !important;}
body.contraste #solicitar-informacao .btn-block {color: #fff !important; background-color: #393939 !important; border: none}
body.contraste #solicitar-informacao .btn-block:hover { color: #000 !important; background-color: #ffe400 !important; border: none}

body.contraste #conteudo .text-secondary{color: #ffffff !important;}

body.contraste #form-solicitacao .form-control {border: 1px solid #fff;}

body.contraste #estaticas  {border: 1px solid #fff !important; background-color: transparent !important; color: #ffffff !important;}
body.contraste #estaticas  h6 {color: #ffffff !important;}
body.contraste #estaticas  a {color: #ffe400 !important;}

body.contraste #pg_estatica {color: #ffffff !important;}
body.contraste #pg_estatica  a {color: #ffe400 !important;}

#conteudo.contraste {
    background-color: #000 !important; color: #fff !important;
}

