.mapPos {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1034 / 644;
}

.mapPosItem {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -50%);
  line-height: 37px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  z-index: 10;
  background-color: #01392e;
}

#mapa-pos-viwer-google {
  width: 100%;
  height: 350px;
  position: relative;
  margin-top: -130px;
  margin-bottom: 60px;
}

#mapa-pos-viwer-google-container {
  position: relative;
}

#mapa-pos-viwer-google-container .ver-mapa-btn {
  position: absolute;
  z-index: 9;
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #00392e;
  border-radius: 16px;
  padding: 15px 30px;
  color: #fff;
  font-family: "IvyJournal Regular";
  font-weight: 600;
}

#mapa-pos-viwer-google-container .ver-mapa-btn:hover {
  background: #ffffff;
  color: #00392e;
}

#mapa-pos-viwer-google-container .ver-mapa-btn:hover svg path {
  fill: #00392e;
}

.mapPos_box .mapPosItem {
  cursor: pointer;
}

.mapPos_box .mapPos {
  margin-left: 250px;
  width: calc(100% - 250px);
}

.mapPos_carucel_box {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}

.mapPos_carucel {
  overflow: visible;
  width: 100%;
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.mapPosItem_carucel {
  background-color: #e9eaee;
  height: 200px;
  position: relative;
  flex: calc(33.33% + 20px) 0 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}

.mapPosItem_carucel.active:before,
.mapPosItem_carucel:hover:before {
  background-color: #00000017;
}

.mapPosItem_carucel:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e9eaee;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
}

.mapPosItem_carucel_location {
  z-index: 9;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: auto;
  position: absolute;
  padding: 5px 10px;
  border-radius: 4px;
  bottom: 60px;
  left: 30px;
  transition: all 0.3s ease;
}

.mapPosItem_carucel_location p {
  margin: 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "liga" off;
  color: #00392e;
}

.mapPosItem_carucel.active .mapPosItem_carucel_location,
.mapPosItem_carucel:hover .mapPosItem_carucel_location {
  background: rgba(255, 255, 255, 0.2);
}

.mapPosItem_carucel.active .mapPosItem_carucel_location p,
.mapPosItem_carucel:hover .mapPosItem_carucel_location p {
  color: #ffffff;
}

a.mapPosItem_carucel_title {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  width: auto;
  position: absolute;
  padding: 5px 10px;
  border-radius: 4px;
  bottom: 10px;
  left: 30px;
  transition: all 0.3s ease;
}

a.mapPosItem_carucel_title h3 {
  font-family: "IvyJournal";
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #00392e;
  font-feature-settings: "liga" off;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.mapPosItem_carucel.active .mapPosItem_carucel_title h3,
.mapPosItem_carucel:hover .mapPosItem_carucel_title h3 {
  color: #ffffff;
}

.mapPos_carucel_control {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  height: 200px;
  z-index: 10;
  justify-content: space-between;
}

.mapPos_carucel_control > div {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mapPos_carucel_control > div:hover {
  background-color: #fff;
}

.mapPos_carucel_control > div:hover path {
  fill: #00392e;
}

.mapPos_carucel_control * {
  transition: all 0.3s ease;
}

.mapPos_carucel_control_prev {
  transform: rotate(180deg);
}

.mapPos_carucel_control {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  justify-content: space-between;
  height: 0;
  margin-top: 100px;
}

.mapPos_carucel_control > div {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.mapPos_carucel_control > div.active {
  visibility: visible;
  opacity: 1;
}

.mapPos_carucel_control > div:hover {
  background-color: #fff;
}

.mapPos_carucel_control > div:hover path {
  fill: #00392e;
}

.mapPos_carucel_control * {
  transition: all 0.3s ease;
}

.mapPosItem_carucel_empty {
  flex: calc(66.66% + 20px) 0 0;
}

.mapPos_carucel_control:before {
  content: "";
  position: absolute;
  right: 0;
  width: 30%;
  height: 200px;
  background: linear-gradient(90deg, rgba(0, 57, 46, 0) 0%, #00392e 100%);
}

.mapPos_box .mapPosItem.active {
  z-index: 11;
}

.mapPos_box .mapPosItem:hover {
  z-index: 12;
}

@media (max-width: 768px) {
  .mapPosItem_carucel {
    flex: calc(50% + 20px) 0 0;
  }
  .mapPos_box .mapPos {
    margin-left: 0px;
    width: calc(100%);
  }
}

@media (max-width: 426px) {
  .mapPosItem_carucel {
    flex: calc(90% + 20px) 0 0;
  }
  .mapPos_box .mapPos {
    margin-left: 0px;
    width: calc(100%);
  }
  .mapPosItem {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35);
    transform: translate(-50%, -50%);
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    z-index: 10;
    background-color: #01392e;
  }
  div#mapa-pos-viwer-google {
    margin-top: 215px;
  }
}

@media (max-width: 321px) {
  .mapPosItem_carucel {
    flex: calc(90% + 20px) 0 0;
  }
  .mapPos_box .mapPos {
    margin-left: 0px;
    width: calc(100%);
  }
  .mapPos_carucel_box {
    padding: 0 20px;
  }
  .mapPos_carucel_control {
    padding: 0 10px;
  }
}
