/* Serviços */
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: var(--cor_primaria) !important;
}
.wrap_section_servicos{
    padding: 60px 0px 60px;
}
.box_carousel_servico{
    width: 100%;
    float: left;
}
.nav-portfolio li a{
    color: var(--text_secundaria);
}
.box_carousel_servico_img{
    width: 100%;
    display: table;
}
.box_carousel_servico_img img{
    width: 100%;
}
.box_carousel_servico_titulo{
    width: 100%;
    float: left;
    color: var(--titulo_home);
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.box_carousel_servico_descricao{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text_secundaria);
}
.botao_mais_informacoes{
    background: #fff;
    border: 1px solid var(--cor_primaria);
    color: var(--cor_primaria);
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    width: fit-content;
}
.botao_mais_informacoes:hover, .botao_mais_informacoes:focus{
    text-decoration: none;
    background: var(--cor_primaria);
    color: #FFF;
    transition: 0.5s all;
}
.btn_lista{
    background: var(--cor_primaria);
    color: #fff;
}
.btn_lista:hover{
    background: var(--cor_primaria_hover);
}
/* 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 */