@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: The Youngest Serif Display;
  src: url('../fonts/the-youngest-serif-display.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;
}

@font-face {
  font-family: Monterchiserif;
  src: url('../fonts/monterchiserif-light.otf') format("opentype");
  font-weight: 300;
  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/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.section._2 {
  background-image: url('../images/29.png'), url('../images/3.png'), url('../images/4.png');
  background-position: 50% 0, 50%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, contain, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 10%;
  display: flex;
}

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

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

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

.section._6 {
  background-color: #4f533a;
  background-image: url('../images/13.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 10%;
}

.section._7 {
  background-image: url('../images/24.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.section._8 {
  background-image: url('../images/26.png'), url('../images/27.png');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
  height: 70vh;
}

.section._9 {
  background-image: url('../images/28.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 1%;
  display: flex;
}

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

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

.nav-link {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Monterchiserif, Times New Roman, sans-serif;
  font-size: 16px;
}

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

.navbar {
  background-color: #ddd0;
}

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

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

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.italic-text {
  color: #fff;
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: 400;
}

.italic-text._1 {
  font-size: 20px;
  line-height: 25px;
}

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

.heading-2 {
  color: #4f533a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.paragraph {
  color: #4f533a;
  text-align: center;
  width: 70%;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 16px;
}

.div-block-4 {
  background-color: #e5e1de;
  padding-top: 5%;
  padding-bottom: 5%;
}

.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: #4f533a;
  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: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.texto_principalcentrado {
  color: #4f533a;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 18px;
}

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

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin-top: 5%;
}

.grid.phone {
  display: none;
}

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

.paragraph-2 {
  color: #4f533a;
  letter-spacing: 1.5px;
  margin-top: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
}

.heading-3 {
  color: #4f533a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-3 {
  color: #4f533a;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.link {
  color: #51553c;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 12px;
}

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

.heading-4 {
  color: #bcb8a0;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Hello Bride Script, Times New Roman, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.button {
  color: #bcb8a0;
  letter-spacing: 1.5px;
  background-color: #3898ec00;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}

.paragraph-4 {
  color: #bdb8a0;
  text-align: center;
  text-transform: uppercase;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.left-arrow, .right-arrow {
  display: none;
}

.section-2 {
  height: 50vh;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/14.png');
  background-position: 0 0;
  background-size: cover;
}

.section-3 {
  background-image: url('../images/15.png'), url('../images/16.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
  padding: 5%;
}

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

.texto_card {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  background-image: url('../images/22.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 400px;
  padding: 0 5% 0 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 10px 0;
  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: uppercase;
  padding: 5px 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

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

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

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

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

.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-copy {
  background-image: url('../images/18.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/bb.png');
  background-size: cover;
  width: 280px;
  height: 400px;
  margin-top: 5%;
  margin-left: -2%;
  margin-right: 0;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

.text-span {
  color: #000;
  text-decoration: none;
}

.link-18 {
  text-decoration: none;
}

.button-2 {
  color: #000;
  background-color: #3898ec00;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.text-span-2 {
  text-transform: none;
}

.div-block-23 {
  height: 1005px;
}

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

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10%;
  padding-left: 21px;
  display: flex;
}

.button-3 {
  color: #bcb8a0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  text-decoration: underline;
}

.paragraph-5 {
  color: #bcb8a0;
  font-family: Caudex, Times New Roman, sans-serif;
}

.heading-6 {
  color: #4f533d;
  margin-bottom: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

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

._1.phone, .ti.phone, .slider-2, .image {
  display: none;
}

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

@media screen and (max-width: 991px) {
  .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;
  }

  .ilustracion_card {
    margin-bottom: 80px;
  }
}

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

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

  .section._2 {
    background-image: url('../images/c.png'), url('../images/4.png');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .section._5 {
    background-image: url('../images/30.png'), url('../images/12.png'), url('../images/4.png');
    background-position: 0 0, 0 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: contain, contain, cover;
  }

  .section._6 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10%;
    display: flex;
  }

  .section._7 {
    height: 60vh;
  }

  .section._8 {
    background-image: url('../images/a8.png'), url('../images/27.png');
    background-position: 100% 0, 0 0;
    background-size: cover, contain;
    height: 50vh;
  }

  .section._9 {
    height: 50vh;
  }

  .section._1-copy {
    background-position: 45%;
    height: 90vh;
  }

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

  .nav-link {
    color: #000;
    text-align: center;
  }

  .div-block-2 {
    height: 65%;
  }

  .heading._2 {
    display: block;
  }

  .italic-text {
    font-size: 20px;
    line-height: 25px;
  }

  .italic-text._1 {
    font-size: 15px;
    display: block;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
  }

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

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

  .grid {
    display: none;
  }

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

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

  .paragraph-4 {
    line-height: 15px;
  }

  .section-2 {
    height: 60vh;
  }

  .slider {
    display: none;
  }

  .section-3 {
    background-image: url('../images/a7.png'), url('../images/15.png'), url('../images/16.png');
    background-position: 100% 0, 100% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: cover, cover, contain;
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

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

  .sans {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 15px;
  }

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

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

  .ilustracion_card {
    width: 260px;
  }

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

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

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

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

  .icon {
    color: #fff;
  }

  ._1 {
    display: none;
  }

  ._1.phone {
    display: block;
  }

  .ti {
    display: none;
  }

  .ti.phone {
    display: block;
  }

  .slider-2 {
    height: 100%;
    display: block;
  }

  .right-arrow-2, .left-arrow-2, .slide-nav-2 {
    display: none;
  }

  .slide-2 {
    background-image: url('../images/a2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/a3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/a4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/a5.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/a6.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image {
    display: block;
  }

  .menu-button {
    color: #33333321;
  }

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

  .nav-menu {
    background-color: #c8c8c8;
    background-image: url('../images/4.png');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


@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: 'The Youngest Serif Display';
  src: url('../fonts/the-youngest-serif-display.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;
}
@font-face {
  font-family: 'Monterchiserif';
  src: url('../fonts/monterchiserif-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}