@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: Citadel Script Std;
  src: url('../fonts/Citadel-Script-Std-Regular.otf') format("opentype");
  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-image: linear-gradient(#00000073, #fff0), url('../images/17.avif');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 2%;
}

.section._2 {
  background-image: url('../images/20.avif'), url('../images/3.avif');
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  padding-bottom: 0%;
}

.section._3 {
  background-image: url('../images/5.png'), url('../images/6.png');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  margin-top: -96px;
  padding-top: 10%;
}

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

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

.section._6 {
  background-image: url('../images/22.avif'), url('../images/3.avif');
  background-position: 100% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  padding-bottom: 2%;
}

.navbar-2 {
  background-color: #e7e5e4;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-2.compu {
  z-index: 99;
  background-color: #e5e1de00;
  border-bottom-style: none;
  margin-bottom: 2%;
  padding-top: 1%;
  padding-bottom: 0%;
  position: relative;
}

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

.div-block-17._1 {
  justify-content: flex-start;
}

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

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 70%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

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

.nav-link._2 {
  color: #fff;
  letter-spacing: 1.5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

.nav-link._2.w--current {
  text-shadow: 0 1px 1px #0003;
  padding-left: 28px;
}

.nav-link._1-copy {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}

.nav-link._1 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-16 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #8f9172;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

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

.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: #d7cec1;
  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: the-seasons, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.texto_principalcentrado {
  color: #d7cec1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
}

.grid-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr;
  width: 70%;
}

.grid-10.phone {
  display: none;
}

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

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

.paragraph {
  color: #2d4939;
  text-align: center;
  text-transform: uppercase;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.paragraph._1 {
  color: #99a17e;
}

.paragraph._1._3 {
  margin-bottom: 0;
}

.paragraph._1-copy {
  color: #f0f0e8;
  width: 40%;
}

.paragraph._1-copy._2 {
  width: 60%;
}

.paragraph._1-copy._3 {
  font-size: 18px;
  line-height: 25px;
}

.button {
  color: #2d4939;
  letter-spacing: .5px;
  background-color: #3898ec00;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-decoration: underline;
}

.button._1 {
  color: #99a17e;
}

.button._1-copy {
  color: #f0f0e8;
}

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

.fotolarga.jo._2-copy {
  background-image: url('../images/b.JPG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}

.fotolarga.jo._2-copy-copy {
  background-image: url('../images/c.JPG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}

.div-block-21 {
  background-image: url('../images/14.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15%;
  padding-bottom: 15%;
  display: flex;
}

.grid-11 {
  grid-template-columns: 1fr;
}

.heading-2 {
  color: #99a17e;
  text-align: center;
  margin-bottom: 0;
  font-family: Citadel Script Std, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading-2._1 {
  color: #f0f0e8;
  margin-bottom: 20px;
}

.heading-2._2 {
  color: #2d4939;
  letter-spacing: 1.5px;
  font-size: 60px;
  line-height: 55px;
}

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

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

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

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

.div-block-26 {
  background-image: url('../images/18.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60vh;
  display: flex;
}

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

.uno._1 {
  filter: blur(5px);
}

.image {
  margin-bottom: 10px;
}

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

.foto._1 {
  display: none;
}

.gri {
  width: 80%;
}

.gri.phone, .navbar-3 {
  display: none;
}

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

.section-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 90%;
  padding-bottom: 0%;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-family: Citadel Script Std, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

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

@media screen and (max-width: 479px) {
  .section._1 {
    background-image: url('../images/17.avif');
    background-position: 35% 30%;
    background-size: cover;
    height: 90vh;
  }

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

  .section._3 {
    margin-top: -20px;
  }

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

  .navbar-2 {
    width: 100%;
  }

  .navbar-2.compu {
    display: none;
  }

  .icon-5 {
    color: #7a7c5f;
  }

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

  .nav-link {
    color: #545454;
    text-align: center;
    margin-left: 0;
    font-size: 4vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .div-block-16, .grid-9 {
    display: none;
  }

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

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

  .grid-10 {
    display: none;
  }

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

  .heading {
    font-size: 18px;
    line-height: 20px;
  }

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

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

  .paragraph._1-copy {
    width: 50%;
  }

  .paragraph._1-copy._2 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph._1-copy._3 {
    width: 100%;
  }

  .button {
    font-size: 10px;
  }

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo._2 {
    background-image: url('../images/a1.JPEG');
    background-position: 40%;
    display: block;
  }

  .fotolarga.jo._2-copy {
    background-image: url('../images/b.JPG');
    background-position: 66%;
    display: block;
  }

  .fotolarga.jo._2-copy-copy {
    background-image: url('../images/c.JPG');
    background-position: 35%;
    display: block;
  }

  .div-block-21 {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .div-block-24 {
    height: auto;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .div-block-26 {
    width: 100%;
    display: none;
  }

  .div-block-26.phone {
    background-image: url('../images/Copia-de-18.png');
    display: flex;
  }

  .container {
    background-image: url('../images/21.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .image-2 {
    filter: contrast(200%);
    padding-top: 5px;
  }

  .brand {
    padding-left: 24px;
  }

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

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

  .nav-link-2 {
    color: #353535;
    text-align: center;
    font-family: The Youngest Serif Display, Times New Roman, sans-serif;
    font-size: 12px;
  }

  .foto {
    display: none;
  }

  .foto._1 {
    display: block;
  }

  .gri {
    display: none;
  }

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

  .navbar-3 {
    display: block;
  }

  .div-block-28 {
    width: 100%;
  }

  .section-2 {
    height: 100%;
  }

  .heading-3 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .icon-6 {
    color: #fff;
  }
}

#w-node-_7ecbf8ba-ed8c-ae24-418b-514760b7f7b0-0a1c0ebc, #w-node-_7ecbf8ba-ed8c-ae24-418b-514760b7f7b7-0a1c0ebc, #w-node-_7ecbf8ba-ed8c-ae24-418b-514760b7f7b9-0a1c0ebc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ece62ce-65dc-9ee5-2a75-5a40cbe862f6-0a1c0ebc, #w-node-ca0bd41e-6737-3034-c8cb-3048b8014a9e-0a1c0ebc {
  place-self: center;
}

#w-node-d5fa5620-ee38-24a8-6160-799b5c08ac7f-0a1c0ebc, #w-node-_21ccd33b-3936-590e-ab1d-01b6fd94e394-0a1c0ebc, #w-node-a206ddec-c313-6d45-b980-79a6a76923b6-0a1c0ebc, #w-node-a206ddec-c313-6d45-b980-79a6a76923cd-0a1c0ebc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


@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: 'Citadel Script Std';
  src: url('../fonts/Citadel-Script-Std-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}