.topo {
  width: 100%;
  height: 300px;
  background: url(../images/bg-descontos.png) repeat-y;
  background-position: right;
  background-size: 338px;
  background-color: #da1a5e;
}
.topo__content {
  width: 100%;
  height: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.topo__content--text {
  padding-bottom: 5%;
  color: #fdf3e9;
}
.topo__content--text h2 {
  margin-bottom: 10px;
  color: #fdf3e9;
}
.internas {
  padding: 60px 0;
}
/* SUÍTES */
.suites-int__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.suites-int--suite {
  max-width: 480px;
  width: 100%;
  cursor: pointer;
  border: 2px solid #fdf7f2;
  box-shadow: 0px 10px 12.2px 0px rgba(74, 52, 41, 0.06);
}
.suites-int__image img {
  width: 100%;
  aspect-ratio: 1.29 / 1;
  object-fit: cover;
}
.suites-int__text {
  background: #fefcfa;
  color: #4a3429;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.suites-int__text h3 {
  font-size: 18px;
  font-weight: 400;
  color: #da1a5e;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.suites-int__text h3 span {
  font-family: "Area Normal Bold";
  font-weight: 700;
}
.suites-int__text p::first-letter {
  text-transform: lowercase;
}
.suites-int__icon svg {
  width: 10.5px;
  height: 15px;
}
.suites-int__icon svg path {
  fill: #da1a5e;
}
.suit-int.internas {
  padding: 80px 0;
}
.suit-int .suites-int__content {
  display: block;
}
.suites-int--slide {
  overflow: hidden;
}
.suites-int--slide .swiper {
  overflow: visible;
}
.suites__slide--itens {
  text-align: center;
}
.suites-int--slide .suites__slide--itens {
  text-align: center;
}
.suites-int--slide .swiper-pagination {
  bottom: 33px !important;
}
.suit-int.internas .suites__content--itens {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
}
.suites__calendar--itens,
informacoes {
  width: 50%;
}
.suites__calendar--itens h2,
.suites__important h3,
.suites__sobre h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #da1a5e;
}
.suites__barra {
  width: 1px;
  background-color: #da1a5e;
}
.suites__content--itens .suites__barra:last-child {
  display: none;
}
.outras {
  padding: 60px 0;
}
.outras .title {
  color: #da1a5e;
}
.destaque__content--header {
  padding-bottom: 40px;
}
.destaque__content--bt {
  padding-top: 50px;
}
/* MOTEL */
.motel {
  background: none;
  min-height: 100%;
  height: 100%;
}
.motel__content {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.motel__content--text p {
  margin-bottom: 16px;
}
.motel__content--text h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.motel__content--text a {
  margin-top: 32px;
}
/* DESCONTOS */
.descontos.internas {
  background: none;
  background-image: none;
  border: 1px solid #fdf3e9;
}
.descontos__content {
  justify-content: center;
}
.descontos__content--cards {
  margin: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  display: block;
}
.desconto-card,
.promos__slide--box {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 2em;
  padding: 30px 40px;
  background: #fefcfa;
  box-shadow: 0px 10px 12.2px 0px rgba(74, 52, 41, 0.06);
}
.desconto-card p {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
  overflow: initial;
  max-width: 100%;
  letter-spacing: normal;
  line-height: 1.2;
}
.promos__slide--box {
  width: 40%;
}
.promos__slide--text h3 {
  display: none;
}
.promos__slide--text h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.promos__slide--text a {
  margin-top: 15px;
}
/* CARDÁPIO */
.cardapio.internas {
  padding: 0;
  overflow: hidden;
}
#cardapio canvas,
.hamburgueriaInterna canvas {
  width: 100%;
}
/* RESERVAS */
.internas .reservas__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  padding: 0 16%;
}
.internas .reservas__content--box {
  width: 100%;
  height: 155px;
  padding: 36px 40px;
  background: #fefcfa;
  box-shadow: 0px 10px 12.2px 0px rgba(74, 52, 41, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4a3429;
}
.internas .reservas__content--box h2,
.internas .reservas__content--box p {
  color: #4a3429;
}
.internas .reservas__content--box h2 {
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.reservas__content--box--bts {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-right: 20px;
}
.reservas__content--box--bts a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.reservas__content--box--bts a svg {
  width: 10px;
}
.reservas__content--box:last-of-type
  .reservas__content--box--bts
  a
  span
  svg
  path {
  fill: #4a3429;
}
.reservas__content--box--bts a svg path {
  fill: #fefcfa;
}
.reservas__content--box--bts span {
  position: absolute;
  top: -15px;
  right: -10px;
}
.reservas__content--box--bts span svg {
  width: 30px;
  height: 30px;
}
/* EXPERIENCIAS */
.intro-exp {
  padding-top: 6%;
  padding-bottom: 5%;
}

.intro-exp h1 {
  color: #da1a5e;
  margin-bottom: 2%;
  text-transform: uppercase;
  font-size: 26px;
}

.intro-exp h1 span {
  font-weight: 300;
}

.experienciasInterna.dark-bg {
  background: #da1a5e;
  padding: 0;
}

.experienciasInterna.light-bg {
  background: #fefcfa;
  box-shadow: 0px 10px 12.2px 0px rgba(74, 52, 41, 0.06);
  padding: 0;
  margin-top: 40px;
}

.experiencias__flickity .flickity-page-dots {
  bottom: 3%;
}

.experiencias__flickity .flickity-page-dots .dot {
  background: #fdf3e9;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.6);
}

.experienciasInterna__box {
  padding: 20px 0;
  width: 60%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.experienciasInterna__box h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}

.experienciasInterna__box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4%;
  font-size: 18px;
}

.experienciasInterna__box li {
  margin: 0;
}

.dark-bg .experienciasInterna__box {
  color: #fdf3e9;
}

.experienciasInterna__box hr {
  border-top: 2px solid #da1a5e;
}

.experienciasInterna__box h4 {
  margin-top: 10%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}

.dark-bg .experienciasInterna__box h3 {
  color: #fdf3e9;
}

.dark-bg .experienciasInterna__box hr {
  border-top: 2px solid #fdf3e9;
}

.light-bg .experienciasInterna__box h2 {
  color: #da1a5e;
}

.cta-experiecnia {
  padding: 6% 0;
}
.cta-experiecnia a {
  margin-top: 16px;
}
.cta-experiecnia h2,
.top-experiencia {
  color: #da1a5e;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.experiencias__slide,
.experiencias__slide img {
  width: 100%;
}
.experienciasInterna .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.visible-xs {
  display: none;
}
.no-margin {
  padding: 0;
}
@media screen and (max-width: 962px) {
  .topo {
    height: 200px;
    background: url(../images/bg-descontos-m.png) repeat-x;
    background-color: #da1a5e;
    background-position: bottom;
    background-size: 170px;
  }
  .topo__content {
    min-height: 200px;
    height: 100%;
    justify-content: center;
  }
  .topo__content--text {
    padding: 0 22px;
    margin-top: 10%;
  }
  .title {
    font-size: 30px;
  }
  .descontos__content--cards {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding: 0;
  }
  .desconto-card {
    margin-bottom: 1.5em;
  }
  .internas .reservas__content {
    padding: 0;
  }
  .internas .reservas__content--box {
    height: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 80px 40px 50px;
  }
  .reservas__content--box--text {
    text-align: center;
  }
  .reservas__content--box--bts {
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .reservas__content--box--bts span {
    top: -115px;
    right: 0;
    left: 0;
  }
  .motel__fachada {
    margin-bottom: 20px;
  }
  .motel__content--text h3 {
    font-size: 14px;
  }
  .motel-btns {
    text-align: center;
  }
  .suit-int.internas .suites__content--itens {
    flex-direction: column;
    padding-top: 40px;
    gap: 40px;
  }
  .suites__calendar--itens h2,
  .suites__important h3,
  .suites__sobre h2 {
    font-size: 14px;
  }
  .suites__calendar--itens,
  informacoes {
    width: 100%;
  }
  .suites__barra {
    display: none;
  }
  .outras {
    padding-top: 0;
  }
  .visible-xs {
    display: block;
  }
  .destaque .swiper-button-next,
  .destaque .swiper-button-prev,
  .suit-int .swiper-button-next,
  .suit-int .swiper-button-prev {
    display: none;
  }
  .suites-int--slide .swiper-pagination {
    bottom: 5px !important;
  }
  .intro-exp h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .experienciasInterna .container-fluid {
    flex-direction: column;
  }
  .hidden-xs {
    display: none;
  }
  .experienciasInterna__box {
    width: 100%;
    padding: 20px;
  }
  .experienciasInterna__box h5 {
    font-size: 14px;
  }
  .experienciasInterna__box li {
    font-size: 14px;
  }
  .experienciasInterna__box h4 {
    font-size: 18px;
  }
  .experienciasInterna__box hr {
    display: none;
  }
  .top-experiencia {
    text-align: center;
    width: 100%;
    padding: 20px;
    font-size: 30px;
    margin: 0;
  }
  .cta-experiecnia h2 {
    font-size: 18px;
  }
  .promos__slide--box {
    width: 100%;
  }
}
