.boton-flotante {
  position: fixed;
  left: 20px;
  z-index: 99999;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 14px;
  font-family: sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
  pointer-events: auto; 
}

#btn-agendar-cita {
  bottom: 20px;
  background-color: #1976d2;
}

#btn-agendar-cita:hover {
  background-color: #125a9c;
}

#btn-whatsapp {
  bottom: 70px;
  background-color: #128c7e;
}

#btn-whatsapp:hover {
  background-color: #0f6e61;
}

.boton-flotante i {
  font-size: 18px;
}
