﻿body{

    background-color:white !important;

}

.fondo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    width: 100vw;
    height: auto;
    pointer-events: none;
    z-index: -1;
}

    .fondo img {
        height: 100%;
        object-fit: contain;
        mask-image: radial-gradient(white, transparent 75%);
    }



.glass {
    backdrop-filter: blur(3px);
    background-color: transparent !important;
}
