@import url("reset.css");

html,
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  color: #2b2b2b;
}
p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn {
  border-radius: 0;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 32px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-dark {
  background-color: #000000;
  color: #fff;
}
.btn-light {
  background-color: #fff;
  color: #000;
}
.btn-borda {
  border: 1px solid #fff;
  color: #fff;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52.8px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.subtitle {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#nav-bar .bd-navbar {
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}
#nav-bar .navbar-nav {
  align-items: center;
  gap: 24px;
}
#nav-bar .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
#nav-bar .nav-link.btn-reserva {
  color: #fff;
  padding: 12px 32px;
  margin-left: 24px;
}
.bg {
  background: #eae4dc;
}
.banner,
#carouselbanner,
.banner .carousel-item,
.banner .carousel-inner {
  width: 100%;
  height: 100vh;
}
.banner .carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
}
.banner .carousel-caption h1 {
  font-size: 21px;
  font-weight: 400;
}
.banner .carousel-caption h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner__scroll {
  width: 100%;
  position: absolute;
  bottom: 28px;
  text-align: center;
}
.banner__scroll p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.62);
}
.suites {
  padding: 64px 0 88px;
}
.suites__content--header {
  border-bottom: 1px solid #2b2b2b;
  color: #000;
  margin-bottom: 32px;
}
.suites__content--itens .row {
  justify-content: center;
  align-items: center;
}
.suites__slider--text {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.02);
  padding: 64px 55px;
  text-align: center;
  margin-right: -48px;
  z-index: 1;
}
.suites__slider--text h3 {
  color: #0a0a0a;
  font-size: 28px;
  font-weight: 600;
  line-height: 30.8px;
  text-transform: uppercase;
}
.suites__slider--text p {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 16px;
}
.suites__slider--content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#suites__slider:after {
  content: "flickity";
  display: none;
}
.suites__content--itens .flickity-button {
  position: absolute;
  bottom: 0;
  width: 40px;
  z-index: 99;
  background-color: transparent;
  border: none;
  padding: 0;
}
.slick-next:before,
.slick-prev:before {
  color: #000000;
}
.suites__content--itens .flickity-prev-next-button.next {
  left: 30%;
}
.suites__content--itens .flickity-prev-next-button.previous {
  left: 0;
}
.suites__content--itens .flickity-viewport {
  height: 550px !important;
}
.suites__content--itens .flickity-page-dots {
  width: auto;
  bottom: 30%;
  left: 13%;
  right: initial;
}
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background-color: #9a9a9a;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #000;
}
.motel {
  background: #0a0a0a;
  color: #fff;
  padding: 64px 0 88px;
}
.motel__header {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 40px;
}
.motel__content--text h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}
.motel__content--text p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 28.8px;
  font-weight: 400;
}
.infos {
  padding: 88px 0 80px;
}
.infos__header {
  border-bottom: 1px solid #2b2b2b;
  margin-bottom: 32px;
}
.contato__text p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  margin-bottom: 8px;
}
.contato__text p strong {
  font-weight: 600;
  color: #0a0a0a;
}
.infos__content--local {
  padding-left: calc(48px - 16px);
}
.local__text {
  height: 320px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    url("../images/img_mapa.jpg"),
    lightgray -100.803px -140px / 129.648% 187.5% no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.local__text h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}
.footer {
  background: #0a0a0a;
  padding-top: 72px;
}
.footer__content {
  padding-bottom: 72px;
}
.footer__content--itens {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer__content--redes {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer__content--redes a {
  color: #fff;
  text-align: center;
}
.footer__content--redes a:first-of-type {
  margin-right: 12px;
}
.footer__content--redes a svg path {
  fill: #fff;
}
.footer__content--menu h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer__content--menu li {
  margin: 0 0 4px;
}
.footer__content--menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
}
.footer__content--menu li a svg {
  margin-left: 6px;
}
.footer__content--menu li.menu-redes a {
  text-decoration-line: underline;
}
.footer__content--menu li.menu-redes a svg {
  margin-right: 8px;
}

.footer__assinatura {
  font-family: "Titillium Web", sans-serif;
  background: #1a1a1a;
  padding: 12px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.footer__assinatura a {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
#gm-wa {
  max-width: 208px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2147483647;
  display: flex;
  gap: 8px;
  transition: 0.35s ease-in;
}
#gm-wa .wa-close {
  height: fit-content;
  padding: 0 4px;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  cursor: pointer;
  line-height: 14px;
}
#gm-wa .wa-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
#gm-wa .wa-link .wa-text {
  box-sizing: border-box;
  padding: 12px;
  line-height: 12px;
  font-size: 12px;
  font-family: sans-serif;
  text-align: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-color: #25d366;
  color: #fff;
  position: relative;
  box-shadow: 1px 1px 10px -1px #aaa;
}
#gm-wa .wa-link .wa-text::after {
  content: "";
  border: 8px solid transparent;
  border-left-color: #25d366;
  position: absolute;
  right: 0;
  transform: translateX(100%);
}
#gm-wa .wa-link .wa-logo {
  width: 40px;
  position: relative;
}
#gm-wa .wa-link .wa-logo::before {
  content: "";
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  z-index: -1;
}
#gm-wa .wa-link .wa-logo svg {
  width: 100%;
  fill: #25d366;
}

@media only screen and (max-width: 962px) {
  #gm-wa {
    right: 1em;
    bottom: 5em;
  }
  #nav-bar .bd-navbar {
    bottom: 0;
  }
  .navbar-mobi .navbar-toggler {
    border: none;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
  }
  .navbar-mobi .navbar-toggler-icon {
    width: 2em;
    height: 2em;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  #nav-bar .navbar-nav {
    gap: 0;
  }
  .nav-item {
    width: 100%;
    text-align: center;
  }
  #nav-bar .nav-link {
    padding: 15px 0;
  }
  .bd-navbar {
    transition: transform 600ms ease, background 0.1s;
    will-change: transform;
  }
  .gm-headroom-bottom {
    transform: translateY(180%);
  }
  .banner,
  #carouselbanner,
  .banner .carousel-item,
  .banner .carousel-inner {
    height: 90vh;
    position: relative;
  }
  .banner__scroll {
    bottom: 24px;
  }
  .motel {
    padding: 64px 15px 88px;
  }
  .motel__content--text {
    padding-top: 32px;
  }
  .suites {
    padding: 64px 0 calc(88px - 32px);
  }
  .suites .container {
    padding: 0;
  }
  .suites__content--header {
    margin: 0 24px 32px;
  }
  .suites__slider--content {
    margin-bottom: 64px;
    flex-direction: column-reverse;
  }
  #suites__slider:after {
    content: "";
  }
  .suites__slider--text {
    width: 100%;
    margin-right: 0;
    padding: 32px 24px;
  }
  #suites__slider .suites__slider--content {
    display: none;
  }
  #suites__slider .suites__slider--content:nth-of-type(1),
  #suites__slider .suites__slider--content:nth-of-type(2),
  #suites__slider .suites__slider--content:nth-of-type(3),
  #suites__slider .suites__slider--content:nth-last-of-type(4) {
    display: flex;
  }
  .suites__content--itens .row {
    flex-direction: column-reverse;
  }
  .title {
    font-size: 41px;
    letter-spacing: 0.82px;
    line-height: 45.1px;
  }
  .infos__content--local {
    background: #eae4dc;
    padding: 80px 20px 0;
  }
  .local__text {
    height: 416px;
    padding: 0 24px;
    margin-top: -168px;
    transform: translateY(168px);
  }
  .local__text a.btn-dark {
    background: #fff;
    color: #000;
  }
  .footer {
    padding-top: 0;
  }
  .footer .container {
    padding: 0;
  }
  .footer__content--mobile {
    padding: 200px 24px 32px;
  }
  .footer__content--mobile ul {
    margin-bottom: 0;
  }

  .footer__content--mobile li:last-of-type {
    padding-bottom: 0;
  }
  .footer__content--mobile li {
    padding: 0 0 16px;
  }

  .footer__content--mobile li a {
    width: 100%;
    font-weight: 400;
  }
  .btn {
    font-weight: 400;
  }
}
