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

@font-face {
  font-family: Monterchitext Book;
  src: url('../fonts/monterchitext-book.otf') format("opentype");
  font-weight: 400;
  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: 5%;
}

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

.section._2, .section._3 {
  background-image: url('../images/4.png');
  background-position: 0 0;
  background-size: contain;
}

.section._4 {
  color: #282b21;
  background-image: url('../images/Copia-de-9.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 5%;
  font-family: Caudex, Tahoma, sans-serif;
}

.section._5 {
  background-image: url('../images/4.png');
  background-position: 0 0;
  background-size: contain;
}

.section._6 {
  background-image: url('../images/d.png'), url('../images/4.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, contain;
  height: auto;
  padding-top: 10%;
  padding-bottom: 2%;
}

.section._2-copy {
  background-image: url('../images/4.png');
  background-position: 0 0;
  background-size: contain;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #fff;
  letter-spacing: 1.5px;
  font-family: Monterchitext Book, Tahoma, sans-serif;
}

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

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

.div-block {
  height: 90%;
}

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

.grid.phone {
  display: none;
}

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

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

.image {
  margin-bottom: 5%;
}

.js-clock-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
  padding: 0;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-20 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 5%;
  padding-left: 5%;
  display: flex;
}

.bonita {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  padding: 0;
  font-size: 15px;
  font-style: normal;
  line-height: 30px;
}

.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: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 1px 1px #0003;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

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

.heading-4 {
  color: #e2dfdd;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

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

.button {
  color: #e2dfdd;
  background-color: #3898ec00;
  margin-bottom: 5%;
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
}

.code-embed {
  width: 60%;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-23 {
  z-index: 99;
  background-image: url('../images/13.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5% 8%;
  display: flex;
  position: relative;
}

.link {
  color: #000;
}

.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-question-bar {
  color: #fff;
  border-bottom: 1px solid #dcd8cd;
  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;
}

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

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

.bold-text-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 13px;
}

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

.faq-paragraph {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Monterchitext Book, Tahoma, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.6;
}

.faq-paragraph._1 {
  margin-top: -5%;
  padding-top: 0;
  padding-bottom: 0;
}

._1 {
  margin-top: 0%;
  margin-right: 0%;
}

._2-copy {
  margin-left: -55px;
}

._12 {
  margin-top: 30%;
  margin-left: 54px;
  margin-right: 12%;
}

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

.div-block-25 {
  height: 100px;
}

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

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

.button-2 {
  color: #302f2f;
  background-color: #3898ec00;
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
  text-decoration: underline;
}

.paragraph-2 {
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 12px;
}

.div-block-27 {
  margin-top: 5%;
}

.heading-8 {
  color: #3d3d3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

.cel {
  display: none;
}

.paragraph-3 {
  color: #e2dfdd;
  text-align: center;
}

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

.paragraph-4 {
  color: #000;
  text-align: center;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

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

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

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

.heading-5._1 {
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: Caudex, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.heading-5._1._2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-5._1._4 {
  color: #642f36;
}

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

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

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

.c-card-front._2 {
  background-image: url('../images/Hoja.png');
  background-position: 50%;
  background-size: contain;
}

.link-18 {
  color: #000;
}

.c-card-back {
  perspective: 1000px;
  background-color: #ebe7de00;
  background-image: url('../images/Hoja.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 400px;
  display: flex;
}

._w-card-back {
  perspective: 1000px;
  background-color: #ece7de00;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
}

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

.c-card-img {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

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

._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.fb {
  background-color: #6670bd;
}

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

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

._w-card-front._1._3 {
  background-image: url('../images/10_1.png');
}

._w-card-front._1-copy {
  background-color: #0000;
  background-image: url('../images/9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  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;
}

.paragraph-5 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: italic;
}

.paragraph-5._1 {
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}

.paragraph-5._2 {
  text-align: center;
  font-style: normal;
}

.paragraph-5._3 {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 15px;
}

.link-19 {
  color: #000;
  font-size: 12px;
  line-height: 15px;
}

.js-clock-3 {
  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;
}

.clock-number-3 {
  color: #642f36;
  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: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
}

.bonita-2 {
  color: #642f36;
  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-28 {
  margin-bottom: 5%;
}

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

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

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

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

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

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

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

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

  .container {
    display: block;
  }

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

  .grid {
    display: none;
  }

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

  .image._1 {
    display: none;
  }

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

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

  .div-block-20 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5%;
    padding-right: 5%;
  }

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

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

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo._2, .fotolarga.jo._2-copy {
    background-image: url('../images/b.png');
    background-position: 60% 0;
    height: 85vh;
    display: block;
  }

  .grid-2 {
    display: none;
  }

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

  .div-block-23 {
    margin-top: -116px;
    margin-left: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-content {
    display: block;
  }

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

  .faq-question-wrap {
    margin-bottom: 5%;
  }

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

  .bold-text-2 {
    text-transform: uppercase;
    font-family: Caudex, Tahoma, sans-serif;
    font-size: 12px;
  }

  .faq-paragraph {
    text-align: center;
    font-family: Monterchitext Book, Tahoma, sans-serif;
  }

  ._2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: -115px;
    display: flex;
  }

  ._2-copy {
    margin-left: 0;
  }

  ._12 {
    margin-top: 0%;
    margin-left: 0;
  }

  .paragraph {
    font-family: Caudex, Tahoma, sans-serif;
  }

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

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

  .compu {
    display: none;
  }

  .cel {
    display: block;
  }

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

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

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

  .heading-5 {
    margin-bottom: 10px;
    font-size: 25px;
  }

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

  .heading-5._1._2 {
    font-size: 14px;
  }

  .heading-5._1._4 {
    font-size: 12px;
  }

  .c-card-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .c-card-front._2 {
    width: 250px;
    margin-top: 0;
  }

  .c-card-back {
    justify-content: center;
    align-items: center;
    width: 250px;
    max-width: 250px;
    height: 350px;
    display: flex;
  }

  ._w-card-back {
    width: 80%;
  }

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

  .paragraph-5._2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

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

  .clock-number-3 {
    width: auto;
    height: auto;
    padding: 25% 5%;
    font-size: 7vw;
    line-height: 6vw;
  }

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

  .div-block-28 {
    margin-bottom: 10%;
  }

  .image-2 {
    width: 250px;
    height: 350px;
  }
}


@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: 'Caudex';
  src: url('../fonts/Caudex-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monterchitext Book';
  src: url('../fonts/monterchitext-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}