.sener-buscador-facetado {
  background: #F9F9F9;
  /*  .resultados-filtros {
      display: grid;
      grid-template-columns: 2fr 1fr;
  } */
}
.sener-buscador-facetado .container-1142 {
  position: relative;
}
.sener-buscador-facetado label + input,
.sener-buscador-facetado label + div {
  margin-top: 1em;
}
.sener-buscador-facetado .btn:hover {
  cursor: pointer;
}
.sener-buscador-facetado .input {
  width: 100%;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #80addc;
  background-color: transparent;
  font-family: "Noto Sans";
  color: #80addc;
  padding-right: 22px;
}
.sener-buscador-facetado .input-icono {
  position: relative;
  width: 100%;
}
.sener-buscador-facetado .input-icono::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../img/search-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.sener-buscador-facetado .input-icono input[type=button],
.sener-buscador-facetado .input-icono input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  border: 0;
  height: 25px;
  background: transparent;
  z-index: 99;
  cursor: pointer;
}
.sener-buscador-facetado .icono:hover {
  cursor: pointer;
}
.sener-buscador-facetado .contenedor__buscador {
  width: 100%;
  display: flex;
  padding: 1rem 0;
}
.sener-buscador-facetado .contenedor__buscador .buscador {
  display: block;
  color: #005199;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
}
.sener-buscador-facetado .contenedor__buscador .icono__desplegable {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 25%;
}
.sener-buscador-facetado .contenedor__buscador .icono__desplegable:hover {
  cursor: pointer;
}
.sener-buscador-facetado .filtros {
  width: 350px;
  position: absolute;
  right: 0;
  padding: 2rem;
  background-color: #fff;
  z-index: 100;
  box-shadow: 3px 3px 30px #b7b7b7;
  display: none;
}
.sener-buscador-facetado .filtros.active {
  display: block;
}
.sener-buscador-facetado .filtros .fechas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.sener-buscador-facetado .filtros .fechas label {
  position: relative;
}
.sener-buscador-facetado .filtros .fechas label ::-webkit-input-placeholder {
  color: #005199 !important;
}
.sener-buscador-facetado .filtros .fechas label ::-moz-placeholder {
  color: #005199 !important;
}
.sener-buscador-facetado .filtros .fechas label :-ms-input-placeholder {
  color: #005199 !important;
}
.sener-buscador-facetado .filtros .fechas label ::-ms-input-placeholder {
  color: #005199 !important;
}
.sener-buscador-facetado .filtros .fechas label ::placeholder {
  color: #005199 !important;
}
.sener-buscador-facetado .filtros .fechas label span {
  position: absolute;
  right: 0;
  bottom: 7px;
  background-image: url(../../img/icono_calendario-azul.svg);
  cursor: none;
  background-size: cover;
  height: 14px;
  width: 14px;
}
.sener-buscador-facetado .filtros .fechas label span.clear {
  cursor: pointer;
  background: url(../../img/ico-clear.svg) center center no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
  bottom: 11px;
}
.sener-buscador-facetado .filtros .contenedor__input {
  margin: 2rem 0;
  font-size: 14px;
  position: relative;
  width: 52%;
}
.sener-buscador-facetado .filtros .contenedor__input .contenedor__lista {
  width: 310px;
  z-index: 101;
  display: none;
  margin-top: -1px;
}
.sener-buscador-facetado .filtros .contenedor__input .contenedor__lista.active {
  display: flex;
}
.sener-buscador-facetado .filtros .contenedor__input .contenedor__lista::after {
  right: 52%;
}
.sener-buscador-facetado .filtros .contenedor__input .contenedor__lista .contenedor__botones {
  margin-left: 1rem;
}
.sener-buscador-facetado .filtros .contenedor__input .contenedor__lista .contenedor__botones .btn + .btn {
  margin-top: 1rem;
}
.sener-buscador-facetado .filtros .contenedor__input .input {
  color: #005199;
  font-size: 14px;
  white-space: nowrap;
}
.sener-buscador-facetado .filtros .contenedor__input .input:hover {
  cursor: pointer;
}
.sener-buscador-facetado .filtros .contenedor__input.input-icono::after {
  width: 14px;
  height: 14px;
}
.sener-buscador-facetado .filtros .contenedor__input.icono-mas::after {
  background-image: url(../../img/blue-plus-bold.svg);
}
.sener-buscador-facetado .filtros .btn__cerrar {
  margin-top: 6rem;
}
.sener-buscador-facetado .lista {
  background-color: #fff;
  box-shadow: 5px 5px 15px #e3e3e3;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1.5em;
  width: 286px;
  position: relative;
  /* &::after,
  &::before {
      content: '';
      position: absolute;
      right: -15%;
      width: 34px;
      height: 34px;
      background-size: contain;
      background-repeat: no-repeat;
  }

  &::before {
      background-image: url(../../img/equis-circle-blue.svg);
      top: 0;
  }

  &::after {
      background-image: url(../../img/check-circle-blue.svg);
      top: 15%;
  } */
}
.sener-buscador-facetado .lista__item {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #80addc;
  transition: color 0.3s ease;
  flex: 1 1 43%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.sener-buscador-facetado .lista__item:hover {
  cursor: pointer;
}
.sener-buscador-facetado .lista__item.active {
  color: #005199;
}
.sener-buscador-facetado .lista__item.active::after {
  content: "";
  background: url(../../img/ico-clear.svg) center center no-repeat;
  background-size: cover;
  width: 9px;
  height: 9px;
  font-weight: bold;
  color: #80addc;
  position: absolute;
  top: 9px;
  right: 0;
}
.sener-buscador-facetado .lista__items--seleccionados {
  display: flex;
  margin-top: -1.5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  color: #80addc;
}
.sener-buscador-facetado .lista__items--seleccionados .seleccionado {
  position: relative;
  padding-right: 15px;
  margin-right: 20px;
  cursor: pointer;
}
.sener-buscador-facetado .lista__items--seleccionados .seleccionado::after {
  content: "";
  background: url(../../img/ico-clear.svg) center center no-repeat;
  background-size: cover;
  width: 9px;
  height: 9px;
  font-weight: bold;
  color: #80addc;
  position: absolute;
  top: 7px;
  right: 0%;
}
.sener-buscador-facetado .autocompleter {
  padding: 20px 20px 0 20px;
  background: #fff;
  box-shadow: 3px 3px 30px #b7b7b7;
  z-index: 999;
}
.sener-buscador-facetado .autocompleter li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 21px;
}
.sener-buscador-facetado .autocompleter li img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  margin-right: 21px;
}
.sener-buscador-facetado .autocompleter li p {
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 400;
  color: #005199;
  letter-spacing: -0.28px;
  width: 100%;
  margin: 0;
}
.sener-buscador-facetado .autocompleter li p strong {
  background: #005199;
  color: #fff;
}
.sener-buscador-facetado .autocompleter li span {
  font-size: 14px;
  color: #80ADDC;
  letter-spacing: -0.28px;
  width: 20%;
  text-align: right;
}
.sener-buscador-facetado.blue {
  background: #005199;
  padding-bottom: 30px;
}
.sener-buscador-facetado.blue .contenedor__buscador .input {
  color: #fff;
}
.sener-buscador-facetado.blue .contenedor__buscador .input::-webkit-input-placeholder {
  color: #80addc !important;
}
.sener-buscador-facetado.blue .contenedor__buscador .input::-moz-placeholder {
  color: #80addc !important;
}
.sener-buscador-facetado.blue .contenedor__buscador .input:-ms-input-placeholder {
  color: #80addc !important;
}
.sener-buscador-facetado.blue .contenedor__buscador .input::-ms-input-placeholder {
  color: #80addc !important;
}
.sener-buscador-facetado.blue .contenedor__buscador .input::placeholder {
  color: #80addc !important;
}
.sener-buscador-facetado.blue .contenedor__buscador .input-icono::after {
  filter: grayscale(1) brightness(100);
  opacity: 0.6;
}
.sener-buscador-facetado.blue .contenedor__buscador .buscador {
  color: #fff;
}
.sener-buscador-facetado.blue .contenedor__buscador .icono__desplegable {
  filter: grayscale(1) brightness(100);
  opacity: 0.6;
}

@media (max-width: 440px) {
  .sener-buscador-facetado .contenedor__buscador svg {
    width: 30px;
    height: 30px;
  }
  .sener-buscador-facetado .filtros {
    width: 96vw;
    right: 2vw;
  }
  .sener-buscador-facetado .filtros .input {
    font-size: 11px;
  }
  .sener-buscador-facetado .filtros .contenedor__input {
    margin: 2rem 0;
    font-size: 11px;
    position: relative;
    width: 100%;
  }
  .sener-buscador-facetado .filtros .contenedor__input .contenedor__lista {
    width: 100%;
    z-index: 101;
    display: none;
    flex-direction: column;
  }
  .sener-buscador-facetado .filtros .contenedor__input .contenedor__lista.active {
    display: flex;
  }
  .sener-buscador-facetado .filtros .contenedor__input .contenedor__lista::after {
    right: 52%;
  }
  .sener-buscador-facetado .filtros .contenedor__input .contenedor__lista .lista {
    width: auto;
    padding-bottom: 3rem;
  }
  .sener-buscador-facetado .filtros .contenedor__input .contenedor__lista .contenedor__botones {
    margin-left: 0;
    display: flex;
    justify-content: space-around;
    top: -2.5rem;
    position: relative;
    flex-direction: row-reverse;
  }
  .sener-buscador-facetado .filtros .contenedor__input .contenedor__lista .contenedor__botones .btn + .btn {
    margin-top: 0rem;
  }
  .sener-buscador-facetado .filtros .contenedor__input .input {
    font-size: 11px;
  }
  .sener-buscador-facetado .filtros .btn__cerrar {
    margin-top: 4rem;
  }
  .sener-buscador-facetado .lista__items--seleccionados {
    font-size: 11px;
  }
  .sener-buscador-facetado .lista__items--seleccionados .seleccionado::after {
    top: 5px;
  }
  .sener-buscador-facetado .autocompleter li img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .sener-buscador-facetado .autocompleter li p {
    font-size: 12px;
  }
  .sener-buscador-facetado .autocompleter li span {
    display: none;
  }
}
.sener-listado-elementos {
  padding: 5rem 0;
  background: #F9F9F9;
  margin: 0 !important;
}
.sener-listado-elementos.white {
  background: #FFF;
}

/*# sourceMappingURL=modulo-buscador-facetado.css.map */
