.topo {
  width: 100%;
  height: 300px;
  background-image: url("../images/topo.jpg");
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

.topo__content {
  width: 100%;
  height: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(0deg,
      rgba(32, 37, 41, 0.5),
      rgba(32, 37, 41, 0.5));
}

.topo__content--text {
  padding-bottom: 5%;
  color: #fff;
  width: 50%;
}

.topo__content--text h2 {
  margin-bottom: 10px;
  color: #fff;
}

.internas {
  padding: 60px 0;
}

/* SUÍTES */
body:has(.suites__content) {
  background: #AB3DF9;
}
.suites__content {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* SUÍTES INTERNAS */
body:has(.suit-int.internas) {
  background: #AB3DF9;
}

.suit-int.internas {
  padding: 80px 0;
}

.suit-int.internas .suites__content--itens {
  display: flex;
  justify-content: center;
  gap: 80px;
  color: #000000;
}

.suites__calendar--itens,
informacoes {
  width: 50%;
}

.suites__calendar--itens h2,
.suites__important h3,
.suites__sobre h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.suites__barra {
  width: 1px;
  background-color: #D7DE36;
}

.suites__content--box {
  max-width: 100%;
  width: 100%;
  height: 350px;
  position: relative;
}

.suites__slide--itens {
  text-align: center;
}

.outras {
  padding: 70px 0;
}

.outras .destaque__slide--image {
  border-bottom: 0;
}

.outras .destaque__slide--text {
  border-top: 0;
  padding-bottom: 25px;
}

/* promos */
.promos__content {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  margin: 0;
}

.promos__content--box {
  width: 100%;
  height: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background: #f8f4f1;
  color: #1f120c;
  margin-bottom: 2em;
  padding: 40px;
  text-align: center;
}

.promos__content--box--text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.promos__content--box--text h3 {
  font-size: 25px;
}

/* RESERVAS */
body:has(.internas .reservas__content) {
  background: #D7DE36;
}

.internas .reservas__content {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.internas .reservas__content--box {
  max-width: calc(100% / 3);
  width: 100%;
  height: 300px;
  background: #000000;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 10%);
  transition: 0.5s ease-in-out;
}

.internas .reservas__content--box:hover {
  transform: scale(1.01);
}

.internas .reservas__content--box a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
  padding: 30px;
}

.internas .reservas__content--box a svg {
  font-size: 35px;
}

.internas .reservas__content--box a h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
  margin: 20px 0 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.internas.gastro,
.internas.localizacao,
.internas.reservas {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gastro__content {
  grid-template-columns: 1fr;
}

.internas.localizacao .localizacao__content .localizacao__content--text {
  width: 100%;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.suites-int--slide {
  overflow: hidden;
}

@media only screen and (max-width: 962px) {

  .internas.gastro,
  .internas.localizacao,
  .internas.reservas {
    height: auto;
  }

  .topo,
  .topo__content {
    height: 250px;
  }

  .topo__content {
    justify-content: flex-end;
    padding-bottom: 50px;
  }

  .topo__content--text {
    width: 100%;
    padding: 0 20px;
  }

  .topo__content--text h2 {
    font-size: 28px;
  }

  .suites__content {
    padding: 0;
    grid-template-columns: 1fr;
  }

  .promos__content {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .promos__content--box {
    margin-bottom: 1em;
  }

  .internas .reservas__content {
    flex-direction: column;
  }

  .internas .reservas__content--box {
    max-width: 100%;
  }

  .internas.localizacao .localizacao__content .localizacao__content--text {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 30px;
  }

  .suit-int.internas .suites__content--itens {
    flex-direction: column;
    padding-top: 40px;
    gap: 40px;
  }

  .suites__calendar--itens,
  informacoes {
    width: 100%;
  }

  .suites__barra {
    display: none;
  }
}