/* 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_header {
    padding-top: 40px;
    padding-bottom: 20px;
}
.breadcrumb_custom {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.breadcrumb_custom a {
    color: #666;
    text-decoration: none;
}
.breadcrumb_custom a:hover {
    color: #e51d2c;
}
.breadcrumb_custom i {
    margin-right: 5px;
}
.breadcrumb_custom span {
    color: #666;
}
.titulo_servicos_red {
    color: #e51d2c;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.wrap_section_servicos{
    padding: 20px 0px 60px;
}

.box_carousel_servico {
    width: 100%;
    float: left;
    border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
    margin: 10px 0px 30px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.box_carousel_servico:hover {
    box-shadow: 0px 6px 20px rgba(0,0,0,0.15);
}
.box_carousel_servico a {
    text-decoration: none;
    display: block;
}
.box_carousel_servico_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
}
.box_carousel_servico_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_carousel_servico_title_wrap {
    text-align: right;
    flex-grow: 1;
}
.box_carousel_servico_titulo {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.box_carousel_servico_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.box_carousel_servico_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_carousel_servico_footer {
    padding: 20px 25px;
}
.btn_saiba_mais {
    display: inline-block;
    background-color: #e51d2c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s;
}
.btn_saiba_mais:hover {
    background-color: #c91825;
}
/* End Serviços */

.filtro-barra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.pesquisa-wrapper {
    position: relative;
    width: 60%;
}

.pesquisa-input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    color: #666;
}

.pesquisa-wrapper .fa-search {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.exibir-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 14px;
}

.exibir-select {
    padding: 8px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    outline: none;
    color: #666;
    background: transparent;
}

/* 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) {
    .filtro-barra {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .pesquisa-wrapper {
        width: 100%;
    }
    /* ServiÃ§os */
    /* End ServiÃ§os */

}

/* Tablet em pÃƒÂ© */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .filtro-barra {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .pesquisa-wrapper {
        width: 100%;
    }
    /* 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 */