.maceio-section {
  width: 100%;
  padding: 60px 0;
  background-image: url("/assets/images/background_maceio.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.maceio-section__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
}

.maceio-section__title-image {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 30px;
}

.maceio-section__content {
  width: 100%;
  max-width: 760px;
}

.maceio-section__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(19px, 4vw, 21px);
  font-weight: 400;
  line-height: 1.5em;
}

.maceio-section__content p + p {
  margin-top: 20px;
}

.maceio-section__content strong {
  color: #e7a92a;
  font-weight: 900;
}

.maceio-section__resort {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-top: 34px;
}

.maceio-section .hero-section__button {
  max-width: 760px;
  margin-top: 35px;
}

.maceio-section__hosting-note {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 1081px) {
  .maceio-section__row {
    padding-inline: 0;
  }
}

@media (max-width: 600px) {
  .maceio-section {
    padding: 55px 0;
  }

  .maceio-section__title-image {
    max-width: 200px;
    margin-bottom: 24px;
  }

  .maceio-section__resort {
    margin-top: 28px;
  }

  .maceio-section .hero-section__button {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
}
