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

@font-face {
  font-family: Newyork Personal Use;
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format("opentype");
  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 {
  --verde: #4f5850;
  --ee: #736f44;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  padding: 5%;
}

.section._1 {
  background-image: url('../images/1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 0%;
}

.section._1.ing {
  background-image: url('../images/1_3.avif');
}

.section._2 {
  background-image: url('../images/F1_1.avif');
  background-position: 0 0;
  background-size: contain;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section._3 {
  background-image: url('../images/25_1.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 5%;
}

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

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

.section._6 {
  background-image: url('../images/222_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

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

.section._8 {
  background-image: url('../images/22_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.cont {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 50%;
  padding-top: 2%;
  display: flex;
}

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

.navbar {
  background-color: #ddd0;
  width: 100%;
  position: absolute;
}

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

.nav-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Arapey, Tahoma, sans-serif;
}

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

.heading {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: parfumerie-script, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 55px;
}

.heading._11 {
  color: var(--verde);
}

.heading._11._22 {
  margin-bottom: 2%;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-family: Newyork Personal Use, Tahoma, sans-serif;
  font-weight: 400;
}

.heading-2._1 {
  color: var(--verde);
}

.heading-2._1._22 {
  margin-bottom: 2%;
}

.heading-3 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-3._1 {
  color: var(--verde);
}

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

.div._3 {
  background-image: url('../images/16_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120vh;
}

.div-2 {
  height: auto;
}

.heading-4 {
  color: #545454;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Monterchiserif, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 300;
  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: 5%;
  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: 5px;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: #606961;
  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, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.bonita {
  color: #606961;
  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: 15px;
}

.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, .fotolarga.jo._2-copy {
  background-image: url('../images/6_1.avif');
  background-position: 0 0;
  background-size: cover;
  height: 70vh;
}

.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/30_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  padding: 0%;
}

.fotolarga.jo-copy._2-copy-copy._3 {
  background-image: url('../images/4_2.avif');
  background-size: cover;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  height: 60vh;
}

.div-block {
  background-image: url('../images/7_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

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

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

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

.div-block-3 {
  background-image: url('../images/9_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.div-block-4._1 {
  margin-top: 0%;
}

.heading-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-5._1 {
  color: #4f5850;
  margin-top: 0;
}

.heading-5._3 {
  text-transform: none;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arapey, Tahoma, sans-serif;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 45%;
  font-family: Arapey, Tahoma, sans-serif;
}

.button._1 {
  color: #4f5850;
  letter-spacing: 1.5px;
  border-color: #4f5850;
  font-size: 12px;
  line-height: 15px;
}

.button._1._2 {
  width: 100%;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3%;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-2.color {
  color: #4f5850;
}

.heading-6 {
  color: #4f5850;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  font-family: Arapey, Tahoma, sans-serif;
  font-weight: 400;
}

.heading-6._1, .heading-6._1-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-size: 70px;
  line-height: 90px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-top: 3%;
}

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

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

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

.faq-question-bar {
  color: #fff;
  border-bottom: 1px solid #b8aa98;
  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: #4f5850;
  letter-spacing: 2px;
  margin-right: 10px;
  font-family: Arapey, Tahoma, 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;
}

.plus-icon {
  -webkit-text-stroke-color: #b8aa98;
}

.faq-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.faq-paragraph {
  color: #4f5850;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  display: block;
}

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

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

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

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

.div-block-7 {
  height: 100%;
}

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

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

.modal-container._2 {
  height: 50%;
}

.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-7 {
  color: var(--verde);
  text-transform: uppercase;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.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._3, .modal-wrapper._3._6, .modal-wrapper._2 {
  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.modal-open_btn._3 {
  color: #f1f1f1;
  text-align: center;
  border-color: #fff;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 15px;
  display: block;
}

.button-3.modal-open_btn._3._1 {
  color: #000;
  margin-bottom: 0;
}

.button-3.modal-open_btn._2 {
  color: var(--verde);
  text-align: center;
  padding: 5px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

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

.paragraph-4 {
  color: var(--verde);
  text-align: left;
  width: 100%;
  font-family: Arapey, Tahoma, sans-serif;
  font-weight: 400;
}

.paragraph-4._2 {
  text-align: center;
}

.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;
  display: flex;
}

.displayonly_component._3 {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 60%;
  height: 5%;
  padding-left: 0;
}

.displayonly_component._3._6 {
  color: #000;
  border-color: #000;
  width: 40%;
}

.displayonly_component._2 {
  border: 1px solid var(--verde);
  border-radius: 20px;
  width: 50%;
  height: auto;
  margin-top: 10px;
  padding: 0;
}

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

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

.button-4 {
  border: 1px solid var(--verde);
  color: var(--verde);
  background-color: #3898ec00;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arapey, Tahoma, sans-serif;
}

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

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

.image {
  margin-bottom: 3%;
}

.paragraph-5 {
  text-align: center;
  width: 70%;
  margin-top: 3%;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 15px;
}

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

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

.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-style: solid;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Arapey, Tahoma, 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: #736f44;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

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

.field-label-4 {
  color: #736f44;
  margin-top: 5px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

.checkbox {
  margin-top: 0;
}

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

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

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

.checkbox-label {
  color: var(--ee);
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.text-block {
  color: var(--verde);
  font-family: Arapey, Tahoma, sans-serif;
}

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

.div-block-73 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5%;
  display: flex;
}

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

.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;
  padding: 10px 30px 20px;
  display: flex;
  position: relative;
}

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

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

.div-block-19._2._3 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.paragraph-6._3 {
  margin-bottom: 0;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

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

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

.c-card-front {
  perspective: 1000px;
  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: 330px;
}

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

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

.text-span {
  text-transform: none;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 9px;
}

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

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

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

.button-2 {
  color: #606961;
  background-color: #3898ec00;
  border: 1px solid #606961;
  border-radius: 20px;
  margin-top: 3%;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

._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/7_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

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

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: url('../images/8_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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: url('../images/9_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.button-6 {
  border: 1px solid var(--verde);
  color: var(--verde);
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 20px;
  width: 50%;
  margin-top: 10px;
  padding: 5px;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}

.popup {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 125px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup.popmujeres {
  z-index: 10000000;
  display: none;
}

.popup.popmujeres.uno, .popup.popmujeres._2 {
  display: none;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  max-width: 60rem;
  height: 70%;
  max-height: 50rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px 0 0;
  display: flex;
  position: fixed;
  inset: 0%;
  box-shadow: 5px 6px 5px #0003;
}

.close {
  color: #746b6b;
  text-align: right;
  mix-blend-mode: darken;
  margin-top: -36px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  transform: rotate(0);
}

.close:hover {
  text-decoration: underline;
}

.close.mujer {
  margin-top: -48px;
  margin-right: 27px;
  padding-right: 0;
}

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

.button-7 {
  color: #464639;
  background-color: #3898ec00;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.button-7._1 {
  padding-top: 0;
}

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

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

.paragraph-7 {
  display: none;
}

.heading-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

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

.heading-9 {
  color: var(--verde);
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-8 {
  color: var(--verde);
  text-align: center;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

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

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

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

.heading-10 {
  color: var(--verde);
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.paragraph-9 {
  text-align: center;
  font-family: Arapey, Tahoma, sans-serif;
  font-weight: 400;
}

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

.link-4 {
  color: #333;
}

.link-6 {
  color: var(--verde);
  text-decoration: none;
}

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

.link-7 {
  color: var(--verde);
  text-decoration: none;
}

.link-8, .link-9 {
  color: #333;
  text-decoration: none;
}

.bold-text-5, .bold-text-6 {
  font-weight: 400;
}

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

.por {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  width: 30%;
  margin-top: 0%;
  margin-bottom: 2%;
}

.button-8 {
  border: 1px solid var(--verde);
  color: var(--verde);
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 20px;
  width: 100%;
  font-family: Arapey, Tahoma, sans-serif;
}

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

.heading-3-copy {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-3-copy._1 {
  color: var(--verde);
  text-align: center;
  width: 60%;
  margin-bottom: 2%;
}

.heading-3-copy._1-copy {
  color: var(--verde);
  text-align: center;
  width: 60%;
  margin-top: 5%;
  margin-bottom: 2%;
}

.text-span-2 {
  letter-spacing: 2px;
  font-family: Great Vibes, cursive;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-11 {
  text-align: center;
  margin-top: 10%;
  font-family: Great Vibes, cursive;
  font-size: 20px;
  line-height: 25px;
}

.text-span-4 {
  letter-spacing: 1px;
  font-size: 15px;
}

.paragraph-12 {
  text-align: center;
  width: 60%;
  margin-bottom: 2%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

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

.paragraph-13 {
  text-align: center;
  margin-top: 2%;
  font-family: parfumerie-script, sans-serif;
  font-size: 30px;
  line-height: 25px;
}

.text-span-5 {
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.heading-3-copy {
  color: var(--verde);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 2%;
  font-family: Arapey, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-3-copy._1 {
  color: var(--verde);
}

@media screen and (min-width: 1920px) {
  .js-clock-2 {
    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 {
    font-size: 12px;
  }

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

  .popup.popmujeres {
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }
}

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

  .displayonly_component {
    padding: 30px;
  }

  .popup.popmujeres {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    background-image: linear-gradient(#0000005c, #fff0), url('../images/2_1.avif');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 90vh;
  }

  .section._1.ing {
    background-image: linear-gradient(#0000005c, #fff0), url('../images/2_1.avif');
    background-position: 0 0, 100% 4%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

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

  .section._4 {
    background-size: contain;
  }

  .section._6 {
    background-size: cover;
    height: 70vh;
  }

  .section._8 {
    height: auto;
  }

  .cont {
    padding-top: 20%;
  }

  .navbar {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

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

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

  .heading._11._22, .heading-2._1._22 {
    margin-bottom: 5%;
  }

  .div._3 {
    background-image: url('../images/1_2.avif');
    background-size: contain;
  }

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

  .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: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number-2 {
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 25% 5%;
    font-size: 6vw;
    line-height: 6vw;
  }

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

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo._2 {
    background-image: url('../images/30_1.avif');
    background-position: 20%;
    display: block;
  }

  .fotolarga.jo._2-copy {
    background-image: url('../images/31_1.avif');
    background-position: 45%;
    display: block;
  }

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

  .fotolarga.jo-copy._2-copy-copy {
    background-image: url('../images/30_1.avif');
    background-position: 50% 0;
    height: 100vh;
    display: block;
  }

  .button._1 {
    width: 60%;
  }

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

  .heading-6 {
    font-size: 28px;
  }

  .heading-6._1 {
    font-size: 50px;
  }

  .heading-6._3 {
    margin-bottom: 0;
  }

  .heading-6._2 {
    letter-spacing: 2px;
    font-size: 30px;
  }

  .heading-6._1-copy {
    text-shadow: 0 1px 1px #0003;
    font-size: 50px;
  }

  .grid-3 {
    display: none;
  }

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

  .div-block-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .faq-question-wrap {
    width: 80%;
  }

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

  .faq-paragraph {
    padding-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .grid-4 {
    display: none;
  }

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

  .heading-7 {
    text-align: center;
  }

  .modal-wrapper._3._6 {
    display: none;
  }

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

  .button-3.modal-open_btn._3 {
    text-align: center;
  }

  .button-3.modal-open_btn._3._1 {
    font-size: 12px;
  }

  .displayonly_component {
    width: 60%;
    padding: 0;
  }

  .displayonly_component._3 {
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 15%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .displayonly_component._3._6 {
    width: 50%;
    font-size: 12px;
  }

  .displayonly_component._2 {
    padding: 0;
  }

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

  .div-block-9 {
    background-image: url('../images/Fotos_1.avif');
    background-size: contain;
    width: 100%;
    height: 30%;
    display: block;
  }

  .div-block-9.close {
    display: none;
  }

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

  .div-block-11 {
    background-image: url('../images/34_1.avif');
    height: 60vh;
  }

  .grid-6 {
    grid-template-columns: .25fr 1fr;
    width: 100%;
  }

  .text-field-2 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 15px;
  }

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

  .form-block {
    width: 80%;
  }

  .submit-button {
    color: #ada88b;
    border-color: #ada88b;
    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;
  }

  .div-block-73 {
    justify-content: center;
    align-items: center;
    padding-top: 26px;
    padding-bottom: 0%;
  }

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

  .paragraph-6._3 {
    font-size: 15px;
    line-height: 12px;
  }

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

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

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

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

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

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

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

  .button-6 {
    margin-top: 10px;
  }

  .popup.popmujeres {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .popup.popmujeres._2 {
    display: none;
  }

  .container-4 {
    width: 80%;
    height: 60%;
    margin: auto;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .close.mujer {
    margin-top: -61px;
    margin-right: 14px;
  }

  .container-5 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    display: block;
  }

  .icon {
    color: #fff;
  }

  .paragraph-7 {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px #0003;
    margin-top: 2%;
    font-family: Arapey, Tahoma, sans-serif;
    display: block;
  }

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

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

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

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

  .por {
    justify-content: space-between;
    align-items: center;
    padding-top: 25%;
    padding-bottom: 20%;
  }

  .grid-8 {
    flex-flow: column;
    width: 70%;
    margin-top: 0%;
    margin-bottom: 10%;
    display: flex;
  }

  .button-8.w--current {
    font-size: 12px;
  }

  .heading-3-copy._1 {
    width: 100%;
  }

  .heading-3-copy._1._2 {
    width: 90%;
    margin-bottom: 5%;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-3-copy._1-copy {
    width: 100%;
  }

  .heading-3-copy._1-copy._2 {
    margin-top: 30%;
    font-size: 10px;
    line-height: 18px;
  }

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

  .paragraph-10 {
    text-align: center;
    margin-top: 20%;
  }

  .paragraph-11 {
    text-align: center;
    width: 90%;
    margin-top: 20%;
    font-family: Great Vibes, cursive;
    font-size: 18px;
  }

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

  .paragraph-12 {
    width: 100%;
    margin-bottom: 5%;
    font-size: 12px;
    line-height: 20px;
  }

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

  .paragraph-13 {
    font-size: 25px;
    line-height: 20px;
  }

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

#w-node-b6819f54-1aa0-f668-96e8-f8df9b76d1e0-e606e89d, #w-node-f4fc7360-a11b-f12f-5487-ad9bb548d4cf-e606e89d, #w-node-_128e6e02-1d28-dcbb-0a05-87fbed76cb53-e606e89d {
  place-self: center;
}

#w-node-_0d55fea8-baf5-9535-4c60-d39b05823983-e606e89d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0d55fea8-baf5-9535-4c60-d39b058239bd-e606e89d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ab5b970-cdb6-c69b-4cf1-4725cfde88a2-e606e89d {
  place-self: center;
}

#w-node-_2ab5b970-cdb6-c69b-4cf1-4725cfde88b0-e606e89d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ab5b970-cdb6-c69b-4cf1-4725cfde88d6-e606e89d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ab5b970-cdb6-c69b-4cf1-4725cfde88a4-e606e89d, #w-node-_2ab5b970-cdb6-c69b-4cf1-4725cfde88a6-e606e89d {
  place-self: center;
}

#w-node-_370e7ceb-216b-17b3-5783-28e50284bd15-e606e89d {
  place-self: auto;
}

#w-node-_65ee210a-12f8-f0d5-b743-5a8418296f15-e606e89d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65ee210a-12f8-f0d5-b743-5a8418296f4b-e606e89d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a294edd9-9862-c8c7-800f-b313a2ce5342-e606e89d {
  place-self: auto;
}

#w-node-a294edd9-9862-c8c7-800f-b313a2ce534c-e606e89d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a294edd9-9862-c8c7-800f-b313a2ce538b-e606e89d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ea8cd703-6507-ac22-4b53-1bca929bb480-e606e89d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1af43504-146f-0cf1-9d63-209fe475d986-e606e89d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1af43504-146f-0cf1-9d63-209fe475d9c9-e606e89d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b6819f54-1aa0-f668-96e8-f8df9b76d1e0-b57c8dfb, #w-node-f4fc7360-a11b-f12f-5487-ad9bb548d4cf-b57c8dfb, #w-node-_128e6e02-1d28-dcbb-0a05-87fbed76cb53-b57c8dfb {
  place-self: center;
}

#w-node-_0d55fea8-baf5-9535-4c60-d39b05823983-b57c8dfb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0d55fea8-baf5-9535-4c60-d39b058239bd-b57c8dfb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_78780648-a424-f593-328d-dc0ace3936bb-b57c8dfb {
  place-self: center;
}

#w-node-_78780648-a424-f593-328d-dc0ace3936c9-b57c8dfb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78780648-a424-f593-328d-dc0ace3936ef-b57c8dfb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_78780648-a424-f593-328d-dc0ace3936bd-b57c8dfb, #w-node-_78780648-a424-f593-328d-dc0ace3936bf-b57c8dfb {
  place-self: center;
}

#w-node-_370e7ceb-216b-17b3-5783-28e50284bd15-b57c8dfb {
  place-self: auto;
}

#w-node-_65ee210a-12f8-f0d5-b743-5a8418296f15-b57c8dfb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65ee210a-12f8-f0d5-b743-5a8418296f4b-b57c8dfb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_98ef91eb-2097-09d3-4428-ace39531deb9-b57c8dfb {
  place-self: auto;
}

#w-node-_98ef91eb-2097-09d3-4428-ace39531dec3-b57c8dfb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98ef91eb-2097-09d3-4428-ace39531df08-b57c8dfb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ea8cd703-6507-ac22-4b53-1bca929bb480-b57c8dfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1af43504-146f-0cf1-9d63-209fe475d986-b57c8dfb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1af43504-146f-0cf1-9d63-209fe475d9c9-b57c8dfb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9ea460ad-4b1b-2314-50c0-b612fc7a76ef-c52ad1aa, #w-node-_066202c5-2100-257a-cd39-795c0b2b1205-c52ad1aa {
  place-self: auto;
}


@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: 'Petitformalscript';
  src: url('../fonts/PetitFormalScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork Personal Use';
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format('opentype');
  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;
}