/* Serviços */
.wrap_section_servicos{
    padding: 40px 0px 60px;
}
.box_carousel_servico{
    width: 100%;
    float: left;
    min-height: 350px;
}
.nav-portfolio li a{
    color: #000;
}
.box_carousel_servico_img{
    width: 100%;
    display: table;
}
.box_carousel_servico_img img{
    width: 100%;
}
.box_carousel_servico_titulo{
    width: 100%;
    float: left;
    color: #fff;
    background: #333;
    font-size: 18px;
    text-align: center;
    height: 45px;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.box_carousel_servico_descricao{
    width: 100%;
    float: left;
    text-align: left;
}
/* End Serviços */

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

    /* Serviços */
    /* End Serviços */

}

/* End Celulares atÃ© 240px */

/* Celulares atÃ© 480px */
@media screen and (max-width: 480px) {
    .box_carousel_servico {
        min-height: auto;
    }
    .box_carousel_servico_titulo {
        height: auto;
    }
    /* Serviços */
    /* End Serviços */

}

/* Tablet em pÃ© */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .box_carousel_servico_titulo {
        height: auto;
    }
    /* Serviços */
    /* End Serviços */

}

/* End Tablet em pÃ© */

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

    /* Serviços */
    /* End Serviços */

}

/* End Tablet em deitado */

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

    /* Serviços */
    /* End Serviços */

}

/* End Notebook */

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

    /* Serviços */
    /* End Serviços */

}

/* End Computadores */

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

    /* Serviços */
    /* End Serviços */

}

/* End Computadores */

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

    /* Serviços */
    /* End Serviços */

}

/* End Computadores G */