#home {

    background-image: url('../imagens/fundo/fundo.jpeg');
    width: 100%;
    height: 60vh;

    background-size: cover;
    background-repeat: no-repeat;


    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: flex-start;

    margin-top: 120px;

}




#banner {

    background-image: url('../imagens/fundo/bannerFundo1.jpeg');
    width: 100%;
    height: 60vh;

    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 150px;
    background-attachment: fixed;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: flex-start;

}


@media (max-width: 1000px) {

    

    #banner {
        background-attachment: unset;
        height: 60vh;

        .container {
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }
    }
    

}


#outros_cursos{
    display: flex;
    justify-content: space-around;
    width: 100%;
}