
 #tags-seleccionados2 .tag::after,
#tags-seleccionados2 .combo::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#tags-seleccionados2 .tag:hover,
#tags-seleccionados2 .combo:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease; 
    cursor: pointer;
}

#tags-pop-up .tag,
#tags-pop-up .combo{
    cursor: pointer;
}

.tags-pop-up {
    background-color: rgb(246, 249, 252);
    border: solid 1px #E4E7EA;
    border-top: solid 2px #E1E9F1;
    z-index: 1080;
    padding-bottom: 65px;
    padding-top: 15px;
}
#filtros-avanzados a,#filtros-avanzados-buscar a{
    cursor: pointer;
    float: left;
    height: 100%;
}
#tags-pop-up div.tags-titulo {
    margin-bottom: 5px;
    margin-top: 15px;
    color: #737373;
}
#tags-pop-up div.tags-titulo-1 {
    padding-left: 25px;
    color: #444;
    font-weight: 600;
}
#tags-pop-up div.tags-titulo-2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
}
#tags-pop-up hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #DEE0E1;
}
#tags-pop-up #tags-filtros{
    padding-left: 25px;
    padding-right: 25px;
}
#tags-pop-up #tags-seleccionados{
    padding-left: 25px;
}
#tags-pop-up span.tags-titulo-3 {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 25px;
    color: #737373;
}
#tags-pop-up .tag,
#tags-pop-up .combo {
    margin-bottom: 2px;
}
#tags-pop-up .btn.btn-default,
#tags-pop-up .btn.btn-primary{
    float: right;
    margin-left: 5px;
    margin-bottom: 15px;
}
#tags-pop-up .tags-pop-up-botonera{
    margin-right: 15px;
}

input#input-filtros-avanzados.form-control.input-filtros-avanzados{
    border-radius: 0;
    height: 48px;
    border: solid 1px #E5E5E5;
}

#filtros-avanzados.btn.btn-md.btn-default:visited{
    color: #000;
}
a.btn.btn-sm.btn-primary.btn-filtros-buscar {
    border-radius: 0;
    padding: 16px 30px;
    background: #328FEC;
    border:0;
}
a.btn.btn-sm.btn-primary.btn-filtros-buscar:hover{
    background: #2772BD;
}
a.btn.btn-sm.btn-primary.btn-filtros-categorias {
    border-radius: 0;
    padding: 15px 30px;
    margin-left: 15px;
    background: #FFFFFF;
    border: solid 1px #D8DCDF;
    color: #444;
}
a.btn.btn-sm.btn-primary.btn-filtros-categorias:hover {
    background-color: #ddd;
}
div#tags-pop-up-cerrar.btn.btn-default.btn-filtros-cerrar{
    border-radius: 0;
    padding: 15px 30px;
    margin-left: 15px;
    background: #FFFFFF;
    border: solid 1px #D8DCDF;
    color: #444;
}

div#tags-pop-up-cerrar.btn.btn-default.btn-filtros-cerrar:hover {
    background-color: #ddd;
}

div#tags-pop-up-aceptar.btn.btn-primary.btn-filtros-aceptar{
    border-radius: 0;
    padding: 15px 30px;
    margin-left: 15px;
    background: #328FEC;
    border: 0;
    color: #fff;
}
div#tags-pop-up-aceptar.btn.btn-primary.btn-filtros-aceptar:hover{
    background: #2772BD;
}
a#tags-pop-up-borrar {
    padding: 15px 20px;
    border-radius: 0;
    border: solid 1px #9D9C9C;
}
#tags-seleccionados2{
    overflow: hidden;
    padding-right: 0;
    width: 100%;
    margin-top: 20px;
}
.tags-titulo-4{
    float: left;
    margin-right: 10px;
    color: #737373;
}
input.form-control.input-filtros-avanzados {
    width: 50%;
    float: left;
}
#tags-seleccionados2 .tag,
#tags-seleccionados2 .combo{
    float: left;
}
.tags-titulo-borrar{
    display: none;
    color: #000;
}
#tags-seleccionados2 .tags-mensaje{
    float: left;
}
.tags-titulo-borrar a{
    float: right;
    margin-left: 10px;
    color: #000;
}

#tags-pop-up-borrar.pop-up-borrar{
    margin-left:5px;
}
#tags-seleccionados .tags-seleccionados-tax{
    float: left;
}

#tags-buscador{
    background: none repeat scroll 0 0 #f6f9fc;
    padding: 25px 40px 15px 40px;
    border: 1px solid #e4e7ea;
}
.filtros-avanzados-texto{
    background: none repeat scroll 0 0 #f6f9fc;
    padding: 15px 40px 15px 20px;
    border: 1px solid #e4e7ea;
}

.tag-gris{background-color: #9d9d9d;border-color: #919191;color: #fff;padding: 5px 10px;
    border-radius: 0;
    font-size: 10px;}

#tags-pop-up .tag,
#tags-buscador .tag,
#tags-pop-up .combo,
#tags-buscador .combo{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 10px;
    line-height: 1.42857;
    margin-bottom: 4px;
    margin-right: 2px;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight:600;
    text-transform:inherit;
    border-radius: 3px;
}

.tag, .combo {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 11px;
    margin-right: 2px;
    padding: 7px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight:600;
}

#tags-filtros .select2-container .select2-choice,
#tags-filtros .select2-container .select2-arrow{
    background-color: white;
    color: #333;
}
#tags-filtros .select2-container{
    border-radius: 3px;
    min-width:100px;
    overflow: hidden;
    border: solid 1px #aaa;
}
#tags-filtros .tags-titulo{
    font-weight: bold;
}
 .select2-drop-active{
    margin-top:3px !important;
    border: 1px solid #aaa !important;
}
#select2-drop{
width: auto !important;
}
.select2-results .select2-result-label{
    padding: 3px 7px 10px;
}