.boxFilter {
    background-color: #2f3646;
    border-radius: 6px;
    height: 100%;
    padding: 5px 15px;
    color: #ffffff;
}

.paddFilter {
    padding: 15px 5px 15px 0px;
}

.form-check-input:checked {
    background-color: rgb(0, 0, 0, 0);
    border-color: #c0c1c2;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("../images/icons/square-svgrepo-com.svg");
    background-size: 85%;
    background-position: center center;
}
@media (max-width: 576px) {
    .rowVehic {
        padding: 0px 15px;
    }
}
.collapsible {
    cursor: pointer;
}
.titleFilter {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
}



.collapsible .icon::before {
    content: "+";
    font-size: 16px;
    font-weight: 900;
}

.collapsible.opened .icon::before {
    content: "-";
    font-size: 16px;
    font-weight: 900;
}

.opened {
    background-color: transparent !important;
    font-weight: 600;
}

.bottom-label {
    bottom: 10%;
    left: 5%;
}

.filter-mobile {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--darkgray);
    border-radius: 0px 15px 15px 0px;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
    left: 0;
}

#filterMobile {
    position: fixed;
    top: 0;
    left: -1200px;
    width: 100vw;
    height: 100%;
    background-color: white;
    transition: left 0.3s;
    z-index: 9999;
    max-height: 100vh;
    overflow-y: auto;
}

.show-menu {
    left: 0 !important;
}

.padding-chip-brand {
    padding-inline: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.chips {
    background-color: white;
    color: var(--red);
    border: 1px solid var(--red);
    font-weight: 400;
    border-radius: 999px;
    padding: 5px 10px;
}

.filter-invert {
    filter: invert(1);
}

.brand-banner {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.filter-lat {
    background-color: var(--lightgray);
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 10px;
}

.page-link {
    background-color: #8c919b;
    border: none;
    border-radius: 50%;
    color: white;
    padding: 5px 12px;
    border: 1px solid transparent;
}

.page-link:hover {
    background-color: white;
    color: #8c919b;
    border: 1px solid #8c919b;
}

.active .page-link {
    background-color: var(--red);
    border: 1px solid transparent;
}

.active .page-link:hover {
    color: white;
}

.text-item {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c0c1c2;
}

.fs-14 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}


.btn-paginador {
    border: 0px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: transparent;
    padding: 5px 10px;
    text-wrap: nowrap;
    font-size: 14px;
    color: #00000090;
    letter-spacing: 1.5px;
}
.btn-indice {
    border-radius: 25px;
    background-color: #c40d3c;
    border: 1px solid #c40d3c;
    color: #ffffff;
    padding: 5px 12px;
    margin: 0px 3px;
}
.btn-indice:hover {
    background-color: #c40d3c99;
    color: #ffffff;
}
.active-indice {
    background-color: #ffffff;
    color: #c40d3c;
    font-weight: 600;
}

@media (width < 600px) {
    .btn-paginador {
        display: none;
    }
}
