/* V803 — identidade visual neutra para o período eleitoral */
body.modo-periodo-eleitoral,
body.modo-periodo-eleitoral.theme-tsuru {
  background: #eeeeee !important;
  background-image: none !important;
}
body.modo-periodo-eleitoral::before,
body.modo-periodo-eleitoral::after,
body.modo-periodo-eleitoral.theme-tsuru::before,
body.modo-periodo-eleitoral.theme-tsuru::after {
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
}
body.modo-periodo-eleitoral .tsuru-auth-hero,
body.modo-periodo-eleitoral .tsuru-auth-hero::before,
body.modo-periodo-eleitoral .tsuru-auth-hero::after {
  background: #e5e5e5 !important;
  background-image: none !important;
}
body.modo-periodo-eleitoral .tsuru-auth-mascot,
body.modo-periodo-eleitoral .tsuru-fab,
body.modo-periodo-eleitoral .tsuru-mascot,
body.modo-periodo-eleitoral img[src*="tsuru" i],
body.modo-periodo-eleitoral img[alt*="Tsuru" i] {
  display: none !important;
}
body.modo-periodo-eleitoral .app-header,
body.modo-periodo-eleitoral .app-header.tsuru-hero,
body.modo-periodo-eleitoral header,
body.modo-periodo-eleitoral .topbar,
body.modo-periodo-eleitoral .navbar {
  background: #d9d9d9 !important;
  background-image: none !important;
  color: #202020 !important;
  box-shadow: 0 1px 6px rgba(0,0,0,.12) !important;
}
body.modo-periodo-eleitoral .app-header::before,
body.modo-periodo-eleitoral .app-header::after,
body.modo-periodo-eleitoral .app-header.tsuru-hero::before,
body.modo-periodo-eleitoral .app-header.tsuru-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
body.modo-periodo-eleitoral .app-header h1,
body.modo-periodo-eleitoral .app-header h2,
body.modo-periodo-eleitoral .app-header label,
body.modo-periodo-eleitoral .app-header span {
  color: #202020 !important;
  -webkit-text-fill-color: #202020 !important;
}
body.modo-periodo-eleitoral .mapa-sp,
body.modo-periodo-eleitoral #mapa-sp,
body.modo-periodo-eleitoral [data-mapa-sp],
body.modo-periodo-eleitoral img[src*="mapa" i],
body.modo-periodo-eleitoral svg[id*="map" i],
body.modo-periodo-eleitoral svg[class*="map" i] {
  filter: grayscale(1) saturate(0) contrast(.78) !important;
  opacity: .88 !important;
}
body.modo-periodo-eleitoral .mapa-sp path,
body.modo-periodo-eleitoral #mapa-sp path,
body.modo-periodo-eleitoral [data-mapa-sp] path {
  fill: #bdbdbd !important;
  stroke: #666 !important;
  stroke-width: 1 !important;
}
body.modo-periodo-eleitoral .periodo-eleitoral-neutral-map {
  background: #d5d5d5 !important;
  color: #333 !important;
}
