/**************** CHAT WHATSAPP - OCULTAR TODO **************/
div#boton-whatsapp {
    /* **ESTO OCULTA EL BOTÓN COMPLETO Y SU CONTENEDOR** */
    display: none !important;

    /* Estilos anteriores de posicionamiento (ahora irrelevantes, pero se mantienen si los quieres anular) */
    position: fixed;
    bottom: 65px;
    right: 15px;
    max-width: 300px;
}