@font-face {
  font-family: Creative Vintage;
  src: url('../fonts/CreativeVintage-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --relume-library-lite--white: white;
  --relume-library-lite--dark: #14292b;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar_component {
  z-index: 100;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_logo-link {
  color: var(--relume-library-lite--white);
  text-decoration: none;
}

.nav_menu {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_cta-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_social-links {
  display: flex;
}

.nav_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--relume-library-lite--white);
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.3rem 1.25rem 1.5rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_social-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_home-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/recepcao-01.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.nav_link {
  color: #fff;
  background-color: #fff0;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  text-decoration: none;
  display: flex;
}

.nav_link.w--current {
  background-color: #ffffff26;
}

.nav_social-link {
  color: var(--relume-library-lite--white);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  display: flex;
}

.nav_btn-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_link-text {
  font-weight: 300;
}

.mobile_menu {
  display: none;
  position: relative;
}

.button_menu {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_hero-heading {
  width: 680px;
  color: var(--relume-library-lite--white);
}

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creative Vintage, Georgia, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.home_hero-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 4rem;
  display: flex;
}

.home_hero-reserva {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--relume-library-lite--white);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem 3rem;
  display: flex;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creative Vintage, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.hero_reserva-heading {
  width: 159px;
}

.hero_reserva-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resreva_form-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creative Vintage, Georgia, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-normal {
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.text-size-normal.is-semibold-italic {
  font-style: italic;
  font-weight: 600;
}

.contagem_hospedes {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contagem-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line_divider {
  background-color: #00000040;
  width: .1rem;
  height: 45px;
}

.button_reserva {
  cursor: pointer;
  border: 1px solid #00000040;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.section_home-about {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.home_about-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  display: grid;
}

.home_about-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creative Vintage, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.home_about-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  display: flex;
}

.primary_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--relume-library-lite--dark);
  color: var(--relume-library-lite--white);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.8rem 1.25rem 2rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.home_about-description {
  width: 330px;
  font-style: italic;
  font-weight: 600;
}

.quick-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 600px;
  height: 600px;
  padding: 0;
}

.photo-2 {
  background-image: url('../images/ajuste-4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.photo-1 {
  background-image: url('../images/recepcao-08.avif');
  background-position: 50% 22%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.photo-3 {
  background-image: url('../images/cafe-03.avif');
  background-position: 50% 22%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.text-size-small {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.25;
}

.text_scrolling-mask {
  border-top: 1px solid #00000040;
  border-bottom: 1px solid #00000040;
  justify-content: flex-start;
  align-items: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.text_scrolling-group, .text_scrolling-texts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_btn-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_btn-bg {
  background-color: #fff0;
  border: 1px solid #ffffff1a;
  border-radius: 99rem;
  position: absolute;
  inset: 0%;
}

.section_home-estadia {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.estadia_heading-group {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.estadia_heading-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 450px;
  display: flex;
}

.estadia_headline {
  width: 790px;
}

.estadia_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.estadia_item-text {
  color: var(--relume-library-lite--white);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.estadia_item-text.alt {
  justify-content: flex-start;
  align-items: flex-end;
}

.estadia_image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.estadia_item {
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.estadia_overlay {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_benefits-icons {
  padding-top: 50px;
  padding-bottom: 50px;
}

.benefits_icons-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefits_icon-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icons-divider {
  background-color: #14292b33;
  width: 1px;
  height: 50px;
}

.section_home-cafe {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.home_cafe-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  display: grid;
}

.home_cafe-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home_cafe-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 550px;
  display: flex;
}

.photo_cafe-1 {
  background-image: url('../images/cafe-10.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.photo_cafe-2 {
  background-image: url('../images/cafe-14.avif');
  background-position: 50% 77%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.photo_cafe-3 {
  background-image: url('../images/cafe-20.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.section_home-room {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.room_heading-group {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.room_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox_wrap {
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.room_image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.room_overlay {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.room_item-text {
  color: var(--relume-library-lite--white);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2rem;
  display: flex;
  position: relative;
}

.testimonials_wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.slide {
  height: auto;
}

.slide_person {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.person_info {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial_name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.text-block {
  letter-spacing: -.25px;
}

.testimonial_photo {
  border-radius: 999rem;
  width: 70px;
  height: 70px;
}

.slide_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial_paragraph {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.testimonial_text {
  text-align: center;
  width: 700px;
}

.mask {
  height: auto;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slider-icon {
  color: #000;
  font-size: 1.6rem;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.right-arrow {
  width: 70px;
  height: 70px;
}

.footer {
  background-color: var(--relume-library-lite--dark);
  color: var(--relume-library-lite--white);
}

.footer_top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding-top: 50px;
}

.footer_top-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.footer_bottom-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_copy-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
}

.credit_link {
  color: #ffffff80;
  text-decoration: none;
  transition: all .2s;
}

.credit_link:hover {
  color: #fff;
}

.footer_social-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  border: 1px solid #fff3;
  border-radius: 99rem;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-colum {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

.footer_link {
  color: #ffffff80;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.footer_link:hover {
  color: #fff;
}

.cell-1 {
  background-image: url('../images/ajuste-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.cell-2 {
  background-image: url('../images/ajuste-5.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.cell-3 {
  background-image: url('../images/ajuste-7.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.cell-4 {
  background-image: url('../images/ajuste-3.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.stack_acomodacoes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 600px;
  padding: 0;
}

.stack_intro, .stack_cafe {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 600px;
  height: 600px;
  padding: 0;
}

.footer_copyright {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonials_headline {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 960px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  font-size: .4rem;
  display: flex;
  position: relative;
}

.footer_map {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.footer_buttons {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.footer_map-location {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav_menu, .nav_cta-group {
    display: none;
  }

  .mobile_menu {
    display: flex;
  }

  .button_menu {
    z-index: 120;
    cursor: pointer;
  }

  .mobile_menu-component {
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mobile-menu-wrap {
    background-color: var(--relume-library-lite--white);
    width: 100%;
    margin-top: 90px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu_links-list {
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .padding_top {
    padding-top: 0;
  }

  .padding_top.small {
    padding-top: 2rem;
  }

  .padding_top.medium {
    padding-top: 4rem;
  }

  .mobile_menu-heading {
    border-bottom: 1px solid #00000040;
    padding-bottom: 1rem;
  }

  .heading_style-h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1;
  }

  .mobile_nav-link {
    color: var(--relume-library-lite--dark);
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem;
    text-decoration: none;
    display: flex;
  }

  .mobile_menu-social-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mobile_social-icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile_social-link {
    color: var(--relume-library-lite--dark);
    text-decoration: none;
  }

  .home_hero-reserva {
    flex-flow: column;
  }

  .hero_reserva-heading {
    text-align: center;
    width: 100%;
  }

  .hero_reserva-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .resreva_form-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home_about-grid, .home_cafe-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .left-arrow, .right-arrow, .slide-nav {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .mobile_menu-component {
    display: none;
  }

  .mobile-menu-wrap {
    height: 100vh;
  }

  .mobile_social-link {
    border: 1px solid #0000001a;
    border-radius: 99rem;
    padding: .75rem;
  }

  .home_hero-heading {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .home_hero-wrap {
    padding-bottom: 5rem;
  }

  .section_home-about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home_about-heading, .home_about-description {
    width: 100%;
  }

  .section_home-estadia {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .estadia_heading-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .estadia_heading-description, .estadia_headline {
    width: 100%;
  }

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

  .estadia_item-text.alt {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .estadia_item {
    width: 100%;
    height: 400px;
  }

  .section_benefits-icons {
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits_icons-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .icons-divider {
    width: 50px;
    height: 1px;
  }

  .section_home-cafe {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home_cafe-grid, .home_cafe-right, .home_cafe-heading {
    width: 100%;
  }

  .section_home-room {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .room_heading-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .testimonials_wrap {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .slide_person {
    justify-content: center;
    align-items: center;
  }

  .testimonial_text {
    width: 100%;
  }

  .footer_top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer_top-cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_bottom-grid, .footer_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-colum {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .footer_link-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .stack_acomodacoes {
    width: 100%;
  }

  .stack_intro {
    width: 100%;
    height: 800px;
  }

  .stack_cafe {
    width: 100%;
    height: 900px;
  }

  .lightbox_cafe {
    width: 100%;
  }

  .testimonials_headline {
    width: 100%;
    margin-bottom: 3rem;
  }

  .footer_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
  }

  .lightbox-link {
    width: 100%;
  }
}

#w-node-_90e100c7-1f9e-7ad2-b04c-857a463edecf-5503bc81 {
  place-self: center;
}

#w-node-aabc6f44-d307-b9d9-e70f-2622aa72e0b7-5503bc81 {
  justify-self: end;
}

#w-node-_25e7c9f0-19ae-128c-6c78-2eb758cb1166-5503bc81 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d7d4fe7d-d2ed-2835-7353-0631a1250927-5503bc81 {
  grid-row: span 2 / span 2;
}

#w-node-_7e8a2d86-7dba-b57b-6c83-9b5c985b7e8b-5503bc81 {
  justify-self: start;
}

#w-node-_7e8a2d86-7dba-b57b-6c83-9b5c985b7e8c-5503bc81 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7e8a2d86-7dba-b57b-6c83-9b5c985b7e8d-5503bc81 {
  grid-row: span 2 / span 2;
}

#w-node-_7e8a2d86-7dba-b57b-6c83-9b5c985b7e7e-5503bc81 {
  place-self: center;
}

#w-node-f1a4c281-6aaa-8375-e9f3-69e92d1fe4fc-5503bc81 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ab71aac8-2c13-0277-6a2a-9232a523a99e-5503bc81, #w-node-_9be6f7d1-8fe2-d098-06e8-8252a0f7b7fe-5503bc81 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-aabc6f44-d307-b9d9-e70f-2622aa72e0b7-5503bc81 {
    place-self: stretch stretch;
  }

  #w-node-_25e7c9f0-19ae-128c-6c78-2eb758cb1166-5503bc81 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6e343986-2f78-96c5-eab9-1a1c2d82ccb2-5503bc81, #w-node-d7d4fe7d-d2ed-2835-7353-0631a1250927-5503bc81, #w-node-d94be918-6124-191a-e85b-28434d37ab89-5503bc81 {
    grid-row: span 1 / span 1;
  }

  #w-node-_7e8a2d86-7dba-b57b-6c83-9b5c985b7e8c-5503bc81 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7e8a2d86-7dba-b57b-6c83-9b5c985b7e8d-5503bc81 {
    grid-row: span 1 / span 1;
  }

  #w-node-_7e8a2d86-7dba-b57b-6c83-9b5c985b7e7e-5503bc81 {
    order: -9999;
  }

  #w-node-f1a4c281-6aaa-8375-e9f3-69e92d1fe4fc-5503bc81 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a16a75ee-02e9-3dde-4162-8644539d321f-5503bc81 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Creative Vintage';
  src: url('../fonts/CreativeVintage-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}