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

:root {
  --rosa: #daa4b2;
}

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

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

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

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/FondoAmarillo.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.inicio {
  background-image: url('../images/IloPrincipal.png'), url('../images/FondoRosa.png');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.divinicio {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 510px;
}

.texto {
  color: #000;
  text-align: center;
  font-family: Newyorkbakerycaps Scribethick, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 39px;
}

.texto.textochico {
  line-height: 39px;
}

.pasele {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.divfecha {
  justify-content: space-between;
  align-items: center;
  width: 1006px;
  height: auto;
  display: flex;
}

.divdisco {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70%;
  display: flex;
}

.logo {
  width: 180px;
}

.textochico {
  color: #000;
  text-align: center;
  font-family: Newyorkbakerycaps Scribethick, Arial, sans-serif;
  font-size: 37px;
  line-height: 38px;
}

.disco {
  width: 200px;
}

.textogrande {
  color: #000;
  font-family: Newyorkbakerycaps Scribethick, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.polaroid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1490px;
  display: flex;
}

.itinerario {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.itinerariotitulo {
  height: 50px;
}

.card_component {
  border: 1px #1d1b1d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 400px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_component:hover {
  opacity: 1;
}

.titulo2 {
  color: #4c4c4c;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.link {
  color: #000;
  text-align: center;
  font-family: Newyorkbakerycaps Scribethick, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  text-decoration: underline;
}

.link:hover {
  color: #fff;
}

.link.link2 {
  color: #fff;
  font-size: 14px;
}

.link.gde {
  font-size: 44px;
  line-height: 41px;
}

.link.gde:hover {
  color: #fff;
}

.hote {
  width: 170px;
  height: auto;
}

.card_scroll {
  z-index: 1;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: var(--rosa);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 400px;
  padding: 20px 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  line-height: 18px;
}

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

.card_front-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 270px;
  height: 400px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.recomendaciones {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.recomendacionestitulos {
  height: 50px;
}

.divrecs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.van {
  width: 210px;
  margin-bottom: 51px;
}

.image-8 {
  backface-visibility: hidden;
  width: 25px;
  position: relative;
  inset: 58% 0% 0%;
  transform: rotate(90deg);
}

.card-wrapper {
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 500px;
  display: flex;
  position: static;
  inset: 0%;
  transform: none;
}

.heading-2 {
  text-align: center;
}

.card-front {
  background-color: #fff;
  border-radius: 20px;
  width: 700px;
  height: 500px;
}

.card-front.margin {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  backface-visibility: hidden;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/BordeMesa.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 500px;
  padding: 40px;
  display: flex;
  position: absolute;
}

.heading {
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-2.white {
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}

.card-back {
  background-color: #333;
  border-radius: 20px;
  width: 700px;
  height: 500px;
}

.card-back.margin {
  background-color: var(--rosa);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
  position: absolute;
  inset: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.mesaderegalos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-9 {
  height: 50px;
}

.fotopolaroid {
  height: 1060px;
}

.rsvp {
  background-image: url('../images/FondoRosa.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.rsvptitulo {
  height: 50px;
}

.itinerariio {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.teatro {
  width: 223px;
}

.ceremonia {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.ceremonia.cokctail {
  margin-left: 80px;
}

.recepcion {
  width: 180px;
}

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

.curva1, .curva2 {
  width: 160px;
}

.coctel {
  width: 92px;
}

.iti2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.iti1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 750px;
  display: flex;
}

.dresscode {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.dance {
  width: 360px;
}

.dresscodetitulo {
  height: 50px;
}

.lugar {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tocadiscos {
  width: 350px;
  margin-top: -289px;
  margin-left: -66px;
  position: static;
  left: auto;
}

.pastel {
  width: 220px;
  margin-top: 478px;
  position: static;
  top: 0;
  left: 0;
}

.pour {
  margin-left: -20px;
  position: static;
  top: 0;
  left: 0;
}

.camara {
  width: 270px;
  position: static;
  top: 0;
  left: 1018.5px;
}

.corazones1 {
  position: absolute;
}

.corazones1._2, .corazones1._3, .corazones1._4 {
  display: none;
}

.divitinerario {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-18 {
  flex: 0 auto;
  width: 100%;
  margin-top: -43px;
  display: flex;
}

.pourdiv {
  width: 33%;
  display: flex;
}

.dressdetalle {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.divespacio {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.divlugar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.image-24 {
  width: 560px;
}

.image-25 {
  width: 510px;
}

.espaciocorazones {
  z-index: 1;
  position: relative;
}

.espaciocorazones2 {
  z-index: 0;
  position: relative;
}

.textomini {
  color: #000;
  text-align: center;
  font-family: Newyorkbakerycaps Scribethick, Arial, sans-serif;
  font-size: 29px;
  line-height: 29px;
}

.textomini.izq {
  font-size: 29px;
  line-height: 29px;
}

.mesa2 {
  display: none;
}

.duvrsvp {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 490px;
  padding-bottom: 69px;
  display: flex;
}

.divrsvp {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.espaciovacio {
  width: 30%;
}

.espaciocheers {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.cheers {
  width: 290px;
}

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

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  font-family: Newyorkbakerycaps Scribethick, Arial, sans-serif;
  font-size: 35px;
}

.navlink:hover {
  font-style: normal;
  text-decoration: underline;
}

.container {
  margin-left: 0;
  margin-right: 0;
}

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

.navbar2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.container-2 {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .inicio {
    background-position: 100% 100%, 50%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 100px;
    padding-left: 92px;
  }

  .divinicio {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .divfecha {
    justify-content: space-between;
    align-items: center;
    width: 660px;
  }

  .divdisco {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 520px;
  }

  .textogrande {
    text-align: center;
  }

  .polaroid {
    height: 1270px;
  }

  .itinerario {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .card_component:hover {
    opacity: 1;
  }

  .titulo2 {
    text-align: center;
  }

  .card_scroll {
    transform: translate(0, 101%);
  }

  .card-wrapper {
    width: 600px;
    height: 430px;
  }

  .card-front.margin {
    background-image: url('../images/mesa2.png');
    width: 400px;
    height: 430px;
  }

  .card-back.margin {
    width: 400px;
    height: 430px;
    padding-left: 50px;
    padding-right: 50px;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .mesaderegalos {
    width: 820px;
  }

  .image-9 {
    display: none;
  }

  .rsvp {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-position: 100% 0;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 69px;
    padding-bottom: 0;
    padding-left: 68px;
  }

  .itinerariio {
    width: 53%;
    margin-left: -43px;
  }

  .dresscode {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .lugar {
    margin-bottom: 100px;
  }

  .tocadiscos {
    width: 310px;
    margin-top: 36px;
    position: relative;
  }

  .pastel {
    width: 180px;
    margin-top: 830px;
    position: relative;
  }

  .camara {
    width: 210px;
  }

  .corazones1 {
    display: none;
  }

  .corazones1._2 {
    display: inline-flex;
  }

  .divitinerario {
    height: 840px;
    margin-bottom: 100px;
  }

  .textomini.izq {
    text-align: left;
    line-height: 24px;
  }

  .mesa2 {
    width: 170px;
    display: inline-flex;
  }

  .duvrsvp {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-bottom: 76px;
    display: flex;
  }

  .divrsvp {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .espaciovacio {
    width: 0%;
    display: none;
  }

  .espaciocheers {
    width: 40%;
  }

  .cheers {
    width: 330px;
  }

  .navbar2 {
    position: static;
    inset: 0% 0% auto auto;
  }

  .container-2 {
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-2 {
    background-color: var(--rosa);
    position: sticky;
    inset: 0% 0% 0% auto;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button.w--open {
    z-index: 1;
    color: #000;
    background-color: #0000;
    position: fixed;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .inicio {
    padding-top: 79px;
    padding-left: 64px;
  }

  .image {
    width: 410px;
  }

  .texto {
    font-size: 40px;
  }

  .texto.izq {
    text-align: left;
  }

  .divfecha {
    width: 530px;
  }

  .textogrande {
    font-size: 70px;
    line-height: 50px;
  }

  .card_component {
    flex-flow: column;
    width: 270px;
    height: 400px;
    padding: 0;
  }

  .titulo2 {
    font-size: 21px;
  }

  .card_scroll {
    width: 270px;
    height: 400px;
  }

  .card_front-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .mesaderegalos {
    width: 100%;
  }

  .rsvp {
    background-position: 100% 100%, 50%;
  }

  .itinerariio {
    margin-left: -88px;
  }

  .tocadiscos {
    margin-left: -56px;
  }

  .pastel {
    width: 160px;
  }

  .camara {
    width: 180px;
  }

  .corazones1._2 {
    display: none;
  }

  .corazones1._3 {
    margin-top: -89px;
    display: inline-flex;
  }

  .pourdiv.none {
    display: none;
  }

  .dressdetalle {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    padding-left: 77px;
  }

  .divespacio {
    width: 30%;
  }

  .image-24, .image-25 {
    width: auto;
    position: relative;
  }

  .textomini.dress {
    text-align: left;
  }

  .duvrsvp {
    width: 320px;
    padding-bottom: 35px;
  }

  .cheers {
    width: 210px;
  }
}

@media screen and (max-width: 479px) {
  .inicio {
    justify-content: flex-start;
    align-items: center;
    padding: 54px;
  }

  .divinicio {
    justify-content: center;
    align-items: center;
  }

  .texto {
    font-size: 40px;
    line-height: 32px;
  }

  .texto.izq {
    font-size: 40px;
    line-height: 34px;
  }

  .pasele {
    padding-top: 50px;
  }

  .divfecha {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

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

  .divdisco {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
  }

  .disco {
    width: 170px;
  }

  .textogrande {
    font-size: 50px;
  }

  .itinerario {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .itinerariotitulo {
    height: 40px;
  }

  .card_component {
    width: 280px;
    height: 300px;
  }

  .titulo2 {
    font-size: 21px;
    line-height: 28px;
  }

  .link {
    color: #000;
    font-size: 27px;
    line-height: 28px;
  }

  .link.gde {
    color: #000;
    font-size: 30px;
    line-height: 31px;
  }

  .hote {
    width: 140px;
    height: auto;
  }

  .card_scroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 280px;
    height: 300px;
    transform: translate(0, 101%);
  }

  .card_front-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 280px;
    height: 300px;
    padding-bottom: 0;
  }

  .recomendaciones {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
  }

  .recomendacionestitulos {
    height: 40px;
  }

  .divrecs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .card-wrapper {
    width: 300px;
    height: 493px;
    margin-top: 145px;
  }

  .card-front.margin {
    background-image: url('../images/BordeMesaCel.png');
    background-position: 50%;
    background-size: cover;
    width: 300px;
    height: 493px;
  }

  .card-back.margin {
    width: 300px;
    height: 493px;
    padding-left: 18px;
    padding-right: 18px;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .mesaderegalos {
    flex-flow: column;
    margin-bottom: 73px;
  }

  .rsvp {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .rsvptitulo {
    height: 40px;
  }

  .itinerariio {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    margin-left: 0;
  }

  .teatro {
    width: 150px;
  }

  .ceremonia.cokctail {
    margin-left: 0;
  }

  .recepcion {
    width: 140px;
  }

  .curva1 {
    width: 130px;
  }

  .curva2 {
    width: 140px;
  }

  .coctel {
    width: 90px;
  }

  .iti2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: -24px;
  }

  .iti1 {
    grid-column-gap: 210px;
    grid-row-gap: 210px;
    width: 50%;
    height: auto;
  }

  .dresscode {
    margin-top: 93px;
    padding-bottom: 67px;
  }

  .dance {
    width: 270px;
  }

  .dresscodetitulo {
    height: 40px;
  }

  .lugar {
    flex-flow: column;
  }

  .tocadiscos {
    width: 220px;
    margin-top: 237px;
    margin-left: -292px;
    position: absolute;
  }

  .pastel {
    width: 130px;
    margin-top: 51px;
    margin-left: 31px;
    position: relative;
    top: -85px;
    left: 116px;
  }

  .pour {
    width: 190px;
    margin-left: 0;
    position: static;
    top: 332px;
    left: -161px;
  }

  .camara {
    width: 130px;
    margin-top: 31px;
  }

  .corazones1._3 {
    display: none;
  }

  .corazones1._4 {
    display: inline-flex;
  }

  .divitinerario {
    flex-flow: column;
    margin-bottom: 0;
  }

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

  .pourdiv {
    width: auto;
    margin-top: 190px;
    margin-left: -257px;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
  }

  .pourdiv.none {
    display: none;
  }

  .dressdetalle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .divespacio {
    width: auto;
  }

  .divlugar {
    width: 100%;
    margin-top: -362px;
  }

  .image-24 {
    width: 250px;
    margin-top: 0;
    margin-left: -89px;
  }

  .image-25 {
    width: 210px;
    margin-top: 6px;
    margin-left: 182px;
  }

  .espaciocorazones2 {
    margin-top: 133px;
  }

  .textomini {
    font-size: 24px;
    line-height: 23px;
  }

  .textomini.izq {
    color: #000;
    text-align: left;
  }

  .mesa2 {
    width: 150px;
  }

  .duvrsvp {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
  }

  .divrsvp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .espaciocheers {
    width: auto;
  }

  .cheers {
    width: 200px;
  }

  .div-block-28 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .navbar2 {
    position: static;
    inset: 0% 0% auto auto;
  }

  .container-2 {
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-2 {
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    position: static;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    position: fixed;
    inset: 0% 0% auto auto;
  }
}


@font-face {
  font-family: 'Newyorkbakerycaps Scribethick';
  src: url('../fonts/NewYorkBakeryCaps-ScribeThick.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}