
#vwbf-botao {
    position: fixed;
    bottom: 20px;
    padding: 14px 24px;
    background: linear-gradient(to right, #ff6600, #d6249f);
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, width 0.3s;
    white-space: nowrap;
}

#vwbf-botao:hover {
    transform: scale(1.05);
}
