
@media screen and (max-width: 830px){

    
}

@media screen and (max-width: 768px){



}

@media screen and (max-width: 680px){

    .btn-menu{
        width: 40px;
        height: 40px;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
        background-size: contain;
        background-image: url(../imagens/menu.png);
    }

    #menu-fechar{
        width: 30px;
        height: 30px;
        top: 9px !important;
        left: 75% !important;
        background-size: cover;
        background-image: url(../imagens/fechar.png);
    }
    .sidebar{
        display: none;
        width:40%;
        height: 100%;
        position: fixed;
        background-color:#1b28dd;
    }

    .sidebar-pos{

        position: absolute;
        top:50%;
        /* transform:translateY(-50%); */
    }

    .content{
        display: inline-block;
         width: 80%;
         /* height: 100%; */
         padding:0 1%;
         margin-top: 40px;
        }

     section.descricao{
         display: inline-block  !important;
         width: 100%;
         text-align: left;
         margin-top: 40px;
         margin-left: 10px;
    }


    .projeto{
        display: inline-block;
        width: 100%;
        margin-left: 3px;
        margin-bottom: 14px;
        height: auto;
        background-color: rgb(255, 255, 255); /*rgb(243 243 243)*/
        text-align: center;
    }
    
    
    .projeto img{
        width: 300px;
        height: 150px;
    }
}