#mapa {
  width: calc(100% - 120px);
  height: 100%;
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 120px;
  bottom: 0;
  right: 0;
}
.bot-back-maps-page {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 16px;
  top: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.bot-back-maps-page i {
  color: #222;
}
.date-maps {
  background: #FFF;
  padding: 16px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.option-date-maps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  max-width: 280px;
}
.option-date-maps:last-child {
  margin-bottom: 0px;
}
.option-date-maps i {
  font-size: 18px;
  margin-inline-end: 12px;
}
.option-date-maps p {
  font-size: 14px;
  color: #565656;
}

@media (max-width: 1200px) {



}

@media (max-width: 992px) {



}

@media (max-width: 768px) {



}

@media (max-width: 576px) {

#mapa {
  width: 100%;
  height: calc(100vh - 114px);
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bot-back-maps-page {
  top: 16px;
  left: 16px;
  position: absolute;
}
.date-maps {
  background: #FFF;
  padding: 16px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 12px;
  width: calc(100% - 32px);
}
.option-date-maps {
  max-width: 100%;
}

}
