AUXILIAR PEDAGOGICO 30 may 2025 VILLETA, CO #job-location.job-location-inline { display: inline; } .buttontext9c2fc39d992471a3 a{ border: 1px solid transparent; } .buttontext9c2fc39d992471a3 a:focus{ border: 1px dashed #333333 !important; outline: none !important; } .whatsapp-float { position: fixed; bottom: 20px; right: 20px; background-color: #25D366; color: white; border-radius: 50%; width: 60px; height: 60px; text-align: center; font-size: 30px; box-shadow: 2px 2px 5px rgba(0,0,0,0.3); z-index: 1000; display: flex; align-items: center; justify-content: center; text-decoration: none; cursor: pointer; } .whatsapp-float:hover { background-color: #1ebe5d; } .whatsapp-float img { width: 45px; height: 45px; } /* Tooltip mejor posicionado */ .whatsapp-float::after { content: "Compartir esta vacante por WhatsApp"; position: absolute; bottom: 50%; right: 70px; /* A la izquierda del botón */ transform: translateY(50%); background-color: #333; color: #fff; padding: 6px 10px; border-radius: 6px; font-size: 14px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; } .whatsapp-float::before { content: ""; position: absolute; bottom: 50%; right: 60px; transform: translateY(50%); border: 6px solid transparent; border-left-color: #333; opacity: 0; transition: opacity 0.3s ease; } .whatsapp-float:hover::after, .whatsapp-float:hover::before { opacity: 1; } document.addEventListener("DOMContentLoaded", function() { const currentUrl = window.location.href; const message = encodeURIComponent("Te comparto esta vacante de Colsubsidio que encontré: " + currentUrl); const whatsappLink = "https://wa.me/?text=" + message; document.getElementById("whatsapp-share").href = whatsappLink; });