.whatsapp-float {
    position: fixed;
    width: auto;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: background-color 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.whatsapp-float:hover {
    background-color: #20b358;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-float span {
    margin-left: 10px;
    margin-right: 10px;
}

/* TESTE */

.modal-header {
    background: #070609;
}