@font-face {
  font-family: Arapey;
  src: url('../fonts/Arapey-Regular.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: Petitformalscript;
  src: url('../fonts/PetitFormalScript-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Monterchiserif;
  src: url('../fonts/monterchiserif-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --cafe: #62544f;
}

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

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

.section._2 {
  background-image: url('../images/3_2.avif');
  background-position: 0 0;
  background-size: contain;
  height: 100vh;
}

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

.section._4 {
  background-color: #f0eee8;
}

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

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

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

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

.section._9 {
  background-image: url('../images/3_1.avif');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0%;
}

.navbar {
  background-color: #f0eee8;
  width: 100%;
  position: static;
  inset: 0% 0% auto;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 136px;
  margin-right: 0;
  display: flex;
}

.nav-link {
  letter-spacing: 1px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 12px;
}

.nav-link.w--current {
  color: #000;
  font-size: 12px;
}

.div {
  height: 90%;
}

.div._1, .div._2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  height: 100%;
}

.div-block {
  background-image: url('../images/2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

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

.div2 {
  background-image: url('../images/tAR.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.heading {
  font-family: Monterchi Serif Book Trial, Tahoma, sans-serif;
  font-weight: 300;
  line-height: 40px;
}

.paragraph {
  text-align: center;
  width: 50%;
  font-family: Playfairdisplay, Tahoma, sans-serif;
  font-style: italic;
}

.paragraph-2 {
  text-align: justify;
  width: 50%;
  margin-top: 10px;
  font-family: Playfairdisplay, Tahoma, sans-serif;
}

.div-2 {
  height: auto;
}

.heading-2 {
  color: #68523d;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  font-family: Monterchi Serif Book Trial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.js-clock-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  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: var(--cafe);
  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: Petitformalscript, Times New Roman, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.bonita {
  color: var(--cafe);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Monterchiserif, Tahoma, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.heading-3 {
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 0;
  font-family: Monterchi Serif Book Trial, Tahoma, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.heading-3._1 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

.heading-3._1._2 {
  text-align: center;
  transform: rotate(-90deg);
}

.heading-3._1._3 {
  font-size: 30px;
}

.heading-3._1-copy {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

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

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

.link-block {
  background-image: url('../images/D1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45vh;
}

.link-block._2 {
  background-image: url('../images/Ceremonia.png');
  height: 45vh;
  margin-top: -238px;
  margin-left: -21px;
}

.link-block._3 {
  background-image: url('../images/D3.png');
  width: 80%;
  height: 45vh;
  margin-top: 0;
  margin-right: 0;
}

.div-block-3 {
  margin-top: -82px;
}

.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/Pic_1.avif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

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

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

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

.link-block-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Monterchi Serif Book Trial, Tahoma, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block-2._1 {
  margin-top: 34px;
}

.link-block-2._3 {
  margin-top: 15px;
}

.paragraph-3 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Monterchiserif, Tahoma, sans-serif;
  font-weight: 300;
  line-height: 15px;
}

.text-span {
  font-family: Arapey, Tahoma, sans-serif;
  text-decoration: underline;
}

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

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

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

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

.div-block-7 {
  background-image: url('../images/16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.faq-question-wrap {
  cursor: pointer;
  width: 80%;
  padding-left: 40px;
  padding-right: 40px;
}

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

.question-title {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 16px;
}

.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: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
}

.faq-paragraph._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-8, .div-block-9, .div-block-10 {
  width: 100%;
  height: 1px;
}

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

.link-2 {
  color: #000;
}

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

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

.div-block-11 {
  background-image: url('../images/16_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: -44px;
  padding-bottom: 0;
  padding-left: 2%;
  padding-right: 5%;
  display: flex;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  width: 80%;
  margin-bottom: 10%;
  font-family: Monterchi Serif Book Trial, Tahoma, sans-serif;
}

.paragraph-4._2 {
  margin-bottom: 0;
  line-height: 18px;
}

.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: #5f6646;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.bold-text {
  color: #000;
  font-weight: 400;
}

.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: #000;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Arapey, Tahoma, sans-serif;
  line-height: 15px;
  text-decoration: underline;
  display: inline-block;
}

.button-5.modal-open_btn {
  color: #000;
  text-align: center;
  background-color: #4353ff00;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  font-family: Arapey, Tahoma, sans-serif;
  text-decoration: underline;
  display: inline-block;
}

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

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

.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-style: none;
  border-color: #fff;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1px;
  text-decoration: none;
}

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

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

.paragraph-5 {
  color: #000;
  text-align: center;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.modal-container {
  z-index: 5;
  background-color: #fff;
  background-image: url('../images/3_2.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;
}

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

.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 {
  height: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-10 {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.link-8, .link-9 {
  color: #000;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 80%;
}

.field-label-4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.field-label-4._2 {
  letter-spacing: 2px;
  margin-top: 10%;
}

.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: #736f44;
  background-color: #f3f3f300;
  border: 1px #627164;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 14px;
  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: #000;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.checkbox {
  margin-top: 0;
}

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

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

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

.submit-button {
  color: #000;
  letter-spacing: 1px;
  background-color: #bbb9ae00;
  border: 1px solid #000;
  width: 40%;
  margin-top: 10px;
  padding: 5px 10px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.checkbox-label {
  color: #000;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-block {
  color: #4f5850;
  font-family: Arapey, Tahoma, sans-serif;
}

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

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

.image {
  margin-bottom: 2%;
}

.image-2 {
  height: 100%;
  margin-right: 10px;
}

.navbar-2 {
  background-color: #f0eee8;
}

.nav-link-2 {
  letter-spacing: 1px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 12px;
}

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

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

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

.image-3, .div-block-76 {
  display: none;
}

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

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

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

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

.heading-5 {
  color: #000;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-5._2 {
  text-transform: uppercase;
}

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

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

.link-4 {
  color: #333;
}

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

.link-10, .link-11 {
  color: #000;
  text-decoration: none;
}

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

.heading-12 {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-80 {
  width: 40%;
}

.link-12 {
  color: #000;
}

.link-13 {
  color: #000;
  text-decoration: none;
}

.button-6 {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  width: 70%;
  height: 5vh;
  padding: 0;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

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

.heading-13 {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 0%;
  padding-bottom: 2%;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

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

@media screen and (min-width: 1920px) {
  .navbar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container {
    margin-left: 0;
  }

  .nav-link.w--current {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading {
    font-size: 55px;
    line-height: 65px;
  }

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

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

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

  .div-block-7 {
    background-image: url('../images/16.png');
    background-size: cover;
    box-shadow: 0 2px 5px #0003;
  }

  .faq-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 25px;
  }

  .button-5.modal-open_btn {
    height: 100%;
    font-size: 14px;
  }

  .field-label-4 {
    font-size: 18px;
  }

  .checkbox-field {
    font-size: 20px;
  }

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

  .text-field-2::placeholder {
    font-size: 20px;
    line-height: 35px;
  }

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

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

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

  .nav-menu {
    width: 100%;
  }

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

@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, .displayonly_component-2 {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    filter: grayscale();
    background-image: linear-gradient(0deg, #000000a1, #fff0), url('../images/1_2.avif');
    background-position: 0 0, 10% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    height: 75vh;
    display: flex;
  }

  .section._2 {
    height: 40vh;
  }

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

  .section._5 {
    background-image: linear-gradient(#00000075, #fff0), url('../images/Portada_1.avif');
    background-position: 0 0, 30% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._8 {
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .div.compu {
    display: none;
  }

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

  .div-block {
    height: 60vh;
  }

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

  .paragraph {
    width: 90%;
    font-size: 10px;
    line-height: 18px;
  }

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

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

  .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: 6vw;
    line-height: 6vw;
  }

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

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

  .heading-3._1 {
    text-align: center;
  }

  .heading-3._1._3 {
    font-size: 25px;
  }

  .grid-2 {
    display: none;
  }

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

  .link-block {
    background-position: 0%;
    width: 100%;
    height: 20vh;
  }

  .link-block._2 {
    background-position: 100%;
    height: 20vh;
    margin-top: -26px;
    margin-left: 0;
  }

  .link-block._3 {
    background-position: 0 0;
    height: 20vh;
    margin-top: -25px;
  }

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo._2 {
    background-image: url('../images/1_3.avif');
    background-position: 50% 30%;
    background-repeat: repeat-y;
    background-size: cover;
    height: 50vh;
    display: block;
  }

  .grid-3 {
    display: none;
  }

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

  .grid-4 {
    grid-template-columns: 1fr;
    line-height: 18px;
  }

  .link-block-2 {
    font-size: 10px;
  }

  .link-block-2._3 {
    margin-top: 5px;
  }

  .paragraph-3 {
    line-height: 20px;
  }

  .grid-5 {
    display: none;
  }

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

  .div-block-7 {
    background-image: url('../images/16.png');
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .faq-question-wrap {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .faq-paragraph {
    font-size: 10px;
    line-height: 20px;
  }

  .grid-6 {
    width: 100%;
    height: auto;
    display: none;
  }

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

  .div-block-11 {
    background-position: 50% 0;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50vh;
    margin-left: 0;
    padding-bottom: 0%;
  }

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

  .paragraph-4._2 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-4._2._3 {
    margin-top: 5px;
    line-height: 15px;
  }

  .button-5.modal-open_btn._2 {
    padding-top: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .button-5.modal-open_btn {
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    font-size: 10px;
    line-height: 12px;
  }

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

  .modal-component {
    margin-bottom: 10px;
  }

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

  .button-4._1._2-copy {
    height: 3vh;
    margin-bottom: 5px;
  }

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

  .paragraph-5 {
    font-size: 12px;
  }

  .modal-container._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .displayonly_component._2 {
    padding: 0;
  }

  .grid-7 {
    width: 100%;
  }

  .field-label-4 {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 20px;
  }

  .text-field-2 {
    color: #736f44;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 20px;
  }

  .text-field-2::placeholder {
    font-size: 10px;
    line-height: 15px;
  }

  .form-block {
    width: 80%;
  }

  .form {
    width: 100%;
  }

  .div-block-72 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 58px;
  }

  .submit-button {
    color: #000;
    border-color: #000;
    width: 70%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 20px;
    display: block;
  }

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

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

  .image-2 {
    height: 100%;
  }

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

  .nav-menu-2 {
    background-color: #f0eee8;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

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

  .image-3 {
    padding-top: 0;
    padding-left: 5px;
    display: block;
  }

  .menu-button {
    display: block;
  }

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

  .div-block-76 {
    justify-content: center;
    align-items: center;
    height: 90%;
    display: none;
  }

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

  .div-block-78 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .displayonly_component-2 {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: 3vh;
    margin-bottom: 5px;
    padding: 0;
  }

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

  .modal-component-2 {
    height: 100%;
    margin-bottom: 10px;
  }

  .div-block-79 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 90%;
    display: flex;
  }

  .heading-11 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .heading-11._2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .div-block-80 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-6 {
    padding-top: 2px;
    font-size: 10px;
    line-height: 12px;
  }

  .text-span-3 {
    text-transform: none;
  }
}

#w-node-_51b8bbb9-c779-882a-4a39-403c66285307-92c6b072, #w-node-_0de5185f-673b-acb6-61b0-6750f2f319db-92c6b072, #w-node-_34dfb9f7-2589-0ddd-ec56-5260553afda1-92c6b072 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc653ef1-29f7-7e9c-3a9e-ae2ad9e30689-92c6b072 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-cefd1a5f-1184-8550-9db7-51bb1ac49c7c-92c6b072 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cefd1a5f-1184-8550-9db7-51bb1ac49cb6-92c6b072 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b2ac4480-fd02-7cdc-34c4-4cbe24e996e8-92c6b072 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2ac4480-fd02-7cdc-34c4-4cbe24e99701-92c6b072 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a3b3c9f2-b340-3291-6283-c8ed9a800417-92c6b072 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a3b3c9f2-b340-3291-6283-c8ed9a80042e-92c6b072 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a3b3c9f2-b340-3291-6283-c8ed9a800437-92c6b072 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a3b3c9f2-b340-3291-6283-c8ed9a800457-92c6b072 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Arapey';
  src: url('../fonts/Arapey-Regular.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: 'Petitformalscript';
  src: url('../fonts/PetitFormalScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monterchi Serif Book Trial';
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monterchiserif';
  src: url('../fonts/monterchiserif-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}