undefined Results
ocument.addEventListener("DOMContentLoaded", function() {
var whatsappButton = document.createElement("a");
whatsappButton.href = "https://wa.me/18632643986?text=Hola,%20quiero%20m%C3%A1s%20informaci%C3%B3n";
whatsappButton.target = "_blank";
whatsappButton.innerHTML = "💬";
whatsappButton.style.position = "fixed";
whatsappButton.style.bottom = "22px";
whatsappButton.style.right = "22px";
whatsappButton.style.background = "#25D366";
whatsappButton.style.color = "white";
whatsappButton.style.padding = "14px";
whatsappButton.style.borderRadius = "50%";
whatsappButton.style.fontSize = "26px";
whatsappButton.style.textDecoration = "none";
whatsappButton.style.boxShadow = "0 4px 8px rgba(0,0,0,0.3)";
whatsappButton.style.zIndex = "99999";
document.body.appendChild(whatsappButton);
});