/* Estilos del botón flotante y contenedor */
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* Estilos del contenedor del botón de pago */
.floating-button {
    display: flex;
    align-items: center;
}

.floating-button{
    margin-right: 100px;
}

/* Estilos del botón de pago */
.floating-button {
    display: block;
    padding: 10px 20px;
    background-color: #0070ba;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.floating-button {
    background-color: #005689;
}
