.enem{
    position: relative;
    padding: 230px 0 200px;
}

.enem .img-fundo{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 63% 0%;
}

.enem .titulo{
    margin: 0 0 50px 0;
}

.enem h1{
    font-family : "nexa heavy", sans-serif;
    font-size : 48px;
    font-weight: 900;
    line-height : 50px;
    color : #FFFFFF;
    margin: 0;
}

.enem .texto{
    margin: 0 0 130px 0;
}

.enem .texto p{
    font-family : "nexa regular", sans-serif;
    font-size : 25px;
    line-height : 40px;
    color : #FFFFFF;
    margin: 0;
}

.sobre{
    position: relative;
    padding: 80px 0 ;
    background-color: #032342;
}

.sobre .texto{
    margin: 0 0 50px 0;
}

.sobre .texto p{
    font-family : "nexa light", sans-serif;
    font-size : 20px;
    font-weight: normal;
    line-height : 40px;
    color : #FFFFFF;
    margin: 0 0 20px;
}

.sobre .bloco-2{
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.sobre .bloco-2::before{
    position: absolute;
    z-index: 1;
    bottom: -30px;
    right: 30px;
    content: '';
    width: 450px;
    height: 110px;
    background-color: #5AD69C;
}

.sobre .bloco-2 img{
    position: relative;
    z-index: 2;
    width: 450px;
    height: 450px;
    object-fit: cover;
}

.video{
    position: relative;
    padding: 120px 0 ;
    background-color: #5AD69C;
}

.video .quadrado-verde{
    position: absolute;
    z-index: 1;
    top: -130px;
    right: -50px;
    width: 950px;
    height: 50px;
    background-color: #032342;
}

.video .bloco-1{
    position: relative;
}

.video .titulo{
    width: 870px;
    margin: 0 auto 30px;
}

.video h1{
    font-family : "nexa regular", sans-serif;
    font-size : 40px;
    font-weight: normal;
    line-height : 50px;
    color : #FFFFFF;
    text-align: center;
    margin: 0;
}

.video .texto{
    width: 750px;
    margin: 0 auto 10px;
}

.video .texto p{
    text-align: center;
    font-family : "nexa regular", sans-serif;
    font-size : 20px;
    line-height : 40px;
    color : #032342;
    margin: 0 0 20px;
}

.video .bloco-2{
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.video .bloco-2 iframe{
    width: 650px;
    height: 300px;
    border: none;
}

.passo{
    position: relative;
    padding: 120px 0 ;
    background-color: #032342;
}

.passo .bloco-1{
    position: relative;
}

.passo .titulo{
    margin: 0 auto 10px;
}

.passo .titulo h1{
    font-family : "nexa bold", sans-serif;
    font-size : 30px;
    font-weight: normal;
    line-height : 1;
    color : #FFFFFF;
    text-align: center;
    margin: 0;
}

.passo .texto{
    margin: 0 auto 100px;
}

.passo .texto p{
    text-align: center;
    font-family : "nexa regular", sans-serif;
    font-size : 20px;
    line-height : 40px;
    color : #FFFFFF;
    margin: 0 0 20px;
}

.passo .bloco-2{
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    padding: 0 20px;
}

.passo .itens{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}

.passo .item{
    position: relative;
    z-index: 2;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.passo .item::before{
    position: absolute;
    z-index: -2;
    bottom: -20px;
    left: -20px;
    content: '';
    width: 260px;
    height: 160px;
    border-radius: 20px;
    background-color: #5AD69C;
    clip-path: polygon(0 30px, 0% 100%, 100% 100%, 100% 30px, 230px 50px, 230px 60px, 30px 60px, 30px 50px);
}

.passo .item::after{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    width: 220px;
    height: 220px;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.passo .item .bloco-texto{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.passo .item .icone{
    position: absolute;
    top: -60px;
    width: 115px;
    height: 115px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 15px solid #5AD69C;
    background-color: #FFFFFF;
}

.passo .item h1{
    font-family : "nexa regular", sans-serif;
    font-size : 20px;
    text-align: center;
    color: #5AD69C;
    margin: 0;
}

.passo .item h2{
    font-family : "nexa regular", sans-serif;
    font-size : 17px;
    text-align: center;
    margin: 0;
}

.passo .item:nth-child(even)::before{
    top: -20px;
    transform: rotateX(180deg);
    background-color: #06AEC3;
}

.passo .item:nth-child(even) .icone{
    top: auto;
    bottom: -60px;
    border: 15px solid #06AEC3;
}

.passo .item:nth-child(even) h1{
    color: #06AEC3;
    margin: 0;
}

.passo .siga{
    margin: 50px 0 0;
}

.passo .siga h1{
    font-family : "nexa bold", sans-serif;
    font-size : 30px;
    font-weight: normal;
    line-height : 1;
    color : #FFFFFF;
    text-align: center;
    margin: 0 0 50px;
}

.passo .marcas{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    gap: 50px;
}

.passo .marcas img{
    max-width: 250px;
}

.passo .btn-inscricao{
    width: 420px;
}

.instituicoes{
    position: relative;
    padding: 150px 0;
}

.instituicoes .img-fundo{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.instituicoes .titulo{
    margin: 0 0 50px 0;
    text-align: center;
}

.instituicoes .titulo h1{
    font-family : "nexa heavy", sans-serif;
    font-size : 30px;
    font-weight: 900;
    line-height : 50px;
    color : #FFFFFF;
    margin: 0;
}

.instituicoes .texto{
    margin: 0 0 60px 0;
    text-align: center;
}

.instituicoes .texto p{
    font-family : "nexa regular", sans-serif;
    font-size : 20px;
    line-height : 40px;
    color : #FFFFFF;
    margin: 0 0 30px;
}

.instituicoes .bloco-2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 50px;
}

.instituicoes .bloco-2 img{
    max-width: 200px;
}

@media(max-width: 1200px){
    .enem{
        padding: 150px 0 80px;
    }
    .enem .texto{
        margin: 0 0 100px 0;
    }

    .sobre .bloco-2 img{
        width: 100%;
        max-width: 450px;
    }

    .video .quadrado-verde{
        display: none;
    }
    .video .titulo, .video .texto{
        width: 100%;
    }
    .video .bloco-2 iframe{
        width: 100%;
    }

    .passo .itens{
        gap: 100px;
    }
    .passo .item:nth-child(even){
        margin: 0 0 80px;
    }
    .passo .btn-inscricao{
        width: 100%;
        height: auto;
        font-size: 12px;
        padding: 10px;
    }
    .passo .marcas{
        flex-direction: column;
    }

    .instituicoes .bloco-2{
        align-items: center;
        flex-direction: column;
    }
    .instituicoes .bloco-2 a{
        text-align: center;
    }
    .instituicoes .bloco-2 img{
        width: 80%;
    }

}