.foot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  background-color: #0f1113;
  padding: 3rem;
  color: white;
}

.contact {
  background-color: #13171c;
}

.botones {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  gap: 1rem;
}

.botones a {
  text-decoration: none;
  color: white;
  margin: 0.5rem;
}

.botones div {
  display: flex;
  align-items: center;
}

.redes {
  display: flex;
  gap: 1rem;
}

.logoFooter {
  width: 80px;
  height: 80px;
  border-radius: 2rem;
}

@media (min-width: 1024px) {
  .logoFooter {
    width: 150px;
    height: 150px;
  }

  .botones {
    flex-direction: row;
    gap: 5rem;
  }

  .redes {
    gap: 2rem;
  }
}
