.contacto {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 16px;
}

.logo-redes-sociales {
  text-align: center;
}

.logo {
  max-width: 100px;
  margin-bottom: 16px;
}

.iconos-redes-sociales a {
  text-decoration: none;
}

.iconos-redes-sociales img {
  width: 24px;
  margin: 0 4px;
}

.footer-contactanos {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}

.footer-contactanos button {
  font-family: Inter;
  font-size: 1em;
  font-weight: 500;
  border-radius: 16px;
  width: 100%;
  min-height: 48px;
  cursor: pointer;
  color: black;
}

.footer-contactanos .botones {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 2%;
  margin-right: 2%;
  width: 100%;
}

.footer-contactanos .botones button {
  width: 100%;
}

.footer-contactanos .botones button:nth-child(2) {
  margin-left: 12px;
}

.footer-contactanos h1 {
  font-family: Unbounded;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.105em;
}

.footer-contactanos p {
  font-family: Inter;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
}

/* Estilos para tabletas en modo paisaje y laptops pequeñas */
@media (min-width: 769px) and (max-width: 1024px) {
  .logo {
    max-width: 120px;
  }
  .iconos-redes-sociales img {
    width: 30px;
    margin: 0 10px;
  }
  .contacto {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .footer-contactanos button {
    min-height: 60px;
  }
}

/* Estilos para laptops y desktops */
@media (min-width: 1025px) and (max-width: 1440px) {
  .iconos-redes-sociales img {
    width: 30px;
    margin: 0 10px;
  }
  .contacto {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .logo {
    max-width: 180px;
  }
  .footer-contactanos p {
    font-size: 1.2em;
  }
  .footer-contactanos h1 {
    font-size: 2em;
  }
  .footer-contactanos button {
    font-size: 1.2em;
  }
  .footer-contactanos button {
    min-height: 60px;
  }
}

/* Estilos para pantallas grandes */
@media (min-width: 1441px) {
  .iconos-redes-sociales img {
    width: 30px;
    margin: 0 10px;
  }
  .contacto {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .logo {
    max-width: 200px;
  }
  .footer-contactanos p {
    font-size: 1.4em;
  }
  .footer-contactanos h1 {
    font-size: 2.2em;
  }
  .footer-contactanos button {
    font-size: 1.4em;
  }
  .footer-contactanos button {
    min-height: 60px;
  }
}
