.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.heroe {
  height: 100vh;
  background-color: #abab8c;
  background-image: url('../images/Recurso-44We.Page.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.navbar._1 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  width: 100%;
  border-bottom: 1px solid #304722;
  justify-content: flex-start;
  display: flex;
}

.container-heore {
  height: 90%;
  background-image: url('../images/Recurso-1We.Page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.container-heore.vertical {
  background-image: url('../images/Recurso-1We.Page.png');
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.container-heore.vertical.close {
  background-image: url('../images/FinalWe.Page.png');
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  width: 80px;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 10px 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #304722;
  font-family: source-sans-3, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.clock-label {
  color: #304722;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-right: -5px;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 15px;
}

.section-decoracion {
  height: 50vh;
  background-image: url('../images/Recurso-3We.Page.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-reel {
  height: 50vh;
}

.section {
  padding: 5%;
}

.section._1 {
  height: 70vh;
  background-color: #dc4ab6;
  background-image: url('../images/Recurso-14We.Page.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
}

.section._2 {
  background-color: #d8d2c2;
  background-image: url('../images/Recurso-77We.Page.png');
  background-position: 0 0;
  background-size: cover;
  padding-left: 0%;
  padding-right: 0%;
}

.section._3 {
  background-color: #8fac80;
  background-image: url('../images/Recurso-88We.Page.png'), url('../images/Recurso-32We.Page.png');
  background-position: 50%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, contain;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.section.rsvp {
  background-image: url('../images/Recurso-100We.Page.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20%;
  padding-bottom: 2%;
}

.section._4 {
  background-color: #c7c6b5;
}

.section._4-copy {
  height: auto;
  background-color: #c7c6b5;
}

.section.mesa {
  background-color: #304722;
  background-image: url('../images/Recurso-7WE.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.container.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.container._1 {
  height: 100%;
  margin-top: 0%;
  margin-bottom: 5%;
}

.container._2, .container._3 {
  margin-top: 0%;
}

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

.grid-2 {
  grid-column-gap: 0px;
  grid-template-columns: minmax(0, .25fr) 1fr;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 1.7vw;
  line-height: 3vw;
}

.paragraph._1 {
  color: #304722;
  text-align: center;
  background-color: #c7c6b5;
  margin-top: 3%;
  font-size: 1.5vw;
  line-height: 2.3vw;
}

.paragraph._1._2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1%;
  margin-bottom: 3%;
}

.paragraph._1._2.blanco {
  color: #fff;
  margin-top: 2%;
  margin-bottom: 0%;
}

.paragraph._1._2.blanco-copy {
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 1%;
}

.paragraph._1-copy {
  color: #304722;
  text-align: center;
  margin-top: 0%;
  font-size: 2vw;
  line-height: 3vw;
}

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

.heading {
  color: #304722;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 4vw;
  line-height: 5vw;
}

.heading.center {
  text-align: center;
  position: static;
}

.heading.blanco {
  color: #fff;
}

.image {
  margin-top: 3%;
}

.image.phone {
  display: none;
}

.button {
  background-color: #e657c0;
  margin-top: 35px;
  font-family: source-sans-3, sans-serif;
  font-weight: 300;
}

.image-2 {
  margin-top: -75px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #304722;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #304722;
}

.tab-link-tab-2.close {
  display: none;
}

.text-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3% 5% 35px;
  font-family: source-sans-3, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 3.5vw;
  text-decoration: none;
  display: flex;
}

.text-block._1 {
  color: #304622;
  text-align: center;
  padding-top: 0%;
  padding-bottom: 0;
  text-decoration: none;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tabs-content {
  width: 100%;
  margin-top: 1%;
}

.slider {
  height: 80vh;
  background-color: rgba(0, 0, 0, 0);
}

.slider.close {
  display: none;
}

.icon {
  margin-right: 0;
  font-size: 25px;
}

.icon-2 {
  margin-left: 0;
  font-size: 25px;
}

.grid-3 {
  height: 100%;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 5%;
}

.grid-3.phone {
  display: none;
}

.link-block {
  background-image: url('../images/Hotel-1We.Page.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block._1 {
  height: 45vh;
  background-image: url('../images/Hotel-2We.Page.png');
}

.link-block._3 {
  background-image: url('../images/Recurso-19We.Page.png');
}

.link-block._2 {
  background-image: url('../images/Recurso-20We.Page.png');
}

.link-block._2.close, .link-block._4.close {
  display: none;
}

.link-block._5 {
  background-image: url('../images/Recurso-22We.Page.png');
}

.link-block._5.close {
  display: none;
}

.link-block._6 {
  background-image: url('../images/Recurso-23We.Page.png');
}

.link-block._7 {
  background-image: url('../images/Recurso-24We.Page.png');
}

.link-block._8 {
  background-image: url('../images/Recurso-25We.Page.png');
}

.link-block._9 {
  background-image: url('../images/Recurso-26We.Page.png');
}

.link-block._10 {
  background-image: url('../images/Recurso-27We.Page.png');
}

.link-block._11 {
  background-image: url('../images/Hotel-3We.Page.png');
}

.link-block.en1 {
  background-image: url('../images/1hotelWe.Page.png');
}

.link-block.en2 {
  height: 60vh;
  background-image: url('../images/2hotelWe.Page.png');
}

.link-block.en3 {
  background-image: url('../images/3hotelWe.Page.png');
}

.link-block.white {
  background-color: #fff;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5% 3%;
  text-decoration: none;
  display: flex;
}

.form-block {
  width: 60%;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-10._2 {
  text-align: center;
}

.heading-10._2._4-copy {
  color: #304722;
  text-align: center;
  font-family: source-sans-3, sans-serif;
  font-size: 3.5vh;
  font-weight: 300;
  line-height: 4vw;
  position: static;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  width: 100%;
  border-bottom: 1px solid #d25d32;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 10px;
  display: flex;
}

.checkbox-field {
  width: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.checkbox {
  border: 1px #d25d32;
  margin-top: 0;
}

.checkbox-label-2 {
  color: #304722;
  margin-left: 5px;
  font-family: source-sans-3, sans-serif;
  font-size: 3vh;
  font-weight: 300;
  line-height: 1.2rem;
}

.div-block-18 {
  width: 100%;
  height: 120vh;
  background-image: url('../images/Recurso-28We.Page.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 5%;
  display: flex;
}

.text-field {
  height: 50px;
  color: #575b66;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 1px solid #575b66;
  font-size: 1rem;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #575b66;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 300;
}

.text-field::placeholder {
  color: #575b66;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 300;
}

.text-field._1 {
  color: #304722;
  text-align: center;
  border-bottom-color: #d25d32;
  font-family: source-sans-3, sans-serif;
  font-size: 3.5vh;
  font-weight: 300;
  line-height: 4vh;
}

.submit-button {
  background-color: #e657c0;
  font-family: source-sans-3, sans-serif;
  font-weight: 300;
}

.nav-link {
  width: 100%;
  color: #304722;
  font-family: source-sans-3, sans-serif;
  font-weight: 300;
}

.nav-link.w--current {
  color: #304722;
}

.slider-2, .slider-2._2 {
  display: none;
}

.full-frame-image-wrapper {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.full-frame-image-wrapper.homepage {
  height: 70vh;
  background-image: url('../images/3.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
}

.full-frame-image-wrapper.homepage._1 {
  background-image: url('../images/IMG_2864.jpg');
  background-position: 50% 60%;
}

.full-frame-image-wrapper.homepage._2 {
  background-image: url('../images/Recurso-2We.Page.png');
  background-position: 50%;
}

.full-frame-image-wrapper.homepage._2-copy {
  background-image: url('../images/Recurso-2We.Page.png');
  background-position: 50%;
  display: none;
}

.light {
  color: #fafaf8;
  display: none;
}

.quick-stack {
  width: 100%;
  height: 1%;
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.paragraph-copy-2 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: source-sans-3, sans-serif;
  font-size: 1.5vw;
  line-height: 160%;
}

.image-3 {
  margin-left: 5px;
}

.heroe_1 {
  height: 100vh;
  background-color: #304722;
  background-image: url('../images/portada-verdeWe.page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_heroe {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 5%;
  display: flex;
}

.container_heroe._1 {
  padding-bottom: 10%;
}

.heading-11 {
  color: #fff;
  margin-bottom: 0;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 6vw;
}

.grid-19 {
  width: 40%;
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-top: 3%;
}

.link-block-5 {
  border: 1px solid #304622;
  border-radius: 20px;
  padding: 5px 15px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  text-decoration: none;
}

.text-span {
  font-size: 2vw;
  font-weight: 300;
}

.text-span._1 {
  font-size: 1.5vw;
  line-height: 2vw;
}

.text-span-2 {
  font-size: 2vw;
}

.link, .link-2 {
  color: #304722;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-2 {
  font-family: source-sans-3, sans-serif;
  font-size: 2vw;
  line-height: 3vw;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-3 {
  font-family: source-sans-3, sans-serif;
}

.slider-3 {
  width: 100%;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
}

.slider-3.phone {
  display: none;
}

.icon-6 {
  margin-right: 0;
  font-size: 20px;
}

.icon-7 {
  margin-left: 0;
  font-size: 20px;
}

.div-block-19 {
  width: 100%;
  height: 90%;
  background-image: url('../images/Recurso-13We.page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-19._1 {
  background-image: url('../images/Asset-2.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-20 {
  height: 90%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 2%;
  margin-right: 2%;
}

.div-block-20 {
  background-image: url('../images/A5We.page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-20._1 {
  background-image: url('../images/A6We.page.png');
}

.div-block-20._2 {
  background-image: url('../images/A7We.page.png');
}

.div-block-20._3 {
  background-image: url('../images/A8We.page.png');
}

.div-block-20._4 {
  background-image: url('../images/A1We.page.png');
}

.div-block-20._5 {
  background-image: url('../images/A2We.page.png');
}

.div-block-20._6 {
  background-image: url('../images/A3We.page.png');
}

.div-block-20._8 {
  background-image: url('../images/A4We.page.png');
}

.grid-21 {
  width: 100%;
  height: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-21.phone {
  display: none;
}

.div-block-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-22, .div-block-22-copy {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-23 {
  width: 40%;
  background-color: #2babfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: source-sans-3, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.text-span-3 {
  font-size: 1.2vw;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-bottom: 3%;
  font-family: kudryashev-d-contrast-sans, sans-serif;
}

.italic-text, .italic-text-2 {
  font-family: source-sans-3, sans-serif;
  font-style: normal;
}

.grid-22 {
  width: 100%;
  grid-column-gap: 50px;
  border-top: 1px solid #fff;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 2%;
}

.div-block-24 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
  display: flex;
}

.div-block-24._1 {
  border-top: 1px solid #fff;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-25._1 {
  border-top: 1px solid #fff;
  padding-top: 2%;
}

.link-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-6._1 {
  margin-right: 5%;
}

.link-block-6._2 {
  margin-top: 5%;
}

.link-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8 {
  font-style: normal;
}

.italic-text-9 {
  font-style: normal;
  font-weight: 700;
}

.italic-text-10, .italic-text-11 {
  font-style: normal;
}

.text-span-4, .text-span-5 {
  font-family: source-sans-3, sans-serif;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  font-family: source-sans-3, sans-serif;
  font-weight: 700;
}

.grid-23 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1440px) {
  .full-frame-image-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media screen and (max-width: 991px) {
  .full-frame-image-wrapper {
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .full-frame-image-wrapper {
    height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .heroe {
    height: 90vh;
    background-image: url('../images/verdeWe.page.png');
    background-position: 0 0;
    background-size: cover;
  }

  .nav-menu {
    background-color: #d8d2c2;
  }

  .container-heore {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 62px;
  }

  .container-heore.vertical {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .container-heore.vertical.close {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .js-clock {
    flex-wrap: wrap;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box {
    width: 60px;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    font-size: 7vw;
    line-height: 6vw;
  }

  .clock-label {
    font-size: 14px;
  }

  .section-decoracion {
    height: 40vh;
    background-repeat: repeat;
    background-size: contain;
  }

  .section._1 {
    background-position: 50%;
  }

  .section._2 {
    background-image: url('../images/12We.Page.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section._3 {
    background-image: url('../images/4We.Page.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section.rsvp {
    padding-top: 59%;
  }

  .section.mesa {
    background-image: url('../images/Recurso-1WE.png');
    background-position: 30% 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-template-columns: 1.75fr .5fr;
  }

  .paragraph {
    font-size: 4vw;
    line-height: 5vw;
  }

  .paragraph._1 {
    background-color: rgba(0, 0, 0, 0);
    font-size: 5vw;
    line-height: 6vw;
  }

  .paragraph._1._2 {
    background-color: rgba(0, 0, 0, 0);
    font-size: 3.5vw;
  }

  .paragraph._1-copy {
    margin-top: 0%;
    font-size: 5vw;
    line-height: 6vw;
  }

  .div-block {
    padding-left: 10px;
  }

  .heading {
    font-size: 8vw;
    line-height: 9vw;
  }

  .image {
    display: none;
  }

  .image.phone {
    display: block;
  }

  .button {
    margin-top: 3%;
    font-size: 10px;
    line-height: 15px;
  }

  .image-2 {
    margin-top: -18px;
  }

  .tab-link-tab-1.w--current {
    font-size: 4vh;
  }

  .text-block {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .text-block._1 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .slider, .grid-3 {
    display: none;
  }

  .grid-3.phone {
    flex-direction: column;
    display: flex;
  }

  .link-block {
    width: 100%;
    height: 40vh;
    background-image: url('../images/Hotel-1We.Page.png');
  }

  .link-block._1 {
    height: 40vh;
    margin-top: 20px;
  }

  .link-block._2 {
    width: 100%;
    height: 85%;
  }

  .link-block._4 {
    width: 100%;
    height: 50vh;
  }

  .link-block._5 {
    width: 100%;
    height: 85%;
  }

  .link-block._11 {
    margin-top: 20px;
  }

  .link-block.en2.phone {
    height: 50vh;
  }

  .link-block.white {
    height: auto;
  }

  .heading-10._2._4-copy {
    margin-top: 0%;
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .checkbox-field {
    margin-top: 2%;
  }

  .checkbox-label-2 {
    font-size: 4vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .div-block-18 {
    background-size: cover;
  }

  .text-field {
    border-radius: 0;
    margin-top: 75px;
    margin-bottom: -58px;
  }

  .text-field._1 {
    color: rgba(87, 91, 102, .87);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 4vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .nav-link {
    text-align: center;
  }

  .slider-2 {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .slider-2._2 {
    display: block;
  }

  .slider-2.close {
    display: none;
  }

  .icon-3 {
    margin-right: 0;
    font-size: 20px;
  }

  .icon-4 {
    margin-left: 0;
    font-size: 20px;
  }

  .full-frame-image-wrapper {
    height: 65vh;
    margin-top: 32px;
  }

  .full-frame-image-wrapper.homepage {
    background-image: url('../images/3.jpg');
    background-position: 30% 0;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
  }

  .full-frame-image-wrapper.homepage._1 {
    background-position: 50%;
    margin-top: 0;
  }

  .full-frame-image-wrapper.homepage._2 {
    display: none;
  }

  .full-frame-image-wrapper.homepage._2-copy {
    background-image: url('../images/phone11We.Page.png');
    background-position: 50% 15%;
    display: flex;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: #d8d2c2;
  }

  .icon-5 {
    color: #304722;
  }

  .container-5 {
    margin-top: 5%;
  }

  .paragraph-copy-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4vw;
  }

  .heroe_1 {
    height: 95vh;
    background-image: url('../images/verde2We.page.png');
  }

  .container_heroe {
    padding-bottom: 15%;
  }

  .container_heroe._1 {
    padding-bottom: 46%;
  }

  .heading-11 {
    font-size: 8vw;
    line-height: 9vw;
  }

  .grid-19 {
    width: 100%;
    grid-column-gap: 40px;
  }

  .text-span {
    font-size: 4vw;
  }

  .text-span._1 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .text-span-2 {
    font-size: 4vw;
  }

  .slider-3 {
    display: none;
  }

  .slider-3.phone {
    display: block;
  }

  .div-block-20, .div-block-20._4, .div-block-20._5, .div-block-20._6 {
    width: 100%;
    height: 100%;
  }

  .div-block-20._7 {
    width: 100%;
    height: 100%;
    background-image: url('../images/SNM1We.page.png');
  }

  .grid-21 {
    display: none;
  }

  .grid-21.phone {
    flex-direction: column;
    display: flex;
  }

  .columns {
    flex-direction: row;
    display: flex;
  }

  .text-span-3 {
    font-size: 3vw;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .link-block-6._1 {
    margin-bottom: 5%;
    margin-right: 0%;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7 {
    font-style: normal;
  }
}

#w-node-_11c15b3c-cf45-a0cb-c3ac-5f4201a18413-7696641c, #w-node-_57921c27-5e20-dffe-31da-4ea081687f22-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c799f3-b3d8-59d1-4444-e8c6616a88a1-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-efcfdb34-3698-bb05-861f-eafd9ac96f41-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2bdc9b4-e5ff-b328-2b5d-1de2fb7ba49e-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_426be46a-5b3b-e7ce-6c82-ad1c43d47046-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb58a8fc-323d-86e2-24dd-2bcbc0bb65da-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bb58a8fc-323d-86e2-24dd-2bcbc0bb65db-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c60f8d8b-0723-9d42-eb9b-a5b756a368cd-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-c60f8d8b-0723-9d42-eb9b-a5b756a368ce-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffa5703b-e375-af1d-df65-caa28bf31bd2-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ffa5703b-e375-af1d-df65-caa28bf31bd3-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7a9aca-7978-f7dd-c54e-7f386df645d3-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-fe7a9aca-7978-f7dd-c54e-7f386df645d4-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5158ac87-98f6-aa3c-f1be-3d02a829f33e-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5158ac87-98f6-aa3c-f1be-3d02a829f33f-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_512d260e-5859-33f3-a9fd-e2846027b007-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_512d260e-5859-33f3-a9fd-e2846027b008-7696641c, #w-node-ac1a4a50-0385-2286-46ee-6a94049f3391-7696641c, #w-node-b1792ef0-060d-a6a7-e6f2-fb3dbafb79e3-7696641c, #w-node-_9ef556aa-3965-2b7b-6dbe-42b3c96f9f49-7696641c, #w-node-b1792ef0-060d-a6a7-e6f2-fb3dbafb79e4-7696641c, #w-node-b1792ef0-060d-a6a7-e6f2-fb3dbafb79e5-7696641c, #w-node-_8028f925-d54e-1cdd-7ccb-5adf8cf76575-7696641c, #w-node-_1c396cbf-1121-411c-3b00-003003e3e9ba-7696641c, #w-node-_1c396cbf-1121-411c-3b00-003003e3e9bb-7696641c, #w-node-_1c396cbf-1121-411c-3b00-003003e3e9bc-7696641c, #w-node-_1c396cbf-1121-411c-3b00-003003e3e9bd-7696641c, #w-node-_1c396cbf-1121-411c-3b00-003003e3e9be-7696641c, #w-node-_1c396cbf-1121-411c-3b00-003003e3e9bf-7696641c, #w-node-_1682c3ee-3f9e-2555-9bab-e9bdd6e8d7eb-7696641c, #w-node-c2ea83be-f861-9e54-3336-77fff20e91ca-7696641c, #w-node-c2ea83be-f861-9e54-3336-77fff20e91cd-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ea83be-f861-9e54-3336-77fff20e91d2-7696641c {
  align-self: center;
  justify-self: center;
}

#w-node-c2ea83be-f861-9e54-3336-77fff20e91d3-7696641c, #w-node-_09acce6b-2409-9e6f-17ac-f5b2c2c08d8f-7696641c, #w-node-c5325eb0-6a79-d81e-8d13-25b1680ea0dd-7696641c, #w-node-c5325eb0-6a79-d81e-8d13-25b1680ea0e0-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5126bffd-1a33-fe54-a63d-d7b83235fa5c-7696641c {
  align-self: center;
  justify-self: center;
}

#w-node-_98d0b189-1f41-7074-17a7-a37cfa239c6e-7696641c, #w-node-_86954ba1-4a6f-b757-9654-7d2812c25c23-7696641c, #w-node-b776ec51-73cf-6838-b2df-d3171460762e-7696641c, #w-node-_3869f3ba-997a-cda1-72be-d89d55845a75-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86954ba1-4a6f-b757-9654-7d2812c25c2a-7696641c {
  align-self: center;
  justify-self: center;
}

#w-node-_86954ba1-4a6f-b757-9654-7d2812c25c2b-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a966-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a967-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a96c-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a974-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a968-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a969-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a976-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a981-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a96a-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a983-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a98d-7696641c, #w-node-_492ac567-815c-4452-8cfe-5b949052a96b-7696641c, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc30-7696641c, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc31-7696641c, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc32-7696641c, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc35-7696641c, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc36-7696641c, #w-node-cb64cc41-db2c-4e19-0609-df8bec628b15-7696641c, #w-node-_8b2fc23e-db5f-8a74-9f04-74308ad327b4-7696641c, #w-node-_0892f8b4-ce66-a490-ad74-9a2ddc686fb6-7696641c, #w-node-e6e80fc4-bdcd-2d13-d5e6-64a231a868fe-7696641c, #w-node-f520399d-677f-16c4-2407-285e4533b4b8-7696641c, #w-node-f520399d-677f-16c4-2407-285e4533b4b9-7696641c, #w-node-f520399d-677f-16c4-2407-285e4533b4ba-7696641c, #w-node-f520399d-677f-16c4-2407-285e4533b4bd-7696641c, #w-node-f520399d-677f-16c4-2407-285e4533b4be-7696641c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05ec60c1-cfe0-2091-9c59-14f1c461527b-7696641c, #w-node-_4fe3d549-4b1c-3aea-4637-c853ec6ce65f-7696641c, #w-node-_02947cf2-bfc7-31dc-d3c0-fc8de1addfe4-7696641c, #w-node-_00e352e8-d85f-5d5f-b2a3-014e1954ce9e-7696641c, #w-node-_31686a1e-3194-87bf-f606-8fe9236fae05-7696641c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_11c15b3c-cf45-a0cb-c3ac-5f4201a18413-33370402, #w-node-_57921c27-5e20-dffe-31da-4ea081687f22-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c799f3-b3d8-59d1-4444-e8c6616a88a1-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-efcfdb34-3698-bb05-861f-eafd9ac96f41-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2bdc9b4-e5ff-b328-2b5d-1de2fb7ba49e-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_426be46a-5b3b-e7ce-6c82-ad1c43d47046-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb58a8fc-323d-86e2-24dd-2bcbc0bb65da-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bb58a8fc-323d-86e2-24dd-2bcbc0bb65db-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c60f8d8b-0723-9d42-eb9b-a5b756a368cd-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-c60f8d8b-0723-9d42-eb9b-a5b756a368ce-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffa5703b-e375-af1d-df65-caa28bf31bd2-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ffa5703b-e375-af1d-df65-caa28bf31bd3-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7a9aca-7978-f7dd-c54e-7f386df645d3-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-fe7a9aca-7978-f7dd-c54e-7f386df645d4-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5158ac87-98f6-aa3c-f1be-3d02a829f33e-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5158ac87-98f6-aa3c-f1be-3d02a829f33f-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_512d260e-5859-33f3-a9fd-e2846027b007-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_512d260e-5859-33f3-a9fd-e2846027b008-33370402, #w-node-ac1a4a50-0385-2286-46ee-6a94049f3391-33370402, #w-node-b1792ef0-060d-a6a7-e6f2-fb3dbafb79e3-33370402, #w-node-_9ef556aa-3965-2b7b-6dbe-42b3c96f9f49-33370402, #w-node-b1792ef0-060d-a6a7-e6f2-fb3dbafb79e4-33370402, #w-node-b1792ef0-060d-a6a7-e6f2-fb3dbafb79e5-33370402, #w-node-_8028f925-d54e-1cdd-7ccb-5adf8cf76575-33370402, #w-node-_660f1e7c-6304-c763-7e85-50ba0ad563f5-33370402, #w-node-_660f1e7c-6304-c763-7e85-50ba0ad563f6-33370402, #w-node-_660f1e7c-6304-c763-7e85-50ba0ad563f7-33370402, #w-node-_660f1e7c-6304-c763-7e85-50ba0ad563f8-33370402, #w-node-_660f1e7c-6304-c763-7e85-50ba0ad563f9-33370402, #w-node-_660f1e7c-6304-c763-7e85-50ba0ad563fa-33370402, #w-node-_660f1e7c-6304-c763-7e85-50ba0ad563fb-33370402, #w-node-_0ed9bb9b-7bd0-c905-64c0-3d9bc9926557-33370402, #w-node-_0ed9bb9b-7bd0-c905-64c0-3d9bc992655a-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_660f1e7c-6304-c763-7e85-50ba0ad56402-33370402 {
  align-self: center;
  justify-self: center;
}

#w-node-_660f1e7c-6304-c763-7e85-50ba0ad56403-33370402, #w-node-_660f1e7c-6304-c763-7e85-50ba0ad56405-33370402, #w-node-bb55b9dc-50fb-9d25-dfe0-301bd777d112-33370402, #w-node-bb55b9dc-50fb-9d25-dfe0-301bd777d115-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb55b9dc-50fb-9d25-dfe0-301bd777d11a-33370402 {
  align-self: center;
  justify-self: center;
}

#w-node-bb55b9dc-50fb-9d25-dfe0-301bd777d11b-33370402, #w-node-_660f1e7c-6304-c763-7e85-50ba0ad56412-33370402, #w-node-_56deb809-a91e-223e-8b73-2dcf106bb343-33370402, #w-node-_56deb809-a91e-223e-8b73-2dcf106bb346-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56deb809-a91e-223e-8b73-2dcf106bb34b-33370402 {
  align-self: center;
  justify-self: center;
}

#w-node-_56deb809-a91e-223e-8b73-2dcf106bb34c-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28bd-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28be-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28c3-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28cb-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28bf-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28c0-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28cd-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28da-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28c1-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28dc-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28e6-33370402, #w-node-_0019f738-5eb3-a8cb-83a6-80b8bf5f28c2-33370402, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc30-33370402, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc31-33370402, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc32-33370402, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc35-33370402, #w-node-e9edc470-28e7-e755-e6d5-b0e2f4adbc36-33370402, #w-node-e6ff0a1c-23b5-21a2-7dde-4a90ee401d98-33370402, #w-node-e6ff0a1c-23b5-21a2-7dde-4a90ee401d99-33370402, #w-node-e6ff0a1c-23b5-21a2-7dde-4a90ee401d9a-33370402, #w-node-e6ff0a1c-23b5-21a2-7dde-4a90ee401d9d-33370402, #w-node-_54d452a1-84e1-ec48-06c9-e1be8a44c7a3-33370402, #w-node-e6ff0a1c-23b5-21a2-7dde-4a90ee401dae-33370402, #w-node-e6ff0a1c-23b5-21a2-7dde-4a90ee401daf-33370402, #w-node-e6ff0a1c-23b5-21a2-7dde-4a90ee401db0-33370402, #w-node-e6ff0a1c-23b5-21a2-7dde-4a90ee401db3-33370402, #w-node-e6ff0a1c-23b5-21a2-7dde-4a90ee401db4-33370402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8a71f15-2099-6a36-db6b-ca9884e68b85-33370402, #w-node-f8a71f15-2099-6a36-db6b-ca9884e68b8a-33370402, #w-node-f8a71f15-2099-6a36-db6b-ca9884e68b97-33370402, #w-node-f8a71f15-2099-6a36-db6b-ca9884e68b9a-33370402, #w-node-f8a71f15-2099-6a36-db6b-ca9884e68ba4-33370402 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d5a23f7f-6c08-75a6-ee27-adcc4ee403c5-51cee7b4, #w-node-d5a23f7f-6c08-75a6-ee27-adcc4ee403c8-51cee7b4, #w-node-_0bd172ae-1c75-9ec7-5252-9cf4bfda5e31-3aa270b4, #w-node-_06db0c60-2366-aeab-a3b4-bcd9e1d5d473-3aa270b4, #w-node-f244bdc5-5b1b-d183-b079-97a85df059ec-3aa270b4, #w-node-ca69569f-e1a9-3b3d-25a1-7754ab3b93d7-3aa270b4, #w-node-ca69569f-e1a9-3b3d-25a1-7754ab3b9385-3aa270b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


