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

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

@font-face {
  font-family: Caudex;
  src: url('../fonts/Caudex-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

.section {
  padding: 10%;
}

.section._1 {
  background-image: url('../images/2.avif'), url('../images/1.avif');
  background-position: 50% 100%, 50%;
  background-size: cover, contain;
  height: auto;
  padding: 2% 5% 5%;
}

.section._2 {
  background-image: url('../images/2.avif'), url('../images/1.avif');
  background-position: 50%, 0 0;
  background-size: cover, contain;
}

.section._3 {
  background-image: url('../images/6.avif'), url('../images/1.avif');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
  height: 95vh;
  padding: 0%;
}

.section._4, .section._5 {
  background-image: url('../images/1.avif');
  background-position: 0 0;
  background-size: contain;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section._6 {
  background-image: url('../images/2.avif'), url('../images/1.avif');
  background-position: 50%, 0 0;
  background-size: cover, contain;
  padding-bottom: 2%;
}

.body {
  background-color: #f5f0ea;
}

.navbar {
  background-color: #1d1a1a00;
}

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

.nav-link {
  color: #5c562b;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 12px;
}

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

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

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

.heading {
  color: #5c562b;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.heading-2 {
  color: #5c562b;
  letter-spacing: 1.5px;
  margin-top: 10px;
  font-family: Hello Bride Script, Tahoma, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.paragraph {
  color: #5c552b;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.image {
  margin-bottom: 3%;
}

.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: 10px;
  margin-right: 10px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: #5c562b;
  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: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

.bonita {
  color: #5c562b;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 30px;
}

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

.heading-3 {
  color: #9c965d;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Hello Bride Script, Tahoma, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.heading-3._1 {
  font-size: 150px;
  line-height: 150px;
}

.paragraph-2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Caudex, Tahoma, sans-serif;
}

.link {
  color: #333;
  text-transform: none;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  width: 80%;
  margin-top: 3%;
}

.grid.phone {
  display: none;
}

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

.image-2 {
  margin-bottom: -39px;
}

.image-3 {
  margin-bottom: -51px;
}

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

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

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

.paragraph-3._3 {
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 13px;
}

.paragraph-3._3._2 {
  width: 70%;
  font-size: 14px;
}

.paragraph-3._3._2-copy {
  width: 80%;
  font-size: 12px;
}

.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 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 450px;
  display: block;
}

.c-card-front {
  perspective: 1000px;
  background-image: url('../images/10.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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-card-front._2 {
  background-image: none;
}

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

.cloneable-area {
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 10px;
}

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

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

.text-span._1-copy {
  font-size: 10px;
  line-height: 15px;
}

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  background-image: url('../images/10.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%;
  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;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Caudex, 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/10.avif');
  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: none;
  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/10.avif');
  background-position: 75%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.paragraph-4 {
  color: #5c562b;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 5%;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 20px;
}

.text-span-2 {
  font-size: 12px;
  text-decoration: underline;
}

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

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

.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: 1.5px;
  text-transform: none;
  font-family: Hello Bride Script, Tahoma, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.bold-text {
  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: #fff;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 15px;
}

.modal-component {
  background-image: url('../images/16.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

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

.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: #5f6646;
  text-align: center;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 12px;
  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/0_10.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 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.link-8 {
  color: #616847;
}

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

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

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

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

.button-6 {
  color: #9c965d;
  background-color: #03030300;
  margin-bottom: 3%;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-decoration: underline;
}

.heading-10 {
  color: #9c965d;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 8%;
  margin-bottom: 0%;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

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

.link-11 {
  color: #646d65;
}

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

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

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

  .displayonly_component {
    padding: 30px;
  }
}

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

  .section._4 {
    padding: 10% 5%;
  }

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

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

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

  .cont {
    height: auto;
  }

  .heading {
    font-size: 25px;
  }

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

  .paragraph {
    font-size: 14px;
  }

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

  .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;
    padding: 25% 5%;
    font-size: 8vw;
    line-height: 6vw;
  }

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

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

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

  .heading-3._1 {
    font-size: 100px;
    line-height: 100px;
  }

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

  .grid {
    display: none;
  }

  .grid.phone {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .image-3 {
    margin-bottom: -39px;
  }

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

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

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

  .paragraph-3._3._2-copy {
    font-size: 10px;
    line-height: 11px;
  }

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

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

  .c-card-front {
    background-size: cover;
    width: 250px;
    max-width: 250px;
    height: 350px;
  }

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

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

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

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

  .text-span._1 {
    font-size: 10px;
    line-height: 13px;
  }

  .text-span._1-copy {
    font-size: 8px;
    line-height: 9px;
  }

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

  ._w-card-front._1 {
    background-size: cover;
  }

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

  .fotolarga {
    background-position: 40%;
  }

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

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

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

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

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

  .modal-component {
    height: 60vh;
  }

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

  .modal-container {
    height: 80%;
  }

  .displayonly_component._2 {
    padding: 0;
  }

  .button-6 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-10 {
    margin-top: 30%;
    font-size: 12px;
  }

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

  .grid-2 {
    width: 80%;
  }
}

#w-node-_6645e267-f69e-9db8-a7c0-4dd6089155da-9f7151ee, #w-node-_481782c3-d947-bc4b-a33d-3b327a28c3b5-9f7151ee, #w-node-_5aab2d32-5478-d38b-f578-ec7480b5f2ef-9f7151ee, #w-node-_5aab2d32-5478-d38b-f578-ec7480b5f303-9f7151ee {
  place-self: center;
}

#w-node-_98cfabd9-8622-7d60-3645-55a4d4ba3a48-9f7151ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98cfabd9-8622-7d60-3645-55a4d4ba3a66-9f7151ee {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Caudex';
  src: url('../fonts/Caudex-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hello Bride Script';
  src: url('../fonts/Hello-Bride-Script.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caudex';
  src: url('../fonts/Caudex-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}