/* WhatsApp */
.WhatsApp-Fixo {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999999;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}