:root {
  --guest-house-green: #1d3a35;
  --orange: #c16241;
  --font-1: ofelia-display, sans-serif;
  --white: white;
  --black1: #0c0c0c;
  --beige: #faf8f0;
  --black: #1b1b1b;
  --font-2: Mulish, sans-serif;
  --gray: #656565;
  --font-family\<deleted\|variable-b3ed83e1-1787-d771-f4ad-88541c65bc8b\>: ofelia-display, sans-serif;
  --font-space: 2px;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--guest-house-green);
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid var(--orange);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-section {
  font-family: var(--font-1);
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/3.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-image-overlay {
  z-index: 10;
  opacity: .1;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-text {
  z-index: 20;
  color: var(--white);
  text-align: center;
  max-width: 1200px;
  margin-left: 120px;
  margin-right: 120px;
  position: relative;
}

.hero-title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-logotype {
  opacity: 1;
  width: 256px;
  display: none;
}

.text-small-caps {
  font-family: var(--font-1);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-small-caps.text-white {
  color: var(--white);
}

.text-small-caps.text-orange {
  color: var(--white);
  font-weight: 200;
}

.bg-green {
  background-color: var(--black1);
}

.arrow-animation {
  z-index: 20;
  opacity: .8;
  width: 60px;
  margin-bottom: 90px;
  position: absolute;
  inset: auto auto 0;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.bg-beige {
  background-color: var(--beige);
  padding-bottom: 100px;
}

.section.bg-white {
  background-color: var(--white);
}

.section.bg-orange {
  background-color: var(--orange);
}

.section.testimonials {
  background-color: var(--beige);
  display: none;
  overflow: hidden;
}

.section.bg-black {
  background-color: var(--black);
}

.section.bg-green {
  background-color: var(--guest-house-green);
}

.section.section-fotos {
  padding-bottom: 100px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.container.tight {
  max-width: 800px;
}

.large-callout-wrap {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.large-callout {
  font-family: var(--font-1);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.4;
}

.features-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-wrap {
  display: flex;
}

.feature-icon {
  opacity: .6;
  width: 24px;
  min-width: 36px;
  margin-right: 16px;
}

.feature-name {
  font-family: var(--font-1);
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.feature-name.titulo-caracteristicas {
  padding-bottom: 10px;
}

.feature-text {
  opacity: .8;
  font-family: var(--font-2);
  font-weight: 500;
}

.section-title {
  max-width: 600px;
  margin-bottom: 32px;
}

.section-title.reveal {
  max-width: none;
}

.section-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-green {
  font-family: var(--font-1);
  color: var(--black);
  text-transform: uppercase;
  font-weight: 400;
}

.section-subheading {
  opacity: .8;
  font-family: var(--font-2);
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-subheading.space-top {
  font-family: var(--font-1);
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 500;
}

.section-subheading.space-top:hover {
  color: var(--guest-house-green);
}

.section-subheading.space-top.button, .section-subheading.space-top.button:hover {
  text-decoration: none;
}

.section-subheading.space-top.button.txt2 {
  font-size: 24px;
}

.section-subheading.space-botton {
  margin-bottom: 40px;
}

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

.triple-column-content-wrap {
  text-align: center;
}

.triple-column-icon {
  width: 24px;
  min-width: 64px;
  max-width: 20%;
  margin-bottom: 12px;
}

.triple-column-name {
  font-family: var(--font-1);
  color: var(--guest-house-green);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.triple-column-text {
  opacity: .8;
  font-family: var(--font-2);
  color: var(--gray);
  font-size: 16px;
  line-height: 24px;
}

.section-separator {
  background-color: var(--orange);
  width: 42px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
}

.section-separator.top {
  margin-bottom: 32px;
}

.section-separator.top.reveal {
  background-color: var(--orange);
  height: 5px;
  display: block;
}

.section-separator.top.reveal.div-white {
  background-color: var(--white);
  height: 5px;
}

.section-separator.top.reveal.mobile-center-div {
  display: none;
}

.section-separator.top.left {
  margin-left: 0;
}

.section-separator.top.left.reveal.white {
  background-color: var(--white);
}

.section-separator.left {
  margin-left: 0;
}

.section-separator.left.reveal {
  height: 5px;
}

.feature-section-alternative-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-section-alternative-grid.grid-map {
  grid-column-gap: 25px;
  grid-template-columns: .5fr 1fr;
}

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

.footer-logotype-wrap {
  text-align: center;
  margin-top: 32px;
}

.text-white {
  color: var(--white);
}

.text-white.dim {
  opacity: .8;
}

.button {
  background-color: var(--guest-house-green);
  font-family: var(--font-1);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 11px 18px;
  font-weight: 400;
  transition: opacity .2s, transform .2s, box-shadow .2s;
}

.button:hover {
  background-color: var(--orange);
  opacity: .9;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.button.space-top {
  margin-top: 10px;
}

.button.white {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 0;
}

.button.white:hover {
  background-color: var(--beige);
  color: var(--black1);
}

.button.white.w--current {
  font-family: var(--font-1);
  text-transform: uppercase;
  font-weight: 500;
}

.button.white.w--current:hover {
  background-color: var(--orange);
  color: var(--white);
  font-weight: 500;
}

.button._404 {
  margin-top: 16px;
}

.button.large {
  border-radius: 0;
  padding: 16px 26px;
  font-size: 16px;
}

.button.large.w--current {
  font-family: var(--font-1);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.button.large.w--current:hover {
  background-color: var(--orange);
}

.button.large.button-2 {
  background-color: var(--orange);
  border-radius: 0;
}

.button.large.button-2:hover {
  background-color: var(--white);
  color: var(--guest-house-green);
}

.button.large.button-2.w--current {
  background-color: var(--orange);
}

.button.large.button-2.button-3 {
  background-color: var(--guest-house-green);
}

.button.large.button-2.button-3:hover {
  background-color: var(--white);
  color: var(--orange);
}

.button.large.button-2.button-3.w--current {
  background-color: var(--guest-house-green);
}

.button.large-outline {
  padding: 16px 26px;
  font-size: 16px;
  transition: background-color .2s, opacity .2s, transform .2s, box-shadow .2s;
}

.button.large-outline.space-right {
  border: 2px solid var(--guest-house-green);
  font-family: var(--font-1);
  color: var(--guest-house-green);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  margin-right: 20px;
  padding: 12px 22px;
}

.button.large-outline.space-right:hover {
  border-style: solid;
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.navigation-link {
  opacity: .8;
  font-family: var(--font-1);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.navigation-link:hover {
  opacity: .6;
}

.navigation-link.w--current {
  opacity: 1;
  font-family: var(--font-1);
  color: var(--white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 400;
}

.navigation {
  z-index: 9;
  aspect-ratio: auto;
  font-family: var(--font-family\<deleted\|variable-b3ed83e1-1787-d771-f4ad-88541c65bc8b\>);
  object-fit: fill;
  background-color: #0c0c0c00;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  padding: 20px 3%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation-container-mobile {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 44px;
  transition: opacity .2s;
}

.brand:hover {
  opacity: .8;
}

.navigation-mobile {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.navigation-wrap {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-center {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-logotype {
  width: 128px;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-background {
  background-color: var(--guest-house-green);
  position: absolute;
  inset: 0%;
}

.image-section-overlay {
  z-index: 1000;
  background-color: var(--guest-house-green);
  display: none;
  position: absolute;
  inset: 0%;
}

.image-section-text {
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
  height: 100%;
  margin-left: 60px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-section-text.right {
  z-index: 20;
  margin-left: 10px;
  margin-right: 60px;
  padding-right: 20px;
  inset: 0% 0% 0% auto;
}

.image-section {
  height: 945px;
  position: relative;
  overflow: hidden;
}

.image-section-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.introduction-grid.reveal {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
}

.image-section-gradient-overlay {
  background-image: linear-gradient(to right, #52503b00 44%, var(--white) 84%);
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.timeline-start-circle {
  z-index: 10;
  background-color: var(--guest-house-green);
  border: 3px solid #fff;
  border-radius: 16px;
  width: 24px;
  height: 24px;
  margin: 20px auto auto;
  position: absolute;
  inset: 0%;
}

.timeline-content-text {
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.timeline-content-image {
  object-fit: cover;
  min-width: auto;
  max-width: 200px;
}

.timeline-content-wrapper {
  background-color: #52503b05;
  border: 1px solid #52503b0d;
  border-radius: 12px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.timeline-grid {
  grid-row-gap: 0px;
  grid-template-columns: 64px 1fr;
}

.timeline-line {
  z-index: 5;
  background-color: var(--guest-house-green);
  opacity: .5;
  width: 4px;
  margin: 34px auto -34px;
  position: absolute;
  inset: 0%;
}

.timeline-line-wrapper {
  min-height: 80px;
  position: relative;
}

.full-width-grid-content {
  direction: ltr;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 600px;
  padding: 40px;
  display: flex;
}

.full-width-grid-content.with-bg-image {
  min-height: 640px;
}

.full-width-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000000a8, #000000a8);
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.bg-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-loader {
  z-index: 1000;
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-title {
  font-family: var(--font-1);
  color: var(--white);
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.pageloader {
  z-index: 1000;
  background-color: var(--beige);
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.pageloader-logotype {
  width: 256px;
}

.single-item-form-text-field {
  background-color: #0000;
  border: 0 #000;
  border-radius: 8px;
  margin: 6px 0 6px 6px;
  font-size: 12px;
}

.footer-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.space-top {
  margin-top: 20px;
}

.form-button {
  letter-spacing: .4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .2s;
}

.form-button:hover {
  opacity: .8;
}

.form-button.small {
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 11px;
}

.form-button.small.single-item-form-button {
  background-color: var(--guest-house-green);
  color: var(--white);
  margin: 6px;
  font-weight: 400;
}

.social-icons-wrap {
  display: flex;
}

.footer-link {
  opacity: .8;
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.footer-logotype {
  width: 200px;
  min-width: auto;
}

.footer-link-wrap {
  margin-top: 10px;
}

.social-icon-wrap {
  opacity: .6;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  transition: opacity .2s;
}

.social-icon-wrap:hover {
  opacity: 1;
}

.social-icon-wrap.w--current {
  display: none;
}

.social-icon-wrap.last {
  margin-right: 10px;
}

.social-icon-wrap.off {
  display: none;
}

.footer-form {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  align-items: center;
  display: flex;
}

.form-block, .social-icon {
  width: 100%;
}

.cta-button-wrap {
  text-align: center;
  margin-top: 20px;
}

.cta-button-wrap.reveal.cta-buttons {
  justify-content: center;
  display: flex;
}

.cta-section-title {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-wrap {
  position: relative;
}

.slide-nav {
  display: none;
}

.slider-arrow {
  border: 2px solid var(--guest-house-green);
  color: var(--guest-house-green);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  transition: background-color .2s;
  inset: auto 0% -80px auto;
}

.slider-arrow:hover {
  background-color: #52503b1a;
}

.slider-arrow.left {
  right: 6%;
}

.testimonial-wrap {
  background-color: var(--white);
  border: 1px solid #52503b1a;
  border-radius: 4px;
  padding: 30px;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 50px;
}

.slide {
  width: 50%;
  margin-right: 20px;
}

.mask {
  overflow: visible;
}

.testimonial-rating-wrap {
  margin-bottom: 10px;
}

.star-icon {
  color: var(--orange);
  width: 18px;
  margin-right: 2px;
}

.no-space-top {
  font-family: var(--font-2);
  margin-top: 0;
}

.testimonial-author {
  border-left: 2px solid var(--orange);
  font-family: var(--font-2);
  margin-top: 20px;
  padding-left: 8px;
  font-weight: 500;
}

.light-link {
  color: var(--white);
  text-decoration: underline;
}

.the-hosts-image {
  border: 3px solid #52503b1a;
  border-radius: 128px;
  width: 256px;
}

.contact-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-field {
  background-color: #52503b05;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 0;
}

.grid-1-2-text {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-content: space-between;
}

.no-space-bottom {
  margin-bottom: 0;
}

.medium-width-content {
  direction: ltr;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  position: relative;
}

.small-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.small-section.bg-white {
  background-color: var(--white);
}

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

.margin-header {
  margin-right: 30px;
  position: sticky;
  top: 110px;
}

.text-large {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.code-span {
  color: #000;
  background-color: #c7c7c7;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.grid-1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: grid;
}

.text-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.style-guide-marker {
  margin-bottom: 30px;
  font-size: 10px;
}

.subheading-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.style-guide-color-block {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.style-guide-color-block.bg-orange {
  background-color: var(--orange);
}

.style-guide-color-block.bg-green {
  background-color: var(--guest-house-green);
}

.style-guide-color-block.bg-beige {
  background-color: var(--beige);
}

.grid-1-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

._404-icon {
  margin-bottom: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  justify-content: flex-start;
  display: flex;
}

.paragraph {
  font-family: var(--font-2);
  flex-direction: row;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.section-2 {
  background-image: url('../images/5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.section-2.img-bg-2 {
  background-image: url('../images/4.webp');
  display: none;
}

.text-span {
  color: var(--white);
  font-weight: 400;
  line-height: 42px;
}

.text-span-2 {
  color: var(--white);
}

.image-div {
  width: auto;
  height: auto;
}

.div-space-40px {
  width: 40vh;
}

.div-block-2 {
  height: 32px;
}

.bold-text {
  direction: ltr;
  font-family: var(--font-1);
  text-align: center;
  letter-spacing: var(--font-space);
  text-transform: uppercase;
  word-break: normal;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.section-3 {
  background-color: var(--guest-house-green);
  background-image: url('../images/Prancheta-714x.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.text-span-3 {
  color: var(--black);
  font-weight: 400;
}

.paragraph-2 {
  font-family: var(--font-2);
  font-size: 18px;
  line-height: 24px;
}

.text-span-4 {
  color: var(--guest-house-green);
  font-weight: 800;
}

.bold-text-2 {
  font-family: var(--font-1);
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: var(--font-2);
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-family: var(--font-1);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.bg-white {
  background-color: var(--white);
}

.container-2 {
  max-width: 1200px;
}

.success-message {
  background-color: var(--guest-house-green);
}

.text-block {
  font-family: var(--font-2);
  color: var(--white);
}

.error-message {
  background-color: var(--orange);
}

.text-block-2 {
  font-family: var(--font-2);
  color: var(--white);
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  padding: 0;
}

.img {
  width: 100%;
  display: block;
}

.img:hover {
  opacity: 1;
  filter: saturate(200%);
}

.div-block-4 {
  height: 20px;
}

.link-block, .link-block-2 {
  text-decoration: none;
  display: block;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 40px 0 0;
}

.code-embed.map-mobile {
  display: none;
}

.code-embed-2 {
  width: auto;
  height: auto;
}

.cell {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cell-2, .cell-3, .cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.cell-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
}

.div-block-6 {
  max-width: 400px;
}

.container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.cell1 {
  transition: all .4s;
}

.cell1:hover {
  transform: translate(0, -15px);
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.section-fotos {
    padding-top: 100px;
  }

  .large-callout {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 42px;
  }

  .features-grid {
    text-align: center;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .section-title.reveal {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-title.center.reveal, .text-green, .section-subheading {
    text-align: center;
  }

  .triple-column {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .triple-column-content-wrap.reveal {
    text-align: center;
  }

  .section-separator.top.reveal.mobile-center-div {
    display: block;
  }

  .section-separator.top.reveal.mobile-center-div.white {
    background-color: var(--white);
  }

  .section-separator.left.reveal.desktop-div {
    display: none;
  }

  .feature-section-alternative-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mobile-navigation-link {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile-navigation-link:hover {
    background-color: var(--white);
    color: var(--black1);
  }

  .mobile-navigation-link.w--current {
    color: var(--orange);
    font-weight: 500;
  }

  .navigation {
    display: none;
  }

  .navigation-container-mobile {
    justify-content: space-between;
  }

  .navigation-mobile {
    flex-direction: row;
    justify-content: center;
    height: 85px;
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    position: absolute;
  }

  .navigation-left {
    display: flex;
  }

  .navigation-center {
    display: none;
  }

  .mobile-nav {
    color: var(--white);
    background-color: #0c0c0cd6;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .menu-button-mobile {
    background-color: var(--white);
    color: var(--guest-house-green);
    border-radius: 100px;
    padding: 11px;
    font-size: 22px;
  }

  .menu-button-mobile.w--open {
    background-color: var(--white);
    opacity: .8;
    color: var(--guest-house-green);
  }

  .image-section-text {
    margin-left: 40px;
  }

  .image-section-text.right {
    max-width: 200px;
    margin-right: 40px;
  }

  .image-section {
    height: 400px;
  }

  .image-section-gradient-overlay {
    background-image: linear-gradient(to right, #52503b00 18%, var(--white) 75%);
  }

  .full-width-grid {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 54px;
  }

  .slider-arrow.left {
    left: 0;
    right: auto;
  }

  .slide {
    width: 100%;
  }

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

  .medium-width-content {
    max-width: none;
  }

  .small-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .small-section.bg-white {
    padding-top: 170px;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .quick-stack-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .code-embed.map-desktop {
    width: 100%;
  }

  .cell, .cell-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cell-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .cell-6, .cell-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-text {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-logotype {
    width: 160px;
    margin-bottom: 20px;
  }

  .arrow-animation {
    width: 120px;
    display: none;
  }

  .section.bg-orange.section-map {
    padding-top: 100px;
  }

  .large-callout {
    font-size: 44px;
  }

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

  .section-title.center.reveal {
    text-align: center;
  }

  .triple-column {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .triple-column-content-wrap.reveal {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .triple-column-icon {
    min-width: 52px;
  }

  .feature-section-alternative-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .text-white.dim {
    text-align: center;
  }

  .button.large, .button.large-outline.space-right {
    width: 100%;
  }

  .image-section-text {
    max-width: 240px;
  }

  .image-section-text.right {
    margin-right: 20px;
    padding-right: 0;
    display: none;
  }

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

  .introduction-grid.reveal {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .image-section-gradient-overlay {
    background-image: none;
  }

  .timeline-content-image {
    max-width: 100%;
  }

  .timeline-content-wrapper {
    flex-direction: column;
  }

  .full-width-grid-content.with-bg-image {
    min-height: 480px;
  }

  .full-width-grid {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 42px;
  }

  .footer-content-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form {
    max-width: none;
  }

  .cta-button-wrap.reveal {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    display: flex;
  }

  .contact-grid, .grid-1-2-text {
    grid-template-columns: 1fr;
  }

  .medium-width-content {
    max-width: none;
  }

  .margin-header-grid {
    grid-template-columns: 1fr;
  }

  .margin-header {
    margin-right: 0;
    position: static;
  }

  .grid-1-2, .grid-1-3 {
    grid-template-columns: 1fr;
  }

  .code-embed {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/3.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .hero-image-overlay {
    opacity: .45;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1;
  }

  .text-small-caps {
    line-height: 24px;
  }

  .text-small-caps.text-white {
    padding-bottom: 20px;
  }

  .arrow-animation {
    width: 60px;
    display: block;
  }

  .section {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .large-callout-wrap.reveal {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-callout {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    display: flex;
  }

  .feature-icon {
    min-width: 28px;
  }

  .section-title.reveal {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-title.reveal.section-contato {
    align-items: flex-start;
    display: flex;
  }

  .section-subheading {
    text-align: center;
  }

  .section-subheading.space-top.button {
    text-align: center;
    font-size: 12px;
  }

  .section-subheading.space-top.button.txt2 {
    text-align: center;
    font-size: 24px;
  }

  .section-subheading.space-botton {
    text-align: center;
  }

  .triple-column {
    flex-direction: column;
  }

  .section-separator.top.left.reveal {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section-separator.top.left.reveal.white.desktop-div {
    display: none;
  }

  .feature-section-alternative-grid.grid-map {
    flex-direction: column;
    display: flex;
  }

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

  .button.large.button-2 {
    text-align: center;
  }

  .button.large.button-2.button-3 {
    text-align: center;
    text-decoration: none;
  }

  .button.large-outline.space-right {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    text-decoration: none;
  }

  .button.large-outline.space-right.w--current {
    margin-right: 10px;
  }

  .navigation-mobile {
    position: absolute;
  }

  .image-section-text {
    display: none;
  }

  .image-section {
    height: 220px;
  }

  .introduction-grid.reveal {
    flex-direction: column;
    justify-items: stretch;
    display: flex;
  }

  .image-section-gradient-overlay {
    display: none;
  }

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

  .timeline-line-wrapper {
    display: none;
  }

  .full-width-grid-content {
    padding: 30px;
  }

  .footer-content-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .social-icon-wrap {
    margin-right: 10px;
  }

  .social-icon-wrap.off {
    display: none;
  }

  .cta-button-wrap.reveal {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .slider {
    margin-bottom: 85px;
  }

  .contact-grid {
    text-align: left;
    justify-items: center;
  }

  .contact-form-grid.reveal {
    grid-template-columns: 1fr;
  }

  .small-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .small-section.bg-white {
    padding-top: 140px;
  }

  .section-2.img-bg-2 {
    background-size: cover;
    background-attachment: scroll;
    height: 300px;
  }

  .section-2.img-bg-1 {
    background-size: cover;
    background-attachment: scroll;
    height: 400px;
  }

  .bold-text {
    line-height: 1.2;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 300px;
    display: block;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
  }

  .code-embed {
    width: 100%;
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-a7ea1347-96ba-4125-5955-ff9f23bfec75-d81e6329 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c93640a-d068-72bd-a58f-5e20cd819ee8-d81e6329, #w-node-f626d7fa-53be-7ace-3d41-9ea7e69137d8-d81e6329, #w-node-c0f0c59b-6f2e-c231-1295-04196047af1c-d81e6329 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_61445da9-f35e-e78d-5f11-98f8c7ecdf1d-d81e6329 {
  justify-self: start;
}

#w-node-_683cde41-cadf-d26c-f9e8-68f949b9ac98-d81e6329 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f73f793-a44e-2623-be1c-5437b266f2a8-d81e6329 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_5ac56370-c857-0c27-8b5c-05538cc8deb6-d81e6329, #w-node-_6208b2c8-7a25-5dbb-1924-9ccf5abb5ba1-d81e6329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6208b2c8-7a25-5dbb-1924-9ccf5abb5bbe-d81e6329 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6208b2c8-7a25-5dbb-1924-9ccf5abb5bc3-d81e6329 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0303cd50-1eb0-fb33-2d2f-d8df2c25e1b7-1820c1b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e1507fa-c721-17db-38e2-5b25373f78de-1820c1b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a6e5d70-069d-f9bb-5ede-690c5e6f6887-1820c1b6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_597eaf87-a11a-ef06-9bf5-c66dd809024e-d81e632d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-_1140dcc7-0949-637a-9026-5c71aeb99dde-d81e632d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_239a33fc-abcd-fe52-13af-a6fd12523c46-d81e632d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_97e60695-0dfd-05cf-c9c2-ca54a41552f3-d81e632e, #w-node-_97e60695-0dfd-05cf-c9c2-ca54a41552f7-d81e632e, #w-node-_5c9a3c6d-5412-bd61-a978-0f06f5e61180-d81e632e, #w-node-_5c9a3c6d-5412-bd61-a978-0f06f5e61184-d81e632e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e152ae19-2168-4c85-04cc-be145faa7de1-d81e632e, #w-node-e152ae19-2168-4c85-04cc-be145faa7de5-d81e632e, #w-node-_209b6e3d-eb11-b1a8-29ee-a712eef248d9-d81e632e, #w-node-_209b6e3d-eb11-b1a8-29ee-a712eef248dd-d81e632e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0a88de6f-b4ab-b48d-b5dd-3e2b9b29ac79-d81e632e, #w-node-_0a88de6f-b4ab-b48d-b5dd-3e2b9b29ac7d-d81e632e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db9cf663-8a06-7400-654d-a095a8406f18-d81e632e, #w-node-db9cf663-8a06-7400-654d-a095a8406f1c-d81e632e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_597eaf87-a11a-ef06-9bf5-c66dd809024e-d81e6330 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-_92963c3b-a333-48bf-fc09-347645930bb4-d81e6331, #w-node-_92963c3b-a333-48bf-fc09-347645930bb8-d81e6331, #w-node-dee5e7ad-3fae-8ad9-8062-037df1eccebb-d81e6331, #w-node-dee5e7ad-3fae-8ad9-8062-037df1eccebf-d81e6331, #w-node-_0dfdd6b8-d61e-fa9b-403d-2a651da8cb91-d81e6331, #w-node-_0dfdd6b8-d61e-fa9b-403d-2a651da8cb95-d81e6331 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-a7ea1347-96ba-4125-5955-ff9f23bfec75-d81e6329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f73f793-a44e-2623-be1c-5437b266f2a8-d81e6329 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6208b2c8-7a25-5dbb-1924-9ccf5abb5ba1-d81e6329 {
    justify-self: center;
  }

  #w-node-_6208b2c8-7a25-5dbb-1924-9ccf5abb5bbe-d81e6329 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6208b2c8-7a25-5dbb-1924-9ccf5abb5bc3-d81e6329, #w-node-_3e1507fa-c721-17db-38e2-5b25373f78de-1820c1b6, #w-node-_0a6e5d70-069d-f9bb-5ede-690c5e6f6887-1820c1b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_97e60695-0dfd-05cf-c9c2-ca54a41552f3-d81e632e, #w-node-_5c9a3c6d-5412-bd61-a978-0f06f5e61180-d81e632e, #w-node-e152ae19-2168-4c85-04cc-be145faa7de1-d81e632e, #w-node-_209b6e3d-eb11-b1a8-29ee-a712eef248d9-d81e632e, #w-node-_0a88de6f-b4ab-b48d-b5dd-3e2b9b29ac79-d81e632e, #w-node-db9cf663-8a06-7400-654d-a095a8406f18-d81e632e, #w-node-_92963c3b-a333-48bf-fc09-347645930bb4-d81e6331, #w-node-dee5e7ad-3fae-8ad9-8062-037df1eccebb-d81e6331, #w-node-_0dfdd6b8-d61e-fa9b-403d-2a651da8cb91-d81e6331 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c93640a-d068-72bd-a58f-5e20cd819ee8-d81e6329, #w-node-f626d7fa-53be-7ace-3d41-9ea7e69137d8-d81e6329, #w-node-c0f0c59b-6f2e-c231-1295-04196047af1c-d81e6329 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6208b2c8-7a25-5dbb-1924-9ccf5abb5ba1-d81e6329, #w-node-_0303cd50-1eb0-fb33-2d2f-d8df2c25e1b7-1820c1b6 {
    place-self: center;
  }

  #w-node-d4e01c03-1e72-55b1-7c6f-a9cb4175f407-d81e632d {
    place-self: auto;
  }

  #w-node-_2522abfd-dcf4-34cf-9a34-1e9d515b85cc-d81e632d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_1140dcc7-0949-637a-9026-5c71aeb99dde-d81e632d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_239a33fc-abcd-fe52-13af-a6fd12523c46-d81e632d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


