:root {
  --cafebase: #7d766a;
  --blancobase: #efede9;
  --color: #998c79;
  --white: white;
  --black: black;
}

.body {
  background-image: url('../images/Asset-1.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.inicio {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 177px;
  display: flex;
}

.image {
  width: 20%;
}

.texto_centrado {
  color: var(--cafebase);
  text-align: center;
  font-family: Akzidenzgroteskbq, sans-serif;
}

.texto_centrado.botooon {
  text-decoration: none;
}

.texto_centrado.botooon:hover {
  text-decoration: underline;
}

.div-block {
  border: 1px #000;
  border-top: .5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 50px 10%;
  display: flex;
}

.sobre {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-right: 47px;
  display: flex;
}

.image-2 {
  width: 50%;
  max-width: 100%;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-left: -200px;
  display: flex;
}

.image-3 {
  width: 200px;
}

.image-4 {
  width: 50%;
  margin-left: -182px;
}

.div-block-3 {
  flex-direction: row;
  align-items: center;
  width: 60%;
  display: flex;
}

.itinerario {
  background-image: url('../images/banner.png');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.linea-blanca {
  border-style: solid none none;
  border-width: .5px 1px 1px;
  border-color: var(--blancobase);
  width: 70%;
}

.texto_blanco_izq {
  color: var(--blancobase);
  font-family: Akzidenzgroteskbq, sans-serif;
}

.boton_cafe {
  border: .5px solid var(--cafebase);
  background-color: var(--color);
  padding: 5px 10px;
  font-family: Akzidenzgroteskbq, sans-serif;
  font-size: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .49);
}

.boton_cafe:hover {
  border: .5px solid var(--blancobase);
}

.boton_cafe.blanco {
  border-color: var(--blancobase);
  background-color: var(--blancobase);
  color: var(--cafebase);
}

.boton_cafe.blanco:hover {
  border-color: var(--cafebase);
}

.textogrande {
  color: var(--blancobase);
  letter-spacing: 5px;
  font-family: Gowun Batang, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.textogrande.cafe {
  color: var(--cafebase);
  letter-spacing: 5px;
  font-size: 16px;
}

.textogrande.cafe.sinespacio {
  letter-spacing: 0;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 50%;
  display: flex;
}

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

.div-block-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.dresscode {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: var(--blancobase);
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.boton_rojo {
  color: #f2efe8;
  text-align: center;
  background-color: #50595c;
  border: 1px #712031;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.boton_rojo:hover {
  color: #f1f1f3;
  background-color: #ff7540;
}

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

.link-block-2 {
  border: 1px solid #ff7540;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

._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: var(--blancobase);
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 650px;
  padding-bottom: 0;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .4);
}

._w-card-front-2._1.atras {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blancobase);
  background-image: none;
  justify-content: center;
  width: 750px;
  height: 650px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .41);
}

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

.cursiva_rojo {
  color: #ff7540;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.cursiva_rojo:hover {
  color: #ff7540;
  font-style: normal;
  text-decoration: none;
}

.cursiva_rojo._1 {
  margin-top: -8px;
}

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

.serif_azul {
  color: #50595c;
  text-align: center;
  font-size: 16px;
}

.serif_azul.verm-s {
  text-decoration: underline;
}

.serif_azul._1 {
  margin-top: -22px;
}

.div-block-7 {
  border-top: .5px solid var(--cafebase);
  width: 100%;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.texto-izq {
  color: var(--cafebase);
  font-family: Akzidenzgroteskbq, sans-serif;
  font-size: 12px;
}

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

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

.div-block-10._80 {
  width: 70%;
}

.div-block-11 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mesaderegalos {
  background-image: url('../images/banner2.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.titulo_chico {
  color: var(--blancobase);
  text-align: center;
  font-family: Gowun Batang, sans-serif;
}

.texto_blanco_cen {
  color: var(--blancobase);
  text-align: center;
  font-family: Akzidenzgroteskbq, sans-serif;
}

.texto_blanco_cen.cafe {
  color: var(--cafebase);
}

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

.text-block-3 {
  text-align: center;
}

.titulo_grande {
  color: var(--blancobase);
  text-align: center;
  letter-spacing: 10px;
  font-family: Gowun Batang, sans-serif;
  font-size: 18px;
}

.titulo_grande.cafe {
  color: var(--cafebase);
  letter-spacing: 10px;
}

.titulo_grande.cafe.link {
  font-size: 12px;
}

.titulo_grande.cafe.link:hover {
  text-decoration: underline;
}

.div-block-14 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: .5px solid var(--blancobase);
  border-radius: 200px;
  flex-direction: column;
  margin-left: 10%;
  margin-right: 10%;
  padding: 60px;
  display: flex;
}

.transporte {
  background-color: var(--blancobase);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #efede9;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  box-shadow: 7px 8px 10px -2px rgba(0, 0, 0, .2);
}

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

.div-block-17 {
  border-style: none solid none none;
  border-width: 1px .5px 1px 1px;
  border-color: var(--cafebase);
  height: 200px;
}

.div-block-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.rsvp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.image-5 {
  width: 25%;
}

.image-6 {
  width: 20%;
}

.image-7 {
  width: 25%;
}

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

.image-8 {
  height: 20px;
}

.div-block-20 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-9 {
  height: 200px;
}

.form-block {
  flex-flow: column;
  width: 40%;
  margin-right: 0;
  display: flex;
}

.text_field {
  color: var(--color);
  font-family: Akzidenzgroteskbq, sans-serif;
  font-size: 12px;
}

.image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  width: 150px;
  height: 115px;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 150px;
  display: flex;
}

.wepage {
  background-color: var(--blancobase);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.mapa {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  box-shadow: -9px 2px 5px rgba(0, 0, 0, .2);
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .49);
}

.form {
  width: 100%;
}

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

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

.nav-link {
  color: var(--cafebase);
  padding: 10px;
  font-family: Akzidenzgroteskbq, sans-serif;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: var(--blancobase);
  padding: 10px;
}

.nav-link-2 {
  color: var(--cafebase);
  padding: 10px;
  font-family: Akzidenzgroteskbq, sans-serif;
  text-decoration: none;
}

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

.nav-link-2.w--current {
  color: var(--white);
}

.nav-link-3 {
  color: var(--cafebase);
  padding: 10px;
  font-family: Akzidenzgroteskbq, sans-serif;
  text-decoration: none;
}

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

.nav-link-3.w--current {
  color: var(--white);
}

.nav-link-4 {
  color: var(--cafebase);
  padding: 10px;
  font-family: Akzidenzgroteskbq, sans-serif;
  text-decoration: none;
}

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

.nav-link-4.w--current {
  color: var(--white);
}

.nav-link-5 {
  color: var(--cafebase);
  padding: 10px;
  font-family: Akzidenzgroteskbq, sans-serif;
  text-decoration: none;
}

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

.nav-link-5.w--current {
  color: var(--white);
}

.nav-link-6 {
  color: var(--cafebase);
  padding: 10px;
  font-family: Akzidenzgroteskbq, sans-serif;
  text-decoration: none;
}

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

.nav-link-6.w--current {
  color: var(--white);
}

.nav-link-7 {
  color: var(--cafebase);
  padding: 10px;
  font-family: Akzidenzgroteskbq, sans-serif;
  text-decoration: none;
}

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

.nav-link-7.w--current {
  color: var(--white);
}

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

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

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

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

.text-block-4 {
  font-family: Akzidenzgroteskbq, sans-serif;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
  color: var(--color);
  font-family: Akzidenzgroteskbq, sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .sobre {
    margin-right: 0;
  }

  .image-4 {
    margin-left: -98px;
  }

  .itinerario {
    background-position: 20%;
  }

  .textogrande.cafe {
    text-align: center;
  }

  .div-block-4 {
    margin-left: 40%;
  }

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

  ._w-card-front-2._1 {
    justify-content: center;
    width: 600px;
    height: 550px;
    padding-bottom: 20px;
  }

  ._w-card-front-2._1.atras {
    justify-content: space-between;
    width: 600px;
    height: 550px;
    padding-top: 20px;
  }

  .serif_azul.verm-s {
    font-size: 12px;
    text-decoration: underline;
  }

  .div-block-7 {
    width: 90%;
  }

  .texto-izq {
    line-height: 16px;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10._80 {
    justify-content: center;
  }

  .div-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
    display: grid;
  }

  .div-block-17 {
    display: none;
  }

  .div-block-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .navbar {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-link {
    color: var(--cafebase);
    text-align: center;
  }

  .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
    text-align: center;
  }

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

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

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

@media screen and (max-width: 767px) {
  .image {
    width: 40%;
  }

  .sobre {
    margin-right: 0;
  }

  .image-4 {
    width: 50%;
  }

  ._w-card-front-2._1, ._w-card-front-2._1.atras {
    width: 500px;
    height: 450px;
  }

  .texto-izq {
    line-height: 12px;
  }

  .div-block-9 {
    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;
    display: grid;
  }

  .image-5, .image-7 {
    width: 40%;
  }

  .form-block {
    width: 60%;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    width: 100px;
    height: 80px;
  }

  .image-16, .image-17, .image-18, .image-19, .image-20 {
    width: 100px;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #ddd8cf;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
  }

  .image {
    width: 60%;
  }

  .sobre {
    flex-direction: column;
  }

  .image-2 {
    width: 80%;
  }

  .image-4 {
    width: 90%;
    margin-top: -42px;
    margin-left: 0;
    padding-left: 24px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .itinerario {
    background-position: 30%;
    padding: 40px 20px;
  }

  .texto_blanco_izq, .textogrande {
    text-align: center;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    margin: 0%;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }

  .dresscode {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .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: 90%;
    height: 700px;
  }

  ._w-card-front-2._1.atras {
    width: 90%;
    height: 700px;
  }

  .div-block-9 {
    align-items: center;
    padding: 0;
    display: flex;
  }

  .div-block-9.comida {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

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

  .mesaderegalos {
    padding: 20px;
  }

  .div-block-12 {
    justify-content: space-between;
    align-items: center;
    width: 50%;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: stretch;
  }

  .div-block-14 {
    margin: 0%;
    padding: 77px 20px 99px;
  }

  .transporte {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-15 {
    width: 100%;
    padding: 10px;
  }

  .div-block-16 {
    padding: 0;
    display: flex;
  }

  .div-block-18 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rsvp {
    margin: 0;
    padding: 44px 10px 10px;
  }

  .image-5 {
    width: 60%;
  }

  .image-7 {
    width: 50%;
    margin-left: -41px;
    padding-top: 13px;
  }

  .div-block-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    height: 100px;
  }

  ._21 {
    width: 150px;
  }

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

  .nav-menu {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
}


@font-face {
  font-family: 'Akzidenzgroteskbq';
  src: url('../fonts/AkzidenzGroteskBQ-LightSC.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}