footer {
  width: 100%;
  background-color: #241814;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

footer p {
  font-size: 0.9rem;
}

.informacoes {
  width: 90%;
  max-width: 1100px; /* evita que estique demais em telas grandes */
  margin: 0 auto; /* centraliza horizontalmente */
  display: flex;
  flex-direction: column;
  align-items: center;

}

.informacoes a {
  color: #fff;
  text-decoration: none;
}

.logo-rodape {
  width: 15rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.redes-sociais{

  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.redes {
  width: 3rem;
  height: 3rem;
}

.redes:hover {
  cursor: pointer;
}


.informacoes-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  width: 100%;
}

.sobre,
.categoria,
.ajuda-contato,
.ajuda,
.contato,
.formas-pagamento {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start; /* texto alinhado à esquerda */
  gap: 0.2rem;
}

.sep{
  margin-bottom: 1rem;
}

.categoria h3 {
  color: #fff;
}

.formas-pagamento{
  display: flex;
  flex-direction: column;
}

hr {
  width: 100%;
  border: none;
  display: flex;
  border-top: 1px solid #fff;
}
