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

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

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

:root {
  --cafe: #917150;
  --verde: #786f51;
  --white: #f7f3ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.section {
  padding: 5% 10%;
}

.section._1 {
  background-image: url('../images/2.png'), url('../images/Copia-de-2.png');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
  height: 100vh;
  padding: 5%;
}

.section._2 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 5%;
  padding-right: 5%;
}

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

.section._4 {
  background-image: url('../images/Copia-de-2.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section._5 {
  background-color: #beab8b;
}

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

.section._7 {
  background-image: url('../images/12.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  height: 100vh;
}

.section._8 {
  background-image: url('../images/14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 10%;
}

.section._9 {
  background-color: #8c8468;
  background-image: url('../images/15.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 2%;
}

.navbar {
  background-color: #ddd0;
}

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

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

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

.nav-link {
  color: var(--cafe);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading {
  color: var(--cafe);
  margin-top: 0;
  font-family: Amelia Giovani, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading-2 {
  color: var(--cafe);
  text-align: center;
  letter-spacing: 1.5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

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

.div-block {
  background-image: url('../images/4.png');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-right: 0;
  padding: 10% 30% 10% 0%;
  display: flex;
}

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

.js-clock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.clock-number {
  color: var(--verde);
  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: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.bonita-2 {
  color: var(--verde);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.paragraph {
  color: var(--verde);
  text-align: center;
  letter-spacing: 1.5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 18px;
}

.div-block-2 {
  background-image: url('../images/5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50vh;
  margin-top: -47px;
  margin-left: -79px;
  padding-left: 0;
}

.heading-3 {
  color: #f7f3ec;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.heading-3._2 {
  color: #917150;
  margin-bottom: 3%;
}

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

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

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

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

.text-span-2 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 12px;
}

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

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

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

.heading-4._1 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

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

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

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

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

._w-card-back {
  perspective: 1000px;
  background-color: #fff;
  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._1 {
  background-color: #fff0;
  background-image: url('../images/2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 5%;
}

.c-card-img {
  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._1 {
  background-color: #0000;
  background-image: url('../images/Shabbat.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front._1-copy {
  background-color: #0000;
  background-image: url('../images/3_1.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front._2 {
  background-color: #ff656500;
  background-image: url('../images/4_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.cloneable-area {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

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

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

.button-2 {
  color: #606961;
  background-color: #3898ec00;
  border: 1px #606961;
  border-bottom-style: solid;
  border-radius: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

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

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

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

.div-block-20._1 {
  margin-top: -109px;
}

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

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.div-block-21 {
  background-image: url('../images/5_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
}

.div-block-21._1 {
  background-image: url('../images/6.png');
}

.div-block-21._2 {
  background-image: url('../images/7.png');
}

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

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

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

.question-title {
  color: #917150;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-right: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

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

.plus-icon {
  filter: invert();
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  color: var(--cafe);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

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

.paragraph-3 {
  border: 1px solid var(--cafe);
  color: var(--cafe);
  letter-spacing: 3px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
}

.link, .link-2, .link-3, .link-4 {
  color: var(--cafe);
}

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

.faq-question-wrap-2._2 {
  margin-bottom: 3%;
}

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

.question-title-2 {
  color: #f7f3ec;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-weight: 400;
}

.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: #f7f3ec;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

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

.heading-3-copy {
  color: #f7f3ec;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.heading-3-copy._2 {
  color: #917150;
  margin-bottom: 3%;
}

.heading-3-copy._1 {
  color: #545454;
  text-align: center;
}

.heading-3-copy._1-copy {
  color: #545454;
  text-align: center;
  letter-spacing: 2.5px;
  font-size: 15px;
}

.code-embed {
  width: 80%;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 3%;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 15px;
  display: flex;
}

.italic-text {
  font-style: normal;
}

.italic-text._2 {
  font-style: italic;
}

.text-span-5 {
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-style: italic;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr;
  width: 80%;
  height: 100%;
}

.div-block-24 {
  background-image: url('../images/1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25 {
  background-image: url('../images/11.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -144px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 90%;
  height: 10vh;
}

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

.modal-container {
  z-index: 5;
  background-color: #fff;
  background-image: url('../images/16_116.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: 1px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.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 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-6 {
  color: var(--cafe);
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.paragraph-6._2 {
  text-align: left;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

.paragraph-6._2-copy {
  text-align: left;
  border-top: 1px solid #000;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

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

.heading-7 {
  color: var(--cafe);
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-7 {
  text-align: center;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-weight: 400;
}

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

.link-6 {
  color: #333;
}

.paragraph-8 {
  letter-spacing: 2.5px;
  width: 50%;
  margin-bottom: 3%;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
}

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

.button-4 {
  color: #545454;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 3%;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
}

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

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.text-field-2 {
  text-align: center;
  -webkit-text-stroke-color: #3a393400;
  color: #f7f3ec;
  background-color: #f3f3f300;
  border: 1px solid #f7f3ec;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  font-size: 12px;
}

.text-field-2::placeholder {
  color: #f7f3ec;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.success-message {
  background-color: #ddd0;
}

.field-label-4 {
  color: var(--white);
  margin-top: 5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.checkbox {
  margin-top: 0;
}

.form-block {
  color: #61645a;
  width: 50%;
  margin-top: 0%;
}

.submit-button {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  background-color: #bbb9ae00;
  width: 40%;
  margin-top: 3%;
  padding: 5px 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.form {
  text-align: center;
  width: 100%;
}

.checkbox-label {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.text-block {
  color: var(--white);
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 5px;
  display: flex;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-73 {
  margin-top: 10%;
}

.grid-6 {
  display: none;
}

.link-7 {
  color: var(--cafe);
}

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

.link-10 {
  color: var(--cafe);
  text-decoration: none;
}

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

  .text-field-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .text-field-2::placeholder, .field-label-4 {
    font-size: 18px;
  }

  .submit-button {
    font-size: 15px;
  }

  .checkbox-label {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-72 {
    justify-content: space-between;
  }

  .div-block-72._1 {
    justify-content: center;
  }
}

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

  .faq-question-wrap, .faq-question-wrap-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  .displayonly_component {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    height: 90vh;
  }

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

  .section._3 {
    background-image: url('../images/Fondo_1.png');
    background-position: 10% 0;
    background-repeat: repeat-y;
    background-size: contain;
  }

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

  .section._6 {
    background-image: url('../images/16.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._7 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section._8 {
    background-position: 0 0;
  }

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

  .container {
    justify-content: center;
    align-items: center;
    height: 90%;
  }

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

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

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

  .nav-link {
    text-align: center;
    font-size: 12px;
  }

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

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

  .image {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .div-block {
    height: auto;
    margin-right: 14px;
    padding-left: 0%;
    padding-right: 5%;
    position: relative;
  }

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

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

  .clock-number {
    text-shadow: 0 0 2px #0003;
    width: auto;
    height: auto;
    padding: 25%;
    font-size: 5vw;
    line-height: 6vw;
  }

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

  .paragraph {
    font-size: 12px;
  }

  .div-block-2 {
    height: 30vh;
    margin-top: -31px;
    margin-left: 45px;
  }

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

  .heading-3._3 {
    margin-bottom: 10%;
    font-size: 30px;
  }

  .grid-2 {
    display: none;
  }

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

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

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

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

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

  .paragraph-2._3-copy {
    width: 90%;
    font-size: 11px;
    line-height: 12px;
  }

  .c-card-back {
    width: 320px;
    max-width: 320px;
    height: 220px;
  }

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

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

  .div-block-20._1 {
    width: 100%;
    margin-top: 0;
  }

  .grid-3 {
    display: none;
  }

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

  .div-block-21._1 {
    background-position: 50% 100%;
  }

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

  .faq-question-wrap-2._2 {
    margin-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .heading-3-copy._1 {
    margin-bottom: 5%;
  }

  .paragraph-4 {
    width: 100%;
  }

  .grid-4 {
    grid-template-columns: 2.25fr 1fr;
    width: 100%;
    display: none;
  }

  .div-block-25 {
    background-position: 50%;
    height: 25vh;
  }

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

  .button-3.modal-open_btn {
    padding-left: 0;
    padding-right: 0;
  }

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

  .displayonly_component, .displayonly_component._2 {
    padding: 0;
  }

  .paragraph-8 {
    text-align: center;
    width: 100%;
    margin-bottom: 10%;
  }

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

  .text-field-2 {
    margin-bottom: 5%;
  }

  .form-block {
    width: 90%;
  }

  .submit-button {
    color: #fff;
    border-color: #fff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form {
    width: 100%;
  }

  .checkbox-label {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-72 {
    flex-flow: row;
  }

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

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

  .div {
    display: none;
  }

  .div-block-74, .div-block-75 {
    width: 100%;
  }

  .div-block-76 {
    height: 40vh;
  }

  .div-block-77 {
    background-image: url('../images/1_1.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    display: flex;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    width: 90%;
    height: 20vh;
  }

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

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

  .link-8 {
    color: var(--cafe);
  }

  .link-11 {
    color: var(--cafe);
    text-decoration: none;
  }
}

#w-node-d41ac75f-8ed2-6904-c38a-830140d54596-d129533b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_82437813-f9b2-4d17-fbf9-2883374e90bb-d129533b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_76950c21-c126-7813-7179-fd506de1800d-d129533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76950c21-c126-7813-7179-fd506de18047-d129533b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e6263f5-c0b2-0dd1-faa3-f8a73d9cc9b2-d129533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e6263f5-c0b2-0dd1-faa3-f8a73d9cc9f4-d129533b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6356beea-19af-2212-127c-83df81aacbfd-d129533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6356beea-19af-2212-127c-83df81aaccec-d129533b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c078fb0c-49be-76ce-893c-835a6bb8a427-d129533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c078fb0c-49be-76ce-893c-835a6bb8a446-d129533b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e2a2a478-4b1a-44e6-90cd-dbf827226424-d129533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e2a2a478-4b1a-44e6-90cd-dbf8272264d2-d129533b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3b2a1cae-9986-f3b8-203e-0b1f3a7fbb81-d129533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b2a1cae-9986-f3b8-203e-0b1f3a7fbbcb-d129533b {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_0c7c862b-f416-4f5d-bc54-39366beee929-d129533b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82437813-f9b2-4d17-fbf9-2883374e90bb-d129533b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_50cf523f-cb46-6bbe-8ab2-dde0992ddade-d129533b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@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;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amelia Giovani';
  src: url('../fonts/Amelia-Giovani-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}