/* =============================================
    FOOTER DE PÁGINA
============================================= */
.footer {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 2rem 1rem;
  z-index: 2;
  margin-top: 0;
}

.footer__text {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  color: #000000;
}

.footer__text--legal {
  font-size: 0.75rem;
}

.footer__text a {
  color: #2b6b31;
  text-decoration: none;
  font-weight: 700;
}
.footer__text a:hover {
  color: #fdbf00;
  text-decoration: underline;
}
