    /* Optional: Additional CSS for customization */
    .boton-subir {
        position: fixed;
        bottom: 10%;
        right: 0;
        transform: translateY(80%);
        opacity: 0.9; /* 80% transparent */
        background-color: #0855c8;
        border-radius: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    /* Adjust icon color to white */
    .boton-subir .fa-arrow-up {
        color: white;
    }
    /* Define the On Hover behavior */
    .boton-subir:hover {
        color: white;
        background-color: #0d6efd;
    }    