.ba-avanzado-wrapper{
    width:100%;
    padding:20px;
    background:#f7f7f7;
    font-family:Arial,sans-serif;
}

.ba-avanzado-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.ba-title-page{
    font-size:28px;
    font-weight:700;
    margin:0;
}

.ba-results-count{
    color:#666;
    margin-top:5px;
}

.ba-order-select{
    height:42px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
    background:#fff;
}

.ba-avanzado-content{
    display:flex;
    gap:25px;
}

.ba-sidebar{
    width:280px;
    background:#fff;
    border-radius:14px;
    padding:20px;
    height:fit-content;
    position:sticky;
    top:20px;
}

.ba-sidebar h3{
    margin-top:0;
    font-size:20px;
}

.ba-filter-group{
    margin-bottom:25px;
}

.ba-filter-group label{
    display:block;
    font-size:12px;
    font-weight:700;
    margin-bottom:12px;
    text-transform:uppercase;
    color:#777;
}

.ba-filter-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.ba-tag{
    background:#FBF7EE;
    border: 1px solid #F3E2C9 !important;
    border-radius:30px;
    padding:6px 12px;
    font-size:12px;
}

.ba-price-range{
    font-size:14px;
    font-weight:600;
}

.ba-results{
    flex:1;
}

.ba-autos-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.ba-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    transition:.25s ease;
    border:1px solid #eee;
}

.ba-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ba-card-img{
    position:relative;
    height:180px;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.ba-card-img img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.ba-card-body{
    padding:15px;
}

.ba-card-title{
    font-size:20px;
    font-weight:700;
    margin:0 0 5px;
}

.ba-card-meta{
    color:#777;
    font-size:13px;
    margin-bottom:12px;
}

.ba-card-price{
    font-size:28px;
    font-weight:800;
    margin-bottom:8px;
}

.ba-card-old{
    color:#e53935;
    font-size:14px;
    text-decoration:line-through;
    margin-bottom:8px;
}

.ba-card-bono{
    color:#00a651;
    font-size:14px;
    font-weight:700;
    margin-bottom:12px;
}

.ba-card-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
}

.ba-card-city{
    background:#f4f4f4;
    padding:6px 10px;
    border-radius:7px;
    font-size:12px;
}

.ba-card-status{
    padding:6px 10px;
    border-radius:7px;
    font-size:12px;
    font-weight:600;
}

.ba-status-demo{
    background:#fff4e5;
    color:#ff9800;
}

.ba-status-seminuevo{
    background:#ffecec;
    color:#e53935;
}

.ba-status-nuevo{
    background:#edf4ff;
    color:#1e88e5;
}

.ba-promo-banner{
    margin-bottom:20px;
    overflow:hidden;
    border-radius:18px;
}

.ba-promo-banner img{
    width:100%;
    display:block;
}

.ba-empty{
    background:#fff;
    padding:40px;
    border-radius:14px;
    text-align:center;
}


.ba-avanzado-header{
    margin-bottom:30px;
}

.ba-search-box form{
    display:flex;
    gap:12px;
}

.ba-search-box input{
    flex:1;
    height:52px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    font-size:15px;
}

.ba-toggle-filters{
    width:180px !important;
    border:none;
    background:#1E2120 !important;
    border: 1px solid #1E2120 !important;
    border-radius: 6px;
    color:#fff !important;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    cursor:pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-family: 'DINNext' !important;
}

.ba-avanzado-content{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:30px;
}

.ba-sidebar{
    background:#fff;
    border-right:1px solid #eee;
    padding-right:25px;
}

.ba-sidebar-section{
    margin-bottom:35px;
}

.ba-sidebar h3{
    font-size:22px;
    margin-bottom:25px;
}

.ba-sidebar h4{
    font-size:13px;
    letter-spacing:.5px;
    margin-bottom:15px;
    font-weight:700;
}

.ba-active-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.ba-tag{
    background:#FBF7EE;
    padding:8px 12px;
    border-radius:20px;
    font-size:12px;
    color: #676A6D;
}

.ba-status-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.ba-status-tags button{
    border:none;
    padding:8px 12px;
    background:#f5f5f5 !important;
    cursor:pointer;
    border-radius: 100px !important;
    color: #101010;
}

.ba-status-tags button.active, .ba-status-tags button:focus, .ba-status-tags button:hover{
    background:#1E2120 !important;
    color:#fff;
}

.ba-checkbox-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
    font-size:14px;
    cursor:pointer;
}

#ba-price-slider{
    margin:25px 10px;
}

.ba-price-values{
    display:flex;
    justify-content:space-between;
    font-size:13px;
    margin-top:15px;
}

@media(max-width:1400px){

    .ba-autos-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:1100px){

    .ba-avanzado-content{
        flex-direction:column;
    }

    .ba-sidebar{
        width:100%;
        position:relative;
        top:auto;
    }

    .ba-autos-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .ba-autos-grid{
        grid-template-columns:1fr;
    }

    .ba-avanzado-top{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

}

.ba-tag{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#444;
    transition:.2s;
}

.ba-tag span{
    font-size:16px;
    line-height:1;
    opacity:.7;
}

.ba-tag:hover{
    background:#111;
    color:#fff;
}

/* =========================================
RANGE SLIDER
========================================= */

#ba-price-slider{
    margin:30px 8px 20px;
    height:4px;
    border:none;
    box-shadow:none;
    background:#e5e5e5;
}

/* linea activa roja */
#ba-price-slider .noUi-connect{
    background:#ff3b30;
}

/* circulos */
#ba-price-slider .noUi-handle{

    width:20px;
    height:20px;

    border-radius:50%;

    background:#fff;

    border:2px solid #ff3b30;

    box-shadow:none;

    right:-10px;
    top:-8px;

    cursor:pointer;
}

/* quitar rayitas internas */
#ba-price-slider .noUi-handle:before,
#ba-price-slider .noUi-handle:after{
    display:none;
}

/* labels superiores */
.ba-price-values{

    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

.ba-price-values span{

    background:#fff;

    padding:12px 18px;

    border-radius:12px;

    font-size:14px;
    font-weight:600;

    box-shadow:0 4px 14px rgba(0,0,0,.08);
}

/* valores inferiores */
.ba-price-limits{

    display:flex;
    justify-content:space-between;

    margin-top:10px;

    font-size:13px;
    color:#666;
}

.ba-brand-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.ba-brand-left{
    display:flex;
    align-items:center;
    gap:10px;
}

.ba-brand-left span{
    color: #000;
    font-family: 'DINNext' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.ba-brand-left span small{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: 'DINNext' !important;
    color: #A1A4A7;
}

.ba-brand-logo{
    width:20px;
    height:20px;
    object-fit:contain;
}

.ba-checkbox-item small{
    color:#999;
}

.ba-hidden-brand{
    display:none;
}

.ba-show-more-marcas{
    margin-top:12px;
    background:none !important;
    border:none !important;
    color:#ff3b30 !important;
    font-family: 'DINNext' !important;
    cursor:pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding:0;
    width: 100% !important;
}

.ba-show-more-marcas:hover{
    text-decoration: underline !important;
}

.ba-results-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    gap:20px;
}

.ba-total-results{
    color:#000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400 !important;
    font-family: 'DINNext' !important;
}

.ba-order-select{
    min-width:125px;
    height:45px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px;
    background:#fff;
    cursor:pointer;
    border: 1px solid #DEDFE0;
    color: #000;
}

.ba-pagination{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid #e5e5e5;
}

.ba-pagination .page-numbers{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:42px;
    border-radius:10px;
    text-decoration:none;
    color:#111;
    font-weight:500;
    transition:.2s;
}

.ba-pagination .page-numbers.current{
    background:#111;
    color:#fff;
}

.ba-pagination .prev,
.ba-pagination .next{
    border:1px solid #ddd;
    font-size:20px;
}

.ba-pagination .dots{
    pointer-events:none;
}

/* Layout */
.ba-avanzado-content{
    display:flex;
    gap:24px;
}

/* Sidebar */
.ba-sidebar{
    width:320px;
    flex-shrink:0;
    transition:all .3s ease;
}

/* Sidebar oculto */
.ba-sidebar.ba-sidebar-hidden{
    width:0;
    min-width:0;
    overflow:hidden;
    opacity:0;
    padding:0;
    margin:0;
    border:none;
}

/* Results */
.ba-results{
    flex:1;
    transition:all .3s ease;
}

/* Results full */
.ba-results.ba-results-full{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
}

/* Grid cards */
.ba-results-full .ba-autos-grid{
    grid-template-columns:repeat(4, minmax(0,1fr));
}

.ba-card-link{
    text-decoration:none;
    color:inherit;
    display:block;
}

/* Mobile */
@media(max-width:768px){

    .ba-results-full .ba-autos-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }

}

.ba-status-tags button{
    position:relative;
    border:none;
    padding:12px 18px;
    border-radius:40px;
    background:#f5f5f5;
    cursor:pointer;
    transition:.25s ease;
}

/* ACTIVO */
.ba-status-tags button.active{
    background:#111;
    color:#fff;
    padding-right:42px;
}

/* PALOMITA */
.ba-status-tags button.active::after{

    content:"✓";

    position:absolute;

    right:16px;
    top:50%;

    transform:translateY(-50%);

    color:#fff;

    font-size:18px;
    font-weight:700;

    line-height:1;
}

.ba-avanzado-wrapper{
    width:100%;
    padding:20px;
    background:#f7f7f7;
    font-family:Arial,sans-serif;
}

.ba-avanzado-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.ba-title-page{
    font-size:28px;
    font-weight:700;
    margin:0;
}

.ba-results-count{
    color:#666;
    margin-top:5px;
}

.ba-order-select{
    height:42px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
    background:#fff;
}

.ba-avanzado-content{
    display:flex;
    gap:25px;
}

.ba-sidebar{
    width:280px;
    background:#fff;
    border-radius:14px;
    padding:20px;
    height:fit-content;
    position:sticky;
    top:20px;
}

.ba-sidebar h3{
    margin-top:0;
    font-size:20px;
}

.ba-filter-group{
    margin-bottom:25px;
}

.ba-filter-group label{
    display:block;
    font-size:12px;
    font-weight:700;
    margin-bottom:12px;
    text-transform:uppercase;
    color:#777;
}

.ba-filter-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.ba-tag{
    background:#f3f3f3;
    border-radius:30px;
    padding:6px 12px;
    font-size:12px;
}

.ba-price-range{
    font-size:14px;
    font-weight:600;
}

.ba-results{
    flex:1;
}

.ba-autos-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.ba-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    transition:.25s ease;
    border:1px solid #eee;
}

.ba-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ba-card-img{
    position:relative;
    height:180px;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.ba-card-img img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.ba-card-body{
    padding:15px;
}

.ba-card-title{
    font-size:20px;
    font-weight:700;
    margin:0 0 5px;
}

.ba-card-meta{
    color:#777;
    font-size:13px;
    margin-bottom:12px;
}

.ba-card-price{
    font-size:28px;
    font-weight:800;
    margin-bottom:8px;
}

.ba-card-old{
    color:#e53935;
    font-size:14px;
    text-decoration:line-through;
    margin-bottom:8px;
}

.ba-card-bono{
    color:#00a651;
    font-size:14px;
    font-weight:700;
    margin-bottom:12px;
}

.ba-card-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
}

.ba-card-city{
    background:#f4f4f4;
    padding:6px 10px;
    border-radius:7px;
    font-size:12px;
}

.ba-card-status{
    padding:6px 10px;
    border-radius:7px;
    font-size:12px;
    font-weight:600;
}

.ba-status-demo{
    background:#fff4e5;
    color:#ff9800;
}

.ba-status-seminuevo{
    background:#ffecec;
    color:#e53935;
}

.ba-status-nuevo{
    background:#edf4ff;
    color:#1e88e5;
}

.ba-promo-banner{
    margin-bottom:20px;
    overflow:hidden;
    border-radius:18px;
}

.ba-promo-banner img{
    width:100%;
    display:block;
}

.ba-empty{
    background:#fff;
    padding:40px;
    border-radius:14px;
    text-align:center;
}


.ba-avanzado-header{
    margin-bottom:30px;
}

.ba-search-box form{
    display:flex;
    gap:12px;
}

.ba-search-box input{
    flex:1;
    height:52px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    font-size:15px;
}

.ba-toggle-filters{
    width:140px;
    border:none;
    background:#111;
    color:#fff;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    cursor:pointer;
}

.ba-avanzado-content{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:30px;
}

.ba-sidebar{
    background:#fff;
    border-right:1px solid #eee;
    padding-right:25px;
}

.ba-sidebar-section{
    margin-bottom:35px;
}

.ba-sidebar h3{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom:25px;
    font-family: 'DINNext' !important;
    color: #000;
}

.ba-sidebar h4{
    font-size:18px;
    letter-spacing:.5px;
    margin-bottom:15px;
    font-weight: 400;
    color: #000;
    font-family: "Bebas Neue";
}

.ba-active-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top: 14px;
}

.ba-tag{
    background:#FBF7EE;
    padding:8px 12px;
    border-radius:20px;
    font-size:12px;
    color: #676A6D;
}

.ba-status-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.ba-status-tags button{
    border:none;
    padding:10px 14px;
    border-radius:30px;
    background:#f5f5f5;
    cursor:pointer;
}

.ba-status-tags button.active{
    background:#111;
    color:#fff;
}

.ba-checkbox-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
    font-size:14px;
    cursor:pointer;
}

#ba-price-slider{
    margin:25px 10px;
}

.ba-price-values{
    display:flex;
    justify-content:space-between;
    font-size:13px;
    margin-top:15px;
}

.ba-avanzado-header .ba-search-input, .ba-avanzado-header .ba-search-input:not(:placeholder-shown){
    border: 1px solid #EFF0F0;
    background: #F6F6F6;
    font-family: 'DINNext' !important;
    color: var(--gray-90, #676A6D);
    font-family: 'DINNext' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color:#676A6D !important;
    -webkit-text-fill-color:#676A6D !important;
    padding-left: 70px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    
    background-repeat: no-repeat;
    background-position: 24px center;
    background-size: 30px;
}

.ba-avanzado-header .ba-search-input:focus{
    background-color: #F6F6F6 !important;
}

.ba-avanzado-header .ba-search-input::-webkit-input-placeholder{
    color: var(--gray-90, #676A6D);
    font-family: 'DINNext' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.ba-avanzado-header .ba-search-input::-moz-placeholder{
    color: var(--gray-90, #676A6D);
    font-family: 'DINNext' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.ba-avanzado-header .ba-search-input:-ms-input-placeholder{
    color: var(--gray-90, #676A6D);
    font-family: 'DINNext' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

@media(max-width:1400px){

    .ba-autos-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:1100px){

    .ba-avanzado-content{
        flex-direction:column;
    }

    .ba-sidebar{
        width:100%;
        position:relative;
        top:auto;
    }

    .ba-autos-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .ba-autos-grid{
        grid-template-columns:1fr;
    }

    .ba-avanzado-top{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

}

.ba-tag{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#444;
    transition:.2s;
}

.ba-tag span{
    font-size:16px;
    line-height:1;
    opacity:.7;
}

.ba-tag:hover{
    background:#111;
    color:#fff;
}

/* =========================================
RANGE SLIDER
========================================= */

#ba-price-slider{
    margin:30px 8px 20px;
    height:4px;
    border:none;
    box-shadow:none;
    background:#e5e5e5;
}

/* linea activa roja */
#ba-price-slider .noUi-connect{
    background:#ff3b30;
}

/* circulos */
#ba-price-slider .noUi-handle{

    width:20px;
    height:20px;

    border-radius:50%;

    background:#fff;

    border:2px solid #ff3b30;

    box-shadow:none;

    right:-10px;
    top:-8px;

    cursor:pointer;
}

/* quitar rayitas internas */
#ba-price-slider .noUi-handle:before,
#ba-price-slider .noUi-handle:after{
    display:none;
}

/* labels superiores */
.ba-price-values{

    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

.ba-price-values span{

    background:#fff;

    padding:12px 18px;

    border-radius:12px;

    font-size:14px;
    font-weight:600;

    box-shadow:0 4px 14px rgba(0,0,0,.08);
}

/* valores inferiores */
.ba-price-limits{

    display:flex;
    justify-content:space-between;

    margin-top:10px;

    font-size:13px;
    color:#666;
    font-family: 'DINNext' !important;
}

#ba-min-price, #ba-max-price{
    font-family: 'DINNext' !important;
    color: #404040 !important;
}

.ba-brand-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.ba-brand-left{
    display:flex;
    align-items:center;
    gap:10px;
}

.ba-brand-logo{
    width:20px;
    height:20px;
    object-fit:contain;
}

.ba-checkbox-item small{
    color:#999;
}

.ba-ciudad-checkbox{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-family: 'DINNext' !important;
}

.ba-ciudad-checkbox small{
    font-family: 'DINNext' !important;
    color: #A1A4A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.ba-hidden-brand{
    display:none;
}

.ba-show-more-marcas{

    margin-top:12px;

    background:none;
    border:none;

    color:#ff3b30;

    cursor:pointer;

    font-size:13px;

    padding:0;
}

.ba-results-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    gap:20px;
}



.ba-order-select{
    min-width:125px;
    height:45px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px;
    background:#fff;
    cursor:pointer;
    border: 1px solid #DEDFE0;
    color: #000;
}

.ba-pagination{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid #e5e5e5;
}

.ba-pagination .page-numbers{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:42px;
    border-radius:10px;
    text-decoration:none;
    color:#111;
    font-weight:500;
    transition:.2s;
}

.ba-pagination .page-numbers.current{
    background:#111;
    color:#fff;
}

.ba-pagination .prev,
.ba-pagination .next{
    border:1px solid #ddd;
    font-size:20px;
}

.ba-pagination .dots{
    pointer-events:none;
}

/* Layout */
.ba-avanzado-content{
    display:flex;
    gap:24px;
}

/* Sidebar */
.ba-sidebar{
    width:320px;
    flex-shrink:0;
    transition:all .3s ease;
}

/* Sidebar oculto */
.ba-sidebar.ba-sidebar-hidden{
    width:0;
    min-width:0;
    overflow:hidden;
    opacity:0;
    padding:0;
    margin:0;
    border:none;
}

/* Results */
.ba-results{
    flex:1;
    transition:all .3s ease;
}

/* Results full */
.ba-results.ba-results-full{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
}

/* Grid cards */
.ba-results-full .ba-autos-grid{
    grid-template-columns:repeat(4, minmax(0,1fr));
}

.ba-card-link{
    text-decoration:none;
    color:inherit;
    display:block;
}

/* Mobile */
@media(max-width:768px){

    .ba-results-full .ba-autos-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }

}

.ba-status-tags button{
    position:relative;
    border:none;
    padding:6px 12px;
    border-radius:40px;
    background:#f5f5f5;
    cursor:pointer;
    transition:.25s ease;
}

/* ACTIVO */
.ba-status-tags button.active{
    background:#111;
    color:#fff;
    padding-right:42px;
}

.estado-auto{
    border-radius: 100px;
    font-size: 14px;
    font-family: 'DINNext' !important;
}

/* PALOMITA */
.ba-status-tags button.active::after{

    content:"\f00c";

    font-family:"FontAwesome";

    position:absolute;

    right:16px;
    top:50%;

    transform:translateY(-50%);

    color:#fff;

    font-size:14px;

    line-height:1;
}

.filtro-aplicado-titulo{
    color: #474A4C;
    font-family: 'DINNext' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.ba-checkbox-item input[type="checkbox"]{
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;

    width: 18px;
    height: 18px;

    opacity: 1 !important;
    display: block !important;

    cursor: pointer;
}