.cnt_popup {
  display: none;
  position: relative;
  z-index: 10001;
}
.layer_negro_popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.scroll_popup_mapa {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: auto;
  overflow-x: visible;
}
.cnt_mapa_popup {
  width: 90%;
  max-width: 863px;
  padding: 80px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapa_popup {
  position: relative;
  width: 610px;
  height: 610px;
}
.zona_mapa {
  position: absolute;
  background: #a7c2d2;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zona_mapa.active {
  background: #a1d290;
}
.zona_mapa.active .pin_zona {
  display: block;
}
.lb_zona {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.zona_mapa:hover {
  background: #a1d290;
}
.zona_1 {
  width: 181px;
  height: 185px;
  top: 0;
  left: 6%;
  background: #6292b0;
  mask-image: url(https://almapet.cl/wp-content/uploads/2025/05/zona_1.svg);
  mask-size: contain;
}
.zona_2 {
  width: 182px;
  height: 261px;
  top: 9.2%;
  left: 23.2%;
  background: #2e6e95;
  mask-image: url(https://almapet.cl/wp-content/uploads/2025/05/zona_2.svg);
  mask-size: contain;
}
.zona_2 .lb_zona {
  transform: translateX(-30%);
}
.zona_3 {
  width: 242px;
  height: 193px;
  top: 0%;
  left: 46.5%;
  background: #6292b0;
  mask-image: url(https://almapet.cl/wp-content/uploads/2025/05/zona_3.svg);
  mask-size: contain;
}
.zona_4 {
  width: 149px;
  height: 214px;
  top: 22.2%;
  left: 37.5%;
  background: #a7c2d2;
  mask-image: url(https://almapet.cl/wp-content/uploads/2025/05/zona_4.svg);
  mask-size: contain;
}
.zona_5 {
  width: 190px;
  height: 213px;
  top: 47.5%;
  left: 6.2%;
  background: #6292b0;
  mask-image: url(https://almapet.cl/wp-content/uploads/2025/05/zona_5.svg);
  mask-size: contain;
}
.zona_6 {
  width: 203px;
  height: 254px;
  top: 49.8%;
  left: 32.5%;
  background: #2e6e95;
  mask-image: url(https://almapet.cl/wp-content/uploads/2025/05/zona_6.svg);
  mask-size: contain;
}
.zona_7 {
  width: 148px;
  height: 203px;
  top: 66%;
  left: 21.8%;
  background: #92b4c8;
  mask-image: url(https://almapet.cl/wp-content/uploads/2025/05/zona_7.svg);
  mask-size: contain;
}
.zona_8 {
  width: 175px;
  height: 201px;
  top: 27.8%;
  left: 59.5%;
  background: #6f9bb6;
  mask-image: url(https://almapet.cl/wp-content/uploads/2025/05/zona_8.svg);
  mask-size: contain;
}
.zona_9 {
  width: 186px;
  height: 149px;
  top: 26.3%;
  left: 0.5%;
  background: #6f9bb6;
  mask-image: url(https://almapet.cl/wp-content/uploads/2025/05/zona_9.svg);
  mask-size: contain;
}
.pin_zona {
  width: 48px;
  height: 65px;
  display: none;
}
.pin_zona img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cnt_gen_inf_zona {
  width: 264px;
  position: absolute;
  border-radius: 12px;
  background: #2e6e95;
  bottom: 64px;
  right: 0;
  border: 40px solid #2e6e95;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  gap: 16px;

  max-height: 450px;
  max-width: 264px;
  overflow-y: auto;
}
.cnt_gen_inf_zona::-webkit-scrollbar {
  width: 6px;
}
.cnt_gen_inf_zona::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #fff;
}
.h_cover {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.h_zona {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.list_zona_cover {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list_zona_cover li {
  display: flex;
}
.list_zona_cover li a {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}
.cerrar_popup {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 24px;
  color: #2e6e95;
}
@media (max-width: 1145px) {
  .cnt_gen_inf_zona {
    transform: translateX(10%);
  }
}
@media (max-width: 960px) {
  .cnt_mapa_popup {
    justify-content: flex-start;
  }
  .mapa_popup {
    zoom: 0.8;
  }
  .cnt_gen_inf_zona {
    border-width: 24px;
  }
}
@media (max-width: 768px) {
  .mapa_popup {
    zoom: 0.6;
  }
  .cnt_gen_inf_zona {
    border-width: 24px;
    max-height: 250px;
    width: 180px;
    transform: none;
  }
  .h_cover {
    font-size: 18px;
  }
  .h_zona {
    font-size: 14px;
  }
  .list_zona_cover li a {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .cnt_mapa_popup {
    padding: 32px;
  }

  .cnt_gen_inf_zona {
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .mapa_popup {
    zoom: 0.4;
  }
  .cnt_mapa_popup {
    padding-bottom: 140px;
  }
  .h_cover {
    font-size: 14px;
  }
}
