@font-face {
  font-family: Monterchi Serif Book Trial;
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Berkeley Oldstyle;
  src: url('../fonts/ITC-Berkeley-Oldstyle-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

.section {
  padding: 5%;
}

.section._1 {
  background-image: url('../images/1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.section._2 {
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: cover;
}

.section._3 {
  background-image: url('../images/4.png');
  background-position: 0 0;
  background-size: contain;
  position: relative;
}

.section._4 {
  background-image: url('../images/7.png');
  background-position: 0 0;
  background-size: contain;
}

.section._5 {
  background-image: url('../images/6.png'), url('../images/9.png');
  background-position: 50% 0, 0 0;
  background-size: cover, contain;
}

.section._6 {
  background-image: url('../images/17.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  background-color: #ddd0;
}

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

.nav-link {
  color: #fff;
  text-transform: none;
  text-shadow: 0 1px 1px #0003;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
}

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

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  display: flex;
}

.js-clock-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding: 0;
  display: flex;
}

.box-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: #434533;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 0 1px 1px #0003;
  border: .5px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  display: block;
}

.texto_principalcentrado {
  color: #434533;
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-2 {
  background-image: url('../images/6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  background-color: #5b8167;
  background-image: url('../images/8.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 0%;
  display: flex;
}

.heading {
  color: #434533;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  margin-top: 10px;
  font-family: scotch-deck, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: #6b663e;
  font-family: scotch-deck, sans-serif;
  font-size: 15px;
}

.paragraph-5 {
  color: #6b663e;
  text-align: center;
  font-family: scotch-deck, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

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

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

.paragraph-4 {
  color: #6b663e;
  text-align: center;
  font-family: scotch-deck, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
}

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

.c-card-front {
  perspective: 1000px;
  background-image: url('../images/11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 480px;
  display: flex;
}

.c-card-front._2 {
  background-image: url('../images/12.png');
  background-position: 50%;
  background-size: contain;
}

.c-card-front._1 {
  width: 350px;
  box-shadow: none;
  background-image: url('../images/a1.png');
  background-position: 50%;
  background-size: contain;
}

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

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 18%;
  padding-right: 15%;
  display: flex;
}

.c-card-back {
  perspective: 1000px;
  background-image: url('../images/12_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 480px;
  display: block;
}

.button-3 {
  color: #6b663e;
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: scotch-deck, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-decoration: underline;
}

.fotolarga {
  background-image: url('../images/6.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  margin-top: 0;
}

.fotolarga.jo {
  background-image: url('../images/INV-ANA-PAULINA--7.png'), url('../images/foto.jpg');
  background-position: 0%, 50% 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 80vh;
}

.fotolarga.jo._2 {
  background-image: url('../images/13.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 45vh;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-21 {
  background-image: url('../images/14.png');
  background-position: 0 0;
  background-size: contain;
}

.div-block-22 {
  background-image: url('../images/verde.png');
  background-position: 0 0;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15% 5%;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-question-bar {
  color: #bcb8a0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff6;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title {
  letter-spacing: .2em;
  margin-right: 10px;
}

.faq-circle {
  background-color: #bcb8a0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  color: #bcb8a0;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: scotch-deck, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.div-block-23 {
  width: 100%;
  height: 1px;
}

.image {
  margin-bottom: 5%;
}

.text-span-3, .text-span-4 {
  font-size: 10px;
  line-height: 12px;
}

.text-span-5, .text-span-6 {
  font-size: 11px;
  line-height: 13px;
}

.link {
  color: #c0bca4;
}

.faq-question-bar-2 {
  color: #fff;
  border-bottom: 1px solid #fff6;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-2 {
  color: #bcb8a0;
  letter-spacing: .2em;
  margin-right: 10px;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
}

.faq-circle-2 {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  display: flex;
}

.faq-paragraph-2 {
  color: #ffffff8f;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: scotch-deck, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.div-block-24 {
  width: 100%;
  height: 1px;
}

.faq-question-wrap-2 {
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.question-title-3 {
  color: #bcb8a0;
  letter-spacing: .2em;
  margin-right: 10px;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
}

.faq-circle-3 {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  display: flex;
}

.faq-paragraph-3 {
  color: #ffffff8f;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: scotch-deck, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.div-block-25 {
  width: 100%;
  height: 1px;
}

.question-title-4 {
  color: #bcb8a0;
  letter-spacing: .2em;
  margin-right: 10px;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
}

.faq-paragraph-4 {
  color: #ffffff8f;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: scotch-deck, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.div-block-26 {
  width: 100%;
  height: 1px;
}

.link-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1005px;
  display: flex;
}

.div-block-27 {
  background-image: url('../images/18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90vh;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  background-image: url('../images/4.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.button-4 {
  color: #676535;
  background-color: #35353500;
  border: 1px solid #676535;
  border-radius: 20px;
  padding: 5px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.button-4.modal-open_btn {
  color: #3330;
  background-color: #4353ff00;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.displayonly_component {
  width: 100%;
  height: 100%;
  min-height: auto;
  box-shadow: none;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.paragraph-6 {
  color: #4e5849;
  text-align: center;
}

.paragraph-7 {
  color: #6b663e;
  text-align: center;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.modal-component {
  width: 100%;
  height: 100%;
}

.link-6 {
  color: #4e5849;
  text-decoration: none;
}

.modal-container {
  z-index: 5;
  background-color: #fff0;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  height: 85%;
  margin: 10vh auto 20px;
  padding: 10% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.button-5 {
  background-color: #6b663e;
  border-radius: 20px;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
}

.button-6 {
  color: #434533;
  background-color: #3898ec00;
  margin-bottom: 1%;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.uno.phone {
  display: none;
}

.recadentro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #bcb8a0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 37px;
  display: flex;
}

.texto_principalcentrado-2 {
  color: #54593d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.texto_principalcentrado-2.justificado {
  color: #bcb8a0;
  text-align: left;
  font-family: scotch-deck, sans-serif;
  font-size: 13px;
}

.texto_principalcentrado-2.justificado.cuadro {
  border: 1px solid #54593d;
  padding: 18px;
}

.texto_principalcentrado-2.justificado.bold.claro {
  color: #7d8260;
}

.texto_principalcentrado-2.justificado.claro {
  color: #7d8260;
  font-size: 12px;
  line-height: 17px;
}

.texto_principalcentrado-2.justificado {
  text-align: left;
}

.caballo {
  width: 230px;
}

.boton {
  text-align: right;
  width: auto;
}

.boton.aviones, .boton.hoteles, .boton.rest, .boton.bares {
  color: #bcb8a0;
  font-size: 20px;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #7d8260;
  border-style: solid none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 30px 0;
  display: grid;
}

.divrec {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lasrecs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.lasrecs.flights {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-right: 0;
  overflow: visible;
}

.lasrecs.hotels {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-right: 0;
  overflow: visible;
}

.lasrecs.restaurants, .lasrecs.bars {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-right: 0;
  overflow: visible;
}

.recstitulo {
  color: #bcb8a0;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: flex;
}

.link-7 {
  color: #bebba3;
}

.recsrestaurantes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-3 {
  color: #7d8260;
}

.tobook {
  color: #7d8260;
  text-align: left;
  margin-top: 16px;
  font-size: 12px;
  line-height: 17px;
}

.kind {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #54593d;
  border-radius: 20px;
  padding: 3px 15px;
  font-size: 9px;
}

.titulorestaurantes {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hotel {
  width: 100%;
}

.link-2 {
  color: #54593d;
}

.link-2:hover {
  color: #b58266;
}

.titulofestivities {
  color: #b58266;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
}

.restaurantes {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px #54593d;
  border-bottom: 1px #54593d;
  flex-flow: column;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.recstitulo-2 {
  color: #bcb8a0;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: flex;
}

.recadentro-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #bcb8a0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 37px;
  display: flex;
}

.link-8 {
  color: #54593d;
}

.link-8:hover {
  color: #b58266;
}

.recstitulo-3 {
  color: #bcb8a0;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: flex;
}

.recadentro-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #bcb8a0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 37px;
  display: flex;
}

.link-9 {
  color: #54593d;
}

.link-9:hover {
  color: #b58266;
}

.restaurantes-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px #54593d;
  border-bottom: 1px #54593d;
  flex-flow: column;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.recstitulo-4 {
  color: #bcb8a0;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: flex;
}

.section-2 {
  background-color: #76714d;
}

.italic-text {
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
}

.bold-text, .italic-text-2, .italic-text-3, .bold-text-2, .italic-text-4, .italic-text-5 {
  font-style: normal;
}

.bold-text-3 {
  font-size: 17px;
}

.link-10 {
  color: #bbb79f;
  font-weight: 700;
}

.link-11 {
  color: #c0bca4;
  font-weight: 700;
}

.link-12, .link-13 {
  color: #c0bca5;
  font-weight: 700;
}

.link-14 {
  color: #bdb9a1;
}

.bold-text-4 {
  font-weight: 400;
}

.heading-2 {
  color: #434533;
  margin-top: 5%;
  margin-bottom: 20px;
  font-family: scotch-deck, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-28 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -218px;
  padding-right: 15%;
  display: flex;
  position: relative;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.rsvp.phone {
  display: none;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-size: 15px;
}

.paragraph-8 {
  color: #434533;
  font-family: Itc Berkeley Oldstyle, Times New Roman, sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 1920px) {
  .js-clock-2 {
    text-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .faq-question-wrap, .faq-question-wrap-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modal-close_btn {
    font-size: 1.8rem;
  }

  .displayonly_component {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    padding-bottom: 15%;
  }

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

  .section._3 {
    padding: 10% 2%;
  }

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

  .container {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .js-clock-2 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box-2 {
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number-2 {
    width: auto;
    height: auto;
    padding: 0%;
    font-size: 8vw;
    font-style: normal;
    line-height: 6vw;
  }

  .texto_principalcentrado {
    font-size: 11px;
    line-height: 14px;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

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

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

  .c-card-front {
    width: 330px;
    max-width: 330px;
  }

  .c-card-front._2 {
    width: 330px;
  }

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

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

  .fotolarga {
    background-position: 40%;
  }

  .fotolarga.jo {
    background-position: 50%, 80% 0;
    display: block;
  }

  .fotolarga.jo._2 {
    background-image: url('../images/13.png');
    background-position: 50%;
    background-size: contain;
    height: 30vh;
    display: block;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-21 {
    height: 25vh;
  }

  .question-title, .question-title-2, .question-title-3, .question-title-4 {
    flex: 1;
    font-size: 18px;
  }

  .button-4.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .icon {
    color: #fff;
  }

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

  .nav-menu {
    background-image: url('../images/9.png');
    background-position: 0 0;
    background-size: cover;
  }

  .uno {
    display: none;
  }

  .uno.phone {
    display: block;
  }

  .texto_principalcentrado-2 {
    font-size: 11px;
    line-height: 14px;
  }

  .caballo {
    width: 130px;
  }

  .lasrecs.flights, .lasrecs.hotels, .lasrecs.restaurants, .lasrecs.bars {
    padding-right: 5px;
  }

  .recstitulo {
    font-size: 18px;
  }

  .kind {
    padding: 1px 10px;
    font-size: 7px;
  }

  .titulorestaurantes {
    justify-content: space-between;
    align-items: flex-start;
  }

  .titulofestivities {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 15px;
  }

  .recstitulo-2, .recstitulo-3, .recstitulo-4 {
    font-size: 18px;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -102px;
    padding-left: 8%;
    padding-right: 0%;
  }

  .rsvp {
    display: none;
  }

  .rsvp.phone {
    display: block;
  }
}

#w-node-_4a225eca-37fb-1b27-e45a-305f86e1729b-e89a30ff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a225eca-37fb-1b27-e45a-305f86e172af-e89a30ff {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Monterchi Serif Book Trial';
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Berkeley Oldstyle';
  src: url('../fonts/ITC-Berkeley-Oldstyle-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}