@font-face {
  font-family: Sweet Sans;
  src: url('../fonts/SweetSansProExLight.otf') format("opentype"), url('../fonts/SweetSansProLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Sweet Sans;
  src: url('../fonts/SweetSansProMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --beige: #faf0ed;
  --verde: #1c421d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
  text-decoration: none;
}

form {
  color: var(--beige);
}

.musica {
  background-image: url('../images/Verde.avif');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.banner1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/freepik__upload__44159.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
}

.photo-full {
  background-image: url('../images/Daisy--Sebastian-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.dress-code {
  background-image: url('../images/2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.dress-code.movil {
  display: none;
}

.hoteles {
  background-image: url('../images/Verde.avif'), linear-gradient(#14380c80, #14380c80);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.columnas {
  background-image: url('../images/4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 50vh;
}

.recomendaciones {
  background-image: url('../images/2.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.rsvp {
  background-image: url('../images/Copia-de-5.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.button {
  color: #3330;
  vertical-align: middle;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-logo-center {
  margin-top: 0;
  padding-top: 3%;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  background-image: url('../images/Logo.avif');
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #f1ead6;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--beige);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.movil {
  display: block;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.itinerario {
  background-image: url('../images/Verde.avif'), linear-gradient(#052e0580, #052e0580);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 3%;
  padding-bottom: 0;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 90vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-2 {
  width: 100vw;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 80px;
  overflow: hidden;
}

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

.image {
  vertical-align: middle;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 75%;
  padding: 0;
  position: sticky;
  top: 0;
}

.button-2 {
  color: var(--beige);
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #faf0ed;
  border-radius: 50px;
  padding: 5px 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 10px;
  font-weight: 300;
}

.button-2.dresscode {
  height: 30px;
  margin-top: 5px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
}

.button-2.dresscode.verde {
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.button-2.verde {
  border-color: var(--verde);
  color: var(--verde);
}

.text-block {
  color: var(--beige);
  text-align: center;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block.light {
  text-align: center;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.text-block.light.left {
  text-align: left;
}

.text-block.light.right {
  text-align: right;
}

.text-block.verde, .text-block.green {
  color: var(--verde);
}

.cell-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.cell-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: var(--beige);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

.heading.verde {
  color: var(--verde);
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading.green {
  color: var(--verde);
}

.smaller {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: -35%;
  overflow: clip;
}

.submit-button {
  border: 1px solid var(--beige);
  color: var(--beige);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--beige);
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 0;
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
  font-weight: 400;
  transition: transform .2s;
  display: block;
}

.submit-button:hover {
  border-color: #b3aca5;
  transform: scale3d(1, 1.1, 1);
}

.submit-button:focus-visible, .submit-button[data-wf-focus-visible] {
  color: #575b66;
  border-color: #b3aca5;
}

.text-block-8 {
  color: var(--beige);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--beige);
  text-transform: uppercase;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-21 {
  -webkit-text-stroke-color: #b3aca5;
  border: 0 solid #b3aca5;
  border-bottom-width: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 10px;
  display: flex;
}

.form {
  color: var(--beige);
  border-top: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 400px;
  max-width: 300px;
  padding-top: 0%;
  padding-bottom: 3%;
  font-family: Sweet Sans, Impact, sans-serif;
  font-weight: 500;
  display: flex;
  box-shadow: inset 0 0 #00000080;
}

.error-message-2 {
  color: #000;
  width: 20%;
  font-weight: 400;
}

.checkbox {
  margin-top: 0;
}

.success-message-2 {
  background-color: #0000;
}

.text-field {
  color: #b3aca5;
  text-align: center;
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 1px solid #575b66;
  height: 50px;
  font-size: 1rem;
  font-weight: 500;
}

.text-field::placeholder {
  color: #575b66;
  background-color: #0000;
  font-weight: 300;
}

.text-field._1 {
  border-style: solid;
  border-color: var(--beige);
  color: var(--beige);
  text-align: center;
  -webkit-text-stroke-color: var(--beige);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.text-field._1:hover {
  color: #b3aca5;
  border-color: #b3aca5;
}

.text-field._1::placeholder {
  color: var(--beige);
}

.text-block-11 {
  color: #575b66;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-11.peque-o {
  font-size: 10px;
}

.checkbox-label-2 {
  color: #575b66;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.form-block {
  color: #b3aca5;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0%;
  padding-bottom: 10%;
  font-family: Sweet Sans, Impact, sans-serif;
  font-weight: 500;
  display: flex;
}

.text-block-9 {
  margin-left: 0;
  padding-left: 0;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.heading-2 {
  color: var(--beige);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container-3 {
  max-width: none;
  height: 100%;
  padding-top: 0;
  overflow: hidden;
}

.full-frame-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  overflow: hidden;
}

.full-frame-image-wrapper.normal1 {
  background-image: url('../images/3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  display: block;
  position: sticky;
}

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

.quick-stack-4 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.cell-9 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  height: 100%;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

.container-4 {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.text-span.light {
  font-weight: 400;
}

.container-5 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cell-11 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.image-4 {
  max-width: 40%;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack-6 {
  padding-top: 0;
}

.movil {
  display: none;
}

.heading-3 {
  color: #fff;
  margin-top: 10%;
  font-family: Sweet Sans, Impact, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

@media screen and (min-width: 1280px) {
  .banner1 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/freepik__upload__44159.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 99vh;
  }

  .recomendaciones {
    height: 100%;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    justify-content: space-between;
  }

  .nav-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    display: block;
  }

  .quick-stack {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
  }

  .cell {
    background-position: 50% -10%;
    background-size: cover;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .image {
    width: 100%;
    top: 0;
  }

  .quick-stack-3 {
    background-size: contain;
  }

  .button-2.dresscode {
    flex: 0 auto;
    height: auto;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .heading {
    font-size: 42px;
  }

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

  .container-3 {
    width: 90%;
    max-width: none;
    height: 100%;
  }

  .quick-stack-4 {
    width: 90%;
  }

  .cell-7 {
    padding-top: 100px;
  }

  .cell-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .portada {
    height: 100vh;
  }

  .musica {
    background-image: url('../images/fondo-o-textura-de-grunge-de-fondo-de-pared-verde-oscuro-1-1_1.avif');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .banner1 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/freepik__upload__44159.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: auto;
    height: 100vh;
  }

  .hoteles {
    background-image: url('../images/fondo-o-textura-de-grunge-de-fondo-de-pared-verde-oscuro-1-1_1.avif'), linear-gradient(#0000, #0000);
  }

  .recomendaciones {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button {
    position: static;
    inset: 0%;
  }

  .navbar-logo-center-container.shadow-three {
    width: 90%;
    max-width: none;
    font-size: 20px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand-three {
    background-repeat: no-repeat;
    width: 300px;
  }

  .nav-link {
    font-size: 18px;
  }

  .itinerario {
    background-image: url('../images/fondo-o-textura-de-grunge-de-fondo-de-pared-verde-oscuro-1-1_1.avif'), linear-gradient(#0000, #0000);
  }

  .quick-stack {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cell {
    background-position: 50% -25%;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-2 {
    padding-left: 0;
  }

  .quick-stack-2 {
    justify-content: center;
  }

  .image {
    width: 100%;
    top: auto;
  }

  .quick-stack-3 {
    background-image: none;
  }

  .button-2.dresscode.small {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto auto 25%;
  }

  .text-block {
    font-size: 20px;
  }

  .container-3 {
    width: 95%;
    max-width: none;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-frame-image-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .full-frame-image-wrapper.normal1 {
    background-size: cover;
    height: 90vh;
  }

  .quick-stack-4 {
    width: 90%;
  }

  .cell-7 {
    padding-top: 140px;
  }

  .container-4 {
    position: absolute;
  }

  .text-span.light {
    font-size: 20px;
  }

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

  .image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

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

  .image-6 {
    max-width: none;
    height: 100vh;
  }
}

@media screen and (min-width: 1920px) {
  .code-embed-2 {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .hoteles {
    height: 130vh;
  }

  .recomendaciones {
    height: 150vh;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: center;
    align-items: center;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    width: 40%;
    margin-left: auto;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #263024b3;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    margin-top: 40px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .quick-stack-2 {
    padding-left: 0;
  }

  .icon {
    color: var(--beige);
  }

  .button-2.dresscode {
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .heading {
    font-size: 28px;
  }

  .image-2 {
    top: -10%;
  }

  .form {
    padding-left: 17px;
    padding-right: 17px;
  }

  .full-frame-image-wrapper {
    height: 50vh;
  }

  .full-frame-image-wrapper.normal1 {
    background-position: 0%;
    background-size: cover;
  }

  .quick-stack-4 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .dress-code {
    width: 100%;
    height: 160vh;
  }

  .columnas {
    background-size: contain;
    height: 200px;
  }

  .recomendaciones {
    height: 200vh;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

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

  .image {
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }

  .text-block {
    font-size: 12px;
  }

  .text-block.light {
    font-size: 14px;
  }

  .text-block.light.left, .text-block.light.right {
    font-size: 11px;
  }

  .smaller {
    width: auto;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form {
    min-width: 450px;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    width: 90%;
    height: 200vh;
  }

  .full-frame-image-wrapper {
    height: 100vh;
  }

  .full-frame-image-wrapper.normal1 {
    background-position: 50%;
  }

  .cell-11 {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .musica {
    display: none;
  }

  .banner1 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_8543-1_1.avif'), url('../images/IMG_8543-1_2.avif');
    background-position: 0 0, 50%, 60% 30%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    height: 100vh;
  }

  .dress-code {
    height: 100%;
    padding-bottom: 40px;
    display: none;
  }

  .dress-code.movil {
    display: block;
  }

  .hoteles {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .columnas {
    background-size: cover;
  }

  .recomendaciones {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .rsvp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
  }

  .navbar-logo-center-container.shadow-three, .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-brand-three {
    z-index: 1;
    width: 250px;
  }

  .nav-menu-three {
    z-index: 3;
    background-color: #263024d9;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 140px;
    display: block;
    position: relative;
    top: auto;
  }

  .itinerario {
    height: 100%;
    padding-bottom: 5%;
  }

  .quick-stack {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cell {
    background-position: 50% 0;
    background-size: 135vw;
  }

  .cell-2, .cell-3 {
    background-size: 30vh;
  }

  .quick-stack-2 {
    height: 100%;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    width: 100%;
    position: static;
  }

  .icon {
    color: #fffbf1;
  }

  .button-2 {
    text-align: center;
    width: 130px;
    height: auto;
    font-size: 8px;
  }

  .text-block {
    font-size: 11px;
  }

  .text-block.light {
    font-size: 10px;
  }

  .text-block.light.left {
    font-size: 8px;
  }

  .text-block.light.right {
    margin-right: 0;
    font-size: 8px;
  }

  .container-2 {
    width: 90%;
    height: auto;
  }

  .image-2 {
    top: -23%;
  }

  .submit-button {
    width: 40%;
    height: 20px;
    margin-top: 0;
    padding: 0;
    font-size: 8px;
  }

  .div-block-21 {
    text-align: left;
    flex-flow: row;
    align-items: flex-start;
    padding-left: 0;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .form {
    width: 100%;
    min-width: auto;
    margin-bottom: 6px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    color: #b3aca5;
    border-radius: 0;
    margin-top: 75px;
    margin-bottom: -58px;
  }

  .text-field._1 {
    color: #b3aca5;
    width: 80%;
    height: 23px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }

  .checkbox-label-2 {
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .form-block {
    width: 80%;
  }

  .checkbox-field {
    margin-top: 2%;
  }

  .container-3 {
    width: 100%;
    height: 100%;
  }

  .full-frame-image-wrapper {
    z-index: 1;
    background-image: url('../images/IMG_6605.avif');
    height: 40vh;
    margin-top: 0;
    position: sticky;
  }

  .full-frame-image-wrapper.normal1 {
    z-index: auto;
    background-image: url('../images/Daisy--Sebastian-2_1.avif');
    background-position: 50%;
    background-size: cover;
    height: 80vh;
    position: relative;
  }

  .quick-stack-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-3 {
    max-width: 90%;
  }

  .cell-11 {
    padding-top: 5%;
  }

  .image-5 {
    max-width: 60%;
  }

  .container-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .compu {
    display: none;
  }

  .movil {
    display: block;
  }
}

#w-node-a8bc9857-1cf2-583a-02d1-6c2f8ca707bc-183132a9 {
  grid-template-rows: minmax(auto, .5fr) auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a8bc9857-1cf2-583a-02d1-6c2f8ca707bd-183132a9 {
  grid-column: span 2 / span 2;
}

#w-node-_653e019c-976a-246d-bb93-9f4689d653bd-183132a9 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_653e019c-976a-246d-bb93-9f4689d653be-183132a9, #w-node-_191a8b57-0133-5331-82db-40f546e87949-183132a9, #w-node-_097716c1-eae3-cf6d-94ae-27f744fdf9ff-183132a9 {
  grid-column: span 2 / span 2;
}

#w-node-d43cff74-de4f-2aae-cab6-7d437a3a2ed1-183132a9, #w-node-_2f482071-8992-79a9-377d-bd55c6426490-183132a9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2c2d18ac-804d-710a-41bf-cc6efaa8c618-183132a9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2c2d18ac-804d-710a-41bf-cc6efaa8c619-183132a9 {
  grid-column: span 4 / span 4;
}

#w-node-_99be1e25-0801-e4b2-befc-ecf0a2b2a6fb-183132a9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_99be1e25-0801-e4b2-befc-ecf0a2b2a6fc-183132a9 {
  grid-column: span 4 / span 4;
}

#w-node-_1ec1592d-6f12-33c0-d59f-95ad43fce3de-183132a9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_2c2d18ac-804d-710a-41bf-cc6efaa8c618-183132a9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2c2d18ac-804d-710a-41bf-cc6efaa8c619-183132a9 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d43cff74-de4f-2aae-cab6-7d437a3a2ed1-183132a9, #w-node-_2f482071-8992-79a9-377d-bd55c6426490-183132a9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_99be1e25-0801-e4b2-befc-ecf0a2b2a6fb-183132a9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_99be1e25-0801-e4b2-befc-ecf0a2b2a6fc-183132a9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1ec1592d-6f12-33c0-d59f-95ad43fce3de-183132a9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8bc9857-1cf2-583a-02d1-6c2f8ca707bc-183132a9 {
    grid-template-rows: minmax(auto, .25fr) auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f93927b4-9167-37e3-ddc3-525ce1660632-183132a9, #w-node-_1f2c4ead-2de9-2317-dd4b-6835d5182e6c-183132a9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2c2d18ac-804d-710a-41bf-cc6efaa8c618-183132a9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Sweet Sans';
  src: url('../fonts/SweetSansProExLight.otf') format('opentype'), url('../fonts/SweetSansProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sweet Sans';
  src: url('../fonts/SweetSansProRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sweet Sans';
  src: url('../fonts/SweetSansProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork';
  src: url('../fonts/NewYork.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}