@font-face {
  font-family: "map_billet";
  src: url("../fonts/map_billet.eot?gjnydb");
  src: url("../fonts/map_billet.eot?gjnydb#iefix") format("embedded-opentype"), url("../fonts/map_billet.ttf?gjnydb") format("truetype"), url("../fonts/map_billet.woff?gjnydb") format("woff"), url("../fonts/map_billet.svg?gjnydb#map_billet") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "map_billet" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pin:before {
  content: "\e905";
}

.icon-qr:before {
  content: "\e900";
}

.icon-cajero:before {
  content: "\e901";
}

.icon-money_in:before {
  content: "\e902";
}

.icon-money_out:before {
  content: "\e903";
}

.icon-filtro:before {
  content: "\e904";
}

.icon-buscar:before {
  content: "\e906";
}

.icon-menos:before {
  content: "\e907";
  color: #41474c;
}

.icon-mas:before {
  content: "\e908";
  color: #41474c;
}

.icon-close:before {
  content: "\e909";
  color: #41474c;
}

body {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
}

.actived {
  background: #50b940;
  color: white;
}

.actived span {
  color: black;
}

.info_market {
  height: 904px;
  display: flex;
}
.info_market__element {
  width: 100%;
  height: 904px;
}
.info_market__wrapper {
  width: 100%;
  height: 904px;
}
.info_market__info {
  position: absolute;
  width: 400px;
  height: 904px;
  padding: 35px 20px 20px 20px;
  background: var(--billet-white-100, #fff);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.input {
  background-size: 25px;
  width: 335px;
  height: 62px;
  padding: 1px 9px 0px 40px;
  border-radius: 40px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--billet-white-100, #fff);
  font-size: 0.9em;
  display: flex;
  align-items: center;
}
.input__search {
  width: 23px;
  height: 23px;
  position: absolute;
  left: 9%;
  top: 6.6%;
  color: #cccccc;
}
.input__field {
  height: 100%;
  width: 73%;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #cccccc;
}
.input__field:focus, .input__field:hover {
  outline: none;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
.input__close {
  position: absolute;
  left: 34px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
}
.input__delete {
  position: absolute;
  left: 67%;
  width: 24px;
  height: 24px;
  color: #cccccc;
  top: 6.8%;
  font-size: 10px;
}
.input__vertical {
  position: absolute;
  left: 74%;
  width: 1px;
  height: 40px;
  background: #cccccc;
}
.input__filter {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 76%;
}
.input__filter-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding-bottom: 18px;
}
.input__filter-text {
  width: 100%;
  font-weight: bold;
  color: #333333;
  font-size: 11px;
  line-height: 16px;
  font-family: Mulish;
}

.filters {
  padding-top: 24px;
  display: flex;
  justify-content: space-around;
}
.filters__icons {
  padding: 2%;
  text-align: center;
  line-height: 29px;
}
.filters__icons .activ {
  background-color: #50b940;
  background-size: 50%;
  padding: 2%;
  background-repeat: no-repeat;
  background-position: center;
}
.filters__custom {
  display: flex;
  justify-content: center;
  width: 42px;
  border-radius: 50%;
  margin-left: 24px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  cursor: pointer;
}
.filters__custom span {
  position: absolute;
  width: 66px;
  top: 46px;
  font-family: Mulish;
  font-size: 14px;
  line-height: 20px;
}
.filters div:first-child {
  margin-left: 0;
}

.location__card {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s;
  text-align: left;
  justify-content: space-between;
}
.location__card:hover {
  background-color: rgba(245, 245, 245, 0.8);
}
.location__card h3 {
  color: var(--billet-primary-100, #50b940);
  max-width: 259px;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.035px;
}
.location__card p {
  max-width: 259px;
  height: 16px;
  overflow: hidden;
  color: var(--billet-secondary-60, #666667);
  text-overflow: ellipsis;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.location__card #p2 {
  color: var(--billet-secondary-40, #999);
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  max-width: 259px;
}
.location__card h1 {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.location__card img {
  width: 25px;
  height: 25px;
  border-radius: 27px;
  margin: 15px;
}
.location__card i {
  font-size: 10px;
  text-align: center;
}
.location__card .wrapper {
  display: flex;
  flex-direction: column;
}
.location__card .wrapper__icon {
  display: flex;
  justify-content: space-around;
  flex-direction: column-reverse;
}
.location__card:hover {
  border: 1px solid #50b940;
}

.card {
  bottom: 43%;
  right: 1%;
  position: fixed;
  z-index: 1000;
  min-width: 200px px;
  max-width: 600px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.panel {
  margin-top: 55px;
  width: 100%;
  height: 679px;
  border: 0px solid #ccc;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.info_market__cta_mobile {
  display: none;
}

@media (max-width: 770px) {
  .info_market {
    position: relative;
  }
  .info_market__wrapper {
    width: 100%;
    height: 800px;
    position: absolute;
    z-index: 1;
  }
  .info_market__element {
    width: 100%;
    height: 600px;
  }
  .info_market__mobile_element {
    width: 100%;
    height: 180px;
    background: #ffffff;
  }
  .info_market__info {
    position: absolute;
    width: 100%;
    height: 850px;
  }
  .info_market__cta_mobile {
    position: absolute;
    left: 35%;
    top: 93%;
    width: 100px;
    height: 30px;
    z-index: 3;
    border-radius: 33.273px;
    background: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: fixed;
  }
  .info_market__cta_mobile span {
    margin: 6px;
  }
  .input {
    position: absolute;
    z-index: 3;
  }
  .input__search {
    left: 16px;
    top: 23px;
  }
  .input__delete {
    top: 23px;
    left: 253px;
  }
  .input__vertical {
    left: 273px;
  }
  .input__filter {
    right: -17px;
    text-align: center;
  }
  .filters {
    z-index: 2;
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 18%;
  }
  .supermapa::after {
    pointer-events: none;
  }
  #wpadminbar {
    display: none;
  }
  .panel {
    margin-top: 160px;
    height: 600px;
  }
  .mobile__active {
    z-index: 3;
  }
  .card {
    bottom: 9%;
    right: 2%;
    max-width: 200px;
    z-index: 2;
  }
  .hidden {
    display: none;
  }
}/*# sourceMappingURL=mapa.css.map */