.idoBRA {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1rem;
}

._listItem_qnkkh_15 {
    display: flex;
    align-items: center;
}

._icon_qnkkh_1 {
    margin-right: 12px;
    height: 3rem;
    width: 3rem;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #c8c6c6;
}

.u8XcJr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.u8XcJr img {
    height: 2rem;
    width: 2rem;
}

._itemTitle_qnkkh_25 {
    margin: 0;
    line-height: 1.35;
}

.RNdvPQ h4 {
    font-weight: 600;
    font-size: 1.125rem;
}

.two-column-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wgBPwh p {
    font-size: .875rem;
    margin-top: 6px;
    line-height: 2.5rem;
}

/* Estilos para cargar imágenes de dashboard */

.vat {
    vertical-align: top;
}

.list-inline-item {
    display: inline-block;
}


.list-inline-item:not(:last-child) {
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.btn_upload, .upload_file_input_add_remove {
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_upload {
    background-color: transparent;
    border: 1px solid #0061DF;
    border-radius: 3px;
    color: #0061DF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 160px;
    line-height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 180px;
}

.btn_upload input, .it {
    height: 100%;
    position: absolute;
}

.btn_upload input {
    cursor: pointer;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

.portfolio_item {
    background-color: #fafafa;
    border-radius: 3px;
    height: 150px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 170px;
}

.portfolio_item .edu_stats_list {
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #E6E9EC;
    cursor: pointer;
    height: 35px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 35px;
}

.portfolio_item:hover .edu_stats_list {
    opacity: 1;
}

.portfolio_item .edu_stats_list span {
    color: #0B1F3B;
    font-size: 10px;
    font-weight: 600;
}

.portfolio_item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*== File Upload and delete Style1 Add Listing Page ==*/
.upload_file_input_add_remove {
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 180px;
}

.btn_upload {
    background-color: transparent;
    border: 1px solid #0061DF;
    border-radius: 3px;
    color: #0061DF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 160px;
    line-height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 180px;
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

.it {
    border-radius: 8px;
    height: 100%;
    /* left: 0; */
    max-height: 150px;
    max-width: 170px;
    position: absolute;
    /* top: 0; */
    width: 100%;
    object-fit: contain;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
    display: none;
}

.btn-rmv1:hover,
.btn-rmv1:active,
.btn-rmv1:focus,
.btn-rmv2:hover,
.btn-rmv2:active,
.btn-rmv2:focus,
.btn-rmv3:hover,
.btn-rmv3:active,
.btn-rmv3:focus,
.btn-rmv4:hover,
.btn-rmv4:active,
.btn-rmv4:focus,
.btn-rmv5:active,
.btn-rmv5:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.remove_add_file {
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #0D263B;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
}

/*== File Upload and delete End Add Listing Page ==*/

/* Estilos para gráfica de precios */

.range-gauge {
    padding: 50px 20px;
}

.range-bar {
    height: 10px;
    background: #ddd;
    position: relative;
}

.range-bar .bar {
    background: blue;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.range-bar .bar .labels {
    table-layout: fixed;
    margin-top: 10px;
    width: 100%;
    display: table;
    font-size: 70%;
}

.range-bar .bar .labels>span {
    display: table-cell;
    text-align: center;
    line-height: 100%;
    padding: 3px;
}

.range-bar .bar .labels>span:first-child {
    text-align: left;
}

.range-bar .bar .labels>span:last-child {
    text-align: right;
}

.range-bar .bar:hover {
    opacity: 1;
}

.range-bar .gauge-bubble {
    width: 100px;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    bottom: 100%;
    padding: 6px 0;
}

.range-bar .gauge-bubble .lbl {
    padding: 5px;
    border-radius: 5px;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    background: blue;
    color: white;
}

.range-bar .gauge-bubble .lbl small {
    text-transform: uppercase;
    font-size: 0.6rem;
}

.range-bar .gauge-bubble .lbl:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: blue transparent transparent transparent;
}

#ModalSearchSems #moreCarrocerias .list-checkbox,
#ModalSearchSems #moreMarcas .list-checkbox,
#ModalSearchSems #moreAnos .list-checkbox {
    max-height: 260px;
    overflow: auto;
    padding-right: 6px;
    -webkit-overflow-scrolling: touch;
}

/* =========================================================
   FILTROS NUEVOS
   ========================================================= */

:root {
    --f-bg: #fff;
    --f-border: rgba(15, 23, 42, .10);
    --f-divider: rgba(15, 23, 42, .08);
    --f-title: #0B2C5D;
    --f-text: rgba(15, 23, 42, .78);
    --f-pill-bg: rgba(11, 44, 93, .07);
    --f-pill-tx: rgba(11, 44, 93, .86);
    --f-brand: #F15A21;
    --f-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.filters-sticky {
    background: var(--f-bg);
    border: 1px solid var(--f-border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--f-shadow);
}

.filters-sticky .sidebar-head {
    padding: 14px 16px;
    border-bottom: 1px solid var(--f-divider);
}

.filters-sticky .sidebar-head h6 {
    margin: 0;
    font-weight: 900;
    letter-spacing: .2px;
    color: var(--f-title);
}

.filters-sticky .sidebar-content {
    padding: 10px 16px 14px 16px;
}

.filters-sticky .divide {
    height: 1px;
    background: var(--f-divider);
    margin: 12px 0;
}

@media (min-width:992px) {
    .filters-sticky {
        position: sticky;
        top: 110px;
        max-height: calc(100vh - 130px);
    }

    .filters-sticky .sidebar-content {
        max-height: calc(100vh - 190px);
        overflow: auto;
        overflow-x: hidden;
        padding-right: 12px;
        -webkit-overflow-scrolling: touch;
    }
}

.filters-sticky a.link-see-more {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
    background-image: none !important;
}

.filters-sticky a.link-see-more::before,
.filters-sticky a.link-see-more>h6::before,
.filters-sticky a.link-see-more>h6::after {
    content: none !important;
    display: none !important;
}

.filters-sticky a.link-see-more .toggle-icon,
.filters-sticky a.link-see-more .icon,
.filters-sticky a.link-see-more svg,
.filters-sticky a.link-see-more i:not(.filter-ico) {
    display: none !important;
}

.filters-sticky a.link-see-more>h6 {
    margin: 0 !important;
    padding: 12px 34px 12px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: var(--f-title);
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}

.filters-sticky a.link-see-more>h6>span {
    flex: 1;
    min-width: 0;
}

@media (hover:hover) {
    .filters-sticky a.link-see-more:hover>h6 {
        background: rgba(11, 44, 93, .04);
    }
}

.filters-sticky .filter-ico {
    width: 26px;
    height: 26px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    background: rgba(11, 44, 93, .07);
    color: var(--f-title);
    font-size: 13px;
    line-height: 1;
}

.filters-sticky .filter-price-title {
    margin: 0 !important;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: var(--f-title);
    border-radius: 10px;
}

.filters-sticky .filter-price-title>span {
    flex: 1;
}

.filters-sticky a.link-see-more::after {
    content: "\f054";
    /* chevron-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: rgba(245, 90, 33, .95);
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: .95;
}

.filters-sticky a.link-see-more[aria-expanded="true"]::after {
    content: "\f078";
}

.filters-sticky ul.list-checkbox {
    list-style: none;
    padding: 6px 0 4px 0;
    margin: 0;
}

/* cada li */
.filters-sticky ul.list-checkbox>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(15, 23, 42, .08);
}

.filters-sticky ul.list-checkbox>li:last-child {
    border-bottom: none;
}

.filters-sticky .cb-container {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.filters-sticky .cb-container input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    opacity: 1 !important;
    position: static !important;
    pointer-events: auto !important;
    accent-color: var(--f-brand);
    flex: 0 0 16px;
}

.filters-sticky .cb-container .checkmark {
    display: none !important;
}

.filters-sticky .cb-container .text-small {
    font-size: 13px;
    line-height: 1.25;
    color: var(--f-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    min-width: 0;
}

.filters-sticky .number-item {
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--f-pill-bg);
    color: var(--f-pill-tx);
    font-weight: 800;
    flex: 0 0 auto;
}

@media (min-width:992px) {

    #deskCarrocerias.collapse.show ul,
    #deskMarcas.collapse.show ul,
    #deskAnos.collapse.show ul {
        max-height: 240px;
        overflow: auto;
        overflow-x: hidden;
        padding-right: 8px;
    }
}

.filters-sticky .sidebar-content,
#deskCarrocerias ul,
#deskMarcas ul,
#deskAnos ul {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.filters-sticky .sidebar-content::-webkit-scrollbar,
#deskCarrocerias ul::-webkit-scrollbar,
#deskMarcas ul::-webkit-scrollbar,
#deskAnos ul::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.filters-sticky .box-slider-range {
    margin-top: 6px;
}

.filters-sticky .box-slider-range .form-control {
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, .12);
}

.filters-sticky .main-btn-wrap input[type="button"] {
    width: 100%;
    border-radius: 12px;
}

.filters-sticky .cb-container {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;

    padding-left: 0 !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
    position: static !important;
}

.filters-sticky .cb-container .checkmark {
    display: none !important;
}

.filters-sticky .cb-container .text-small {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25 !important;
}

.filters-sticky ul.list-checkbox>li {
    padding: 10px 0 !important;
    align-items: center !important;
}

.filters-sticky ul.list-checkbox>li {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    position: relative !important;
}

.filters-sticky ul.list-checkbox>li .number-item {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;

    font-size: 12px !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    background: rgba(11, 44, 93, .07) !important;
    color: rgba(11, 44, 93, .85) !important;
    font-weight: 800 !important;

    flex: 0 0 auto !important;
    margin-left: 10px !important;
}

.filters-sticky ul.list-checkbox>li .cb-container {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.filters-sticky {
    --chk-col: 16px;
    --gap-col: 10px;
    --pill-col: 44px;
}

.filters-sticky a.link-see-more {
    padding: 0 !important;
}

.filters-sticky a.link-see-more>h6 {
    width: 100%;
    margin: 0 !important;
    padding: 10px 0 !important;
    display: grid !important;
    grid-template-columns: calc(var(--chk-col) + var(--gap-col) + 22px) 1fr auto;
    align-items: center !important;
    column-gap: 10px !important;
}

.filters-sticky a.link-see-more>h6 .filter-ico {
    justify-self: start;
}

.filters-sticky a.link-see-more>h6 span {
    min-width: 0;
}

.filters-sticky a.link-see-more::after {
    align-self: center;
}

.filters-sticky ul.list-checkbox>li {
    padding: 10px 0 !important;
}

.filters-sticky .cb-container {
    gap: var(--gap-col) !important;
}

.filters-sticky .cb-container {
    padding-left: 0 !important;
}

.filters-sticky .cb-container .checkmark {
    margin-left: 0 !important;
}

.filters-sticky .divide{
  background: rgba(15,23,42,.06);
}
