@media (max-width:540px){
    #containerProjetos>.downProjetos{
        height: 90%;
    }
    .downProjetos>ul>.load {
       display: none;

    }
    .downProjetos>ul>.imgProjetos {
        width: 140px;
        height: 180px;
    }
}
@media (min-width:770px) {
     nav.nav {
        display: flex;
    }
}
@media (max-width:770px) {
    
    #home>.container_home {
        flex-direction: column;
    }
    .container_home>#sobre {
        width: 80%;
        height: 85%;
    }
    .container_home>.image {
        width: 80%;
    }
    .descer {
        height: 20px;
    }
    .descer>img {
        width: 25px;
        height: auto;
    }
    .contatos {
        margin-top: 8px;
    }
    /* -- header --*/
    .logo {
        width: 50%;
    }
    .nav {
        width: 50%;
        justify-content: flex-start;
        padding-left: 30px;
    }
    .logo>p {
        display: none;
    }
    .nav>.nav_menu {
        display: flex;
    }
    .nav>#menu {
        width: 150px;
        height: 100vh;
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top:30px;
        background-color: rgba(97, 97, 97);
    }
    .nav>ul>a{
        flex:none;
        height:50px;
    }
    .downProjetos>ul>.imgProjetos {
        width: 170px;
        height: 210px;
    }
    #containerProjetos>.upProjetos>p{
        display: none;
    }
    #containerProjetos>.upProjetos{
        height: 7%;
    }
    #containerProjetos>.upProjetos>.titulo{
        width: 100%;
        height: 40px;
        justify-content: center;
    }
    .upProjetos>.titulo>h1{
        width: 100%;
        display: flex;
        height: 100%;
        justify-content: center;
    }
    .downContatos>ul {
    width: 100%;
    }
}

@media (max-width:990px) {
   
    #portfolio {
        height: 900px;
    }
    #containerProjetos {
        justify-content: space-between;
    }
    .downProjetos {
        height: 70%;
        justify-content: center;
        align-items: center;
    }
    .downProjetos>ul>.imgProjetos {
        width: 200px;
        height: 260px;
    }
}

@media (max-width:1200px) {
    
    .downProjetos>ul>.imgProjetos {
        width: 250px;
        height: 310px;
    }
    
    .downProjetos>ul{
        align-items: flex-end;
    }
}
