.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  color: white;
  font-size: 40px; /* Increased size for the icon */
  text-decoration: none;
}

.whatsapp-button i {
  color: white; /* Ensuring the icon is white */
}
.plantas-pics{
  max-width: 200px;
}