* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer {
  width: 100%;
  height: 100vh;
  background-color: rgba(15, 17, 19, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  max-width: 100px;
  margin-bottom: 38px;
}
.logo img {
  width: 100%;
  border-radius: 50%;
}

.footer__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(141px, 30vw, 600px);
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .footer__header {
    width: clamp(141px, 60vw, 600px);
    flex-direction: row;
    justify-content: space-around;
    gap: 48px;
  }
  .footer__align {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
}

.footer__header img {
  margin-right: 6px;
}
.footer__header a {
  text-decoration: none;
  font-family: Poppins;
  color: white;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.redes-sociales {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
}

.redes-sociales img {
  width: 40px;
}
.link-apx {
  text-decoration: none;
  font-family: Poppins;
  color: white;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
