@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: Monterchi Serif Book Trial;
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --verde: #7a7452;
  --gris: #545454;
  --cafe: #86796a;
}

.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-color: #e7e5e4;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 5%;
  padding-bottom: 0%;
}

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

.section._3 {
  background-color: var(--verde);
}

.section._4 {
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._5 {
  background-color: var(--verde);
}

.section._6 {
  background-image: url('../images/13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-right: 10%;
}

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

.navbar {
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

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

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

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

.nav-link {
  color: var(--gris);
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

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

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

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

.container._1 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  height: 90%;
  margin-top: 10%;
  display: block;
}

.container._2 {
  width: 100%;
  height: 100%;
}

.container._1-copy {
  background-image: url('../images/2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  height: 90%;
  margin-top: 5%;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.heading._2 {
  color: #7a7452;
}

.heading._2-copy {
  color: #86796a;
}

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

.c-card-img {
  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: 20px 30px;
  display: flex;
  position: relative;
}

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

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

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

.paragraph-2._3 {
  line-height: 15px;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 60vh;
  height: 100vh;
  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;
  height: 450px;
}

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

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

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

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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;
  font-size: 12px;
  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/13_1.png');
  background-position: 75%;
  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/12_1.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

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

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: url('../images/11_1.png');
  background-position: 75%;
  background-size: cover;
  border-radius: 0;
}

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

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

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

.paragraph-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
}

.text-span-2 {
  font-size: 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/7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
}

.divfoto {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 22%;
  display: flex;
}

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

.div-block-20._2 {
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

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

.paragraph-4._3 {
  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: 5% 0 0;
  display: flex;
}

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

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

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

.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-question-wrap-2 {
  cursor: pointer;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.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-24, .div-block-25 {
  width: 100%;
  height: 1px;
}

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

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  height: auto;
  display: none;
}

.grid-11.compu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-26 {
  width: auto;
}

.div-block-26._1, .div-block-26._1-copy {
  background-image: url('../images/12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 0%;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.div-block-26._1-copy.phone {
  display: none;
}

.heading-2 {
  color: var(--gris);
  letter-spacing: 2px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-5 {
  color: var(--gris);
  text-align: center;
  margin-bottom: 20px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.button-3 {
  border: 1px solid var(--gris);
  color: var(--gris);
  background-color: #3898ec00;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 10px;
}

.submit-button {
  border: 1px solid var(--cafe);
  color: var(--cafe);
  letter-spacing: 1px;
  background-color: #bbb9ae00;
  border-radius: 20px;
  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;
}

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

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

.text-block {
  color: #b8b09b;
}

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

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #f7f3ec #f7f3ec var(--cafe);
  color: var(--cafe);
  text-align: center;
  -webkit-text-stroke-color: #3a393400;
  background-color: #f3f3f300;
  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: var(--cafe);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

.checkbox-label {
  color: var(--cafe);
  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;
}

.checkbox {
  margin-top: 0;
}

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

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

.nav.cel {
  display: none;
}

.body {
  background-color: #fff;
}

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

.link-6, .link-7 {
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .submit-button {
    font-size: 15px;
  }

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .faq-question-wrap-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    height: 90vh;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .section._3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
  }

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

  .section._6 {
    background-position: 20%;
    height: 70vh;
    padding-left: 5%;
  }

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

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

  .navbar-2 {
    width: 100%;
  }

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

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

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

  .grid-9 {
    display: none;
  }

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

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

  .container._1-copy {
    background-image: url('../images/2_1.png');
    background-position: 50%;
    background-size: contain;
    margin-top: 0%;
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

  .heading._3 {
    font-size: 20px;
  }

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

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

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

  .link-block {
    background-position: 50% 0;
    height: 55vh;
  }

  .grid-10 {
    display: none;
  }

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

  .paragraph-3 {
    font-size: 10px;
  }

  .fotolarga {
    background-position: 40%;
  }

  .fotolarga.jo {
    background-image: url('../images/Copia-de-7.png');
    background-position: 50%;
    height: 60vh;
    display: block;
  }

  .divfoto {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
  }

  .c-flipping-cards-list {
    padding-top: 0%;
    display: block;
  }

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

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

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

  .faq-paragraph-2 {
    font-size: 12px;
  }

  .grid-11 {
    display: flex;
  }

  .grid-11.compu {
    display: none;
  }

  .div-block-26._1, .div-block-26._1-copy {
    background-image: url('../images/mesa.png');
    width: 100%;
    height: 50vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-26._1-copy.phone {
    display: flex;
  }

  .paragraph-5 {
    width: 85%;
    font-size: 11px;
  }

  .submit-button {
    color: var(--cafe);
    border-color: #ada88b;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

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

  .form {
    width: 100%;
  }

  .form-block {
    width: 90%;
  }

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

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

  .nav.cel {
    display: block;
  }

  .container-2 {
    background-color: #e7e5e4;
    border-bottom: 1px solid #000;
    height: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

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

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

  .icon-6 {
    color: #636262;
  }

  .nav-menu {
    background-color: #e7e5e4;
  }

  .nav-link-2 {
    color: var(--gris);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: The Youngest Serif Display, Times New Roman, sans-serif;
    font-size: 12px;
  }

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

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

#w-node-b1ce15d9-7f1b-0f56-4b26-22caac2ea172-c5f3815b, #w-node-b1ce15d9-7f1b-0f56-4b26-22caac2ea179-c5f3815b, #w-node-b1ce15d9-7f1b-0f56-4b26-22caac2ea17b-c5f3815b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5235cad-c47e-dce1-fc1f-ba64e0e22008-c5f3815b, #w-node-_62a2f8ac-4f8c-f0f7-b813-2cd7ff3ae53f-c5f3815b {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-b6b835c6-ee2f-0c4c-4dc0-b73ed39b63f8-c5f3815b {
    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: 'Monterchi Serif Book Trial';
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}