/* Botón flotante de WhatsApp (esquina inferior derecha). Copiado tal
   cual de index.html. */
.wa-flotante{position:fixed;right:20px;bottom:20px;z-index:58;width:56px;height:56px;border-radius:50%;background:#1EBE57;color:#fff;display:grid;place-items:center;font-size:24px;box-shadow:0 16px 36px rgba(30,190,87,.45);text-decoration:none;transition:transform .2s;}
.wa-flotante:hover{transform:translateY(-3px) scale(1.06);}
.wa-flotante .icn{fill:currentColor;stroke:none;}
