.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1049;
}

/* .whatsapp .whatsapp-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.whatsapp .whatsapp-button:hover {
  background-color: #128c7e;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
} */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1049;
}

/* .whatsapp .whatsapp-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.whatsapp .whatsapp-button:hover {
  background-color: #128c7e;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
} */

.whatsapp .whatsapp-menu {
  display: none;
  position: absolute;
  text-align: right;
  bottom: 70px;
  right: 0;
  width: 356px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  
}

.whatsapp .whatsapp-menu a {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  padding-right: 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 900;
  color: #024273;
  font-family: Martel Sans, sans-serif;
  
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp .whatsapp-menu a:hover {
  background-color: #25d366;
  color: #fff;
}

.whatsapp-menu {
  display: none;
}

.whatsapp-menu.show {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1049;
}

/* .whatsapp .whatsapp-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.whatsapp .whatsapp-button:hover {
  background-color: #128c7e;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
} */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1049;
}

/* .whatsapp .whatsapp-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.whatsapp .whatsapp-button:hover {
  background-color: #128c7e;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
} */

.whatsapp .whatsapp-menu {
  display: none;
  position: absolute;
  text-align: right;
  bottom: 70px;
  right: 0;
  width: 356px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  
}

.whatsapp .whatsapp-menu a {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  padding-right: 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 900;
  color: #024273;
  font-family: Martel Sans, sans-serif;
  
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp .whatsapp-menu a:hover {
  background-color: #25d366;
  color: #fff;
}

.whatsapp-menu {
  display: none;
}

.whatsapp-menu.show {
  display: block;
}

/* Control de visibilidad de imágenes */
.whatsapp .whatsapp-button .mobile-whatsapp {
  display: none;
}

.whatsapp .whatsapp-button .desktop-whatsapp {
  display: inline-block;
  width: 356px;
  height: 73px;
}

@media screen and (max-width: 767px) {
  .whatsapp .whatsapp-button .mobile-whatsapp {
    display: inline-block;
  }
  
  .whatsapp .whatsapp-button .desktop-whatsapp {
    display: none;
  }
}

/* Estilos específicos para móviles */
@media screen and (max-width: 767px) {
  .whatsapp {
    bottom: 60px !important;
    right: 10px !important;
  }
  
  .whatsapp .whatsapp-button img {
    width: 60px;
    height: 60px;
  }
  
  .whatsapp-menu.show {
    bottom: 60px !important;
    right: 0 !important;
  }
}
