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

.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: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 100vh;
  padding-top: 2%;
}

.section._2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.section._3 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section._4, .section._5 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section._6 {
  padding-bottom: 2%;
}

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

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

.navbar-2.compu {
  z-index: 99;
  background-color: #e5e1de00;
  border-bottom-style: none;
  margin-bottom: 2%;
  padding-top: 1%;
  padding-bottom: 0%;
  position: relative;
}

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

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

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

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

.nav-link {
  color: #5a4b39;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  font-family: Caudex, Impact, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

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

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

.nav-link._1-copy {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90%;
  padding-top: 5%;
  display: flex;
}

.heading {
  color: #985658;
  margin-bottom: 0;
  font-family: Hello Bride Script, Times New Roman, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 70px;
}

.heading-2 {
  color: #5a4b39;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.heading-3 {
  color: #5a4b39;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Caudex, Impact, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

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

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

.heading-4 {
  color: #5a4b39;
  text-align: center;
  margin-top: 10px;
  font-family: Hello Bride Script, Times New Roman, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.heading-4._1 {
  margin-bottom: 20px;
}

.heading-4._2 {
  margin-bottom: 0;
}

.paragraph {
  color: #000;
  text-align: justify;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Caudex, Impact, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

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

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

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

.c-card-back {
  perspective: 1000px;
  background-color: #ebe7de00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 400px;
  display: flex;
}

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

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

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

.text-span-7 {
  font-family: Lato, sans-serif;
}

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

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

.link-16 {
  color: #000;
}

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

.paragraph-3 {
  color: #fff;
  font-family: Caudex, Impact, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: Caudex, Impact, sans-serif;
  font-size: 10px;
  line-height: 11px;
}

.c-card-front {
  perspective: 1000px;
  background-image: url('../images/7.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._2 {
  background-image: url('../images/8.png');
  background-position: 50%;
  background-size: contain;
}

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

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

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

.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-quote {
  background-color: #ece7de00;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

._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.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: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

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

._w-card-front._1._3 {
  background-image: url('../images/10.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;
}

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

.texto_card {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 400px;
  padding: 0 5% 0 3%;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 6px 8px 7px #0003;
}

.div-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.div-block-22.teqi {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.sans {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
  padding: 10px;
  font-family: Caudex, Impact, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.sans.chico {
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
}

.sans.chico._2 {
  width: 50%;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.sans.boton {
  letter-spacing: 1.5px;
  text-transform: none;
  border-style: none;
  padding: 0;
  text-decoration: underline;
}

.sans.boton:hover {
  font-style: italic;
}

.div-block-15 {
  background-image: url('../images/centrofoto.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.div-block-15.ac {
  background-image: url('../images/AC.webp');
}

.div-block-15.four {
  background-image: url('../images/four.jpg');
}

.div-block-15.hcnd {
  background-image: url('../images/Hacienda.jpg');
}

.ilustracion_card {
  background-color: #fff;
  background-image: url('../images/taxi-waiting.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  position: relative;
}

.ilustracion_card._2 {
  background-color: #fff0;
  background-image: url('../images/pdc.png');
  background-size: contain;
  width: 200px;
  height: 250px;
}

.ilustracion_card._2.redd-copy {
  background-image: url('../images/15.png');
  background-size: cover;
  width: 280px;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
}

.ilustracion_card._2.redd-copy._1 {
  margin-left: -2%;
  box-shadow: 0 2px 5px #0003;
}

.ilustracion_card._2.redd-copy._3 {
  background-image: url('../images/16.png');
  margin-top: 5%;
  margin-left: -2%;
  box-shadow: 0 2px 5px #0003;
}

.ilustracion_card._2.centroo-copy {
  background-image: url('../images/13.png');
  background-size: cover;
  flex-flow: column;
  width: 280px;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.ilustracion_card._2.tequu-copy {
  z-index: 1;
  background-image: url('../images/14.png');
  background-size: cover;
  width: 280px;
  height: 400px;
  margin-top: 5%;
  margin-left: -2%;
  margin-right: 0;
  box-shadow: 0 2px 5px #0003;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-image: url('../images/d.png'), url('../images/3.png');
  background-position: 50%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: cover, cover;
}

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

.div-block-23 {
  background-image: url('../images/b.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vh;
  height: 70vh;
  padding-bottom: 8%;
  display: flex;
}

.button {
  color: #5a4b39;
  background-color: #3898ec00;
  font-family: Caudex, Impact, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}

.navbar-3 {
  display: none;
}

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

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

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, Impact, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

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

.link-18 {
  color: #000;
}

.image {
  display: none;
}

@media screen and (max-width: 991px) {
  .ilustracion_card {
    margin-bottom: 80px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .sans {
    font-size: 10px;
  }
}

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

  .section._2 {
    padding-top: 0%;
  }

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

  .grid-9 {
    display: none;
  }

  .navbar-2 {
    width: 100%;
  }

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

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

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

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

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

  .div-block-19 {
    justify-content: center;
    align-items: center;
    padding-top: 0%;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
    line-height: 60px;
  }

  .heading-2 {
    font-size: 12px;
    line-height: 15px;
  }

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

  .grid-10 {
    display: none;
  }

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

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

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

  .c-card-back {
    width: 250px;
    max-width: 250px;
    height: 350px;
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .fotolarga {
    background-position: 40%;
  }

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

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

  .texto_card {
    width: 250px;
    height: 350px;
  }

  .sans {
    line-height: 15px;
  }

  .sans.chico._2 {
    width: 80%;
    font-size: 12px;
    line-height: 15px;
  }

  .sans.boton {
    letter-spacing: 0;
  }

  .ilustracion_card {
    width: 260px;
  }

  .ilustracion_card._2.redd-copy {
    margin: 0;
  }

  .ilustracion_card._2.redd-copy._1 {
    width: 250px;
    height: 350px;
    margin-top: -20px;
    margin-left: 0%;
    margin-right: -34px;
  }

  .ilustracion_card._2.redd-copy._3 {
    width: 250px;
    height: 350px;
    margin-top: -8%;
    margin-left: -10%;
  }

  .ilustracion_card._2.centroo-copy {
    width: 250px;
    height: 350px;
    margin: 0 0 0 34px;
  }

  .ilustracion_card._2.tequu-copy {
    width: 250px;
    height: 350px;
    margin: -24px 0 0 -10%;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .body {
    background-image: url('../images/d.png'), url('../images/3.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, cover;
    background-attachment: scroll, scroll;
  }

  .div-block-23 {
    background-image: url('../images/c.png');
    background-size: contain;
    width: 90%;
    height: 60vh;
    padding-bottom: 28%;
  }

  .navbar-3 {
    background-color: #ddd0;
    display: block;
  }

  .brand-2 {
    width: 40%;
    height: 2vh;
    padding-left: 0;
  }

  .nav-menu-2 {
    background-color: #ece7e0;
  }

  .nav-link-3 {
    color: #676342;
    text-align: center;
    letter-spacing: 1px;
    font-family: Caudex, Impact, sans-serif;
    font-size: 12px;
  }

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

  .icon-9 {
    color: #985658;
  }

  .container-2 {
    padding-left: 10px;
  }

  .bold-text {
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
  }

  .image {
    margin-bottom: 20%;
    display: block;
  }

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

#w-node-_7a861122-ae42-f3d8-8bd9-c88e08fd121d-bf051a1d, #w-node-_7a861122-ae42-f3d8-8bd9-c88e08fd1224-bf051a1d, #w-node-_7a861122-ae42-f3d8-8bd9-c88e08fd1226-bf051a1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f8c7a97-0529-cc5b-60c6-7bea32164152-bf051a1d {
  place-self: center;
}

#w-node-_9c77f915-f2e4-2fd3-6f30-93d989e176bc-bf051a1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9a9e066-b5f9-4559-03df-9fd7e27c4e2f-bf051a1d {
  place-self: center;
}

#w-node-e9a9e066-b5f9-4559-03df-9fd7e27c4e30-bf051a1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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