.btn_whatsapp {
    color: #fff !important;
    background: #00BF63 !important;
    padding: 6px 24px 8px 24px !important;
    display: inline-block !important;
    transition: 0.3s !important;
    border-radius: 50px !important;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px; /* Alterado para o lado esquerdo */
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
}