#map {
  position: absolute;
  inset: 0;
  z-index:0;
}
.myDivIcon {
  position: relative;
  width: auto !important;
  height: auto !important;
}
.myDivIcon a > div {
  min-width: 235px;
  background-color: white;
  border-radius: 10px;
  padding-block: 4px;
  padding-inline: 12px;
  display: flex;
  justify-content: center;
  font-family: "Nunito", sans-serif;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 5px;
  /* transform: translateX(-50%) translateY(50%); */
  transform: translateX(-50%);
  box-shadow: 9px -9px 11px 0px #00000036;
  -webkit-transform-origin-y: bottom;
  -webkit-transform-origin-x: left;
  transition: all 0.25s linear;
  border-inline: 3px solid red;
}
.myDivIcon a > div.voceAqui {
  min-width: 0;
}

.myDivIcon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  top: -6px;
  transform: rotate(45deg) translateX(-50%);
  box-shadow: 4px -13px 3px 5px #00000024;
}
.myDivIcon p {
  text-align: right;
  font-size: 50px;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  color: red;
}
.myDivIcon p:last-child {
  text-align: left;
  font-size: 21px;
  /* white-space: nowrap; */
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: 600;
  position: relative;
  line-height: 20px;
  color: black;
}
.myDivIcon p:last-child:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 92%;
  width: 1px;
  border-radius: 100px;
  background-color: #727272;
}
.myDivIcon p span {
  font-size: 14px;
  color: #727272;
  font-weight: 400;
}
.myDivIcon a .voceAqui p {
  margin: 0;
  padding: 5px;
}
.myDivIcon a .voceAqui p:before {
  content: unset;
}
