.mapContainer {
  width: 95%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.bannerUbicacion {
  width: 100%;
  height: 65vh;
  object-fit: cover;
}

/* .pageTittleContainer {
  position: absolute;
  background-color: #b9874f;
  width: 28%;
  left: 50%;
  margin-top: -22px;
  height: 64px;
  transform: translateX(-50%);
  text-align: center;
} */

.pageTittle {
  position: absolute;
  background-color: #b9874f;
  color: white;
  width: 250px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  transform: translateX(-50%);
  font-family: "Futura";
  text-transform: uppercase;
  margin-left: 50%;
  text-align: center;
  margin-top: -30px;
}

.row {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}

.left,
.right {
  width: 48%;
}

.rowTextContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.imageRow {
  width: 100%;
}
.rowTitle {
  font-size: 40px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 44px;
  text-align: center;
  color: black;
}

.rowDescription {
  font-size: 16px;
  line-height: 20px;
  margin: 0px auto;
  width: 70%;
  text-align: center;
  color: black;
}

@media screen and (max-width: 770px) {
  .pageTittleContainer {
    width: 74%;
    height: 50px;
    margin-top: -40px;
  }

  .mapContainer {
    width: 85%;
    margin-top: 70px;
  }

  .left {
    width: 100%;
    /* height: auto; */
    /* overflow: hidden; */
  }

  .right {
    width: 100%;
  }

  .rowTextContainer {
    width: 100%;
    margin-top: 37px;
    padding-bottom: 40px;
    /* background-color: white; */
  }

  .rowDescription {
    width: 100%;
  }

  .imageSlider {
    height: 300px;
  }
  #slider {
    height: 36vh;
  }

  .pageTittle {
    height: 50px;
    line-height: 49px;
    font-size: 21px;
  }
}
