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

.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/F2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.section._2 {
  background-image: url('../images/d1.png'), url('../images/d2.png');
  background-position: 0%, 0 0;
  background-size: cover, cover;
}

.section._3 {
  background-image: url('../images/d1.png'), url('../images/d6.png'), url('../images/d5.png');
  background-position: 0 100%, 0 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: cover, contain, contain;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
}

.section._4 {
  background-image: url('../images/F2.png');
  background-position: 0 0;
  background-size: cover;
}

.section._5 {
  background-image: url('../images/d1.png'), url('../images/d2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.section._6 {
  background-image: url('../images/d1.png'), url('../images/d12.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  padding-bottom: 2%;
}

.navbar {
  background-color: #ddd0;
}

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

.nav-link {
  color: #e2dbd2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

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

.div-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 90%;
  display: flex;
}

.image {
  margin-bottom: 10%;
}

.div-block-2 {
  background-image: url('../images/d1.png');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

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

.div-block-4 {
  background-image: url('../images/d7.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 55px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.bold-text-3 {
  font-size: 17px;
}

.italic-text-3 {
  font-style: normal;
}

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

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

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

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

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

.paragraph-4 {
  color: #6b663e;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
}

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

.bold-text {
  font-style: normal;
}

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

.text-span-2 {
  color: #6b663e;
  font-size: 15px;
}

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

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

.c-card-front._1 {
  width: 300px;
  height: 350px;
  box-shadow: none;
  background-image: url('../images/Layer-4.png');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
}

.italic-text {
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
}

.heading {
  color: #525d42;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-5 {
  color: #525d42;
  border: 1px solid #525d42;
  margin-bottom: 0;
  padding: 5px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-6 {
  color: #525d42;
  text-align: center;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.div-block-21 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -54px;
  display: flex;
}

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

.sans {
  color: #525d42;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  padding: 10px 10px 0;
  font-family: Caudex, 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-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.sans.boton {
  border-style: none;
  padding: 0;
  font-size: 9px;
  text-decoration: underline;
}

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

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

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

.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.centroo {
  background-image: url('../images/d10.png');
  width: 300px;
  height: 300px;
}

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

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

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

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

.paragraph-7 {
  color: #525d42;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

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

.heading-2 {
  color: #525d42;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.link-2 {
  color: #535d43;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

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

.heading-3 {
  color: #a09684;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

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

.link-3 {
  color: #545f44;
  text-decoration: none;
}

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

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

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

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

  .section._3 {
    background-size: cover, 700px, contain;
    padding-top: 10%;
  }

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

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

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

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

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

  .image {
    padding-left: 11px;
  }

  .div-block-3 {
    margin-top: 10%;
  }

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

  .c-card-back {
    width: 280px;
    max-width: 280px;
    height: 300px;
  }

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

  .c-card-front, .c-card-front._1 {
    width: 280px;
    max-width: 280px;
    height: 300px;
  }

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

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

  .ilustracion_card {
    width: 260px;
  }

  .ilustracion_card._2.centroo {
    margin: 0;
  }

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

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

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

  .nav-menu {
    background-image: url('../images/F2.png');
    background-position: 50%;
    background-size: cover;
  }

  .icon {
    color: #fff;
  }
}


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