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

@font-face {
  font-family: Inriaserif;
  src: url('../fonts/InriaSerif-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inriaserif;
  src: url('../fonts/InriaSerif-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inriaserif;
  src: url('../fonts/InriaSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inriaserif;
  src: url('../fonts/InriaSerif-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inriaserif;
  src: url('../fonts/InriaSerif-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --green: #54693f;
  --snow: snow;
}

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

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

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

.w-layout-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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

.navbar-logo-center {
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--snow);
  letter-spacing: .25px;
  height: 180px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inriaserif, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--snow);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: var(--snow);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Inriaserif, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: var(--snow);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.inicio-nombres {
  background-image: url('../images/3_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.foto-resort {
  background-image: url('../images/5_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.foto-resort._2 {
  background-image: url('../images/Casa-de-campo_1Casa de campo.webp');
}

.rsvp {
  background-image: url('../images/3_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.papeler-a {
  background-image: url('../images/6_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image {
  height: 100vh;
}

.list-item {
  text-align: center;
  width: 180px;
  height: auto;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
}

.quick-stack {
  background-image: url('../images/Catalina--Randy-14-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: auto;
}

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

.paragraph {
  color: var(--snow);
  text-align: center;
  text-transform: uppercase;
  font-family: Inriaserif, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  position: static;
}

.heading {
  color: var(--snow);
  font-family: Allura, Palatino Linotype, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.section {
  background-image: url('../images/6_1.webp');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cell-4 {
  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;
}

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

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

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

._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.salon {
  background-image: url('../images/Catalina-Randy-4_1.webp');
  background-repeat: no-repeat;
  justify-content: center;
  display: block;
}

._w-card-front-2.desayunos {
  background-image: url('../images/Catalina-Randy-2_1.webp');
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
}

._w-card-front-2.comidas {
  background-image: url('../images/Catalina-Randy-3_1.webp');
  background-repeat: no-repeat;
  justify-content: center;
  align-items: stretch;
  display: block;
}

._w-card-front-2.restaurantes {
  background-image: url('../images/restaurantes-1-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

._w-card-front-2.beauty {
  background-image: url('../images/Catalina-Randy-6_1.webp');
  background-repeat: no-repeat;
}

._w-card-front-2.experiencias {
  background-image: url('../images/Catalina-Randy-7_1.webp');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

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

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

.button.recomendacione:hover {
  background-color: #e5dac9;
}

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

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 80%;
  height: 80vh;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.c-card-back-2 {
  perspective: 1000px;
  background-color: #e5dac900;
  background-image: url('../images/Catalina-Randy-8_1.webp');
  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-2._3 {
  background-image: url('../images/Catalina-Randy-8_1.webp');
  display: none;
}

.c-card-back-2._2 {
  background-image: url('../images/Catalina-Randy-8_1.webp');
  width: 300px;
  display: none;
}

.heading-2 {
  color: #203820;
  font-family: Allura, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

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

.div-block-17 {
  border-bottom: 1px none var(--snow);
  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;
}

.checkbox {
  border: 1px solid var(--snow);
  background-color: #fffafa00;
  border-radius: 100px;
  margin-top: 0;
}

.form-block {
  background-color: #f5f6f200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-bottom: 5%;
  display: flex;
}

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

.text-block-8 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #0000;
  font-family: Inriaserif, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-3 {
  color: #6d7359;
  margin-top: 0;
  font-size: 6vw;
  font-weight: 500;
  line-height: 7vw;
}

.heading-3._1-copy {
  color: var(--snow);
  text-align: center;
  -webkit-text-stroke-color: var(--snow);
  font-family: Allura, Palatino Linotype, sans-serif;
}

.container-3 {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.container-3.rsvp {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.checkbox-label-2 {
  color: var(--snow);
  margin-left: 5px;
  font-family: Inriaserif, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.text-field {
  color: #575b66;
  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-bottom-color: var(--snow);
  color: var(--snow);
  text-align: center;
  text-transform: uppercase;
  font-family: Inriaserif, Times New Roman, sans-serif;
  font-weight: 400;
}

.text-field._1::placeholder {
  color: var(--snow);
}

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

.submit-button {
  border: 1px solid var(--snow);
  color: var(--snow);
  -webkit-text-stroke-color: var(--snow);
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 20px;
  width: 20%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Inriaserif, Times New Roman, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  transition: transform .2s;
  display: block;
}

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

.submit-button:focus-visible, .submit-button[data-wf-focus-visible] {
  color: #575b66;
}

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

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

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

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

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

.heading-10._2._4-copy {
  color: var(--snow);
  text-align: center;
  text-transform: none;
  font-family: Inriaserif, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 3vw;
  position: static;
}

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

.button-2 {
  border: 1px solid var(--green);
  background-color: var(--snow);
  color: var(--green);
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  font-family: Inriaserif, Times New Roman, sans-serif;
  display: block;
}

.text-block-11 {
  color: var(--green);
  font-family: Inriaserif, Times New Roman, sans-serif;
}

.link-block-2 {
  border: 1px solid var(--green);
  background-color: var(--snow);
  text-align: center;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.text-block-12 {
  color: var(--green);
  font-family: Inriaserif, Times New Roman, sans-serif;
}

.section-3 {
  height: 5vh;
}

.text-block-13 {
  color: var(--snow);
  text-align: center;
}

.link {
  color: var(--snow);
  font-family: Inriaserif, Times New Roman, sans-serif;
  text-decoration: none;
}

.cell-5 {
  display: block;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .cloneable-area-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-2 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .c-card-front-2 {
    width: 400px;
    height: 600px;
  }

  ._w-card-front-2.salon, ._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;
  }

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

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

  .button-2 {
    width: 100%;
  }

  .button-2.short {
    width: 75%;
  }
}

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

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

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

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

  .nav-menu-three {
    background-color: var(--green);
    flex-direction: column;
  }

  .nav-link {
    height: 50px;
  }

  .menu-button.w--open {
    background-color: var(--green);
    border-radius: 12px;
  }

  .rsvp {
    background-image: url('../images/CatalinaRandy-10_1.webp'), url('../images/3_1.webp');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .list-item {
    height: 40px;
  }

  .container-2 {
    background-image: url('../images/CatalinaRandy-10_1.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .quick-stack {
    grid-row-gap: 0px;
    background-image: url('../images/Catalina--Randy-12.png'), url('../images/6_1.webp'), url('../images/Catalina-Randy-1_1.webp');
    background-position: 50%, 0 0, 50%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, cover;
  }

  .heading {
    text-align: center;
    font-size: 3rem;
  }

  .section {
    justify-content: flex-start;
    align-items: center;
    height: 170vh;
  }

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

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

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

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

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

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

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

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

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

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

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

  .heading-2 {
    text-align: center;
    font-size: 2rem;
    line-height: 33px;
  }

  .paragraph-5 {
    margin-bottom: 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;
  }

  .form-block {
    width: 100%;
    padding-bottom: 10%;
  }

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

  .heading-3 {
    color: #6d7359;
    text-align: center;
    font-size: 12vw;
    line-height: 12vw;
  }

  .heading-3._1-copy {
    color: var(--snow);
  }

  .container-3.rsvp {
    justify-content: center;
    align-items: center;
    padding-top: 10%;
  }

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

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

  .text-field._1 {
    color: #ffffffde;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .submit-button {
    width: 30%;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

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

  .text-block-12 {
    text-align: center;
  }

  .icon {
    color: var(--snow);
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#itinerario.w-node-b0b404e2-6237-a012-9dc4-eca2b24be6ac-8e64142b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d6145469-3ab7-7748-2093-2c0f66d7188b-8e64142b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d6145469-3ab7-7748-2093-2c0f66d71892-8e64142b, #w-node-c7245526-ae6b-a24f-7017-97e67feb2326-8e64142b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6143a567-a785-1289-5048-ae3f8ac89198-8e64142b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_03e14826-7944-6262-5e55-9e93700ad8ba-8e64142b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426e286f-a4ca-74c9-be0a-1788686a213c-8e64142b, #w-node-_27052db8-bd85-904f-911c-c83e73670948-8e64142b, #w-node-_0ae71be9-9cc7-01c9-a24a-4500655e5d66-8e64142b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 479px) {
  #itinerario.w-node-b0b404e2-6237-a012-9dc4-eca2b24be6ac-8e64142b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d6145469-3ab7-7748-2093-2c0f66d718be-8e64142b, #w-node-_03e14826-7944-6262-5e55-9e93700ad8ed-8e64142b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Allura';
  src: url('../fonts/Allura-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}