@font-face {
  font-family: Monterchitext Book;
  src: url('../fonts/monterchitext-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nefelibata Script;
  src: url('../fonts/nefelibata-script.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-color: #747251;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
  height: auto;
}

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

.section._3 {
  background-color: #747251;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
}

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

.section._5 {
  background-image: url('../images/Copia-de-5.png'), url('../images/4.png');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
  padding-left: 0%;
  padding-right: 0%;
}

.section._6 {
  background-color: #42342d;
  background-image: url('../images/18.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 1%;
}

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

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

.navbar {
  background-color: #ddd0;
  margin-bottom: 2%;
}

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

.nav-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Monterchitext Book, Times New Roman, sans-serif;
}

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

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

.box-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: #586246;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.texto_principalcentrado {
  color: #586246;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

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

.div-block-2._2 {
  margin-left: 5%;
  margin-right: 5%;
}

.heading {
  color: #4e3f37;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Nefelibata Script, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading._1 {
  color: #ebe5dc;
}

.heading._2 {
  color: #747251;
}

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

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

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

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

.heading-2 {
  color: #ebe5dc;
  text-align: center;
  margin-top: 0;
  font-family: Nefelibata Script, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

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

.button {
  background-color: #3898ec00;
  border: 1px solid #ebe5dc;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Monterchitext Book, Times New Roman, sans-serif;
}

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

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

.div-block-16.vivee {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

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

.sans {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  padding: 10px;
  font-family: Nefelibata Script, Times New Roman, 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-family: Monterchitext Book, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.sans.boton {
  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.vive {
  background-image: url('../images/vivefoto.jpeg');
}

.div-block-15.teq {
  background-image: url('../images/Screenshot-2024-04-11-at-9.19.03-a.m..png');
}

.div-block-15.red {
  background-image: url('../images/redondafoto.jpeg');
}

.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.tequu {
  background-image: url('../images/8.png');
}

.ilustracion_card._2.redd {
  background-image: url('../images/9.png');
}

.ilustracion_card._2.viiv {
  background-image: url('../images/10.png');
}

.ilustracion_card._2.centroo {
  background-image: url('../images/7.png');
}

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

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

.sec {
  background-image: url('../images/11.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 80vh;
}

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

.div-block-18 {
  background-image: url('../images/13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  height: 70vh;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 80%;
  padding-bottom: 15%;
}

.link-block-2 {
  height: 20vh;
}

.image {
  margin-bottom: 5%;
}

._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 {
  font-family: Monterchitext Book, Times New Roman, sans-serif;
  line-height: 15px;
}

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

.c-card-back {
  perspective: 1000px;
  background-image: url('../images/16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 450px;
  display: block;
}

.c-card-front {
  perspective: 1000px;
  background-image: url('../images/INV-ANA-PAULINA--11.png');
  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;
  box-shadow: 1px 1px 3px #000;
}

.c-card-front._1 {
  width: 330px;
  box-shadow: none;
  background-image: url('../images/15.png');
  background-size: contain;
}

.c-card-front._2 {
  background-image: url('../images/INV-ANA-PAULINA--1.png');
  background-position: 0 0;
  background-size: auto;
}

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

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

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

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  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: Monterchitext Book, Times New Roman, sans-serif;
  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/INV-ANA-PAULINA-.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  box-shadow: 1px 1px 3px #000;
}

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

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: url('../images/INV-ANA-PAULINA--2.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/INV-ANA-PAULINA--1.png');
  background-position: 75%;
  background-size: cover;
  border-radius: 0;
  box-shadow: 1px 1px 3px #000;
}

.paragraph-3 {
  color: #586246;
  text-align: center;
  width: 60%;
  margin-top: 3%;
  font-family: Monterchitext Book, Times New Roman, sans-serif;
  font-size: 15px;
}

.paragraph-3._2 {
  margin-top: 5%;
}

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

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

.image-3 {
  margin-top: 3%;
}

@media screen and (min-width: 1920px) {
  .js-clock-2 {
    text-shadow: 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 {
    padding-bottom: 10%;
  }

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

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

  .div-block.phone {
    display: flex;
  }

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

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

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

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

  .box-2 {
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .texto_principalcentrado {
    font-family: Monterchitext Book, Times New Roman, sans-serif;
    font-size: 10px;
    line-height: 14px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .heading._1, .heading._2 {
    font-size: 40px;
    line-height: 45px;
  }

  .link-block {
    margin-top: 10%;
  }

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

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

  .ilustracion_card {
    width: 260px;
  }

  .ilustracion_card._2.tequu, .ilustracion_card._2.redd, .ilustracion_card._2.viiv, .ilustracion_card._2.centroo {
    margin: 0;
  }

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

  .div-block-18 {
    width: 100%;
    height: 50vh;
  }

  .c-flipping-cards-list {
    padding-top: 0%;
    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;
    display: flex;
  }

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

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

  .paragraph-3 {
    width: 80%;
  }

  .icon {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    display: block;
  }

  .nav-menu {
    background-color: #747251;
    background-image: url('../images/1.png');
    background-position: 0 0;
    background-size: cover;
  }

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


@font-face {
  font-family: 'Monterchitext Book';
  src: url('../fonts/monterchitext-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nefelibata Script';
  src: url('../fonts/nefelibata-script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}