#banner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) -24.52%, rgba(255, 255, 255, 0.00) 93.54%), var(--img), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(31.5px);
}

#home .redes{
    position: absolute;
    top: 50px;
    right: 50px;
}
#home .redes a{
    margin: 5px;
}
#home .redes a svg{
    fill: black;
}