.bg-parallax {
    position: relative;
    background-image: url("../img/documentos.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}