/* Portfolio */
.wrap_section_portfolio{
    padding: 60px 0px 60px;
}
.box_portfolio{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.box_portfolio_img {
    width: 100%;
    float: left;
}
.box_portfolio_img img{
    float: left;
    display: block;
    width: 100%;
}
/* End Portfolio */

/* Celulares ate 240px */
@media screen and (max-width: 240px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Celulares ate 240px */

/* Celulares ate 480px */
@media screen and (max-width: 480px) {

    /* Portfolio */
    .nav-portfolio{
        margin-bottom: 40px;
    }
    /* End Portfolio */

}

/* Tablet em pe */
@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Portfolio */
    .nav-portfolio{
        margin-bottom: 40px;
    }
    /* End Portfolio */

}

/* End Tablet em pe */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Computadores G */