@font-face {
  font-family: Monterchi Serif Book Trial;
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@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/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-bottom: 3%;
}

.section._2 {
  background-image: url('../images/a.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section._3 {
  background-image: url('../images/12.png'), url('../images/ITINERARIO.png');
  background-position: 50%, 50% 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
  padding: 5% 10% 10%;
}

.section._4 {
  background-image: url('../images/a.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  padding-bottom: 5%;
}

.section._5 {
  background-image: url('../images/rec.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 5%;
}

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

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

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

.navbar {
  background-color: #ddd0;
}

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

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
}

.nav-link.w--current {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

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

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

.clock-number-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 5px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.bonita {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  padding: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-style: italic;
  line-height: 25px;
}

.bonita._1 {
  margin-top: -2px;
  line-height: 25px;
}

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

.grid._1 {
  margin-top: 10%;
}

.image {
  margin-right: 10px;
}

.image._1 {
  margin-right: 20px;
}

.paragraph {
  color: #4b3d30;
  text-align: center;
  letter-spacing: 0;
  font-family: Caudex, Times New Roman, sans-serif;
}

.paragraph._1 {
  font-size: 12px;
}

.paragraph._2 {
  color: #572728;
}

.paragraph._3 {
  color: #484938;
}

.paragraph._2-copy {
  color: #572728;
  width: 70%;
  font-size: 10px;
  line-height: 15px;
}

.paragraph._3-copy {
  color: #484938;
  width: 70%;
  font-size: 10px;
  line-height: 15px;
}

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

.heading._1 {
  color: #fff;
  font-weight: 400;
}

.heading._3 {
  color: #fff;
}

.heading._3._2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}

.heading._4 {
  color: #582829;
}

.heading._5 {
  color: #474837;
}

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

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

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

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

.link-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 14px;
}

.paragraph-3 {
  color: #4b3d30;
  text-align: center;
  width: 70%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
}

.paragraph-3._1 {
  color: #582829;
}

.paragraph-3._2 {
  color: #474836;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

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

.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/11.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}

.fotolarga.jo._2._5 {
  background-image: url('../images/18.jpg');
}

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

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

.cloneable-area {
  padding: 10px;
}

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

.heading-5 {
  color: #5a4b39;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Caudex, Times New Roman, 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, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.c-card-quote {
  background-color: #ece7de00;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

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

.c-card-front._1 {
  box-shadow: none;
  background-image: none;
  width: 350px;
  height: 350px;
}

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

.c-card-front._2 {
  background-image: url('../images/14.png');
  background-position: 50%;
  background-size: contain;
}

.link-18 {
  color: #000;
}

.c-card-back {
  perspective: 1000px;
  background-color: #ebe7de00;
  background-image: url('../images/14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
}

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

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

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

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

._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.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/14.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_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

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

.heading-6 {
  color: #582829;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-6._1 {
  font-size: 40px;
  line-height: 50px;
}

.paragraph-5 {
  color: #582829;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}

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

.paragraph-6._3 {
  width: 50%;
  margin-bottom: 20px;
  font-size: 10px;
}

.text-span-4 {
  color: #5c2a2b;
  font-size: 8px;
  line-height: 12px;
  text-decoration: none;
}

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

.div-block-5._2 {
  margin-bottom: 0;
}

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

.div-block-6 {
  height: 100%;
}

.grid-3 {
  grid-template-rows: auto;
  height: 100%;
}

.div-block-7 {
  background-image: url('../images/m.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12%;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
}

.button-2 {
  color: #582829;
  text-align: center;
  background-color: #3898ec00;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.button-2._3 {
  border-left: 1px solid #582829;
  margin-right: 0;
}

.text-span-5 {
  text-decoration: underline;
}

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

.paragraph-7 {
  color: #582829;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.button-3 {
  color: #582829;
  background-color: #3898ec00;
  border: 1px solid #582829;
  border-radius: 20px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

.div-block-24 {
  margin-top: 0%;
  padding-bottom: 2%;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.code-embed {
  z-index: 999;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.phone {
  display: none;
}

.section-2 {
  background-image: url('../images/18.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

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

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

.italic-text {
  font-size: 10px;
}

.italic-text-2, .italic-text-3, .italic-text-4 {
  font-size: 12px;
}

.italic-text-5 {
  font-size: 10px;
}

.italic-text-6 {
  font-size: 12px;
}

.italic-text-7 {
  font-size: 12px;
  font-weight: 700;
}

.image-4 {
  margin-bottom: 5px;
}

.italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12 {
  font-size: 12px;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.link-19 {
  color: #5a292a;
  text-decoration: none;
}

.div-block-30 {
  background-color: #582829;
  width: 70%;
  height: 1px;
  margin-bottom: 10px;
}

.div-block-30._2 {
  background-color: #464737;
}

.italic-text-13, .italic-text-14 {
  font-weight: 700;
}

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

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

.clock-number-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 1px 1px #0003;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 5px;
  margin-right: 0;
  padding-top: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.clock-number-3._2 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 30px;
}

.clock-number-3._1 {
  margin-bottom: 0;
  font-size: 20px;
}

.bonita-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  padding: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}

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

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

.div-block-31, .div-block-32 {
  width: 100%;
  padding-left: 5%;
}

.grid-4 {
  justify-content: space-between;
  align-items: center;
  width: 27%;
  display: flex;
}

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

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

@media screen and (max-width: 991px) {
  .bonita, .bonita-2 {
    font-size: 12px;
  }
}

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

  .section._1.phone {
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

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

  .section._3 {
    background-position: 50% 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: cover, contain;
    padding-top: 10%;
  }

  .section._4 {
    display: none;
  }

  .section._4.phone {
    flex-flow: column;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
  }

  .section._5 {
    background-image: url('../images/Flor.png');
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 35%;
  }

  .section._6 {
    background-position: 85% 60%;
    height: 100vh;
  }

  .section._7 {
    height: 50vh;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: block;
  }

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

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

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

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

  .clock-number-2._2 {
    padding-bottom: 22%;
  }

  .bonita {
    font-size: 10px;
    line-height: 10px;
  }

  .bonita._2 {
    padding-bottom: 5px;
  }

  .bonita._3 {
    margin-top: -10px;
  }

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

  .image._2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .paragraph {
    font-size: 12px;
  }

  .paragraph._1 {
    font-size: 10px;
  }

  .heading {
    font-size: 15px;
  }

  .heading._3 {
    font-size: 12px;
    line-height: 25px;
  }

  .heading._3._2 {
    font-size: 18px;
    line-height: 25px;
  }

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

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

  .link-block.phone {
    margin-top: 0;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .paragraph-3 {
    font-size: 11px;
    font-weight: 700;
  }

  .div-block-4 {
    height: auto;
    margin-bottom: 5%;
  }

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo._2 {
    background-image: url('../images/11.jpg');
    background-position: 50% 100%;
    height: 80vh;
    display: block;
  }

  .fotolarga.jo._2._5 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30vh;
  }

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

  .cloneable-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

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

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

  .c-card-front {
    background-image: url('../images/cuadro.png');
    width: 250px;
    max-width: 250px;
    height: 300px;
  }

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

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

  .c-card-front._2 {
    background-image: url('../images/cuadro.png');
    width: 250px;
  }

  .c-card-back {
    background-color: #e5ddd200;
    background-image: url('../images/a_1.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    max-width: 250px;
    height: 330px;
    display: flex;
  }

  .c-card-back._1 {
    height: 300px;
  }

  ._w-card-back {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  ._w-card-front._1 {
    background-image: url('../images/cuadro.png');
  }

  .heading-6 {
    padding-right: 0;
    font-size: 15px;
  }

  .heading-6._2 {
    margin-bottom: 10px;
  }

  .paragraph-6 {
    width: 100%;
  }

  .paragraph-6._3 {
    width: 80%;
    font-size: 10px;
    line-height: 12px;
  }

  .grid-3 {
    display: none;
  }

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

  .div-block-7 {
    background-image: url('../images/m.png');
    background-position: 50% 100%;
    background-size: contain;
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
    padding: 8% 10% 0%;
  }

  .button-2 {
    border-right: 1px solid #582829;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 9px;
    line-height: 12px;
  }

  .button-2._2, .button-2._4 {
    border-right-style: none;
  }

  .paragraph-7 {
    text-align: center;
    font-size: 12px;
  }

  .button-3 {
    font-size: 12px;
  }

  .div-block-24 {
    margin-top: 0%;
    margin-bottom: 2%;
  }

  .code-embed {
    width: 90%;
  }

  .icon {
    color: #fff;
  }

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

  .j {
    display: none;
  }

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

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

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

  .div-block-27 {
    height: 50%;
  }

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

  .section-2 {
    background-image: url('../images/18.jpg');
    background-position: 35% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45vh;
  }

  .div-block-29 {
    margin-bottom: 2%;
  }

  .image-3 {
    display: none;
  }

  .image-3.phone {
    display: block;
  }

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

  .nav-menu {
    background-image: url('../images/ITINERARIO.png');
    background-position: 0 0;
    background-size: contain;
    width: 100%;
  }

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

  .nav-menu-2 {
    background-image: url('../images/ITINERARIO.png');
    background-position: 0 0;
    background-size: auto;
  }

  .image-4 {
    margin-bottom: 20px;
  }

  .link-19 {
    color: #5a292a;
    text-decoration: none;
  }

  .button-4 {
    color: #fff;
    text-shadow: 0 1px 1px #0003;
    vertical-align: middle;
    background-color: #08080800;
    height: 100%;
    padding-top: 23px;
    padding-left: 15px;
    font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  }

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

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

  .clock-number-3 {
    width: auto;
    height: auto;
    padding: 25% 5%;
    font-size: 7vw;
    line-height: 6vw;
  }

  .clock-number-3._2, .clock-number-3._1 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10% 0%;
    font-size: 21px;
  }

  .bonita-2 {
    text-align: center;
    padding-top: 0;
    font-size: 10px;
    font-style: normal;
    line-height: 10px;
  }

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

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 45%;
  }

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

#w-node-_0296b60d-57ad-6708-24ec-96e2a0633ea7-3c236886, #w-node-a0100099-6b66-9772-612c-b91cf27e987d-3c236886, #w-node-_8d9dc7d4-a84c-a149-4c19-dffd73b3ad5b-3c236886, #w-node-_8416176c-bc84-ac86-a8b0-b92b70d79be7-3c236886, #w-node-_8416176c-bc84-ac86-a8b0-b92b70d79bea-3c236886, #w-node-_68d1a2ff-7cf4-7d77-8462-08246d8703df-3c236886, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c8996-3c236886, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c8999-3c236886, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c89a9-3c236886, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c89b6-3c236886, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c89b9-3c236886, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c89d1-3c236886, #w-node-_7ab0eb36-c826-3f4c-5cba-9fbca4b0f5fb-3c236886 {
  place-self: center;
}

#w-node-_381a51a7-66af-d547-6e00-2c7774c89344-3c236886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_04f5e0a8-0693-d126-0879-4ea0fa9465fd-3c236886 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0296b60d-57ad-6708-24ec-96e2a0633ea7-5d68b43a, #w-node-a0100099-6b66-9772-612c-b91cf27e987d-5d68b43a, #w-node-_8d9dc7d4-a84c-a149-4c19-dffd73b3ad5b-5d68b43a, #w-node-_8416176c-bc84-ac86-a8b0-b92b70d79be7-5d68b43a, #w-node-_8416176c-bc84-ac86-a8b0-b92b70d79bea-5d68b43a, #w-node-_68d1a2ff-7cf4-7d77-8462-08246d8703df-5d68b43a, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c8996-5d68b43a, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c8999-5d68b43a, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c89a9-5d68b43a, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c89b6-5d68b43a, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c89b9-5d68b43a, #w-node-eb9d0e95-af35-6d53-0098-f2424c6c89d1-5d68b43a {
  place-self: center;
}

#w-node-_381a51a7-66af-d547-6e00-2c7774c89344-5d68b43a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_04f5e0a8-0693-d126-0879-4ea0fa9465fd-5d68b43a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_807e6f41-7d8c-3617-45c7-9a8e4895b344-3c236886, #w-node-c01e1943-209b-0c73-2c4c-5d2beae2a76c-5d68b43a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Monterchi Serif Book Trial';
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}