/* Serviços */
.wrap_section_servicos{
    padding: 60px 0px 60px;
}
.box_carousel_servico{
    width: 100%;
    float: left;
}
.nav-portfolio li a{
    color: #000;
}
.box_carousel_servico_img{
    width: 100%;
    display: table;
}
.box_carousel_servico_img img{
    width: 100%;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.box_carousel_servico_titulo{
    width: 100%;
    float: left;
    color: #cba851;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    min-height: 50px;
}
.box_carousel_servico_descricao{
    width: 100%;
    float: left;
    text-align: left;
}
.fale_com_consultor{
    background: #fff;
    border: 1px solid #00a3f5;
    color: #00a3f5;
    padding: 10px 20px;
    border-radius: 4px;
}
.fale_com_consultor:hover {
    text-decoration: none;
    background: #00cafc;
    color: #FFF;
    transition: 0.5s all;
}

/* 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) {

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

}

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

    /* 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 */