@font-face {
  font-family: Didot;
  src: url('../fonts/Didot-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Didot;
  src: url('../fonts/Didot-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Simplebeauty;
  src: url('../fonts/SimpleBeauty-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sackers Gothic;
  src: url('../fonts/Sackers-Gothic-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aesthetic;
  src: url('../fonts/Aesthetic-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sackers Gothic Std;
  src: url('../fonts/Sackers-Gothic-Std-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

.body {
  background-color: #f8f3ed;
  background-image: url('../images/Copia-de-Inicio.png');
  background-position: 0 0;
  background-size: contain;
}

.dtprincipal {
  width: 70px;
}

.texto_sans {
  text-align: center;
  letter-spacing: 4px;
  border: 1px #000;
  font-family: Inria Serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.image-2 {
  border: 1px solid #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-2.fotocompu {
  width: auto;
}

.image-2.fotocel {
  display: none;
}

.cursiva {
  text-align: center;
  letter-spacing: 2px;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Linotype Didot;
  font-size: 20px;
  font-style: italic;
}

.cursiva:hover {
  text-decoration: none;
}

.cursiva.tres {
  text-align: left;
  font-family: Inria Serif;
}

.fotocuad {
  border: 1px solid #000;
  width: 17%;
}

.itinerario {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.boton {
  color: #333;
  background-color: #3898ec00;
  border: .5px solid #333;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inria Serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  display: block;
}

.boton:hover {
  background-color: #d9d9d9;
  font-family: Inria Serif;
  font-style: normal;
  font-weight: 300;
}

.text-field {
  color: #000;
  letter-spacing: 2px;
  background-color: #f8f3ed;
  border: 1px solid #000;
  margin-bottom: 0;
  font-family: Inria Serif;
  font-size: 10px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-top: 59px;
  display: flex;
}

.fotos {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.logo_negro {
  width: 5%;
}

.div-block-34 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-nav {
  color: #363636;
  letter-spacing: 2px;
  font-family: Inria Serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

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

.link-nav.w--current {
  font-family: Inria Serif;
  font-style: italic;
  font-weight: 700;
}

.link-nav.transporte {
  display: none;
}

.navbar {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  border-bottom: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around space-between;
  place-items: center;
  width: auto;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  position: absolute;
  inset: 4% 10% auto;
}

.dress_code {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/timeline.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 10% 0% 0%;
}

.dress_code.itii {
  background-image: url('../images/about-us.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
}

.dress_code.itii._1 {
  background-image: url('../images/bb.png');
}

.dress_code._1 {
  background-image: url('../images/a_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
}

.dress_code._3 {
  background-image: url('../images/CC.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3%;
}

.dress_code._4 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.dress_code._5 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 3%;
}

.dress_code._7 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.dress_code._5-copy {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 3%;
}

.dresses {
  width: 100px;
}

.mesaregalos {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f8f3ed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 400px;
  height: 300px;
  padding: 0;
  display: flex;
  box-shadow: 4px 2px 7px 3px #0003;
}

.mesaregalos.palacio {
  display: flex;
}

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

.textosolo {
  text-align: center;
  text-transform: none;
  font-family: Inria Serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.textosolo.mesaa {
  letter-spacing: 2px;
  padding-top: 47px;
}

.textosolo.chico {
  font-family: Inria Serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}

.textosolo.vv {
  display: none;
}

.tarjetasmesa {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-40 {
  border-left: 1px solid #000;
  width: 1px;
  display: block;
}

.hospedaje_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.texto_sans-2 {
  text-align: center;
  letter-spacing: 4px;
  font-family: Inria Serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.texto_sans-2.dos {
  letter-spacing: 1px;
}

.texto_sans-2.textoo {
  text-align: left;
  letter-spacing: 0;
  width: auto;
}

.div-block-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 10%;
  display: grid;
  position: static;
  inset: 10% 0% 0%;
}

.div-block-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.anayjose {
  background-image: url('../images/Screenshot-2023-10-27-at-3.42.23-p.m..png');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px solid #000;
  width: 100%;
  height: 200px;
}

.anayjose.teka {
  background-image: url('../images/Screenshot-2023-10-27-at-3.44.46-p.m..png');
  width: 100%;
}

.anayjose.malca1 {
  background-image: url('../images/Screenshot-2023-10-27-at-3.30.39-p.m..png');
  background-position: 70%;
  width: 100%;
}

.anayjose.nomade {
  background-image: url('../images/3.jpg');
  width: 100%;
}

.anayjose.motto {
  background-image: url('../images/Screenshot-2023-10-27-at-3.45.38-p.m..png');
  background-position: 100%;
  width: 100%;
}

.anayjose.bc {
  filter: none;
  background-position: 50%;
  height: 200px;
}

.anayjose.ilios {
  filter: none;
  background-image: url('../images/Screenshot-2023-10-27-at-3.27.20-p.m..png');
  background-position: 50%;
  height: 200px;
}

.anayjose.hartwood {
  filter: none;
  background-image: url('../images/Screenshot-2023-10-27-at-3.28.10-p.m..png');
  background-position: 50%;
  height: 200px;
}

.anayjose.vagalume {
  filter: none;
  background-image: url('../images/Screenshot-2023-10-27-at-3.29.04-p.m..png');
  background-position: 50% 100%;
  height: 200px;
}

.anayjose.malca2 {
  filter: none;
  background-image: url('../images/Screenshot-2023-10-27-at-3.30.39-p.m..png');
  background-position: 50%;
  height: 200px;
}

.div-block-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.div-block-46 {
  border-left: 1px solid #000;
  width: 1px;
  height: 25px;
}

.div-block-46._2 {
  display: none;
}

.div-block-48 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-51 {
  border-right: 1px solid #000;
  height: 100px;
}

.texto_cursiva {
  font-family: Inria Serif;
  font-weight: 300;
}

.div-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.div-block-54 {
  background-image: url('../images/KgqphJ.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
}

.div-block-55 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.div-block-56 {
  background-image: url('../images/KgqphJ-2.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
}

.dresscode_cuadro {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
  box-shadow: 4px 4px 8px #0003;
}

.dt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Inicio.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 3%;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: absolute;
  inset: 5% 0% 0%;
}

.linealarga {
  border-bottom: .5px solid #000;
  width: 100%;
  height: 1px;
}

.div-block-57 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.image-8 {
  width: 80px;
}

.navbarmobil {
  display: none;
}

.success-message {
  background-color: #ddd0;
  width: 100%;
}

.text-block {
  font-family: Inria Serif;
}

.error-message {
  width: 100%;
}

.container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.nav-link-5 {
  color: #7d766a;
  padding: 10px;
  text-decoration: none;
}

.nav-link-5:hover {
  text-decoration: underline;
}

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

.nav-link {
  color: #7d766a;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Sackers Gothic, Times New Roman, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.nav-link:hover {
  color: #87342c;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #000;
  padding: 10px;
}

.navbar-2 {
  background-color: #fff3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.nav-menu-2 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.grid.phone {
  display: none;
}

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

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

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  width: 100%;
  height: 85%;
}

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

.heading {
  text-align: center;
  font-family: Didot, Times New Roman, sans-serif;
  font-weight: 400;
}

.grid-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
}

.button {
  color: #87342c;
  text-align: center;
  background-color: #3898ec00;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Sackers Gothic, Times New Roman, sans-serif;
  font-size: 9px;
  line-height: 13px;
  text-decoration: underline;
}

.button._1 {
  border-left: 1px solid #87342c;
}

.image-9 {
  height: 100%;
}

.div-block-59 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 45%;
  margin-right: -23px;
  display: flex;
}

.div-block-59._2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10%;
  margin-left: -41px;
  margin-right: 0;
}

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

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

.div-block-60 {
  background-image: url('../images/a.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-60._1 {
  background-image: url('../images/g.png');
}

.image-10 {
  width: 100%;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Didot, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Sackers Gothic Std, Times New Roman, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
}

.link {
  color: #87342c;
}

.div-block-61 {
  border-right: 3px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-61._1 {
  border-right-style: none;
}

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

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 85%;
  height: auto;
}

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

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/gift.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: 219px auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 90%;
}

.link-block {
  background-image: url('../images/rsvp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 90%;
}

.link-block._2 {
  background-image: url('../images/rs.png');
  background-size: contain;
}

.grid-8, .timeline._2 {
  display: none;
}

.link-block-2 {
  margin-left: -118px;
}

.image-14 {
  margin-top: -119px;
  margin-left: 101px;
}

.grid-9 {
  display: none;
}

.div-block-67 {
  background-image: url('../images/a.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-67._1 {
  background-image: url('../images/g.png');
}

.div-block-68 {
  border-right: 3px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-68._1 {
  border-right-style: none;
}

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

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

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

@media screen and (max-width: 991px) {
  .texto_sans {
    line-height: 20px;
  }

  .tarjetasmesa {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-40 {
    border: 1px #000;
    border-top-style: solid;
    width: 100%;
    height: 1px;
  }

  .texto_sans-2 {
    line-height: 20px;
  }

  .div-block-42 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-46 {
    border-bottom: 1px solid #000;
    width: 15%;
    height: 1px;
  }

  .dt {
    padding-left: 15%;
    padding-right: 15%;
  }

  .icon {
    color: #7d766a;
  }

  .container {
    justify-content: flex-end;
  }

  .nav-link-5 {
    text-align: center;
  }

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

  .menu-button {
    background-color: #c8c8c800;
    display: flex;
  }

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

  .navbar-2 {
    box-shadow: none;
    background-color: #fff0;
  }

  .nav-menu-2 {
    background-color: #ccc4b7;
  }
}

@media screen and (max-width: 767px) {
  .dtprincipal {
    margin-bottom: 39px;
  }

  .fotocuad {
    width: 100%;
  }

  .fotos {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    width: auto;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    display: grid;
  }

  .logo_negro {
    width: 10%;
  }

  .div-block-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-nav {
    text-align: center;
    line-height: 12px;
  }

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

  .div-block-42 {
    padding-bottom: 43px;
  }

  .div-block-48 {
    margin-top: 24px;
  }

  .div-block-50 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-57 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-8 {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: url('../images/Copia-de-Inicio.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .dtprincipal {
    width: 40%;
    margin-bottom: 0;
  }

  .texto_sans {
    border: 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .texto_sans.celchico {
    margin-top: -9px;
    padding-top: 0;
  }

  .texto_sans.transporte, .image-2.fotocompu {
    display: none;
  }

  .image-2.fotocel {
    display: block;
  }

  .cursiva.tres {
    text-align: center;
  }

  .itinerario {
    display: flex;
  }

  .boton {
    text-align: center;
    font-size: 16px;
  }

  .form-block {
    width: 100%;
    padding-top: 0;
  }

  .fotos {
    margin-left: 10%;
    margin-right: 10%;
  }

  .logo_negro {
    width: 20%;
  }

  .div-block-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar {
    display: none;
  }

  .dress_code {
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 15% 10% 5%;
    position: static;
  }

  .dress_code.itii {
    width: 100%;
    height: 100vh;
    padding: 3% 5% 5%;
  }

  .dress_code.itii._1 {
    background-image: url('../images/Itinerary.png');
    background-size: contain;
    height: 100vh;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dress_code._1 {
    background-image: url('../images/Dresscode.png');
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 5% 3%;
  }

  .dress_code._3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .dress_code._7 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 100vh;
    padding: 0% 5%;
  }

  .dress_code._5-copy {
    height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .mesaregalos {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .textosolo {
    font-size: 16px;
  }

  .textosolo.mesaa {
    padding-top: 0;
  }

  .textosolo.chico {
    font-size: 14px;
  }

  .tarjetasmesa {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hospedaje_div {
    height: auto;
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .hospedaje_div._1 {
    padding-bottom: 0%;
  }

  .hospedaje_div._2 {
    height: 100vh;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hospedaje_div._5 {
    background-image: url('../images/Lodgind.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    padding-bottom: 5%;
  }

  .texto_sans-2.textoo {
    text-align: center;
  }

  .div-block-42 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .anayjose, .anayjose.bc, .anayjose.ilios, .anayjose.hartwood, .anayjose.vagalume, .anayjose.malca2 {
    height: 150px;
  }

  .div-block-46 {
    width: 30%;
  }

  .div-block-48 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-50 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-51 {
    height: 20px;
  }

  .texto_cursiva {
    font-size: 16px;
  }

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

  .div-block-54, .div-block-56 {
    width: 100%;
    height: 400px;
  }

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

  .dt {
    background-image: url('../images/1.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 5% 2% 10%;
    position: static;
  }

  .linealarga.esconder {
    display: none;
  }

  .div-block-57 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-58 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .navbarmobil {
    background-color: #ddd0;
    display: none;
    position: static;
    inset: 0%;
  }

  .nav-menu {
    background-color: #f8f3ed;
    position: fixed;
    inset: 0% 0% auto;
  }

  .vagalume {
    width: 80%;
  }

  .navbar-2 {
    justify-content: flex-end;
    align-items: center;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-2 {
    background-image: url('../images/Copia-de-Inicio_1.png');
    background-position: 0 0;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 50%;
    inset: 0% 0% auto;
  }

  .grid {
    display: none;
  }

  .grid.phone {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .grid-2 {
    display: none;
  }

  .grid-2.phone {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .grid-3 {
    display: none;
  }

  .grid-3.phone {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

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

  .button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 8px;
  }

  .button._1 {
    font-size: 8px;
  }

  .image-9 {
    height: auto;
  }

  .div-block-59 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-right: 0;
    display: block;
  }

  .div-block-59._2 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0%;
    margin-left: 0;
  }

  .div-block-59._1 {
    padding-left: 10px;
  }

  .grid-5 {
    display: none;
  }

  .grid-5.phone {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-60._1._2 {
    background-image: none;
    background-position: 0 0;
  }

  .div-block-60._3 {
    background-image: none;
  }

  .image-10 {
    width: 20%;
    max-width: none;
    height: 100%;
  }

  .heading-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph {
    margin: 5px;
    font-size: 7px;
    line-height: 9px;
  }

  .paragraph._1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .div-block-61 {
    flex-flow: column;
  }

  .div-block-61._3 {
    border-right-style: none;
  }

  .div-block-61._4 {
    border-bottom: 3px solid #000;
    border-right-style: none;
    flex-flow: row;
    width: 100%;
    height: 20vh;
  }

  .grid-6 {
    display: none;
  }

  .grid-6.phone {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 5%;
    display: grid;
  }

  .grid-7 {
    display: none;
  }

  .link-block._2 {
    background-image: url('../images/Recurso-54We.png');
    background-position: 50%;
    background-size: contain;
  }

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

  .div-block-62 {
    border-right: 1px solid #000;
    width: 100%;
    padding-right: 5px;
  }

  .timeline._2 {
    display: block;
  }

  .image-12 {
    display: none;
  }

  .div-block-63 {
    border-bottom: 2px solid #000;
    flex-flow: row;
    height: 20vh;
    display: flex;
  }

  .image-13 {
    height: 100%;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/g2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .link-block-3 {
    padding-top: 10%;
  }

  .image-15 {
    margin-top: 49px;
  }

  .image-16, .image-17 {
    width: 100%;
  }

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

  .div-block-65 {
    background-image: url('../images/brickhotel.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80vh;
    height: 100%;
  }

  .div-block-66 {
    border-bottom: 2px solid #000;
    flex-flow: row;
    height: 20vh;
    display: flex;
  }

  .div-block-67._3 {
    background-image: none;
  }

  .div-block-67._1._2 {
    background-image: none;
    background-position: 0 0;
  }

  .div-block-68 {
    flex-flow: column;
  }

  .div-block-68._3 {
    border-right-style: none;
  }

  .div-block-68._4 {
    border-bottom: 3px solid #000;
    border-right-style: none;
    flex-flow: row;
    width: 100%;
    height: 20vh;
  }

  .grid-10 {
    display: none;
  }

  .grid-10.phone {
    flex-flow: column;
    width: 100%;
    margin-top: 20%;
    display: flex;
  }

  .div-block-69 {
    background-image: url('../images/brickhotel.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80vh;
    height: 100%;
  }

  .link-block-5 {
    height: auto;
  }
}

#w-node-_4372323b-669d-ae89-7fe2-204dde27ca3e-31fa4d4e, #w-node-_18901da5-0fc5-6614-4894-58fb075f0eba-31fa4d4e, #w-node-a4330ec6-7488-837d-9e3f-5fd69d7950b2-31fa4d4e, #w-node-a4330ec6-7488-837d-9e3f-5fd69d7950b4-31fa4d4e {
  place-self: center;
}

#w-node-_311cde0f-7a9e-5d35-435b-4c1ab1bd953f-31fa4d4f, #w-node-_72a5c49b-39ac-4d43-9094-6467b061545d-31fa4d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc1a1af0-e0d3-efaf-1ecd-16d2e06096f2-31fa4d51, #w-node-b6ee5a83-04c4-bc91-99d8-88ddcaa09797-31fa4d51, #w-node-c1b8bde5-de15-b3bc-5ffe-718d75e0e4a7-31fa4d51, #w-node-_9c2c0321-e00f-70d2-50e9-8b5801cb997c-31fa4d51, #w-node-_9c2c0321-e00f-70d2-50e9-8b5801cb9988-31fa4d51, #w-node-_9c2c0321-e00f-70d2-50e9-8b5801cb9991-31fa4d51, #w-node-_7e5c42ab-ae98-75bb-3e1a-31c41229fa0d-31fa4d52, #w-node-c119dd36-a4ee-113b-1813-50d2c4da3b14-31fa4d52, #w-node-fe7feee6-aca8-020e-3a5a-0a4591939774-31fa4d52, #w-node-_7f570aa0-93ff-927a-95e9-aff8e589fd3f-31fa4d52, #w-node-c36fef5a-cb1a-7ed1-87e5-8ff6b796d3fc-31fa4d52, #w-node-ba6572b5-80c8-a42d-500c-a54e8b87dae6-31fa4d52, #w-node-df322054-3752-e266-2417-40a1f6fdfd5a-31fa4d52, #w-node-b461bfc2-2668-70bd-5a9c-63d5b93caa6b-31fa4d52, #w-node-_92f0cb79-7b1f-98e0-6f9c-fd5429d08974-31fa4d52, #w-node-fb83db0d-67ea-8c22-24c9-4ade1d0d6fed-31fa4d52, #w-node-_0ca8b484-4100-ab56-ea2a-60f64a05f88c-31fa4d52, #w-node-_89dda74e-fa32-b5a0-b314-59ecb5c3871f-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea16b-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea16d-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea16f-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea171-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea173-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea175-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea177-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea179-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea17b-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea17d-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea17f-31fa4d52, #w-node-_88a32ba9-407b-f9d6-0d88-2d6ef52ea181-31fa4d52, #w-node-_0bfeeee4-c238-acf6-0fd2-395e7d2db8ec-31fa4d53 {
  place-self: center;
}

#w-node-_06255e7a-7a89-5c25-396d-48d3d1578dbf-31fa4d55 {
  justify-self: end;
}

#w-node-f97b9d09-e3a9-81d8-0c11-a7cccf26ae4b-31fa4d55 {
  place-self: center start;
}

#w-node-_90e37cd9-c9f8-8e57-9790-2fe7b435d8e0-31fa4d55 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_80f9c622-92b4-efaf-0504-9b7312137fba-31fa4d4f, #w-node-_680a6348-c4ab-d580-338d-f6c4a607913c-31fa4d4f {
    place-self: center;
  }

  #w-node-_38485974-59e1-e487-4fb6-329e58db2b5b-31fa4d4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_7783a6b7-fcd4-a23e-2654-b05c63e4f5ea-31fa4d4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-db7cbcf8-a402-e094-1305-e2bbceb3343d-31fa4d53, #w-node-_47c8cc11-8b87-66a3-ce0f-ab11ae9ee9ab-31fa4d53 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Simplebeauty';
  src: url('../fonts/SimpleBeauty-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sackers Gothic';
  src: url('../fonts/Sackers-Gothic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aesthetic';
  src: url('../fonts/Aesthetic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sackers Gothic Std';
  src: url('../fonts/Sackers-Gothic-Std-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}