.elementor-1481 .elementor-element.elementor-element-713af9eb{--display:flex;}/* Start custom CSS */<script>
document.addEventListener("scroll", function() {
  const boton = document.querySelector(".mi-boton-flotante");
  
  if (window.scrollY > 200) {
    boton.classList.add("show");
  } else {
    boton.classList.remove("show");
  }
});
</script>/* End custom CSS */