.section_map {
  position: relative;
  padding: 30px 0 8vh 0;
}
.section_map .map-direction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 550px;
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  gap: 5vw;
}
.section_map .map-direction .map {
  width: 60%;
  height: 100%;
  border-radius: 10px;
}
.section_map .map-direction .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.section_map .map-direction .address-list {
  width: 40%;
  height: 100%;
  overflow: auto;
}
.section_map .map-direction .address-list .addr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.section_map .map-direction .address-list .addr .loc {
  font-size: 12px;
  color: grey;
}
.section_map .map-direction .address-list .addr .t {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  color: var(--color-main-1);
}
.section_map .map-direction .address-list .addr .carac {
  color: grey;
  margin-bottom: 20px;
}
.section_map .map-direction .address-list .addr .carac .car {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_map .map-direction .address-list .addr .btn_view {
  border: 1px solid var(--color-main-6);
  color: #e12927;
  padding: 5px 20px;
  border-radius: 12px;
  width: 250px;
  text-align: center;
  background-color: var(--color-main-6);
  font-size: 12px;
  font-weight: 700;
}
.section_map .filter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.section_map .filter h1 {
  color: var(--color-main-1);
}
.section_map .filter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 350px;
  padding: 14px 20px;
  border-radius: 30px;
  outline: none;
  width: 100%;
  color: var(--color-main-3);
  border: 1px solid var(--color-enlace);
  background-color: white;
}

@media screen and (max-width: 1024px) {
  .section_map .map-direction {
    flex-direction: column;
    height: auto;
  }
  .section_map .map-direction .map {
    width: 100%;
    height: 400px;
  }
  .section_map .map-direction .address-list {
    width: 100%;
    height: auto;
    padding: 20px 0;
    max-height: 45vh;
  }
  .section_map .map-direction .address-list .addr {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .section_map .map-direction .address-list .addr .t {
    font-size: 14px;
  }
  .section_map .map-direction .address-list .addr .carac .car {
    font-size: 14px;
  }
  .section_map .map-direction .address-list .addr .btn_view {
    width: 100%;
  }
}

/*# sourceMappingURL=maps.output.css.map */
