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

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-Normal.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --b3aca5: #7f7163;
  --antique-white: #fff;
  --brown: #53402d;
  --beige: #faf6ee;
  --black: #353535;
  --green: #9b8f71;
  --dim-grey: #6f715c;
}

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

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

@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: var(--b3aca5);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--antique-white);
  text-decoration: none;
}

form {
  color: var(--b3aca5);
}

.section_heroe {
  background-color: #000;
  background-image: url('../images/PYE.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 2% 3% 4%;
}

.container_heroe {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-top: 0%;
  padding-top: 20px;
  display: flex;
}

.heading {
  color: #b3aca5;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.heading._1 {
  text-align: left;
  letter-spacing: 5px;
  font-size: 5vw;
  line-height: 6vw;
}

.heading._1-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 5vw;
  line-height: 6vw;
  text-decoration: underline;
}

.heading._1-copy.center {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: underline;
}

.heading._1-copy {
  color: #000;
  text-align: left;
  letter-spacing: 5px;
  text-shadow: none;
  font-size: 5vw;
  font-style: normal;
  line-height: 6vw;
  text-decoration: none;
}

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

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

.clock-number {
  color: var(--brown);
  text-shadow: 0 1px 1px #0003;
  font-family: quiche-display, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 35px;
}

.clock-label {
  color: var(--brown);
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  margin-right: -5px;
  font-family: quiche-display, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 200;
  line-height: 25px;
}

.section {
  padding: 5%;
}

.section._1 {
  background-color: var(--beige);
  background-image: url('../images/5.png'), url('../images/7.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.section._2 {
  background-color: #b58c6a00;
  background-image: url('../images/fondo-texturizado-blanco-con-un-color-gris-oscuro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.section._2.itinerario {
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 0%;
  display: block;
}

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

.section._1-copy._2 {
  background-color: var(--antique-white);
  padding-right: 0%;
}

.section.rsvp {
  background-color: var(--green);
  background-image: url('../images/7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.container._1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.grid {
  grid-column-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.grid.phone {
  display: none;
}

.heading-2 {
  color: #000;
  letter-spacing: 5px;
  margin-top: 10px;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
}

.heading-2._1 {
  text-align: center;
  font-size: 2.5vw;
  line-height: 3.5vw;
}

.paragraph {
  font-family: source-sans-3, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 3vw;
}

.paragraph._1 {
  text-align: center;
  width: 80%;
}

.paragraph._1._2 {
  text-align: right;
  width: 100%;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 5%;
  display: flex;
}

.div-block-2 {
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.div-block-2._1 {
  padding-right: 5%;
}

.div-block-2._1._2 {
  justify-content: flex-start;
}

.icon-line {
  background-color: #000;
  width: 2px;
  height: auto;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}

.accordion-header {
  color: #fff;
  letter-spacing: -.2vw;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
}

.link {
  color: #d3d4d4;
  flex: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .5s;
}

.link:hover {
  color: #8f00ff;
}

.link.w--current {
  color: #000;
}

.link.black-color {
  color: #000;
  cursor: pointer;
  transition-property: color;
}

.link.black-color:hover {
  color: #8f00ff;
}

.accordion-content {
  z-index: 1;
  background-color: #0000;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 90vh;
  transition: height .75s;
  display: block;
  position: relative;
  overflow: visible;
}

.accordion-content.w--open {
  background-color: #0000;
  height: auto;
  min-height: 30vh;
}

.accordion-toggle-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  height: 70%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.content-subnav {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.black-text {
  color: #fff;
  font-family: source-sans-3, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.accordion-toggle {
  z-index: 10;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vh;
  min-height: 25vh;
  max-height: 25vh;
  padding: 0;
  transition: all .5s;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.accordion-toggle.w--open {
  flex: none;
  height: 30vh;
}

.accordion {
  z-index: 1;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.icon-line-static {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.content-subnav-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 35vh;
}

.break-normal {
  white-space: normal;
  line-height: 140%;
}

.accordion-content-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.accordion-content-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start;
  width: 100%;
  height: auto;
  padding: 2.5vw;
  display: grid;
  position: relative;
  overflow: visible;
}

.accordion-icon {
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  padding: 1vw;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: #8f00ff;
}

.accordion-content-jump {
  width: 100%;
  height: 30px;
  position: absolute;
  inset: -30vh 0% auto;
}

.faq-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.highlight {
  color: #784fe0;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.animation {
  width: 60px;
  height: 60px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 42px;
  padding-bottom: 0;
  font-family: source-sans-3, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  display: block;
}

.paragraph-2._1 {
  color: var(--black);
  padding-top: 15px;
  font-size: 20px;
}

.question-title {
  color: #fff;
  font-family: source-sans-3, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 4vw;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-wrap {
  flex-direction: column;
  width: 80%;
  max-width: none;
  margin-top: 5%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.faq-question-bar {
  background-color: #0000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.button {
  color: var(--b3aca5);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #b3aca5;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Merriweather, serif;
  font-size: 11px;
  font-weight: 200;
  text-decoration: underline;
}

.button._1 {
  border-color: var(--black);
  color: var(--black);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  line-height: 15px;
}

.button.recomendacione {
  text-align: center;
  letter-spacing: 0;
  flex: 1;
  width: 200px;
  height: 30px;
}

.button.recomendacione:hover {
  background-color: var(--antique-white);
}

.button.recomendacione.card2 {
  width: 110px;
  font-size: 10px;
  line-height: 11px;
}

.full-frame-image-wrapper {
  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;
  height: 100vh;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  overflow: hidden;
}

.full-frame-image-wrapper.homepage {
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0 0 0;
  display: block;
  position: static;
  overflow: hidden;
}

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

.full-frame-image-wrapper.blackandwhite {
  background-image: url('../images/IMG_6595.JPG');
  background-position: 50% 70%;
  height: 80vh;
  display: block;
  position: sticky;
}

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

.full-frame-image-wrapper.normal1 {
  background-image: url('../images/4_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: block;
  position: sticky;
}

.full-frame-image-wrapper.normal2 {
  background-image: url('../images/8-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
}

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

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 300;
}

.heading-6._2 {
  color: #fff;
  text-align: center;
  font-family: source-sans-3, sans-serif;
}

.link-block {
  background-image: url('../images/Captura-de-pantalla-2023-05-15-a-las-14.03.53.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 70%;
  height: 35vh;
  margin-bottom: 5%;
}

.link-block._2 {
  background-image: url('../images/Captura-de-pantalla-2023-05-15-a-las-14.04.14.png');
  height: 35vh;
}

.d-135-view-project-text {
  z-index: 5;
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.d-135-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
}

.d-135-view-project-underline {
  transform-origin: 0%;
  background-color: #6e715c;
  height: 10px;
  margin-top: -10px;
  position: relative;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-demo {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-135-color-overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.d-135-card-wrapper {
  background-image: url('../images/a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 400px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-135-card-wrapper._2 {
  background-image: url('../images/b.png');
  width: 350px;
}

.d-135-card-wrapper._3 {
  background-image: url('../images/d.jpeg');
  width: 350px;
}

.d-135-card-wrapper._4 {
  background-image: url('../images/c.jpg');
}

.d-135-view-project-wrapper {
  margin-top: 40px;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.d-135-card-caption {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  width: 100%;
  font-family: source-sans-3, sans-serif;
  font-weight: 500;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  margin-right: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.d-135-h3-heading {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 32px;
  line-height: 1;
}

.div-block-3 {
  justify-content: flex-end;
  margin-top: 5%;
  display: flex;
}

.grid-13 {
  grid-row-gap: 5px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  width: 90%;
  padding-top: 3%;
  padding-bottom: 3%;
}

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

.div-block-4 {
  background-image: url('../images/1.1We.Page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20vh;
}

.div-block-4._2 {
  background-image: url('../images/2.2We.Page.png');
}

.div-block-4._3 {
  background-image: url('../images/3.3We.Page.png');
}

.div-block-4._4 {
  background-image: url('../images/Recurso-6We.Page.png');
}

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

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

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

.checkbox {
  margin-top: 0;
}

.submit-button {
  border: 1px solid var(--b3aca5);
  color: var(--b3aca5);
  letter-spacing: 5px;
  -webkit-text-stroke-color: var(--b3aca5);
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 0;
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 400;
  transition: transform .2s;
  display: block;
}

.submit-button:hover {
  border-color: var(--b3aca5);
  transform: scale3d(1, 1.1, 1);
}

.submit-button:focus-visible, .submit-button[data-wf-focus-visible] {
  border-color: var(--b3aca5);
  color: #575b66;
}

.form {
  color: var(--b3aca5);
  border-top: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 400px;
  max-width: 300px;
  padding-top: 0%;
  padding-bottom: 3%;
  display: flex;
  box-shadow: inset 0 0 #00000080;
}

.error-message-2 {
  width: 100%;
  font-weight: 400;
}

.text-block-8 {
  color: var(--dim-grey);
  letter-spacing: 3px;
  background-color: #0000;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 300;
}

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

.text-field::placeholder {
  color: #575b66;
  background-color: #0000;
  font-weight: 300;
}

.text-field._1 {
  border-style: solid;
  border-color: var(--b3aca5);
  color: var(--b3aca5);
  text-align: center;
  -webkit-text-stroke-color: var(--b3aca5);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.text-field._1:hover {
  border-color: var(--b3aca5);
  color: var(--b3aca5);
}

.paragraph-5 {
  text-align: center;
  font-size: 1em;
}

.form-block {
  color: var(--b3aca5);
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0%;
  padding-bottom: 10%;
  display: flex;
}

.success-message-2 {
  background-color: #0000;
}

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

.text-block-9 {
  margin-left: 0;
  padding-left: 0;
}

.checkbox-label-2 {
  color: #575b66;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

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

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

.heading-10._2._4-copy {
  color: #575b66;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3vw;
  position: static;
}

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

.navbar {
  background-color: #fff0;
  max-width: 100%;
  margin-top: 0;
  top: 0;
}

.container-2 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
}

.cloneable-area {
  padding: 20px;
}

.no-dot {
  opacity: .2;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 5px 2px;
}

._w-card-back {
  perspective: 1000px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-quote {
  position: relative;
}

._w-card-front {
  perspective: 1000px;
  background-color: #ff6565;
  background-image: linear-gradient(#00000069, #00000069), url('../images/IMG_7087IMG_7086.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front._1 {
  background-color: #0000;
  background-image: url('../images/Recurso-2We.Page.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 3px #000;
}

._w-card-front.fb {
  background-color: #6670bd;
}

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: url('../images/Recurso-4We.Page.png');
  background-position: 90%;
  background-size: cover;
  box-shadow: 1px 1px 3px #000;
}

._w-card-front.tw {
  background-color: #8ca7ff;
}

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: url('../images/Recurso-3We.Page.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-quote-copy {
  z-index: 5;
  color: #707070;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: source-sans-3, sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4em;
  position: relative;
}

.card-quote-copy._1 {
  margin-top: 20px;
}

.c-no-dots {
  z-index: 10;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-flip-card {
  position: relative;
}

.c-flip-card.dress-code {
  background-image: url('../images/14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 450px;
}

.c-flip-card.galeria {
  background-image: url('../images/12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 296px;
  height: 450px;
}

.button-2 {
  color: #707070;
  background-color: #0000;
  border-bottom: 1.5px solid #948077;
  margin-top: 10px;
  font-family: source-sans-3, sans-serif;
  font-size: 1em;
  font-weight: 200;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 450px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.c-card-front._1 {
  width: 320px;
}

.c-card-front._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.c-card-quote {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 5%;
  display: flex;
  position: relative;
}

.c-card-quote._1 {
  justify-content: center;
}

.c-card-quote._2 {
  justify-content: flex-end;
}

.c-card-no {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.c-flipping-cards-list {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 0 0;
  display: flex;
}

.card-quote {
  z-index: 5;
  color: #707070;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: source-sans-3, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4em;
  position: relative;
}

.card-quote._1 {
  margin-top: 15%;
  font-size: .8vw;
  line-height: 1.3vw;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 450px;
  display: block;
}

.text-span {
  font-size: 15px;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-size: 1.5vw;
  font-weight: 500;
}

._1-copy {
  transform: rotate(0);
}

._1-copy._1 {
  transform: rotate(180deg);
}

.phone {
  display: none;
}

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

.paragraph-copy {
  color: var(--black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: kudryashev-d-excontrast, sans-serif;
  font-size: 1.5vw;
  font-weight: 200;
  line-height: 160%;
}

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

.image-4 {
  opacity: .34;
  max-width: 50%;
  margin: -15px auto 0%;
  display: block;
}

.columns {
  z-index: -10;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.columns._2 {
  margin-top: 0;
  display: block;
}

.columns.primera {
  z-index: -5;
  display: block;
  position: fixed;
}

.column {
  background-image: url('../images/IMG_6596.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.column._3 {
  background-image: url('../images/IMG_6593.jpg');
}

.column._3._3-3 {
  background-image: url('../images/IMG_6614.JPG');
}

.column._2 {
  background-image: url('../images/IMG_6640.JPG');
}

.column._2._2-2 {
  background-image: url('../images/IMG_6604.JPG');
  background-position: 30%;
}

.column._4 {
  background-image: url('../images/IMG_6639.jpg');
  background-position: 0%;
}

.column._4._4-4 {
  background-image: url('../images/IMG_6603.JPG');
}

.column._1-1 {
  z-index: 1;
  background-image: url('../images/IMG_6610.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-2 {
  height: 70vh;
}

.container-6 {
  z-index: 1;
  background-image: url('../images/Casandra-15.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  top: 0;
}

.section-2 {
  background-color: var(--green);
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75vh;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.container-7 {
  background-image: url('../images/Casandra-4.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-8 {
  background-image: url('../images/fondo-casandra.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.container-9 {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  z-index: 20;
  width: 100%;
  height: 50vh;
  position: relative;
}

.link-block-3 {
  height: 50vh;
}

.quick-stack {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.link-2 {
  color: #3330;
  width: 100%;
  height: 50vh;
}

.section-3 {
  display: none;
}

.div-block-18 {
  color: var(--b3aca5);
}

.cloneable-area-2 {
  padding: 20px;
}

._w-card-back-2 {
  perspective: 1000px;
  background-color: #333;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-back-2 {
  perspective: 1000px;
  background-color: #e5dac900;
  background-image: url('../images/Casandra-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 450px;
  display: none;
}

.c-card-back-2._2, .c-card-back-2._3 {
  background-image: url('../images/Casandra-10.png');
  display: none;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.focus {
  background-color: #ff6565;
  position: absolute;
  overflow: hidden;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-card-btn {
  padding: 20px;
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px dashed #ffffff40;
  padding: 20px 15px;
  transform: translate(0);
}

.card-no-text {
  opacity: .2;
  color: #fff;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
  transform: translate(-20px);
}

.c-card-label {
  text-align: center;
  padding: 20px;
}

.card-bg-quotemark {
  color: #fff;
  display: inline-block;
}

.card-bg-quotemark.top {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: -.4em auto auto -.3em;
}

.card-bg-quotemark.btm {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: auto -.3em -.4em auto;
}

.card-alias {
  color: #ddd;
  text-align: right;
  font-size: .9em;
  line-height: 1em;
}

.c-card-quote-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.card-text.focus {
  z-index: 10;
  position: relative;
}

.c-card-title {
  margin-bottom: 5px;
}

.card-title {
  color: #fff;
  text-align: right;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.card-img {
  height: 120px;
}

.card-label {
  opacity: .2;
  color: #fff;
  font-size: .8em;
  line-height: 1em;
}

.card-btn-focus-bg {
  background-image: radial-gradient(circle farthest-side, #ff9865, #fff0);
  width: 75%;
  height: 200%;
  position: absolute;
  inset: -75% -10% auto auto;
}

.card-quote-2 {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
}

.c-card-front-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 450px;
  display: flex;
}

._w-card-front-2 {
  perspective: 1000px;
  background-color: #ff656500;
  background-image: url('../images/Casandra-9.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front-2.desayunos {
  background-image: url('../images/2.png');
  background-size: contain;
}

._w-card-front-2.comidas {
  background-image: url('../images/3.png');
  justify-content: center;
  align-items: stretch;
}

._w-card-front-2.salon {
  background-image: url('../images/4.png');
  justify-content: center;
}

._w-card-back-3 {
  perspective: 1000px;
  background-color: #333;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-card-quote-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

._w-card-front-3 {
  perspective: 1000px;
  transform: ;
  background-color: #ff6565;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._w-card-back-4 {
  perspective: 1000px;
  background-color: #333;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-card-front-4 {
  perspective: 1000px;
  transform: ;
  background-color: #ff6565;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.link-menu {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Orpheus Pro, Times New Roman, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-menu.dark {
  color: #49090c;
  font-weight: 400;
}

.codigo-hotel {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.cell {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.h1 {
  color: var(--b3aca5);
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  padding-top: 3%;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 300;
}

.div-block-19 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  width: 70%;
  height: auto;
}

.link-block-4, .link-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-6 {
  justify-content: center;
  align-items: center;
  font-family: Orpheus Pro, Times New Roman, sans-serif;
  display: flex;
}

.link-block-6.w--current {
  justify-content: center;
  align-items: center;
}

.link-block-7, .link-block-8, .link-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-10 {
  width: 80px;
  height: 80px;
}

.quick-stack-2 {
  margin-top: 55vh;
}

.section-4 {
  width: 100%;
  height: 90vh;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
}

.image-6 {
  vertical-align: middle;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 350px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px #b3aca58a;
}

.section-5 {
  z-index: 1;
  background-color: #b3aca5bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.quick-stack-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  height: auto;
}

.quick-stack-4.card2 {
  width: 220px;
}

.cell-2, .cell-3, .cell-4, .cell-5 {
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: var(--green);
  height: 30px;
}

.navbar-3 {
  display: none;
}

.section-6 {
  background-color: var(--b3aca5);
  color: var(--b3aca5);
  text-align: center;
}

.text-block-10 {
  color: var(--b3aca5);
}

.div-block-21 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--b3aca5);
  -webkit-text-stroke-color: var(--b3aca5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 10px;
  display: flex;
}

.text-block-11 {
  color: #575b66;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-11.peque-o {
  font-size: 10px;
}

.clima {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-size: cover;
  height: 35vh;
}

.code-embed {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: 22vh 0% 0%;
}

.container-15 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.section-7 {
  background-color: var(--beige);
  background-image: url('../images/7.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.quick-stack-5 {
  height: 100%;
}

.button-3 {
  background-color: #3898ec00;
  width: 50%;
  height: 500px;
}

.button-3.big {
  width: 100%;
}

.code-embed-2 {
  box-shadow: 0 2px 5px #0003;
}

.code-embed-2.movil {
  display: none;
}

.section-8 {
  height: 100vh;
}

.itinerario {
  background-color: var(--beige);
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 60vh;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-12 {
  color: var(--beige);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Orpheus Pro, Times New Roman, sans-serif;
}

.c-card-back-3 {
  perspective: 1000px;
  background-color: #e5dac900;
  background-image: url('../images/11_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  display: none;
}

.c-card-back-3._2 {
  background-image: url('../images/12_1.png');
  width: 300px;
  display: none;
}

.c-card-back-3._2.dresscode {
  background-image: url('../images/14_1.png');
}

.c-card-back-3._3 {
  background-image: url('../images/20.png');
  display: none;
}

.c-card-back-3.mesa {
  background-image: url('../images/21.png');
}

.button-4 {
  border: 1px solid var(--beige);
  color: var(--beige);
  text-align: center;
  background-color: #fffafa00;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  display: block;
}

.cell-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.c-card-front-3 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  display: flex;
}

._w-card-front-5 {
  perspective: 1000px;
  background-color: #ff656500;
  background-image: url('../images/13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front-5.comidas {
  cursor: pointer;
  background-image: url('../images/10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: stretch;
  display: block;
}

._w-card-front-5.salon {
  background-image: url('../images/9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  display: block;
}

._w-card-front-5.desayunos {
  background-image: url('../images/11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  display: flex;
}

._w-card-front-5.dresscode {
  background-image: url('../images/19.png');
}

._w-card-front-5.galeria {
  background-image: url('../images/12.png');
}

.cloneable-area-3 {
  padding: 0;
}

.heading-11 {
  color: var(--green);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Orpheus Pro, Times New Roman, sans-serif;
  font-weight: 400;
}

.button-5 {
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
}

.section-9 {
  position: absolute;
  inset: 0%;
}

.section-9.galeria {
  z-index: 100;
  background-color: #9b8f71b8;
  width: 100%;
  height: 100vh;
  display: none;
  position: sticky;
  inset: 0%;
}

.quick-stack-7 {
  grid-row-gap: 20px;
}

.div-block-23 {
  z-index: 1000;
  color: var(--beige);
  position: absolute;
  inset: 5px 5px auto auto;
}

.slider {
  background-color: var(--green);
  height: 90vh;
}

.slide, .mask {
  height: 100vh;
}

.button-6 {
  background-color: var(--dim-grey);
  text-align: center;
  border-radius: 100px;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  font-family: Orpheus Pro, Times New Roman, sans-serif;
  display: block;
  position: relative;
  top: 75%;
}

.button-7 {
  border: 1px solid var(--beige);
  background-color: var(--green);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  font-family: Orpheus Pro, Times New Roman, sans-serif;
  display: block;
  position: static;
  inset: auto 0% 70%;
}

.movil {
  display: none;
}

.code-embed-3 {
  position: fixed;
  inset: 0% 0% auto;
}

.heading-12 {
  color: var(--antique-white);
  text-align: center;
  font-family: Orpheus Pro, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading-13 {
  color: var(--antique-white);
  text-align: center;
  text-transform: uppercase;
  font-family: Orpheus Pro, Times New Roman, sans-serif;
  font-weight: 400;
}

.container-16 {
  position: absolute;
  inset: auto 0% 5%;
}

@media screen and (min-width: 1280px) {
  .section_heroe {
    background-image: url('../images/PYE.jpg');
    margin-top: 0;
  }

  .container_heroe {
    justify-content: center;
    align-items: center;
    height: 80vh;
  }

  .section._1 {
    height: 100vh;
  }

  .container-2 {
    max-width: 100%;
    margin-top: 0;
  }

  .c-flip-card.dress-code {
    background-image: url('../images/14.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 450px;
  }

  .c-flip-card.galeria {
    background-image: url('../images/12.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 296px;
    height: 450px;
  }

  ._w-flip-card {
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    max-width: 40%;
  }

  .cloneable-area-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-menu.dark {
    font-weight: 400;
  }

  .h1 {
    font-size: 34px;
  }

  .quick-stack-2 {
    margin-top: 60vh;
  }

  .grid-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .cloneable-area-3 {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-7 {
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 220px 0% auto;
  }

  .heading-12, .heading-13 {
    color: var(--antique-white);
    text-align: center;
    text-transform: uppercase;
    font-family: Orpheus Pro, Times New Roman, sans-serif;
    font-weight: 400;
  }

  .container-16 {
    position: absolute;
    inset: auto 0% 10%;
  }
}

@media screen and (min-width: 1440px) {
  .section_heroe {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    display: block;
  }

  .container_heroe {
    vertical-align: middle;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 78vh;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section._1 {
    height: 100vh;
    display: block;
  }

  .button {
    color: #706356;
    letter-spacing: 0;
    border-style: none;
    text-decoration: underline;
  }

  .full-frame-image-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .full-frame-image-wrapper.normal1 {
    background-size: cover;
    height: 80vh;
  }

  .navbar {
    margin-top: 20px;
  }

  .container-2 {
    margin-top: 0;
    font-size: 16px;
  }

  .c-flip-card.dress-code, .c-flip-card.galeria {
    width: 400px;
    height: 600px;
  }

  .image-4 {
    max-width: 40%;
  }

  .columns {
    z-index: -2;
    top: 0;
  }

  .columns.primera {
    z-index: -1;
    margin-bottom: 0;
    inset: 0% 0% 100vh;
  }

  .columns.second {
    top: 0;
  }

  .column, .column._2 {
    position: static;
  }

  .section-2 {
    background-image: url('../images/3.jpg'), url('../images/7.png');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 78vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .c-card-back-2, .c-card-back-2._2, .c-card-front-2 {
    width: 400px;
    height: 600px;
  }

  ._w-card-front-2.desayunos {
    background-repeat: no-repeat;
  }

  ._w-card-front-2.comidas {
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: space-between;
  }

  ._w-card-front-2.salon {
    background-repeat: no-repeat;
  }

  .link-menu {
    color: var(--antique-white);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
  }

  .link-menu.dark {
    color: #49090c;
    font-weight: 400;
  }

  .h1 {
    font-size: 40px;
  }

  .image-5 {
    width: 90%;
  }

  .quick-stack-2 {
    margin-top: 70vh;
  }

  .section-4 {
    position: static;
  }

  .image-6 {
    width: 450px;
  }

  .section-5, .code-embed-2.movil {
    display: none;
  }

  .c-card-back-3, .c-card-back-3._2 {
    width: 400px;
    height: 600px;
    display: none;
  }

  .button-4 {
    width: 100%;
  }

  .quick-stack-6 {
    width: 90%;
  }

  .c-card-front-3 {
    width: 400px;
    height: 600px;
  }

  ._w-card-front-5 {
    background-image: url('../images/13.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  ._w-card-front-5.comidas {
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  ._w-card-front-5.salon, ._w-card-front-5.desayunos {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }

  .heading-11 {
    padding-bottom: 0;
  }

  .section-9.galeria {
    display: none;
    position: sticky;
    inset: 0%;
  }

  .quick-stack-7 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23 {
    text-align: right;
    font-weight: 700;
    position: relative;
    top: 40px;
    right: 40px;
  }

  .image-7 {
    max-width: 90%;
  }

  .image-8, .image-9 {
    max-width: 95%;
  }

  .image-10 {
    max-width: 90%;
  }

  .image-11 {
    max-width: 100%;
  }

  .image-12 {
    max-width: 90%;
  }

  .cell-8, .cell-9, .cell-10, .cell-11, .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .button-7 {
    margin-top: auto;
    margin-bottom: 0;
    position: static;
    inset: auto 0% 1%;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 25px;
  }

  .clock-number {
    font-size: 50px;
  }

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

  .section._1 {
    display: flex;
  }

  .button {
    font-size: 20px;
  }

  .link-menu {
    font-size: 25px;
    line-height: 30px;
  }

  .quick-stack-2 {
    width: 100%;
  }

  .container-12 {
    max-width: none;
  }

  .button-3 {
    background-color: #3898ec00;
    height: 100%;
  }

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

  .section-9.galeria {
    height: 100%;
    display: none;
    position: sticky;
  }
}

@media screen and (max-width: 991px) {
  .section._2.itinerario {
    height: 220vh;
  }

  .section.rsvp {
    padding-bottom: 15%;
  }

  .content-subnav-sticky {
    top: 32.5vh;
  }

  .accordion-content-grid {
    grid-row-gap: 3vw;
  }

  .full-frame-image-wrapper {
    height: 50vh;
  }

  .full-frame-image-wrapper.normal1 {
    background-position: 0%;
    background-size: cover;
  }

  .full-frame-image-wrapper.normal2 {
    background-position: 50%;
    background-size: cover;
  }

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

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .d-135-card-wrapper {
    margin-bottom: 60px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .form {
    padding-left: 17px;
    padding-right: 17px;
  }

  .c-flip-card.dress-code {
    height: 450px;
  }

  .section-2 {
    display: none;
  }

  .container-10 {
    background-image: url('../images/Casandra-6.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 60%;
    max-width: none;
    height: 130vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-3 {
    height: 160vh;
    display: block;
  }

  .container-11 {
    background-image: url('../images/Casandra-4.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 70%;
    max-width: none;
    height: 80vh;
  }

  .cloneable-area-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-card-btn-text.focus, .c-card-btn-text.default {
    transform: translate(0, -100%);
  }

  .c-card-front-2 {
    width: 400px;
    height: 600px;
  }

  ._w-card-front-2.desayunos, ._w-card-front-2.comidas, ._w-card-front-2.salon {
    background-repeat: no-repeat;
  }

  .link-menu {
    font-size: 12px;
  }

  .quick-stack-3, .link-block-11, .link-block-12 {
    width: 100%;
    height: 100%;
  }

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

  .c-card-front-3 {
    width: 400px;
    height: 600px;
  }

  ._w-card-front-5.comidas, ._w-card-front-5.salon, ._w-card-front-5.desayunos {
    background-repeat: no-repeat;
  }

  .cloneable-area-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container_heroe {
    margin-top: 140px;
  }

  .section._2.itinerario {
    height: 160vh;
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .accordion-header {
    font-size: 45px;
  }

  .link {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-toggle-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-subnav {
    height: auto;
  }

  .accordion-toggle {
    height: 25vh;
    min-height: 25vh;
    max-height: 25vh;
  }

  .accordion-toggle.w--open {
    height: 25vh;
  }

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .content-subnav-sticky {
    top: 0;
  }

  .accordion-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .accordion-content-jump {
    top: -25vh;
  }

  .full-frame-image-wrapper {
    height: 100vh;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .demo-wrapper {
    margin-top: 140px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form {
    min-width: 450px;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    display: none;
  }

  .image-4 {
    max-width: 90%;
    margin-top: 0;
  }

  .container-10 {
    height: 100vh;
  }

  .container-11 {
    height: 60vh;
  }

  .section-9.galeria {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: var(--antique-white);
    text-decoration: underline;
  }

  .section_heroe {
    z-index: 10;
    background-image: url('../images/18.jpg');
    background-position: 50%;
    background-size: cover;
    height: 90vh;
    padding: 0%;
    position: relative;
    overflow: hidden;
  }

  .container_heroe {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    text-align: center;
    font-size: 12px;
    line-height: 34px;
  }

  .heading._1-copy {
    text-align: center;
    display: block;
  }

  .heading._1-copy._3 {
    font-size: 6.5vw;
  }

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

  .js-clock {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box {
    align-items: stretch;
    width: 45px;
    height: 40px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    text-align: center;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .clock-label {
    text-align: center;
    margin-right: 0;
    font-size: 8px;
  }

  .section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._1 {
    z-index: 10;
    background-color: var(--beige);
    background-image: url('../images/7.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    height: 150vh;
    position: relative;
  }

  .section._2 {
    z-index: 10;
    background-image: url('../images/FONDO-VERTICAL.jpg'), url('../images/fondo-texturizado-blanco-con-un-color-gris-oscuro.jpg');
    background-position: 50%, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    height: 170vh;
    position: relative;
  }

  .section._2.itinerario {
    z-index: 100;
    height: 90vh;
    position: relative;
  }

  .section._3 {
    background-color: #fff;
    padding-top: 10%;
  }

  .section._1-copy._2 {
    padding-right: 5%;
    display: block;
  }

  .section.rsvp {
    z-index: 10;
    background-image: url('../images/7.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
  }

  .grid {
    display: none;
  }

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

  .heading-2 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-2._1 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-2.center {
    text-align: center;
  }

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

  .paragraph._1._2 {
    text-align: center;
  }

  .paragraph._2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block.phone {
    align-items: center;
  }

  .div-block-2._1._2 {
    padding-right: 5%;
  }

  .div-block-2.center {
    justify-content: center;
    align-items: center;
  }

  .accordion-header {
    font-size: 40px;
  }

  .accordion-toggle-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-subnav-sticky {
    position: relative;
    top: 0;
  }

  .accordion-content-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .faq-content {
    margin-bottom: 10px;
  }

  .question-title {
    flex: 1;
  }

  .button {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 8px;
  }

  .button.recomendacione.card2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    display: flex;
  }

  .full-frame-image-wrapper {
    z-index: 1;
    background-image: url('../images/IMG_6604.JPG');
    height: 40vh;
    margin-top: 0;
    position: sticky;
  }

  .full-frame-image-wrapper.homepage {
    z-index: 0;
    background-image: url('../images/IMG_6604.JPG');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: sticky;
    top: auto;
  }

  .full-frame-image-wrapper.homepage._2 {
    background-image: url('../images/IMG_6614.JPG');
  }

  .full-frame-image-wrapper.blackandwhite {
    z-index: auto;
    background-image: url('../images/IMG_6595.JPG'), url('../images/IMG_6595.JPG');
    background-position: 50%, 50% 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    inset: 0 0% 0%;
  }

  .full-frame-image-wrapper.final {
    z-index: 3;
    background-image: url('../images/IMG_6610.JPG');
    height: auto;
    padding-top: 40vw;
    padding-bottom: 40vw;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .full-frame-image-wrapper.movil {
    height: auto;
    padding-top: 40vw;
    padding-bottom: 40vw;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }

  .full-frame-image-wrapper.normal1 {
    z-index: auto;
    background-image: url('../images/19.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 80vh;
    position: relative;
  }

  .full-frame-image-wrapper.normal2 {
    z-index: auto;
    background-image: url('../images/21.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
    position: relative;
  }

  .grid-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .heading-6 {
    font-size: 5vw;
  }

  .link-block {
    width: 95%;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 5%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    justify-content: center;
  }

  .grid-13 {
    display: none;
  }

  .grid-13.phone {
    flex-direction: column;
    padding-top: 5%;
    display: flex;
  }

  .div-block-4 {
    margin-top: 5%;
  }

  .grid-14 {
    flex-direction: column;
    display: flex;
  }

  .submit-button {
    width: 40%;
    height: 20px;
    margin-top: 0;
    padding: 0;
    font-size: 8px;
  }

  .form {
    width: 100%;
    min-width: auto;
    margin-bottom: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field {
    color: var(--b3aca5);
    border-radius: 0;
    margin-top: 75px;
    margin-bottom: -58px;
  }

  .text-field._1 {
    color: var(--b3aca5);
    width: 80%;
    height: 23px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }

  .paragraph-5 {
    margin-bottom: 0;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .form-block {
    width: 100%;
  }

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

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

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

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

  .navbar {
    display: block;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .container-2.movil {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: var(--antique-white);
    flex-flow: column;
    align-items: stretch;
    display: none;
  }

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

  ._w-card-front._1 {
    background-position: 100%;
  }

  .card-quote-copy {
    font-size: 5vw;
    line-height: 1.2em;
  }

  .c-flip-card {
    height: 350px;
  }

  .c-flip-card.dress-code {
    width: 100%;
    height: 350px;
  }

  .c-flip-card.galeria {
    width: 98%;
    height: 350px;
  }

  ._w-flip-card {
    height: 350px;
  }

  .c-card-front, .c-card-front._1 {
    width: 300px;
    max-width: 300px;
  }

  .c-flipping-cards-list {
    display: block;
  }

  .card-quote {
    font-size: 5vw;
    line-height: 1.2em;
  }

  .card-quote._1 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .c-card-back {
    width: 300px;
    max-width: 300px;
  }

  .text-span-2, .text-span-3, .text-span-4 {
    font-size: 5vw;
    line-height: 6vw;
  }

  ._1-copy {
    display: none;
  }

  .phone {
    display: block;
  }

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

  .image-4 {
    max-width: 100%;
    margin: 120px auto 3%;
  }

  .columns {
    height: 30vh;
    display: none;
    top: 30vh;
  }

  .column {
    height: 35vh;
  }

  .section-2 {
    background-image: url('../images/Paola-Ewrin-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    display: block;
  }

  .container-10 {
    background-image: url('../images/Casandra-12.png');
    background-position: 50%;
    background-size: contain;
    height: 50vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .section-3 {
    background-image: url('../images/FONDO-VERTICAL.jpg');
    background-position: 50%;
    background-size: cover;
    height: 90vh;
    padding-top: 10px;
  }

  .container-11 {
    background-image: url('../images/Casandra-15_1.png');
    background-size: 70vw;
    height: 38vh;
  }

  .cloneable-area-2 {
    height: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-card-back-2 {
    width: 100%;
    max-width: 250px;
  }

  .c-card-back-2._2 {
    max-width: 250px;
    display: none;
  }

  .c-card-front-2 {
    width: 100%;
    max-width: none;
    height: 350px;
  }

  .link-menu {
    margin-bottom: 0;
    font-size: 11px;
  }

  .link-menu.movil {
    color: var(--antique-white);
  }

  .cell {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .h1 {
    font-size: 24px;
  }

  .image-5 {
    width: 90%;
  }

  .link-block-6.movil {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  }

  .link-block-6.movil.w--current {
    width: 100%;
    height: 40px;
  }

  .quick-stack-2 {
    background-color: #fff0;
    margin-top: 20vh;
  }

  .quick-stack-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 0;
    padding: 0;
  }

  .link-block-11 {
    z-index: 20;
    display: block;
    position: relative;
  }

  .paragraph-6 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .quick-stack-4.card2 {
    width: 200px;
  }

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

  .navbar-2 {
    background-color: #ddd0;
    top: 0;
    right: 0;
  }

  .icon {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .menu-button {
    background-color: #c8c8c800;
    display: block;
  }

  .menu-button.w--open {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--b3aca5);
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 60vh;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  .container-13 {
    position: relative;
    top: 0;
    right: 0;
  }

  .navbar-3 {
    background-color: #ddd0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: var(--green);
    color: var(--b3aca5);
    padding-top: 60px;
    padding-bottom: 40px;
    inset: 0% 0% auto;
  }

  .menu-button-2 {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .menu-button-2.w--open {
    background-color: var(--green);
  }

  .icon-2 {
    color: var(--antique-white);
  }

  .container-14 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .section-6 {
    background-color: var(--b3aca5);
    color: var(--antique-white);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-10 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .div-block-21 {
    text-align: left;
    flex-flow: row;
    align-items: flex-start;
    padding-left: 0;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .section-7 {
    background-color: var(--beige);
    background-image: url('../images/7.png');
    background-position: 50%;
    justify-content: center;
    align-items: center;
    height: 150vh;
    padding-top: 20px;
  }

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

  .button-3 {
    width: 100%;
    height: 200px;
  }

  .button-3.big {
    height: 100%;
  }

  .code-embed-2 {
    display: none;
  }

  .code-embed-2.movil {
    background-image: none;
    height: auto;
    display: block;
  }

  .cell-6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .itinerario {
    background-image: url('../images/20.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
  }

  .div-block-22 {
    width: 100%;
    height: 350px;
  }

  .grid-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 150vh;
    display: block;
  }

  .c-card-back-3 {
    width: 100%;
    max-width: 250px;
    display: none;
  }

  .c-card-back-3._2 {
    max-width: 250px;
    display: none;
  }

  .c-card-back-3._3 {
    display: none;
  }

  .c-card-front-3 {
    width: 100%;
    max-width: none;
    height: 350px;
  }

  ._w-card-front-5.desayunos {
    justify-content: flex-end;
    align-items: center;
  }

  .cloneable-area-3 {
    width: 100%;
    height: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9.galeria {
    height: 100vh;
    padding-top: 220px;
    display: none;
    position: fixed;
    top: 0%;
  }

  .div-block-23 {
    margin-top: 220px;
  }

  .slider, .mask {
    height: 50vh;
  }

  .button-7 {
    width: 35%;
    bottom: 3%;
  }

  .movil {
    background-image: url('../images/Paola-Ewrin.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: block;
  }

  .heading-12, .heading-13 {
    display: none;
  }
}

#w-node-_9025faa2-09f5-1bb4-8c5d-139841a96866-62e0538c, #w-node-_81571bf7-7c08-559b-419e-3d90757583f9-62e0538c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_456aa81a-7329-1eed-f8b7-63d0bffd5763-62e0538c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_9025faa2-09f5-1bb4-8c5d-139841a96881-62e0538c, #w-node-_81571bf7-7c08-559b-419e-3d9075758414-62e0538c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Orpheus Pro';
  src: url('../fonts/Orpheus-Pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}