.footer {
  padding-top: 40px !important;
}
.topo {
  width: 100%;
  height: 400px;
  background-image: url("../images/topo.jpg");
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
}
.topo__content {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.56);
}
.topo__content--text {
  padding: 15% 15px 25px;
  color: #fff;
}
.topo__content--text h2 {
  color: #fff;
  font-weight: 600;
  font-size: 47px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.internas {
  padding: 60px 0 90px;
}
/* SUÃTES */
.suites__internas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.suites__internas .destaque__wrapper {
  flex-direction: column-reverse;
  padding: 0;
  margin-bottom: 0;
  background: #f8f4f1;
}
.suites__internas .destaque__slide--card,
.suites__internas .destaque__slide--image {
  width: 100%;
}
.suites__internas .destaque__card--text {
  text-align: center;
}
.suites__internas .destaque__card--text {
  padding: 0 16px 32px;
}
/* CARDÃPIO */
.topo-gastro {
  height: 489px;
  background-image: url(../images/gastro/gasto-bg-topo.png);
  background-size: contain;
}
.topo-gastro .topo__content {
  height: 489px;
}
.topo-gastro .topo__content--text {
  padding-top: 0;
}
.gastro__header {
  height: 439px;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 2fr 1.6fr;
  background-color: #2a1073;
  color: #fff;
  background-image: url(../images/gastro/gastro-bg.png);
  background-position: left center;
  background-size: contain;
  position: relative;
  margin-top: -159px;
}
.gastro__header--text {
  padding: 0 53px 0 100px;
}
.gastro__header--text h2 {
  font-family: "Archivo", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.gastro__header--text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 15px;
}
.gastro__header--text p:last-of-type {
  margin-bottom: 0;
}
.gastro__header--image {
  position: relative;
  width: 100%;
  height: 439px;
}
.gastro__header--image img {
  width: 100%;
  height: 439px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.gastro__image--title,
.gastro__card--text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 109px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.gastro__image--title p,
.gastro__card--text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.gastro__content {
  padding: 65px 0 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gastro__content--card,
.gastro__card--img {
  position: relative;
  height: 350px;
}
.gastro__card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
/* PROMOÃ‡Ã•ES */
#cortesias {
  padding: 60px 0;
}
.promos__content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  gap: 16px;
}
/* LOCALIZAÃ‡ÃƒO */
.local-topo {
  height: 530px !important;
  background-image: url(../images/local-topo.jpg);
  background-position: center;
  background-attachment: initial;
}
.local-topo .topo__content {
  height: 530px;
}
.local-topo .topo__content--text {
  padding: 0 20px;
}
.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;
}
.internas.localizacao .localizacao__content .localizacao__content--text h3 {
  width: 60%;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.internas.localizacao .localizacao__content .localizacao__content--mapa {
  width: 100%;
  padding-top: 40px;
}

/* RESERVAS */
.internas .reservas__content--corte {
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 15px;
}
.internas .reservas-op {
  height: 100%;
  background: #fa8425;
  margin: 0;
  border-radius: 12px;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 10%);
}
.internas .reservas-op a {
  height: 100%;
  padding: 40px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 12px;
}
.internas .reservas-op a svg {
  font-size: 45px;
}
.internas .reservas-op a h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 20px 0 10px;
}
.internas .reservas-op p {
  margin-bottom: 10px;
  line-height: 1.5em;
}

/* SUÃTES INTERNAS */
.suit-int.internas {
  padding: 60px 0 0;
}
.suites-int--slide .swiper-wrapper {
  height: auto;
}
.suit-int.internas .suites__content--itens {
  max-width: 868px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
}
.suites-int__row {
  padding-bottom: 60px;
}
.suites__tem {
  width: 100% !important;
}
.suites__calendar--itens h2,
.suites__important h3,
.suites__sobre h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.suites__import {
  width: 100%;
  max-width: 100%;
}
.suites__important {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border-left: 0.5px solid #1d1d1b;
}
.suites__important p {
  background-color: transparent !important;
}
.destaque.outras {
  padding-top: 60px;
}
.outras .destaque__header {
  padding-top: 0;
  padding-bottom: 5px;
}
.internas.motel {
  border: 0;
}
.outras .content-more {
  bottom: 100px;
}
.outras .swiper-wrapper {
  height: auto;
}
/* DECORAÇÕES */
.topo-gastro.topo-decor {
  background-image: url(../images/decor/decor-bg.png);
}
.decor__content {
  margin: 90px 0 77px;
  background: rgba(243, 243, 243, 1);
  padding: 0 0 0 30px;
}
.decor__content--header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.decor__content--header h3 {
  width: 373px;
  background: #fa8425;
  color: #fff;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 39.2px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 15px;
  margin-top: -30px;
}
.decor__header--itens {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.decor--header--list {
  border-right: 1px solid #615858;
  padding: 13px 21px 13px 0;
  margin-right: 21px;
}
.decor--header--list ul li {
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-size: 400px;
  font-size: 16px;
  line-height: 25.6px;
}
.decor__header--price h4 {
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 44.8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.decor__header--price h4 span {
  color: #fa8425;
  font-size: 32px;
}
.decor__content .swiper-wrapper {
  height: auto !important;
}
.decor__slide--item {
  height: 398px;
  position: relative;
}
.decor__slide--img img {
  width: 100%;
  height: 398px;
  object-fit: cover;
}
.decor__content--btn {
  text-align: center;
  padding: 30px 0;
}
.decor__content:nth-of-type(2n + 1) .decor__content--header h3 {
  background: #200b5b;
}
.decor__content:nth-of-type(2n + 1) .decor__header--price h4 span {
  color: #200b5b;
}
/* TAG - NOVA SUÍTE */
.suite-tag {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.suite-tag img {
  width: 100%;
}
[tag="Suíte Veneza"] {
  background: url(../images/acessi-icon.png) center/cover;
}
@media only screen and (max-width: 768px) {
  .topo {
    height: 250px;
  }
  .topo__content--text {
    padding-top: 40%;
  }
  .topo__content--text h2 {
    font-size: 32px;
  }
  .internas {
    padding: 30px 0 60px;
  }
  .suites__internas {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .suites__internas .destaque__wrapper {
    border-bottom: 0;
  }
  .suites__internas .destaque__card--text {
    padding: 0 16px;
  }

  .promos__content {
    grid-template-columns: 1fr;
  }
  .localizacao.internas {
    padding-bottom: 30px;
  }
  .internas.localizacao .localizacao__content .localizacao__content--text {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .internas.localizacao .localizacao__content .localizacao__content--text h3 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .internas .reservas-op a {
    padding: 40px 25px;
  }
  .suit-int.internas .suites__content--itens {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  .suites__important {
    padding: 0;
    border: none;
  }
  .destaque.outras {
    padding-bottom: 60px;
  }
  .outras .destaque__slide--itens {
    width: 100%;
    height: auto;
  }
  .outras .destaque__card--text {
    padding: 0;
  }
  .suites-int__content .suites__slide--itens {
    width: 100% !important;
  }
  .suites-int__content {
    padding: 0 4px;
  }
  .reservas__content--box {
    width: 100%;
    padding: 0 15px;
  }

  /* CARDÁPIO */
  .topo-gastro {
    height: 489px;
    background-image: url(../images/gastro/gasto-bg-topo-m.png);
  }
  .gastro__header {
    height: auto;
    background-image: url(../images/gastro/gastro-bg-m.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    grid-template-columns: 1fr;
  }
  .gastro__header--text {
    padding: 60px 20px;
  }
  .gastro__header--text h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .gastro__header--image,
  .gastro__header--image img {
    height: 350px;
  }
  .gastro__content {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 5px 0 40px;
  }
  .interna__gastro .local {
    padding-bottom: 100px;
    background-color: #2a1073;
  }
  .decor__content {
    margin: 60px 0 50px;
    padding: 0 5px;
  }
  .decor__content--header h3 {
    width: auto;
    font-size: 24px;
  }
  .decor__header--itens {
    padding: 37px 0;
  }
  .decor--header--list {
    padding: 13px 16px 13px 0;
  }
  .decor__header--price h4 {
    font-size: 24px;
    line-height: 33.6px;
  }
  .decor__header--price h4 span {
    font-size: 24px;
  }
  .decor__slide--item,
  .decor__slide--item img {
    height: 306px;
  }
  .decor__content--btn {
    padding: 23px 0;
  }
  .topo-gastro.topo-decor {
    background-image: url(../images/decor/decor-bg-m.png);
  }
  .local-topo {
    background-position: center;
    background-size: cover;
  }
  .local-topo,
  .local-topo .topo__content {
    height: 250px;
  }
  .local-topo .topo__content--text {
    padding-top: 40%;
  }
}
