.footer-links {
  background: #00510f;
  padding: 10px 0 28px 0;
  border-top: 1px solid #dbdbdb;
}

.footer-links .row {
  margin-left: 15px;
  margin-top: 10px;
}

.footer-links h2 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-top: 0;
}

.footer-links li a {
  color: #fff;
}

.footer-links li a:hover {
  display: inline-block;
  text-decoration: underline;
}

.footer-links .row div {
  border-left: 1px dotted white;
}

.footer-governo {
  background-color: #00420c;
  padding: 15px 0;
}

.footer-governo img {
  height: 50px;
}

.footer-governo-imagens {
  display: flex;
  justify-content: space-between;
}

.footer-fabrica {
  background-color: #00470d;
  color: #fff;
  padding: 20px 0;
}

.footer-fabrica img {
  height: 70px;
}

.footer-fabrica-imagens {
  display: flex;
  align-items: center;
}

.footer-fabrica-tagline {
  margin-left: 20px;
}

.footer-fabrica-tagline a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}