@font-face {
  font-family: Harmattan;
  src: url('../fonts/Harmattan-Regular.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;
}

.sec {
  padding: 5%;
}

.sec._1 {
  background-image: url('../images/3.webp'), url('../images/2.webp');
  background-position: 50% 95%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 500px, cover;
  height: 100vh;
  padding-top: 2%;
}

.sec._2 {
  background-image: url('../images/4.png');
  background-position: 0 0;
  background-size: contain;
  padding: 10% 0%;
}

.sec._3 {
  background-image: url('../images/6.webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
}

.sec._4 {
  background-image: url('../images/4.webp');
  background-position: 0 0;
  background-size: contain;
  padding-left: 10%;
  padding-right: 10%;
}

.sec._5 {
  background-image: url('../images/4.webp');
  background-position: 0 0;
  background-size: contain;
  padding-left: 15%;
  padding-right: 15%;
}

.sec._6 {
  background-image: url('../images/6.webp');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 2%;
}

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

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

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  font-family: Harmattan, Times New Roman, sans-serif;
}

.nav-link:hover {
  font-style: italic;
  text-decoration: underline;
}

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

.nav-link.w--current:hover {
  color: #fff;
  font-style: normal;
}

.heading {
  letter-spacing: 1.5px;
  margin-top: 0;
  font-family: Harmattan, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.js-clock-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  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: #333;
  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: Harmattan, Times New Roman, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.texto_principalcentrado {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Harmattan, Times New Roman, sans-serif;
  font-size: 15px;
}

.div-block {
  margin-top: -91px;
  position: absolute;
}

.div-block-2 {
  background-image: url('../images/7.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 5%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-2 {
  color: #474525;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Harmattan, Times New Roman, sans-serif;
}

.c-card-quote {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 300px;
  display: none;
}

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

.c-card-front._1 {
  width: 330px;
  height: 200px;
  box-shadow: none;
  background-image: url('../images/9.webp');
}

.c-card-front._2 {
  background-image: url('../images/11.webp');
  background-position: 50%;
  background-size: contain;
  height: 220px;
}

.c-card-front._3 {
  background-image: url('../images/22.webp');
  background-size: 180px;
  width: 250px;
  height: 300px;
}

.c-card-front._4 {
  background-image: url('../images/23.webp');
  background-size: 200px;
  width: 250px;
  height: 300px;
}

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

.button-2 {
  color: #606961;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #606961;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Harmattan, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

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

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

.paragraph-2._3 {
  color: #787048;
  text-transform: uppercase;
  line-height: 15px;
}

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

.text-span {
  color: #93907c;
  text-transform: none;
  font-family: Harmattan, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 10px;
}

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

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

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

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

.link-block {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: -80px;
  display: flex;
  position: relative;
}

.div-block-20 {
  background-image: url('../images/13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: 5%;
  padding: 10% 5%;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  margin-top: 3%;
}

.div-block-21 {
  background-image: url('../images/18.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  margin-top: 0;
  padding-left: 0%;
  display: flex;
}

.div-block-21._1 {
  background-image: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: -10%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.code-embed {
  width: 80%;
  height: 100%;
  padding-left: 0;
}

.div-block-22 {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.div-block-23 {
  background-image: url('../images/20.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10% 5%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-3 {
  text-align: center;
  width: 100%;
  font-family: Harmattan, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-24 {
  margin-top: -183px;
}

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

.div-block-21-copy {
  background-image: url('../images/18.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  height: 100%;
  margin-top: 0;
  padding-top: 5%;
  padding-bottom: 10%;
  padding-left: 0%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-21-copy._1 {
  background-image: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  margin-top: -20%;
}

.recomendaciones.phone {
  display: none;
}

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

.button-3 {
  color: #353535;
  background-color: #3898ec00;
  padding-top: 0;
  font-family: Harmattan, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-decoration: underline;
}

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

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

@media screen and (max-width: 479px) {
  .sec._1 {
    background-position: 50% 95%, 47%;
    background-size: 300px, cover;
    height: 90vh;
  }

  .sec._2 {
    background-size: cover;
    padding-bottom: 15%;
  }

  .sec._3 {
    padding-top: 20%;
  }

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

  .sec._5 {
    padding: 10%;
  }

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

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

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

  .heading {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
  }

  .js-clock-2 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-bottom: 0%;
    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: 8vw;
    font-style: normal;
    line-height: 6vw;
  }

  .texto_principalcentrado {
    font-size: 11px;
    line-height: 14px;
  }

  .div-block {
    margin-top: -48px;
  }

  .div-block-2 {
    width: 75%;
    padding-top: 10%;
  }

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

  .c-card-back._3 {
    height: 300px;
    display: none;
  }

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

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

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

  .c-card-front._3, .c-card-front._4 {
    max-width: 250px;
  }

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

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

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

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

  .link-block {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .div-block-20 {
    width: 100%;
    margin-left: 0%;
    padding-top: 15%;
    padding-bottom: 20%;
  }

  .div-block-21._1 {
    margin-top: 0%;
  }

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

  .div-block-22.phone {
    flex-flow: column;
    display: flex;
  }

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo._2 {
    background-image: url('../images/19.webp');
    background-position: 25%;
    height: 70vh;
    display: block;
  }

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

  .div-block-24 {
    margin-top: -50px;
  }

  .div-block-21-copy {
    width: 100%;
  }

  .icon {
    color: #fff;
  }

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

  .nav-menu {
    background-image: url('../images/6.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .image-2 {
    padding-right: 13px;
  }

  .dress {
    display: none;
  }

  .dress.phone {
    padding-top: 5%;
    display: block;
  }

  .mujer {
    display: none;
  }

  .mujer.phone {
    display: block;
  }

  .hombre {
    display: none;
  }

  .hombre.phone {
    display: block;
  }

  .recomendaciones {
    display: none;
  }

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


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