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

.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(#00000082, #fff0), url('../images/Portada.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.section._2 {
  background-image: url('../images/2.png');
  background-position: 0 0;
  background-size: contain;
  position: relative;
}

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

.section._4 {
  background-image: url('../images/6.png'), url('../images/2.png');
  background-position: 0 0, 0 0;
  background-size: cover, contain;
  padding-bottom: 2%;
}

.navbar {
  background-color: #ddd0;
}

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

.nav-link {
  color: #fafafa;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff3;
  margin-left: 10px;
  margin-right: 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.nav-link:hover {
  font-style: italic;
}

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

.nav-link.w--current:hover {
  font-style: italic;
}

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

.link-block {
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 130vh;
  margin-top: -278px;
}

.image {
  margin-top: -351px;
}

.div-block-2 {
  background-image: url('../images/6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 50%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  z-index: 999999;
  width: 70%;
  height: 50vh;
  position: relative;
}

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

.heading {
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  font-family: Hello Bride Script, Times New Roman, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.grid.phone {
  display: none;
}

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

.image-2 {
  width: 80%;
}

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

.heading-2 {
  color: #f1eee6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-2._1 {
  text-shadow: 0 1px 1px #0003;
}

.paragraph {
  color: #f1eee6;
  letter-spacing: 2px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-style: italic;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #9d9b62;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
}

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

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 80%;
}

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

.link-block-3 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -95px;
  display: flex;
}

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

.image-3 {
  opacity: 1;
}

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

.heading-3 {
  color: #9e995c;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

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

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

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

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

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

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

  .image {
    margin-top: -119px;
  }

  .grid {
    display: none;
  }

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

  .grid-2 {
    width: 100%;
  }

  .link-block-3 {
    margin-top: -37px;
  }

  .div-block-8 {
    padding-top: 15%;
  }

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

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

  .image-3 {
    display: none;
  }

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

#w-node-_1afc944c-0d1f-afce-55cf-1b85be1c8973-ff1621d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bac78cfd-1595-2b04-d724-f910d5ab2984-ff1621d6, #w-node-_89a4888a-f86e-5d3f-8c20-fc387ce7d218-ff1621d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


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