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

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

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

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

:root {
  --cd: #e6e0d8;
  --verde: #5e5931;
}

.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-color: #5d5931;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
  height: 100vh;
}

.section._1-copy {
  background-color: #5d5931;
  background-image: url('../images/b14.png'), url('../images/1.png');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
  height: auto;
}

.section._2 {
  background-image: url('../images/b16.png'), url('../images/b15.png'), url('../images/5.png');
  background-position: 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, contain, contain;
  padding-bottom: 5%;
}

.section._3 {
  background-color: #5d5931;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
}

.section._4 {
  background-image: url('../images/b14.png'), url('../images/11a.png');
  background-position: 0 0, 0 0;
  background-size: cover, contain;
  padding-left: 0%;
  padding-right: 0%;
}

.section._5 {
  background-image: url('../images/b16.png'), url('../images/5.png');
  background-position: 50%, 0 0;
  background-size: cover, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section._6 {
  background-color: #5d5931;
  background-image: url('../images/b14.png'), url('../images/1.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
}

.section._7 {
  background-image: url('../images/b14.png'), url('../images/5.png');
  background-position: 50% 0, 0 0;
  background-size: cover, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section._9 {
  background-color: #5d5931;
  background-image: url('../images/3.png'), url('../images/1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, contain;
}

.section._10 {
  background-image: url('../images/5.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 0%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 12px;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 5%;
  margin-bottom: 2%;
  font-family: Amelia Giovani, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.button {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-style: italic;
}

.grid {
  z-index: 10000;
  grid-template-rows: auto;
  width: 30%;
  margin-top: 5%;
  position: relative;
}

.div-block-2 {
  text-align: center;
  width: 100%;
}

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

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

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

.navbar {
  background-color: #ddd0;
}

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

.nav-link {
  color: #e6e0d8;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  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: #e6e0d8;
  text-align: center;
  letter-spacing: 5px;
  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: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.texto_principalcentrado {
  color: #e6e0d8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 12px;
}

.image-2 {
  margin-bottom: 3%;
}

.image-2.phone {
  display: none;
}

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

.div-block-7 {
  background-image: url('../images/7.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  height: 170vh;
  margin-top: 3%;
  display: none;
}

.div-block-7.english {
  background-image: url('../images/in.png');
  height: 140vh;
  display: flex;
}

.div-block-7.espa-ol {
  background-image: url('../images/a1.png');
  height: 140vh;
  display: flex;
}

.div-block-8 {
  width: 100%;
  height: 50vh;
}

.link-block {
  height: 100%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
  height: 100%;
}

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

.heading-3 {
  color: #5d5931;
  font-family: Amelia Giovani, Times New Roman, sans-serif;
}

.heading-3.b {
  color: #e6e0d8;
}

.heading-3.b-copy {
  color: #e6e0d8;
  margin-bottom: 5%;
}

.button-2 {
  color: #732726;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #742928;
  border-radius: 20px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 8px;
  line-height: 12px;
}

._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/w1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front._1.en1 {
  background-image: url('../images/c3.png');
}

._w-card-front._1.eng1 {
  background-image: url('../images/W4.png');
}

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

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

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

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
}

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

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  background-image: url('../images/15.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

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

.text-span-8 {
  color: #5a514b;
  font-size: 9px;
  line-height: 12px;
  text-decoration: none;
}

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

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

.text-span-6 {
  font-size: 14px;
}

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

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

.c-card-front._1._2 {
  background-image: url('../images/9.png');
  width: 380px;
}

.c-card-front._1._3 {
  background-image: url('../images/10.png');
  width: 420px;
  height: 450px;
}

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

.paragraph-3 {
  color: #606961;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-3._3 {
  color: #e6e0d8;
  text-transform: none;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

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

.div-block-22._2 {
  margin-top: 1%;
  margin-bottom: 3%;
  font-size: 12px;
}

.link {
  text-decoration: none;
}

.cloneable-area {
  margin-right: -65px;
  padding: 0 0 20px;
}

.cloneable-area._1 {
  margin-top: 75px;
}

.cloneable-area._3 {
  margin-top: -6%;
}

.cloneable-area._4 {
  margin-right: -18%;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

._w-flip-card._1 {
  margin-right: -36px;
}

.text-span-9 {
  color: #5a514b;
  font-size: 9px;
  line-height: 12px;
  text-decoration: none;
}

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

.div-block-23._2 {
  margin-top: 1%;
  margin-bottom: 3%;
  font-size: 12px;
}

.text-span-10 {
  color: #5a514b;
  font-size: 9px;
  line-height: 12px;
  text-decoration: none;
}

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

.div-block-24._2 {
  margin-top: 1%;
  margin-bottom: 3%;
  font-size: 12px;
}

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

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

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

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

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

.div-block-19._2 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.c-flipping-cards-list {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0 0;
  display: flex;
}

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

.c-card-front-2 {
  perspective: 1000px;
  background-image: url('../images/w2.png'), url('../images/3_1.png');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 350px;
  height: 400px;
  display: flex;
}

.c-card-front-2._1 {
  background-image: none;
  width: 320px;
  height: 400px;
}

.c-card-front-2._2 {
  background-image: url('../images/INV-ANA-PAULINA--1.png');
  background-position: 0 0;
  background-size: auto;
}

.c-card-front-2._2._3 {
  background-image: url('../images/w3.png'), url('../images/d.png');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  width: 350px;
  height: 400px;
}

.c-card-front-2._2._3.eng3 {
  background-image: url('../images/c5.png');
}

.c-card-front-2._2._3.eng4 {
  background-image: url('../images/w6.png'), url('../images/d.png');
}

.c-card-front-2.en2 {
  background-image: url('../images/c4.png');
}

.c-card-front-2.eng2 {
  background-image: url('../images/w5.png'), url('../images/3_1.png');
}

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

.cloneable-area-2._1 {
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: -16px;
  padding-top: 0;
  display: block;
}

.cloneable-area-2._2 {
  margin-top: 0%;
  margin-bottom: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-span {
  text-transform: none;
  font-size: 12px;
  line-height: 10px;
}

._w-card-back-2 {
  perspective: 1000px;
  background-color: #5e593100;
  background-image: url('../images/3_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.link-3 {
  color: #626b63;
  text-decoration: none;
}

.button-3 {
  border: 1px solid var(--cd);
  color: var(--cd);
  letter-spacing: 1.5px;
  background-color: #3898ec00;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 8px;
  line-height: 15px;
}

.paragraph-4 {
  color: #e6e0d8;
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  line-height: 30px;
}

.paragraph-4._2 {
  color: #612f34;
  margin-bottom: 5%;
}

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

.div-block-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.image-3 {
  margin-top: 3%;
  padding-bottom: 3%;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 3%;
}

.link-block-2 {
  background-image: url('../images/13.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  margin-top: 0;
  display: flex;
}

.link-block-2._1 {
  background-image: url('../images/14_1.png');
}

.image-4 {
  width: 100%;
}

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

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 3%;
}

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

.div-block-29 {
  background-image: url('../images/18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50vh;
  margin-top: 35px;
}

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

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

.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/19.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 50vh;
}

.image-5 {
  width: 100%;
}

.image-5.phone {
  display: none;
}

.recadentro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e6e0d8;
  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;
  font-size: 12px;
  display: flex;
}

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

.texto_principalcentrado-2.justificado {
  color: var(--cd);
  text-align: left;
  font-family: Caudex, Times New Roman, sans-serif;
}

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

.caballo {
  width: 230px;
}

.caballo.cafe {
  width: 170px;
}

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

.boton.aviones {
  color: var(--cd);
  font-size: 20px;
}

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

.div-block-30 {
  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: 50%;
}

.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 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  overflow: visible;
}

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

.lasrecs.restaurants {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  overflow: visible;
}

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

.lasrecs.coffeeshopps {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  overflow: visible;
}

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

.recstitulo {
  color: #e6e0d8;
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 200;
  display: flex;
}

.div-block-31 {
  background-image: url('../images/Fondo.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.recsrestaurantes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  font-family: Caudex, Times New Roman, sans-serif;
  display: flex;
}

.recadentro-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e6e0d8;
  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-4 {
  color: #7d8260;
}

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

.texto_principalcentrado-3.justificado {
  color: #e6e0d8;
  text-align: left;
  font-family: Caudex, Times New Roman, sans-serif;
}

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

.divrec-2 {
  width: 50%;
}

.recstitulo-2 {
  color: #e6dfd7;
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 200;
  display: flex;
}

.recadentro-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--cd);
  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-4 {
  color: #54593d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

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

.divrec-3 {
  width: 40%;
}

.recstitulo-3 {
  width: auto;
  color: var(--cd);
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: flex;
}

.recadentro-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--cd);
  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-5 {
  color: #54593d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.texto_principalcentrado-5.justificado {
  color: var(--cd);
  text-align: left;
  text-align: left;
  text-align: left;
  margin-right: 20px;
  font-family: Caudex, Times New Roman, sans-serif;
}

.divrec-4 {
  width: 40%;
}

.recstitulo-4 {
  width: auto;
  color: var(--cd);
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: flex;
}

.recadentro-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--cd);
  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;
}

.divrec-5 {
  width: 40%;
}

.recstitulo-5 {
  width: auto;
  color: var(--cd);
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: flex;
}

.recadentro-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--cd);
  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;
}

.divrec-6 {
  width: 50%;
}

.recstitulo-6 {
  width: auto;
  color: var(--cd);
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 200;
  display: flex;
}

.recsrestaurantes-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Caudex, Times New Roman, sans-serif;
  display: flex;
}

.recadentro-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--cd);
  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;
}

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

.divrec-7 {
  width: 50%;
}

.recstitulo-7 {
  width: auto;
  color: var(--cd);
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 200;
  display: flex;
}

.recadentro-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--cd);
  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;
}

.restaurantes-3 {
  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;
}

.divrec-8 {
  width: 50%;
}

.recstitulo-8 {
  width: auto;
  color: var(--cd);
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 200;
  display: flex;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr 1fr;
}

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

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

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

.div-block-34 {
  background-image: url('../images/b10.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  padding: 5%;
  box-shadow: 0 2px 5px #0003;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

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

.question-title {
  color: #5d5931;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle {
  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-content {
  overflow: hidden;
}

.faq-paragraph {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

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

.faq-question-wrap-2 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

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

.question-title-2 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.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: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.faq-question-wrap-3 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-question-bar-3 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-3 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.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: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-question-wrap-4 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-question-bar-4 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-4 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle-4 {
  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-4 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-question-wrap-5 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-question-bar-5 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-5 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle-5 {
  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-5 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-question-wrap-6 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-question-bar-6 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-6 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle-6 {
  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-6 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-question-wrap-7 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-question-bar-7 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-7 {
  color: #5d5931;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle-7 {
  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-7 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.faq-question-wrap-8 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-question-bar-8 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-8 {
  color: #5d5931;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle-8 {
  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-8 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.faq-question-wrap-9 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-question-bar-9 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-9 {
  color: #5d5931;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle-9 {
  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-9 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.faq-question-wrap-10 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

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

.question-title-10 {
  color: #5d5931;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle-10 {
  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-10 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.faq-question-wrap-11 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-question-bar-11 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-11 {
  color: #5d5931;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle-11 {
  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-11 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.faq-question-wrap-12 {
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-question-bar-12 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title-12 {
  color: #5d5931;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.faq-circle-12 {
  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-12 {
  color: var(--verde);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.div-block-36 {
  background-image: url('../images/b11.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-right: -183px;
}

.div-block-37 {
  background-image: url('../images/b8.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80vh;
}

.div-block-37._3 {
  background-image: url('../images/c11.png');
}

.div-block-37._3.espa {
  background-image: url('../images/b8.png');
}

.div-block-38 {
  background-image: url('../images/b12.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 5%;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
  font-family: Amelia Giovani, Times New Roman, sans-serif;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  width: 40%;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.paragraph-5._2 {
  width: 60%;
}

.link-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 10%;
  display: flex;
}

.div-block-39 {
  height: 106%;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

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

.grid-5-copy.phone {
  display: none;
}

.div-block-29-copy {
  background-image: url('../images/c10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  margin-top: 35px;
}

.div-block-37-copy.eng {
  background-image: url('../images/c11.png');
}

.sans {
  color: #6e6936;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  padding: 0 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
}

.sans.boton {
  border-style: none;
  padding: 0;
  font-size: 9px;
  line-height: 10px;
  text-decoration: underline;
}

.sans.boton:hover {
  font-style: italic;
}

.sans.chico {
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
}

.sans.chico.close {
  display: none;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6e6936;
  flex-flow: column;
  justify-content: space-between;
  padding: 5px 10px 10px;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.ilustracion_card {
  background-color: #fff;
  background-image: url('../images/taxi-waiting.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  position: relative;
}

.ilustracion_card._2 {
  background-color: #fff0;
  background-image: url('../images/pdc.png');
  background-size: contain;
  width: 200px;
  height: 250px;
}

.ilustracion_card._2.tequu-copy {
  background-image: url('../images/c8.png');
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
}

.ilustracion_card._2.redd-copy {
  background-image: url('../images/c9.png');
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
}

.ilustracion_card._2.redd-copy._3 {
  background-image: url('../images/8_1.png');
}

.ilustracion_card._2.centroo-copy {
  background-image: url('../images/c7.png');
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  display: flex;
}

.texto_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 6px 8px 7px #0003;
}

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

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

.grid-5-copy-copy.phone {
  display: none;
}

.div-block-37-copy {
  background-image: url('../images/b8.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80vh;
}

.modal-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.modal-container {
  z-index: 5;
  background-color: #fff0;
  background-image: url('../images/f.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 0;
  padding: 10% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-7 {
  color: #302f2f;
}

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

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

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

.heading-5 {
  color: #676435;
  font-size: 100px;
  font-weight: 400;
  line-height: 105px;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  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-wrapper._2 {
  display: none;
}

.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 {
  text-align: center;
  color: #3330;
  background-color: #4353ff00;
  border-style: none;
  border-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  display: inline-block;
}

.button-4.modal-open_btn._2 {
  color: #fff;
  border-style: solid;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Caudex, Times New Roman, sans-serif;
  display: flex;
}

.button-4._1 {
  margin-bottom: 10px;
}

.paragraph-6 {
  text-align: center;
  font-weight: 400;
}

.paragraph-6._1 {
  margin-top: 5%;
}

.link-8 {
  color: #333;
}

.displayonly_component {
  width: 15%;
  height: 10%;
  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;
}

.text-span-11 {
  color: #fff;
}

.link-9 {
  color: #fff;
  text-decoration: none;
}

.div-block-40 {
  display: none;
}

.modal-container-2 {
  z-index: 5;
  background-color: #fff;
  background-image: url('../images/f.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 0;
  padding: 5% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  color: #676435;
  font-size: 100px;
  font-weight: 400;
  line-height: 105px;
}

.paragraph-7 {
  text-align: center;
  font-weight: 400;
}

.displayonly_component-2 {
  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 0 0 40px;
  display: flex;
}

.displayonly_component-2._2 {
  width: 15%;
  height: 10%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-span-12 {
  color: #fff;
}

.button-4-copy {
  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-copy.modal-open_btn {
  text-align: center;
  color: #3330;
  background-color: #4353ff00;
  border-style: none;
  border-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  display: inline-block;
}

.button-4-copy.modal-open_btn._2 {
  color: #fff;
  border-style: solid;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Caudex, Times New Roman, sans-serif;
  display: flex;
}

.button-4-copy._1 {
  margin-bottom: 10px;
}

@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, .faq-question-wrap-3, .faq-question-wrap-4, .faq-question-wrap-5, .faq-question-wrap-6, .faq-question-wrap-7, .faq-question-wrap-8, .faq-question-wrap-9, .faq-question-wrap-10, .faq-question-wrap-11, .faq-question-wrap-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ilustracion_card {
    margin-bottom: 80px;
  }

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

@media screen and (max-width: 767px) {
  .sans {
    font-size: 10px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .displayonly_component, .displayonly_component-2 {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section._1-copy {
    background-position: 50% 0, 0 0;
    background-size: cover, contain;
    height: 100vh;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._2 {
    background-image: url('../images/b16.png'), url('../images/b15.png'), url('../images/5.png');
    background-position: 100% 100%, 30% 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: cover, cover, contain;
    padding-top: 10%;
  }

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

  .section._4 {
    background-image: url('../images/b14.png'), url('../images/11a.png');
    background-size: cover, contain;
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .section._6 {
    background-image: url('../images/1.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._7, .section._8, .section._9 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .heading {
    text-align: center;
    width: 75%;
    line-height: 50px;
  }

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

  .div-block-3 {
    display: block;
  }

  .image {
    padding-left: 17px;
  }

  .div-block-4 {
    margin-bottom: 10%;
    padding-left: 26px;
    display: flex;
  }

  .div-block-4.compu {
    display: none;
  }

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

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

  .image-2 {
    margin-bottom: 10%;
    display: none;
  }

  .image-2.phone {
    margin-bottom: 20%;
    display: block;
  }

  .div-block-7 {
    background-image: url('../images/7_1.png');
    width: 100%;
    height: 70vh;
    display: flex;
  }

  .div-block-7.english {
    justify-content: center;
    align-items: flex-end;
    height: 65vh;
    padding-bottom: 5%;
  }

  .div-block-7.esp {
    display: none;
  }

  .div-block-7.espa-ol {
    height: 65vh;
    margin-top: 5%;
  }

  .div-block-8 {
    height: 20vh;
    padding-bottom: 5%;
  }

  .grid-2 {
    z-index: 999;
    position: relative;
  }

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

  .button-2 {
    margin-top: 2px;
    font-size: 8px;
    line-height: 9px;
  }

  ._w-card-front._1 {
    background-position: 50%;
    background-size: contain;
    display: flex;
  }

  ._w-card-front.fb._3 {
    justify-content: center;
    align-items: center;
  }

  ._w-card-back {
    background-image: url('../images/15.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .c-card-back {
    width: 300px;
    max-width: 300px;
    height: 350px;
    display: block;
  }

  .text-span-8 {
    font-size: 8px;
    line-height: 10px;
  }

  .text-span-6 {
    font-size: 12px;
  }

  .c-card-front {
    width: 300px;
    max-width: 300px;
    height: 350px;
  }

  .c-card-front._1 {
    width: 300px;
    max-width: 300px;
    height: 350px;
    display: block;
  }

  .paragraph-3._3 {
    margin-bottom: 0;
    font-size: 8px;
    line-height: 13px;
  }

  .div-block-22._2 {
    margin-bottom: 3%;
  }

  .cloneable-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

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

  ._w-flip-card._1 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .text-span-9 {
    font-size: 8px;
    line-height: 10px;
  }

  .div-block-23._2 {
    margin-bottom: 3%;
  }

  .text-span-10 {
    font-size: 8px;
    line-height: 10px;
  }

  .div-block-24._2 {
    margin-bottom: 3%;
  }

  .c-card-img-2 {
    justify-content: center;
    align-items: center;
  }

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

  .c-card-back-2 {
    width: 350px;
    max-width: 350px;
    height: 360px;
    margin-top: 0%;
    margin-bottom: 20px;
    display: block;
  }

  .c-card-front-2 {
    background-position: 50% 0, 0 100%;
    justify-content: center;
    align-items: center;
    width: 350px;
    max-width: 350px;
    height: 360px;
  }

  .c-card-front-2._1 {
    justify-content: center;
    align-items: center;
    width: 350px;
    max-width: 350px;
    height: 360px;
  }

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

  .c-card-front-2._2._3 {
    background-position: 50%, 100% 0;
    width: 350px;
    max-width: 350px;
    height: 360px;
  }

  .cloneable-area-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
    padding-top: 0;
    display: flex;
  }

  .cloneable-area-2._1 {
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0;
    display: flex;
  }

  .cloneable-area-2._2 {
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-right: 0%;
  }

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

  ._w-card-back-2 {
    justify-content: center;
    align-items: center;
    padding-left: 25%;
    padding-right: 25%;
  }

  .button-3 {
    letter-spacing: 1px;
    font-size: 8px;
    line-height: 12px;
  }

  .paragraph-4 {
    width: 90%;
    font-size: 12px;
    line-height: 20px;
  }

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

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

  .grid-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

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

  .fotolarga {
    background-position: 40%;
  }

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

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

  .image-5 {
    display: none;
  }

  .image-5.phone {
    display: block;
  }

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

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

  .caballo {
    width: 130px;
  }

  .boton.hoteles, .boton.rest, .boton.bares, .boton.cafe {
    color: #fff;
  }

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

  .lasrecs.flights {
    flex-flow: column;
    padding-right: 5px;
  }

  .lasrecs.hotels {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 5px;
  }

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

  .recstitulo {
    font-size: 14px;
  }

  .div-block-31 {
    background-image: url('../images/Fondo.png');
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    padding-top: 15%;
    padding-right: 4%;
    box-shadow: 0 2px 5px #0003;
  }

  .recsrestaurantes {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .texto_principalcentrado-3.justificado {
    text-align: center;
  }

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

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

  .recstitulo-2 {
    font-size: 14px;
  }

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

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

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

  .texto_principalcentrado-5.justificado {
    text-align: center;
    margin-right: 0;
  }

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

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

  .recstitulo-6 {
    font-size: 14px;
  }

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

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

  .recstitulo-7 {
    font-size: 14px;
  }

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

  .recstitulo-8 {
    font-size: 14px;
  }

  .grid-6 {
    display: none;
  }

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

  .div-block-33 {
    margin-top: -20%;
  }

  .div-block-34 {
    z-index: 9999;
    margin-top: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
  }

  .faq-question-bar {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title {
    flex: 1;
  }

  .faq-question-bar-2 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-2 {
    flex: 1;
  }

  .faq-question-bar-3 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-3 {
    flex: 1;
  }

  .faq-question-bar-4 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-4 {
    flex: 1;
  }

  .faq-question-bar-5 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-5 {
    flex: 1;
  }

  .faq-question-bar-6 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-6 {
    flex: 1;
  }

  .faq-question-bar-7 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-7 {
    flex: 1;
  }

  .faq-question-bar-8 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-8 {
    flex: 1;
  }

  .faq-question-bar-9 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-9 {
    flex: 1;
  }

  .faq-question-bar-10 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-10 {
    flex: 1;
  }

  .faq-question-bar-11 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-11 {
    flex: 1;
  }

  .faq-question-bar-12 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .question-title-12 {
    flex: 1;
  }

  .div-block-36 {
    width: 50%;
    height: 30vh;
    margin-top: -98px;
    margin-right: 0;
  }

  .div-block-37 {
    background-position: 0 100%;
    width: 100%;
    height: 60vh;
  }

  .div-block-38 {
    background-image: url('../images/Copia-de-b12.png');
    background-position: 50%;
    height: 80vh;
    padding: 10% 12% 10% 10%;
  }

  .paragraph-5 {
    width: 85%;
    margin-top: 5%;
  }

  .div-block-39 {
    height: 105%;
    display: block;
  }

  .icon {
    color: #e6e0d8;
  }

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

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

  .link-block-5, .link-block-6, .link-block-7 {
    width: 100%;
    height: 25vh;
  }

  .link-block-8 {
    width: 1005px;
    height: 20vh;
  }

  .image-6 {
    width: 100%;
    margin-top: 0;
  }

  .link-5 {
    color: #fff;
    text-decoration: none;
  }

  .grid-5-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .grid-5-copy.phone {
    display: none;
  }

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

  .div-block-37-copy {
    background-position: 0 100%;
    width: 100%;
    height: 60vh;
  }

  .sans {
    font-size: 9px;
    line-height: 12px;
  }

  .sans.boton {
    letter-spacing: 0;
  }

  .ilustracion_card {
    width: 260px;
  }

  .ilustracion_card._2.tequu-copy, .ilustracion_card._2.redd-copy, .ilustracion_card._2.centroo-copy {
    margin: 20px 0;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .grid-5-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .grid-5-copy-copy.phone {
    display: none;
  }

  .div-block-37-copy {
    background-image: url('../images/c11.png');
    background-position: 0 100%;
    width: 100%;
    height: 60vh;
  }

  .modal-wrapper, .modal-wrapper._2 {
    display: none;
  }

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

  .button-4.modal-open_btn._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .displayonly_component {
    width: 60%;
    height: 8%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-40 {
    background-image: url('../images/19.png');
    background-position: 50% 0;
    background-size: cover;
    height: 20vh;
    display: block;
  }

  .displayonly_component-2._2 {
    width: 40%;
    height: 5%;
    padding: 0;
  }

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

  .button-4-copy.modal-open_btn._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-10 {
    color: #706b37;
    text-decoration: none;
  }
}

#w-node-_22eaacd3-5ebb-932d-0285-520491dd141d-38a56f4f, #w-node-d8e0196b-678b-bedc-e74b-1d0360af72cb-38a56f4f, #w-node-_3c3e81f3-690e-b66e-738e-33646bd0a282-38a56f4f, #w-node-_3c3e81f3-690e-b66e-738e-33646bd0a285-38a56f4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35cd5066-1b2a-8164-3e15-5f265de66bb3-38a56f4f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35cd5066-1b2a-8164-3e15-5f265de66bed-38a56f4f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_22eaacd3-5ebb-932d-0285-520491dd141d-2f1e696e, #w-node-d8e0196b-678b-bedc-e74b-1d0360af72cb-2f1e696e, #w-node-_3c3e81f3-690e-b66e-738e-33646bd0a282-2f1e696e, #w-node-_3c3e81f3-690e-b66e-738e-33646bd0a285-2f1e696e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8f17a6e-f4d3-7219-0ee7-fe4300d5d948-2f1e696e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8f17a6e-f4d3-7219-0ee7-fe4300d5d961-2f1e696e {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Amelia Giovani';
  src: url('../fonts/amelia-giovani.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caudex';
  src: url('../fonts/Caudex-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caudex';
  src: url('../fonts/Caudex-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}