body {
    background-color: #333333;
    background: linear-gradient(rgba(5,7,12,0.5), rgba(5,7,12,0.5)), url('../imagenes/salon.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.75) !important;
    backdrop-filter: saturate(200%) blur(25px);
}
