@media (min-width: 768px) {
    .facetasMobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #panFacetas.desktop {
        display: none;
    }
}

#panFacetas .cabecera {
    background: var(--color-azul);
    margin-bottom: 5px;
    padding: 10px 20px;
}

#panFacetas .cabecera p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
}

#panFacetas #facetedSearch .box {
    margin-block-end: 37px;
}

#panFacetas #facetedSearch .box .faceta-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    letter-spacing: 0.3px;
    text-align: left;
    color: var(--black-01);
    margin-bottom: 10px;
}

#panFacetas #facetedSearch .box .faceta-title .material-icons {
    display: none;
    vertical-align: middle;
    float: right;
    margin-top: -5px;
    background: #F2F2F2;
    border-radius: 50%;
    cursor: pointer;
}

#panFacetas #facetedSearch .box .facetedSearchBox {
    padding: 10px 20px;
    padding-top: 20px;
    padding-left: 0;
}

#panFacetas #facetedSearch .box .facetedSearchBox label {
    display: none;
}

#panFacetas #facetedSearch .box .facetedSearchBox input {
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 0 5px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

#panFacetas #facetedSearch .box .facetedSearchBox.fechaDesdeHasta .searchButton::before {
    display: block;
    width: 30px;
    height: 30px;
    content: '\E8B6';
    font-family: 'Material Icons';
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

#panFacetas #facetedSearch .box .listadoFacetas {
    margin: 0;
    padding: 0;
}

#panFacetas #facetedSearch .box .listadoFacetas li {
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
    line-height: normal;
}

#panFacetas #facetedSearch .box .listadoFacetas li a,
#panFacetas #facetedSearch .box .listadoFacetas li a span {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.87;
    letter-spacing: 0.3px;
    color: #8e8e8e;
}

#panFacetas #facetedSearch .box .listadoFacetas li a span {
    margin-left: 5px;
}

#panFacetas #facetedSearch .box .listadoFacetas li .desplegarSubFaceta {
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: block;
    float: right;
    cursor: pointer;
}

#panFacetas #facetedSearch .box .listadoFacetas li .desplegarSubFaceta i {
    font-size: 20px;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

#panFacetas #facetedSearch .box .opciones {
    margin: 0;
    padding: 10px 20px;
    list-style: none;
}

#panFacetas #facetedSearch .box .opciones li {
    padding: 0;
    margin: 0;
    line-height: normal;
}

#panFacetas #facetedSearch .box .opciones li a {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    cursor: pointer;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 339px) {
    .facetasMobile {
        width: 100vh !important;
    }
}

.facetasMobile .facetas-header {
    width: 340px;
    height: 50px;
    padding: 16px 31px;
    background-color: #738892;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.facetasMobile .facetas-header .icon-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.facetasMobile .facetas-header .icon-wrapper {
    margin-inline-end: 20px;
}

.facetasMobile .facetas-header .icon-wrapper .search-icon {
    width: 47px;
    height: 47px;
}

.facetasMobile .facetas-header .icon-wrapper .search-icon::before {
    content: '';
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: image-set(url(../../resources/icons-svg/filtrado-blog_white.svg) 1x, url(../../../resources/icons-svg/filtrado-blog_white.svg) 1x);
}

.facetasMobile .facetas-header .icon-wrapper p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.15px;
    color: #fff;
    margin: 0;
}

.facetasMobile .facetas-header .close-off-facetas {
    cursor: po;
    position: relative;
    height: 24px;
}

.facetasMobile .facetas-header .close-off-facetas .material-icons {
    cursor: pointer;
    color: white;
}

.facetasMobile .facetas-body {
    overflow: auto;
    padding: 31px 0 31px 31px;
}