.nav-template ul {
  display: flex;
  justify-content: space-between;
  gap: 6.9rem;
}

.nav-template ul li ul {
  display: flex;
  flex-direction: column;
  width: 22rem;
  gap: 0;
}

main h2 {
    line-height: 1.2;
    margin: -14px;
    margin-left: 0rem;
}

main h4{
  margin: 20px;
  margin-left: 1px;
}

.footer-template section article.redes ul li {
  display: block;
  margin-right: 0rem;
}
