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

@font-face {
  font-family: The Youngest Serif Display;
  src: url('../fonts/the-youngest-serif-display.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --verdee: #5f6646;
}

.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 {
  text-align: center;
  background-image: url('../images/0_1.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  height: auto;
  padding: 10% 0% 0%;
}

.section._1.phone {
  display: none;
}

.section._2 {
  background-image: url('../images/0_1.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 2%;
  padding-bottom: 2%;
}

.section._3 {
  background-image: url('../images/0_1.avif');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  padding-bottom: 2%;
}

.section._4 {
  background-image: url('../images/5_1.avif'), url('../images/0_1.avif');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
}

.section._5 {
  background-image: url('../images/10_2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section._6 {
  background-image: url('../images/0_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.section._7 {
  background-color: #616355;
  background-image: url('../images/13_2.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 110vh;
}

.nav-link {
  color: var(--verdee);
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  font-family: orpheuspro, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.nav-link.w--current {
  color: var(--verdee);
}

.nav-link._1 {
  width: 60%;
  padding-left: 0;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #8f9172;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

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

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

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

.navbar-2 {
  background-color: #e7e5e4;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-2.compu {
  background-color: #e5e1de00;
  border-bottom-style: none;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-16 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.heading {
  color: var(--verdee);
  margin-top: 3%;
  margin-bottom: 0;
  font-family: Pinyonscript, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading-2 {
  color: var(--verdee);
  letter-spacing: 1px;
  margin-top: 0;
  font-family: orpheuspro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.heading-2._2 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.image {
  width: 100%;
  margin-top: -154px;
  display: inline-block;
}

.text-span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.grid-10 {
  grid-template-rows: auto;
}

.heading-3 {
  color: #676435;
  text-align: left;
  letter-spacing: 1.5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

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

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

.clock-number-2 {
  color: #676435;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.bonita {
  color: #676435;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}

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

.div {
  background-image: url('../images/TAMARA-Y-MOISES-x_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.div._1 {
  background-image: url('../images/a_1.avif');
}

.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-copy {
  background-image: url('../images/4_1.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 80vh;
}

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

.fotolarga.jo-copy._2-copy-copy {
  background-image: url('../images/foto_2.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 80vh;
  padding: 0%;
}

.fotolarga.jo-copy._2-copy-copy._2 {
  background-image: url('../images/Recom.png');
  background-size: cover;
  height: 70vh;
}

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

.button-2 {
  color: #d2c9be;
  background-color: #3898ec00;
  border: 1px solid #cdc5b9;
  border-radius: 20px;
  font-size: 12px;
  line-height: 15px;
}

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

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

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

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

.c-card-front._1 {
  box-shadow: none;
  background-image: none;
  width: 300px;
}

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

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

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

.paragraph-2._3 {
  color: #86796a;
  text-transform: none;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.c-card-img {
  background-image: url('../images/10_110.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._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.tw {
  background-color: #8ca7ff;
}

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: none;
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

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

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: none;
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front._1 {
  background-color: #0000;
  background-image: url('../images/7_3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front._1.eng {
  background-image: url('../images/c_1.avif');
}

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

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

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

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

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

.c-card-back {
  perspective: 1000px;
  background-image: url('../images/13_113.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  display: block;
}

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

.text-span-4 {
  font-size: 10px;
}

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

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

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

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

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

.c-card-front-2._2 {
  background-image: url('../images/7_27.avif');
  background-position: 0 0;
  background-size: contain;
}

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

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

.button-3 {
  color: #86796a;
  letter-spacing: 1px;
  background-color: #3898ec00;
  border: 1px #606961;
  border-bottom: 1px solid #86796a;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.heading-5 {
  color: #431213;
  text-align: center;
  letter-spacing: 7px;
  margin-bottom: 0;
  font-size: 25px;
}

.heading-5._1 {
  color: #86796a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.text-span-3 {
  font-size: 10px;
}

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

._w-card-back-2 {
  perspective: 1000px;
  background-color: #fff0;
  background-image: url('../images/8_18.avif');
  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-bottom: 0%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

._w-card-back-2._1 {
  background-color: #fff0;
  background-image: url('../images/8_2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 5%;
}

.heading-6 {
  color: var(--verdee);
  letter-spacing: 1px;
  font-family: orpheuspro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-6-copy {
  color: var(--verdee);
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Pinyonscript, Times New Roman, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-3 {
  color: var(--verdee);
  text-align: center;
  margin-bottom: 20px;
  font-family: orpheuspro, sans-serif;
}

.titulo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

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

.faq-question-wrap {
  cursor: pointer;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

.question-title {
  color: var(--verdee);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: orpheuspro, sans-serif;
}

.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(--verdee);
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: orpheuspro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

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

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

.contin {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  width: 40%;
  margin-top: 3%;
  margin-bottom: 3%;
  font-family: orpheuspro, sans-serif;
  font-size: 16px;
}

.paragraph-5 {
  color: var(--verdee);
  text-align: center;
  font-family: orpheuspro, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.link-3 {
  color: #86796a;
  text-decoration: none;
}

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

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

.button-5 {
  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-5.modal-open_btn {
  color: #3330;
  background-color: #4353ff00;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.button-5.modal-open_btn._2 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 0;
  font-family: orpheuspro, sans-serif;
  line-height: 15px;
}

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

.heading-9 {
  color: var(--verdee);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: orpheuspro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

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

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

.displayonly_component._2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.button-4 {
  color: #86796a;
  background-color: #3898ec00;
  border: 1px solid #86796a;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
}

.button-4._1 {
  text-align: center;
  background-image: url('../images/44_144.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px;
  width: 20%;
  height: 5vh;
  margin-top: 5px;
  margin-bottom: 5px;
}

.button-4._1._2-copy {
  -webkit-text-stroke-color: #fff;
  background-image: none;
  border-color: #fff;
  margin-top: 10px;
  font-size: 1px;
}

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

.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, .modal-wrapper._2._3, .modal-wrapper._2._3.eng, .modal-wrapper._2.en {
  display: none;
}

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

.link-4 {
  color: var(--verdee);
  font-size: 12px;
}

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

._1.close {
  display: none;
}

.link-5 {
  color: var(--verdee);
}

.nav.cel {
  display: none;
}

.heading-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: orpheuspro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

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

.div-copy {
  background-image: url('../images/a_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.portada {
  background-image: url('../images/0_1.avif');
  background-position: 0 0;
  background-size: contain;
  height: 100vh;
  padding: 5%;
}

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

.heading-11 {
  color: var(--verdee);
  font-family: Pinyonscript, Times New Roman, sans-serif;
  font-weight: 400;
}

.button-6 {
  border: 1px solid var(--verdee);
  color: var(--verdee);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 20px;
  width: 100%;
  font-family: orpheuspro, sans-serif;
}

.grid-18 {
  grid-template-rows: auto;
  width: 25%;
}

.div-block-29 {
  width: 100%;
}

.link-6, .link-7, .link-8, .link-9 {
  color: var(--verdee);
  text-decoration: none;
}

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

  .js-clock-2 {
    text-shadow: none;
  }

  .clock-number-2 {
    font-size: 55px;
  }
}

@media screen and (max-width: 991px) {
  .bonita {
    font-size: 12px;
  }

  .faq-question-wrap {
    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 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 80vh;
    display: none;
  }

  .section._1.phone {
    display: flex;
  }

  .section._3 {
    height: 40vh;
  }

  .section._4 {
    background-repeat: repeat, repeat;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._7 {
    background-image: url('../images/14_1.avif');
    background-position: 50%;
    height: 70vh;
    padding-bottom: 0%;
  }

  .nav-link {
    color: #545454;
    text-align: center;
    margin-left: 0;
    font-size: 4vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .grid-9 {
    display: none;
  }

  .icon-5 {
    color: #7a7c5f;
  }

  .navbar-2 {
    width: 100%;
  }

  .navbar-2.compu {
    display: none;
  }

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

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

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

  .heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .image {
    margin-top: 0;
  }

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

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

  .heading-3 {
    font-size: 12px;
  }

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

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

  .clock-number-2 {
    width: auto;
    height: auto;
    padding: 25% 10%;
    font-size: 7vw;
    line-height: 5vw;
  }

  .bonita {
    font-size: 10px;
    line-height: 10px;
  }

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

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo._2-copy {
    background-image: url('../images/7_17.avif');
    background-position: 45%;
    height: 5vh;
    display: block;
  }

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

  .fotolarga.jo-copy._2-copy-copy {
    background-image: url('../images/foto_2.avif');
    background-position: 50% 0;
    background-size: contain;
    height: 25vh;
    display: block;
  }

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

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

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

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

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

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

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

  .paragraph-2._3 {
    font-size: 9px;
    line-height: 12px;
  }

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

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

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

  .grid-16 {
    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;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .div-block-21._2 {
    margin-top: 5%;
    margin-bottom: 0%;
    font-size: 12px;
  }

  .c-card-front-2 {
    width: 280px;
    max-width: 280px;
    height: 250px;
  }

  .c-card-front-2._2 {
    background-position: 50%;
    width: 280px;
  }

  .c-card-front-2._1 {
    width: 280px;
    max-width: 280px;
    height: 250px;
  }

  .c-card-quote-2 {
    padding-top: 0;
  }

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

  .heading-5 {
    font-size: 15px;
  }

  .heading-5._1 {
    letter-spacing: 5px;
    margin-bottom: 5px;
    font-size: 8px;
    line-height: 10px;
  }

  .c-card-back-2 {
    width: 280px;
    max-width: 280px;
    height: 250px;
  }

  .grid-17 {
    display: none;
  }

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

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

  .question-title {
    text-align: center;
    flex: 1;
    font-size: 18px;
  }

  .faq-paragraph {
    text-align: center;
  }

  .paragraph-4 {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
  }

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

  .button-5.modal-open_btn._2 {
    padding-top: 8px;
  }

  .displayonly_component._2 {
    padding: 0;
  }

  .button-4._1 {
    width: 70%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-26 {
    margin-top: 0;
  }

  .nav.cel {
    background-color: #ddd0;
    display: block;
  }

  .container-2 {
    background-color: #e5e1de;
    border-bottom: 1px #86796a;
    height: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .brand {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 3%;
    display: block;
  }

  .nav-menu {
    background-color: #e7e5e4;
    background-image: url('../images/0_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .nav-link-2 {
    color: var(--verdee);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 10%;
    font-family: orpheuspro, sans-serif;
    font-size: 10px;
  }

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

  .icon-8 {
    color: #fff;
  }

  .heading-10 {
    margin-top: -27px;
    font-size: 14px;
  }

  .grid-18 {
    flex-flow: column;
    width: 60%;
    display: flex;
  }
}

#w-node-_4c4b2246-ef61-151e-3578-c9dd483048f6-6e1b8268, #w-node-_4c4b2246-ef61-151e-3578-c9dd483048fd-6e1b8268, #w-node-_4c4b2246-ef61-151e-3578-c9dd483048ff-6e1b8268 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8c81396-c32f-14d6-259c-0487c5e7ff36-6e1b8268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e8c81396-c32f-14d6-259c-0487c5e7ff50-6e1b8268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_71ff4a6f-eb14-b869-13c3-fcf5a05d84a9-6e1b8268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_71ff4a6f-eb14-b869-13c3-fcf5a05d84bb-6e1b8268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4c4b2246-ef61-151e-3578-c9dd483048f6-30a46ae2, #w-node-_4c4b2246-ef61-151e-3578-c9dd483048fd-30a46ae2, #w-node-_4c4b2246-ef61-151e-3578-c9dd483048ff-30a46ae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8c81396-c32f-14d6-259c-0487c5e7ff36-30a46ae2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e8c81396-c32f-14d6-259c-0487c5e7ff50-30a46ae2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_71ff4a6f-eb14-b869-13c3-fcf5a05d84a9-30a46ae2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_71ff4a6f-eb14-b869-13c3-fcf5a05d84bb-30a46ae2 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Pinyonscript';
  src: url('../fonts/PinyonScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Youngest Serif Display';
  src: url('../fonts/the-youngest-serif-display.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}