header {
    background: url(../img/equipo-h.jpg) no-repeat center fixed;
    background-position: center right;
    background-size: cover;
    min-height: 90vh;
    display: grid;
}

header:after {
    content: "";  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 90vh;
    background-image: linear-gradient(0deg,rgba(39,39,39,1),rgba(39,39,39,.3),rgba(39,39,39,0));
}

/* header > * {
    z-index: 100;
} */

.centro {
    z-index: 150;
}

/* #compliance-lat {
    position: relative;
    min-height: 60vh;
    background-image: url(https://images.unsplash.com/photo-1509473332032-f1ce823d92c4?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=3e2410208e8f8a78e4aa3550fddfbb44);
    background-size: cover;
    display: flex;
  
} */

.profile-pic {
    width: auto;
}