.section-banner {
  position: relative;
  max-height: 30.775rem;
  padding-bottom: 1rem;
  margin-bottom: 6rem;
}
.section-banner .banner-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-banner .section-title-page {
  position: absolute;
  right: 15px;
  bottom: 25px;
  z-index: 2;
  width: 99%;
}

.section-banner .section-search-hotels {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 3;
  width: calc(100% - 2rem);
}

@media (max-width: 768px) {
  .section-banner {
    max-height: calc(-6.35rem + 100vw);
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }

  .section-banner .section-title-page {
    top: 34%;
    right: 3px;
    text-align: center;
  }

  .section-banner .section-search-hotels {
    width: calc(100% - 1rem);
    transform: translate(-50%, 40%);
  }
}
