:root {
  --verde: #5b6a37;
  --verde2: #323927;
  --white: white;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.proximamente {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/fondo.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #5b6a37;
  text-align: center;
  letter-spacing: 10px;
  font-family: Droid Serif, serif;
  font-size: 18px;
}

.inicio {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-image: url('../images/fondo1.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 168px;
  padding-bottom: 100px;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image {
  width: 80%;
}

.contdown {
  background-image: url('../images/Screenshot-2023-10-16-at-10.31.03-a.m..png');
  background-position: 50%;
  background-size: cover;
  padding: 100px;
}

.bienvenida {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 60px;
  display: flex;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-2 {
  border: 1px none var(--verde);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.js-clock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--verde);
  text-align: center;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-right: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.serif_naranja {
  color: var(--verde);
  text-align: center;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 40px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-family: Droid Serif, serif;
  font-style: italic;
}

.cursivaverde {
  color: var(--verde);
  text-align: center;
  padding: 0;
  font-family: Droid Serif, serif;
  font-style: italic;
}

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

.itinerario {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--verde2);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Asset-14.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 350px;
  padding-bottom: 56px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Asset-13.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 350px;
  padding-bottom: 56px;
  display: flex;
}

.textosans {
  color: var(--verde);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.textosans.grande {
  letter-spacing: 3px;
}

.textosans.blaco {
  color: var(--white);
}

.button {
  border: 1px solid var(--verde);
  background-color: var(--verde);
  text-align: center;
  border-radius: 0;
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  border: 1px solid var(--verde);
  background-color: var(--white);
  color: var(--verde);
}

.dresscode {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 4px 7px 5px 5px rgba(0, 0, 0, .25);
}

.div-block-7 {
  border-style: none solid none none;
  border-width: .5px;
  border-color: var(--verde);
  height: 30px;
}

.image-2, .image-3 {
  width: 100%;
}

.hoteles {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: url('../images/fondohoteles.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-4 {
  width: 70%;
}

.image-5 {
  width: 50%;
}

.image-6 {
  width: 100%;
}

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

.image-7 {
  width: 75%;
}

.recomendaciones {
  margin-bottom: 100px;
}

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

.boton2 {
  color: var(--verde);
  background-color: rgba(56, 152, 236, 0);
  font-family: Droid Serif, serif;
  font-style: italic;
  text-decoration: underline;
}

.boton2:hover {
  font-style: normal;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  display: flex;
}

.recadentro {
  border: .5px solid var(--verde);
  margin-left: 100px;
  margin-right: 100px;
  padding: 40px 0;
}

.foto {
  background-image: url('../images/Asset-39.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.preguntas {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--verde2);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 60px;
  display: flex;
}

.image-8 {
  width: 40%;
}

.div-block-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sansizq {
  color: var(--verde);
  font-family: Montserrat, sans-serif;
}

.faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.div-block-14 {
  background-image: url('../images/Asset-12.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-15 {
  border: 1px solid #000;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.image-9 {
  width: 40%;
}

.mesa-de-regalos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 200px 100px;
  display: flex;
}

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

.serifverde {
  color: var(--verde);
  text-align: center;
  letter-spacing: 10px;
  font-family: Droid Serif, serif;
  text-decoration: none;
}

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

.serifverde.link {
  font-family: Gfsdidot, sans-serif;
}

.serifverde.link:hover {
  text-decoration: underline;
}

.serifverde.blanco {
  color: var(--white);
}

.image-10 {
  width: 80%;
}

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

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: 60%;
  margin-left: 300px;
  padding: 40px;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--verde);
  color: var(--verde);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.we-page {
  border-top: 1px solid var(--verde);
  background-image: url('../images/Screenshot-2023-10-16-at-10.31.03-a.m..png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cel {
  display: none;
}

.div-block-18 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 50px;
  display: flex;
}

.image-11 {
  width: 100%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

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

.div-block-19.cel {
  display: none;
  overflow: visible;
}

.image-12 {
  width: 150px;
}

.image-13 {
  width: 60px;
}

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

.serifgrande {
  color: var(--verde);
  letter-spacing: 10px;
  font-family: Gfsdidot, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.serifgrande.blanco {
  color: var(--white);
  font-family: Gfsdidot, sans-serif;
}

.cambioseccion1 {
  background-image: url('../images/foto2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.div-block-21 {
  flex-flow: row;
  flex: 0 auto;
  width: 100%;
  display: flex;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.serifbco {
  color: var(--white);
  font-family: Gfsdidot, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.div-block-22 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-14 {
  max-width: 30%;
}

.body {
  background-image: url('../images/shutterstock_396573496.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.c-flip-card {
  position: static;
}

.nicolecard {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 380px;
  margin-right: 0;
  padding: 10px;
  display: grid;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.c-card-back-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.flipcard {
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
}

.texto_beige {
  color: #f4f3e1;
  text-align: justify;
  font-size: 12px;
}

.texto_beige.falsooo {
  color: rgba(244, 243, 225, 0);
  display: block;
}

.dresscodecard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-flow: column;
  width: 350px;
  height: 380px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.c-card-front-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 450px;
  display: flex;
}

.c-card-front-2._1 {
  width: auto;
  height: auto;
}

.textofalso {
  color: rgba(51, 51, 51, 0);
}

._w-card-front-2 {
  perspective: 1000px;
  background-color: #ff6565;
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/IMG_7086.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front-2._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

._w-card-front-2._1.atras {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(239, 237, 233, 0);
  background-image: none;
  justify-content: center;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-23 {
  background-image: url('../images/Screenshot-2024-03-25-at-9.02.19-p.m..png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-23.traje1 {
  background-image: url('../images/traje1.jpeg');
}

.div-block-23.vestido2 {
  background-image: url('../images/Screenshot-2024-03-20-at-8.52.52-p.m..png');
}

.div-block-23.vestido3 {
  background-image: url('../images/vestido8.jpeg');
}

.div-block-23.vestido4 {
  background-image: url('../images/Screenshot-2024-03-20-at-8.50.01-p.m..png');
}

.div-block-23.vestido5 {
  background-image: url('../images/vestido7.jpeg');
}

.div-block-23.vestido6 {
  background-image: url('../images/Screenshot-2024-03-20-at-8.51.41-p.m..png');
}

.div-block-23.traje3 {
  background-image: url('../images/Screenshot-2024-03-20-at-8.56.27-p.m..png');
}

.div-block-23.traje4 {
  background-image: url('../images/27053e4548165f69b260a36f7deec006.jpg');
}

.div-block-23.traje5 {
  background-image: url('../images/Screenshot-2024-03-20-at-8.56.56-p.m..png');
}

.div-block-23.traje2 {
  background-image: url('../images/Screenshot-2024-03-20-at-9.10.25-p.m..png');
}

.div-block-23.traje6 {
  background-image: url('../images/Screenshot-2024-03-20-at-9.10.53-p.m..png');
}

.div-block-24 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hotelcard {
  background-image: url('../images/Asset-35.png');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 237px;
}

.hotelcard.roda2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.hotelcard.avandaro {
  background-image: url('../images/Asset-36.png');
  height: 237px;
}

.hotelcard.mision {
  background-image: url('../images/Asset-37.png');
  height: 237px;
}

.hoteltitulo {
  color: var(--verde);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Gfsdidot, sans-serif;
}

.cursiva {
  color: var(--white);
  text-align: center;
  font-family: Gfsdidot, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.div-block-25 {
  border-bottom: .2px solid var(--white);
}

.div-block-26 {
  background-color: var(--white);
  opacity: .81;
  height: auto;
  padding: 20px;
  box-shadow: 0 2px 5px 7px rgba(0, 0, 0, .2);
}

.container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.navbar {
  background-color: rgba(221, 221, 221, .81);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar.phone {
  display: none;
}

.navv {
  color: var(--verde);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.navv:hover {
  text-decoration: underline;
}

.navv.w--current {
  color: var(--verde);
  font-style: italic;
  font-weight: 600;
}

.textorsvp {
  color: var(--verde);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

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

.success-message {
  background-color: rgba(221, 221, 221, 0);
}

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

@media screen and (max-width: 991px) {
  .inicio {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cursivaverde {
    font-size: 12px;
  }

  .textosans {
    text-shadow: none;
  }

  .textosans.grande {
    font-size: 10px;
  }

  .textosans.blaco {
    font-size: 12px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 80%;
  }

  .recadentro {
    margin-left: 50px;
    margin-right: 50px;
  }

  .preguntas {
    padding: 60px;
  }

  .div-block-15 {
    padding: 20px;
  }

  .mesa-de-regalos {
    padding: 100px;
  }

  .rsvp {
    background-position: 30% 20%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-17 {
    width: 60%;
    margin-right: 53px;
    padding: 0;
  }

  .div-block-18 {
    margin-left: 26px;
  }

  .image-11 {
    width: 100%;
  }

  .serifgrande {
    font-size: 15px;
  }

  .serifgrande.dos, .serifbco {
    font-size: 20px;
  }

  .div-block-22 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-bottom: 41px;
  }

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

  .nicolecard {
    height: 350px;
    padding: 20px;
  }

  .c-card-back-2 {
    width: 100%;
  }

  .texto_beige.falsooo {
    color: rgba(244, 243, 225, 0);
    text-shadow: none;
    font-size: 0;
    line-height: 0;
  }

  .dresscodecard {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .62);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 350px;
    padding: 20px;
    display: flex;
  }

  .c-card-front-2._1 {
    width: 100%;
  }

  .textofalso {
    color: #f4f3e1;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  }

  ._w-card-front-2._1 {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
  }

  ._w-card-front-2._1.atras {
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .div-block-24 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .container {
    width: 40%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-menu {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .navbar {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navv {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .inicio {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    flex-flow: column;
    display: flex;
  }

  .image {
    width: 90%;
  }

  .div-block {
    width: 100%;
    height: auto;
  }

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

  .div-block-3 {
    border-style: none solid solid;
    width: 100%;
    height: 200px;
  }

  .itinerario {
    flex-flow: column;
  }

  .textosans.blaco.izq {
    text-align: left;
  }

  .div-block-9 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    width: auto;
  }

  .div-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .preguntas {
    grid-column-gap: 79px;
    grid-row-gap: 79px;
    flex-flow: column;
    padding: 60px 100px;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .div-block-15 {
    border-style: none solid solid;
    width: 100%;
    padding: 60px;
  }

  .image-9 {
    width: 20%;
  }

  .div-block-17 {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18 {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
  }

  .image-11 {
    width: 100%;
  }

  .div-block-19 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    margin-left: 161px;
  }

  .div-block-19.cel {
    margin-left: 0;
    display: inline-flex;
  }

  .div-block-19.compu {
    display: none;
  }

  .image-13 {
    width: 120px;
  }

  .nicolecard {
    height: 400px;
    padding: 5px;
  }

  .flipcard {
    width: auto;
  }

  .texto_beige.falsooo {
    font-size: 16px;
    line-height: 16px;
  }

  .dresscodecard {
    justify-content: center;
    align-items: center;
    height: 400px;
    padding: 5px;
  }

  .image-26 {
    width: 60%;
  }

  ._w-card-front-2._1, ._w-card-front-2._1.atras {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .inicio {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    padding-top: 82px;
    padding-bottom: 0;
  }

  .contdown {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block {
    padding: 40px;
  }

  .js-clock {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box {
    width: 30px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    width: auto;
    height: auto;
    padding: 25%;
    font-size: 5vw;
    line-height: 6vw;
  }

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

  .div-block-4, .div-block-5 {
    width: 250px;
    height: 280px;
  }

  .textosans {
    font-size: 12px;
  }

  .dresscode {
    background-position: 50%;
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-6 {
    width: 60%;
  }

  .div-block-8 {
    width: 80%;
  }

  .div-block-9 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-10 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 60%;
  }

  .recomendaciones {
    margin-bottom: 50px;
  }

  .recadentro {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .foto {
    background-size: cover;
    height: 300px;
  }

  .preguntas {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-15 {
    padding: 40px;
  }

  .image-9 {
    width: 80%;
  }

  .mesa-de-regalos {
    padding: 50px 40px;
  }

  .serifverde {
    letter-spacing: 5px;
  }

  .rsvp {
    padding-bottom: 50px;
  }

  .div-block-17 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }

  .cel {
    display: inline-block;
  }

  .compu {
    display: none;
  }

  .image-11 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-19 {
    width: 80%;
    margin-left: 0;
  }

  .image-13 {
    width: 130px;
  }

  .serifgrande {
    letter-spacing: 6px;
  }

  .cambioseccion1 {
    background-position: 100%;
    background-size: cover;
    height: 300px;
  }

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

  .div-block-22 {
    padding-top: 40px;
  }

  .image-14 {
    max-width: 100%;
  }

  .body {
    background-size: contain;
  }

  .nicolecard {
    width: 250px;
    height: 300px;
    padding: 5px;
  }

  .c-card-back-2 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .flipcard {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .texto_beige {
    line-height: 16px;
  }

  .texto_beige.falsooo {
    font-size: 0;
    line-height: 0;
  }

  .dresscodecard {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 250px;
    height: 300px;
  }

  .image-26 {
    width: 80%;
  }

  .c-card-front-2 {
    width: 280px;
    max-width: 250px;
    height: 400px;
  }

  .c-card-front-2._1 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  ._w-card-front-2._1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: auto;
    height: auto;
  }

  ._w-card-front-2._1.atras {
    width: auto;
  }

  .navbar {
    display: none;
  }

  .navbar.phone {
    display: block;
  }
}

#w-node-_9e14b85b-3dee-5187-ab5a-26cc0a65f2c5-f93b84af, #w-node-_58caf40d-b56e-4e49-3a10-768f2fda3118-f93b84af, #w-node-_3853e07c-adcf-a969-ee1b-8bc917398a48-f93b84af, #w-node-a867fa5b-d89d-7a9b-ce8e-1d5edb74127e-f93b84af, #w-node-e2ec5932-608a-ab5b-aa0e-3066032d8c89-f93b84af, #w-node-_553907c6-2520-e02f-2c47-9eabf4c79d56-f93b84af, #w-node-_1d887cd2-e16a-afc8-4cae-cff4ca4500ec-f93b84af, #w-node-_24902db3-6750-6239-7137-9a17282cbec1-f93b84af, #w-node-_422654a2-cc2d-1dcd-36dc-46a9ae07c74c-f93b84af, #w-node-_361b87aa-9212-d084-ae87-43ff596c8bd3-f93b84af, #w-node-_9e8a0aeb-939e-1f88-0546-58e793bf50b9-f93b84af, #w-node-_7139c059-69bd-b945-c0c1-6a9b7a73367d-f93b84af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gfsdidot';
  src: url('../fonts/GFSDidot-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}