header {
  background-image: linear-gradient(to top, rgba(35, 32, 31, 0), rgba(35, 32, 31, 1));
}

.nav-item a, .footer p, .footer div, .footer a, .breadcumb span a, .navbar-toggler, .conteudo-principal p, .titulo-laranja h1, .social-contato a, .lbl-news, .estado-selecionado a, .padroes-titulo, .pagination a {
  color: #ffffff !important;
}

.titulo-laranja {
  background-color: #ff7901;
}

.conteudo-principal {
  background-color: rgba(35, 32, 31, .8);
}

.conteudo-principal h2, .conteudo-principal h3, .conteudo-principal h4, .social-contato a i {
  color: #009d62;
}

.container-padroes {
  border-bottom: 5px solid #007046;
}

.btn-default {
  background-color: #007046;
  color: #FFFFFF;
}

.footer {
  background-color: #23201f;
}

.breadcumb span a {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}

.dropdown-menu {
  background-color: rgba(169, 169, 169, .8);
}

/* MAPA SVG */

#svg-map path {
  fill: #bdbdbd
}

#svg-map a {
  text-decoration: none
}

#svg-map a:hover {
  cursor: pointer;
  text-decoration: none
}

#svg-map a:hover path {
  fill: #ff7800 !important
}