footer {
  background: var(--cor-fundo);
  text-align: center; padding: 40px 20px;
  font-size: 1rem;
}

footer .social{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: var(--gap-menu);
  margin: 0 auto 0 auto;
  z-index: 5;

}

footer .insta{
  display: flex;
  align-items: center;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
}

footer .insta img{
 width: 50px;
}

footer .whats{
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
}

footer .whats img{
  width: 50px;
}

footer .contato{
  font-size: 1rem;
  color: #fff;
}
