h2.customcoolor {
    color: #469DDD;
}

.corsivoblu{

}

.fnt22
{
    font-size: 22px !important;
}



.background-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 13%, rgba(0,0,0,0) 73%);
    mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 13%, rgba(0,0,0,0) 73%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}

@media screen and (max-width: 991px) {
.footer-logo {
        margin-bottom: 0px;
    }
}
