.button_flotante{
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 10;
  background-color: #6e5ee0;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px !important;
  border-radius: 16px;
  padding: 10px 12px !important;
  color: #fdfdfd !important;
  font-weight: 500 !important;
  font-family: "DM Sans", "sans serif" !important;
}

.button_flotante:hover{
  transition: transform 100ms ease-in-out 0s;
  transform: scale(1.1);
  opacity: 1 !important;
  font-weight: 500 !important;
  font-family: "DM Sans", "sans serif" !important;
}