@charset "utf-8";
/* CSS Document */
body.contraste {
  /*cor imagem */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE */
  background: #000000;
  color: #fff;
}
body.contraste header {
  background: #000000;
  color: #fff;
}
body.contraste .text-dark,
body.contraste .heading,
body.contraste .h1,
body.contraste .h2,
body.contraste .h3,
body.contraste .h4,
body.contraste .h5,
body.contraste .h6,
body.contraste h1,
body.contraste h2,
body.contraste h3,
body.contraste h4,
body.contraste h5,
body.contraste h6,
body.contraste .crumbs a,
body.contraste footer .text .color
{
  color: #fff !important;
}

body.contraste .white-bg {
  background-color: #252525;
}

body.contraste .light-gray-bg {
  background-color: #000000;
}

body.contraste .light-bg-reverse {
  display: none;
}