.diversidade__topo {
    background-image: url(../images/diversidade/topo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.logged-in .diversidade__topo {
    height: calc(100vh - 134.5px);
}

.diversidade__topo h1,
.diversidade__topo img {
    display: none;
}

.diversidade .content__main__body > h2 {
    margin-top: 50px;
}

.diversidade .content__main__body h2 {
    color: #000;
    font-family: "Noto Sans" !important;
    font-weight: bold;
}

.diversidade li + li {
    margin-top: 30px;
}

.diversidade ul {
    list-style-position: inside;
}

.oportunidades {
    background-color: rgba(227,110,53,.5);
    border-radius: 5px;
    color: #fff;
    padding: 15px;    
}

@media screen and (max-height: 1081px) and (min-width: 1025px) {
    .diversidade__topo {
        background-position: center -50px;
    }
}

@media screen and (max-width: 1024px) {
    .logged-in .diversidade__topo,
    .diversidade__topo {
        background: 0 none;
        height: auto;
    }

    .diversidade__topo img {
        display: block;
        height: auto;
        max-width: 100%;
    }
}