.section_map {
  position: relative;
  padding: 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%;
}
.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;
}

.container_map {
  width: 590px;
}
.container_map .map {
  width: 590px;
  height: 590px;
  overflow: hidden;
}

/* estilos del maps de about*/
.container_maps_about {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 89px;
}
.container_maps_about .container_text_about .title_about_map {
  font-weight: 500;
  margin-bottom: 29px;
  color: var(--primary-color);
}
.container_maps_about .container_text_about p {
  color: var(--primary-color);
  margin-bottom: 53px;
}
.container_maps_about .container_text_about .sub_title {
  color: var(--primary-color);
  margin-bottom: 32px;
  font-weight: 500;
}
.container_maps_about .container_text_about .items_card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 57px;
}
.container_maps_about .container_text_about .items_card .item_card {
  background-color: white;
  padding: 10px 29px;
  margin-bottom: 10px;
  width: auto;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  align-items: center;
}
.container_maps_about .container_text_about .items_card .item_card p {
  margin-bottom: 0;
  text-align: start;
}

/* estilos mas general al componente */
.main_template_about_home .container_maps_about {
  margin-bottom: 90px;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .main_template_about_home .container_maps_about {
    margin-bottom: 0px;
  }
  .container_maps_about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .container_maps_about .container_text_about,
  .container_maps_about .container_map {
    width: 100%;
    margin-bottom: 30px;
  }
  .container_maps_about .container_map .map {
    width: 100%;
    height: 400px;
  }
}
@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%;
  }
}
@media (max-width: 767px) {
  .main_template_about_home .container_maps_about {
    margin-bottom: 0px;
  }
  .container_maps_about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .container_maps_about .container_text_about,
  .container_maps_about .container_map {
    width: 100%;
    margin-bottom: 30px;
  }
  .container_maps_about .container_text_about .items_card .item_card {
    width: 100%;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/template_1/styles/maps/maps.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EAQA;;AANA;EACE;EACA;EACA;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMR;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKN;EACE;;AAEA;EACE;EACA;EACA;;;AAKJ;AACA;EACE;EACA;EACA;EACA;;AAGE;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAQV;AAEE;EACE;;;AAIJ;EAEE;IACE;;EAEF;IACE;IACA;IACA;;EAEA;AAAA;IAEE;IACA;;EAIA;IACE;IACA;;;AAMR;EAEI;IACE;IACA;;EAEA;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;;EAEA;IACE;;EAIA;IACE;;EAIJ;IACE;;;AAQZ;EAEE;IACE;;EAGF;IACE;IACA;IACA;;EAEA;AAAA;IAEE;IACA;;EAKE;IACE%22,%22file%22:%22maps.output.css%22%7D */
