.elementor-3849 .elementor-element.elementor-element-5bdd853d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5311a13d */.btn-flotante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: grey;
  color: white;
  padding: 12px 32px;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  z-index: 9999;
}

.btn-flotante:hover {
  background-color: #fff;
  transform: scale(1.05);
}/* End custom CSS */