#rodape {
  position: relative;
  background-color: #1b1b1b;
  color: #fff;
  width: 100%;
  min-height: 225px;
  display: flex;
  flex-wrap: wrap; /* Permite que os itens quebrem linha */
  justify-content: space-around; /* Distribuição mais equilibrada */
  padding: 40px 20px 70px; /* Aumenta o padding inferior para o copyright */
  gap: 20px; /* Espaço entre os elementos */
}

#rodape a,
#rodape h4,
#rodape .fa,
#rodape p {
  color: #fff;
}

#rodape .copyright {
  font-size: 12px;
  opacity: 50%;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

#rodape .links-rapidos {
  max-width: 150px;
  width: 100%;
  margin-left: 2%;
}

#rodape .links-rapidos .links {
  margin-top: 6px;
}

#rodape .links-rapidos .links .link {
  font-size: 15px;
  margin-top: 4px;
  transition: 0.3s ease;
}

#rodape .links-rapidos .links .link:hover {
  opacity: 50%;
  transform: scale(1.1);
}

#rodape .links-rapidos .links .link i {
  margin-right: 6px;
}

#rodape .links-rapidos .links .link .botao {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff; /* Mantém a cor de texto padrão */
  font: inherit; /* Mantém a fonte e tamanho de texto padrão */
  cursor: pointer;
}

#rodape .sobre-nos {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin-right: 35%;
}
tens 
#rodape .sobre-nos .i{
  margin-top: 6px;
}

#rodape .sobre-nos .itens .item {
  font-size: 15px;
  margin-top: 4px;
  transition: 0.3s ease;
}

#rodape .sobre-nos .itens .item:hover {
  opacity: 50%;
  transform: scale(1.1);
}

#rodape .sobre-nos .itens .item i {
  margin-right: 6px;
}

#rodape .itens


#rodape .porto {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 20px;
}

#rodape .porto h4 {
  margin: 10px 0;
}

#rodape .porto .apps {
  padding-top: 4px;
}

#rodape .porto .apps .app {
  margin: 0 3px;
  width: 85px;
  height: auto;
  transition: 0.3s ease;
}

#rodape .porto .apps .app:hover {
  opacity: 50%;
}

#rodape .acompanhe {
  margin-right: 8%;
  min-width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#rodape .acompanhe .redes {
  gap: 28px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#rodape .acompanhe .redes .rede {
  font-size: 24px;
  width: 20px;
  height: auto;
  transition: 0.3s ease;
}

#rodape .acompanhe .redes .rede:hover {
  opacity: 60%;
  transform: scale(1.2);
}
