/* Estilização da Sidebar Flutuante */
.caixa-flutuante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #007bff;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
} 
.caixa-flutuante a{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #6701C5;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}   