@font-face {
  font-family: Versailles;
  src: url('../fonts/versailles.rar') format("undefined");
  font-weight: 400;
  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;
}

.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: #f0eee8;
  background-image: url('../images/b.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

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

.section._3 {
  background-image: url('../images/e.png');
  background-position: 0 0;
  background-size: contain;
  height: 90vh;
}

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

.section._5 {
  background-image: url('../images/w.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.section._6 {
  background-color: #f0eee8;
}

.section._7 {
  background-color: #f0eee8;
  padding-bottom: 0%;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #858a6a;
  letter-spacing: 1.5px;
  margin-left: 0%;
  margin-right: 0%;
  font-family: Versailles, Times New Roman, sans-serif;
  font-size: 12px;
}

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

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

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

.div-block-2 {
  background-image: url('../images/f.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3 {
  background-image: url('../images/g.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 60%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.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: 1%;
  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: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

.bonita {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Versailles, Times New Roman, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

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

.div-block-4 {
  height: 60vh;
}

.div-block-5 {
  background-image: url('../images/b_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: 2px;
  font-family: Versailles, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading._2 {
  color: #858a6a;
  margin-top: 0;
  margin-bottom: 0;
}

.heading._2._3 {
  margin-top: 5%;
  line-height: 30px;
}

.heading-2 {
  color: #fdf9f2;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.heading-2._2 {
  margin-top: 0;
}

.paragraph {
  color: #fef9f2;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

.paragraph._2 {
  text-align: center;
  width: 50%;
}

.button {
  background-color: #3898ec00;
  margin-top: 25px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  text-decoration: underline;
}

.button._2 {
  margin-top: 0;
}

.button._2-copy {
  margin-top: 0;
  font-size: 10px;
  line-height: 15px;
}

.div-block-6 {
  background-image: url('../images/c_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -61px;
  padding: 10% 15%;
  display: flex;
}

.code-embed {
  width: 85%;
  margin-bottom: 0;
}

.div-block-7 {
  background-image: url('../images/d_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -78px;
  margin-left: -52px;
  padding-left: 10px;
  display: flex;
}

.div-block-8 {
  background-color: #858a6acc;
  padding: 5%;
  font-size: 12px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 15px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  width: 60%;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

.paragraph-3._1 {
  width: 70%;
}

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

.div-block-10 {
  background-image: url('../images/Copia-de-b.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 5%;
  display: flex;
}

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

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

.div-block-12 {
  background-image: url('../images/j.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5%;
  text-decoration: none;
  display: flex;
}

.div-block-24 {
  margin-top: 5%;
  padding-bottom: 2%;
  text-decoration: none;
}

.heading-7 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.phone {
  display: none;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

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

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

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

  .section._2 {
    padding: 10% 2%;
  }

  .section._3 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

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

  .section._5 {
    background-image: url('../images/Hospedaje.png');
    height: auto;
    padding-top: 25%;
  }

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

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

  .container {
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 5%;
  }

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

  .div-block-2 {
    background-image: url('../images/101.png');
  }

  .div-block-3 {
    width: 70%;
  }

  .js-clock-2 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0%;
    padding-bottom: 0%;
  }

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

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

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

  .grid {
    display: none;
  }

  .grid.phone {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    background-image: url('../images/Copia-de-b_1.png');
    background-size: cover;
    width: 80%;
    box-shadow: 0 2px 5px #0003;
  }

  .heading {
    text-align: center;
    letter-spacing: 2.5px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .heading-2 {
    margin-top: 10px;
    font-size: 13px;
  }

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

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

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

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: url('../images/105.png');
    background-position: 50%;
    background-size: contain;
    height: auto;
    margin-top: 0;
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .div-block-7 {
    width: 100%;
    height: 40vh;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

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

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

  .div-block-9._1 {
    border-bottom: 1px solid #fff;
  }

  .div-block-10 {
    background-image: url('../images/Copia-de-b_1.png');
    background-size: cover;
    width: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-12 {
    background-size: cover;
  }

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

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

  .phone {
    display: block;
  }

  .image {
    display: none;
  }
}

#w-node-a4a55d43-ead9-dc18-2f69-c2e06579f664-8172fa07, #w-node-eacb856f-fb0b-889d-ae09-e5ad0c3db3c0-8172fa07 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


@font-face {
  font-family: 'Versailles';
  src: url('../fonts/versailles.rar') format('undefined');
  font-weight: 400;
  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;
}