/* Versión subida el 21/8 a las 12:15 hs */
.footer-contact h6 {
  width: 90%;
  display: block;
  color: #4d4643;
  font-size: 18px;
}

.whatsapp-btn:hover{
    color: #fff;
}

.whatsapp-btn {
  position: fixed;
  right: 10px;
  bottom: 65px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25D366;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: white;
  font-size: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}