#floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.floating-buttons .button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-color: #25D366;
    border: none;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    border-radius: 8px; /* Sin esquinas redondeadas */
}

.floating-buttons .button.whatsapp-button {
    background-color: #25D366;
}

.floating-buttons .button.custom-button {
    background-color: #007bff;
}

.floating-buttons .button i {
    margin-right: 5px;
}
