#map {
  background-color: #f2f2f2;
  width: 100%;
  height: 600px;
}

.land_text {
  color: #000;
  font-size: 1.2em;
  transform: translateY(5px);
}

.plot_text {
  font-size: 2em;
  color: #fff;
  text-shadow: 0px 0px 2px #000;
}

/* POPUP INFO */
.popup-map {
  background: #ffff;
  border-radius: 20px;
  position: absolute;
  font-family: var(--fuente-principal) !important;
  top: 15px;
  left: 15px;
  width: 100%;
  width: 320px;
  height: calc(100% - 30px);
  overflow: hidden;
}

.wrap-map {
  border-radius: 20px;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}

.popup-map-close {
  background: none;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 8px;
  transition: all 0.2s linear;
  z-index: 1;
}

.popup-map-close:hover {
  background: #f2f2f2;
}

.popup-map-close span {
  border-bottom: 2px solid #000;
  height: 15px;
  width: 15px;
  display: block;
  transform: translate(5px, -5px) rotate(45deg);
}

.popup-map-close span::after {
  border-bottom: 2px solid #000;
  height: 15px;
  width: 15px;
  display: block;
  transform: translate(-5.5px, 7px) rotate(-90deg);
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
}

.popup-map-content {
  background: #fff;
  color: #000;
  padding: 30px 30px 40px 30px;
  position: relative;
  max-width: 480px;
}

.popup-map-status {
  padding-bottom: 40px;
}

.popup-map-status img {
  vertical-align: middle;
  transform: translateY(-3px);
}

.popup-map-title {
  font-weight: bold;
  font-size: 38px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 8px;
  padding: 8px 0px 18px 0px;
}

.popup-map-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60px;
  display: flex;
  flex-flow: row nowrap;
}

.popup-map-footer button {
  border: none;
  background: #009600;
  font-family: var(--fuente-principal) !important;
  width: 50%;
  color: #fff;
}

.popup-map-footer button .soc-icon {
  font-size: 26px;
}

.popup-map-footer button:focus,
.popup-map-footer button:hover {
  background: #056205;
}

.popup-map .text-green {
  color: #009600;
  font-weight: bold;
}

/*POPUP SHARE*/
.popup_share {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.popup_share_close {
  background: transparent;
  border: none;
  padding: 8px 9px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.popup_share_close:hover {
  background: rgba(0, 0, 0, 0.1);
}

.popup_share_close span {
  border-bottom: 2px solid #fff;
  height: 15px;
  width: 15px;
  display: block;
  transform: translate(5px, -5px) rotate(45deg);
}

.popup_share_close span::after {
  border-bottom: 2px solid #fff;
  height: 15px;
  width: 15px;
  display: block;
  transform: translate(-5.5px, 7px) rotate(-90deg);
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
}

.popup_share_content {
  background: #fff;
  color: #000;
  padding: 30px 0px;
  text-align: center;
}

.popup_share_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 520px;
  border-radius: 30px;
  overflow: hidden;
  height: 300px;
}

.popup_share_header {
  background: #009600;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.2em;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.popup_share_footer {
  background: #f2f2f2;
  padding: 20px 0px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.popup_share_footer input {
  border-radius: 15px 0px 0px 15px;
  color: #000;
  padding: 10px 30px 10px 10px;
  width: 70%;
}

.popup_share_footer a {
  background: #009600;
  color: #fff;
  border-radius: 18px 18px 18px 18px;
  padding: 2px 15px;
  text-decoration: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  height: 40px;
  width: 20px;
}

.popup-map-form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.popup-map-form h3 {
  font-size: 18px;
}

.popup-map-form-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  max-width: 380px;
  position: relative;
  width: 100%;
}

.popup-map-form-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  padding: 8px 9px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.popup-map-form-close:hover {
  background: rgba(0, 0, 0, 0.1);
}

.popup-map-form-close span {
  border-bottom: 2px solid #000;
  height: 15px;
  width: 15px;
  display: block;
  transform: translate(5px, -5px) rotate(45deg);
}

.popup-map-form-close span::after {
  border-bottom: 2px solid #000;
  height: 15px;
  width: 15px;
  display: block;
  transform: translate(-5.5px, 7px) rotate(-90deg);
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
}

.popup-map-form-inputs {
  border: 1px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50px 50px auto;
  grid-gap: 0px;
  grid-template-areas:
    "name phone"
    "email email"
    "message message";
}

.popup-map-form-inputs p {
  margin-bottom: 0px !important;
  height: 100%;
}

.popup-map-form-inputs input {
  background: #fff;
  border: none !important;
  height: 100%;
  margin-bottom: 0px !important;
}

.popup-map-form-inputs #project-name {
  display: none;
}

.popup-map-form-inputs textarea {
  border: none !important;
  height: 120px;
  resize: none;
  width: 100%;
}

.popup-map-form-inputs .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 11px;
  bottom: -17px;
  left: 7px;
  display: block;
  line-height: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popup-map-form-inputs > div {
  position: relative;
}

.popup-map-form-inputs > div:nth-child(1) {
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  grid-area: name;
}

.popup-map-form-inputs > div:nth-child(2) {
  border-bottom: 1px solid #8c8c8c;
  grid-area: phone;
}

.popup-map-form-inputs > div:nth-child(3) {
  border-bottom: 1px solid #8c8c8c;
  grid-area: email;
}

.popup-map-form-inputs > div:nth-child(4) {
  grid-area: message;
}

.popup-map-form-submit {
  text-align: center;
  position: relative;
}

.popup-map-form-submit input {
  background: #0c860c !important;
  border-radius: 7px !important;
  color: #fff !important;
  margin: auto;
  font-weight: 400 !important;
  margin-top: 20px;
  width: 80%;
}

.popup-map-form-submit .wpcf7-spinner {
  position: absolute;
  margin: auto;
  margin-top: 8px;
  top: 20px;
  right: 50%;
  transform: translateX(100px);
}

.popup-map-form .wpcf7-response-output {
  background: transparent !important;
  margin-top: 0px !important;
}

.popup-map-form .wpcf7-response-output .wpcf7-not-valid-tip-text {
  color: #bd2222;
  font-size: 13px;
}

.popup-map-form .wpcf7-response-output .wpcf7-valid-tip-text {
  color: #0c860c !important;
}

.popup-map-form .wpcf7-response-output {
  color: #313131 !important;
}
#btnForm {
  background: #056205;
}
#btnCompartir {
  background: #009600;
}

@media (max-width: 640px) {
  .popup-map {
    max-width: 90%;
    top: auto;
    right: 0px;
    bottom: 15px;
    font-size: 14px;
    left: 50%;
    max-height: 340px;
    transform: translateX(-50%);
  }

  .popup-map-title {
    font-size: 22px;
  }

  .popup-map-footer button .soc-icon {
    font-size: 22px;
  }

  .popup-map-status {
    padding-bottom: 25px;
  }

  .popup_share_main {
    border-radius: 12px;
    width: 92%;
  }

  .popup-map-form-content {
    border-radius: 12px;
    width: 84%;
  }

  .popup-map-form h3 {
    font-size: 16px;
  }
}
