:root {
  --white: white;
  --transparente: #ffffff82;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #fff0;
  background-image: url('../images/fondo.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.inicio {
  background-image: url('../images/principal.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.itinerario {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-block {
  font-family: Taken By Vultures Demo, sans-serif;
}

.text-block.cursivaprincipal {
  color: #ffffffc2;
  font-family: Watercolor, sans-serif;
  font-size: 80px;
  line-height: 90px;
}

.sansprincipal {
  color: var(--white);
  letter-spacing: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.image {
  width: 70%;
}

.sans {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

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

.sans.boton {
  border-style: none;
  padding: 0;
  text-decoration: underline;
}

.sans.boton:hover {
  font-style: italic;
}

.sans.boton.bco {
  color: #fff;
  font-size: 8px;
}

.sans.boton.herts {
  text-align: left;
  font-size: 10px;
}

.sans.chico {
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
}

.sans.rec {
  width: 60%;
}

.sans.blanco {
  color: #fff;
}

.sans.cards {
  color: #fff;
  text-align: left;
}

.sans.white {
  color: #fff;
}

.sans.largo {
  font-size: 10px;
}

.sans.nav {
  color: #7c7c7c;
  font-size: 8px;
}

.sans.nav:hover {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 500;
  text-decoration: underline;
}

.image-2, .image-2.mono2 {
  width: 10%;
}

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

.hospedaje {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.div-block-3 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border: 1px #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.dresscode {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.details__separator {
  background-color: #131313;
  align-self: flex-start;
  width: 40%;
  height: 1px;
  margin-top: .8em;
  margin-bottom: 1em;
}

.card-container__photo-container {
  z-index: 2;
  transform-origin: 0%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
  box-shadow: -3px 0 40px 20px #00000012;
}

.shadow {
  transform-origin: 0%;
  background-image: linear-gradient(to right, #0000001a, #fff0 75%);
  width: 5px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cardbook {
  width: 400px;
  height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-flex;
  position: relative;
}

.cardbook.cel {
  display: none;
}

.photo-container__front-image {
  backface-visibility: hidden;
  object-fit: cover;
  object-position: 50% 0%;
  width: 500px;
  height: 600px;
  margin: auto;
  display: inline-block;
}

.details__contacts {
  z-index: 1;
  justify-content: space-between;
  margin-left: -8px;
  display: flex;
  position: relative;
}

.photo-container__back-image {
  backface-visibility: hidden;
  object-fit: cover;
  transform-style: preserve-3d;
  width: 400px;
  height: 600px;
  display: inline-block;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.contacts__link-block {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
}

.link-block__hover-image {
  opacity: 0;
  width: 2em;
  max-width: 25px;
  position: absolute;
}

.details__job {
  color: #131313;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1em;
}

.card-container--details {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #fcf6f0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  min-width: 0;
  max-width: 100%;
  height: 600px;
  min-height: 0;
  max-height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 3px 0 40px 20px #00000012;
}

.link-block__base-image {
  width: 2em;
  max-width: 25px;
}

.details__name {
  color: #131313;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.1em;
}

.cursivatitulo {
  color: #0009;
  text-align: center;
  font-family: Thank You, sans-serif;
  font-size: 35px;
  line-height: 50px;
}

.cursivatitulo._1 {
  font-size: 25px;
}

.cursivanombres {
  color: #e11;
  text-align: center;
  font-family: Thank You, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: inline-flex;
}

.div-block-4 {
  border-bottom: 1px solid #000;
  width: 100%;
}

.image-3 {
  width: auto;
}

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

.recomendaciones {
  padding-left: 220px;
  padding-right: 220px;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e7e1d9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #ffffff82;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 0;
  display: flex;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-8.comida {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  background-color: var(--transparente);
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-8.clima {
  background-color: #ffffff82;
  display: block;
}

.div-block-8.vuelo1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.div-block-8.vuelo2, .div-block-8.vuelo3, .div-block-8.vuelo4, .div-block-8.vuelo5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 40px;
}

.div-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-10 {
  background-image: url('../images/bn2.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-10._2 {
  background-image: url('../images/bn4.png');
}

.div-block-10._3 {
  background-image: url('../images/bn1.png');
}

.div-block-10._4 {
  background-image: url('../images/bn3.png');
}

.div-block-11 {
  background-image: url('../images/bn4.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-12 {
  background-image: url('../images/bn1.png');
  background-position: 0 0;
  background-size: cover;
}

.turismo {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.ilustracion_card {
  background-color: #fff;
  background-image: url('../images/taxi-waiting.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  position: relative;
}

.ilustracion_card._2 {
  background-color: #fff0;
  background-image: url('../images/pdc.png');
  background-size: contain;
  width: 200px;
  height: 250px;
}

.ilustracion_card._2.tequis {
  background-image: url('../images/teauis.png');
}

.ilustracion_card._2.redonda {
  background-image: url('../images/redonda.png');
}

.ilustracion_card._2.vive {
  background-image: url('../images/vive.png');
}

.ilustracion_card._2.tequu {
  background-image: url('../images/Asset-22.png');
}

.ilustracion_card._2.redd {
  background-image: url('../images/Asset-21.png');
}

.ilustracion_card._2.viiv {
  background-image: url('../images/Asset-14.png');
}

.ilustracion_card._2.playas {
  background-image: url('../images/Asset-18.png');
  width: 200px;
  height: 250px;
}

.ilustracion_card._2.playas.cun {
  background-image: url('../images/Asset-20.png');
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 250px;
}

.ilustracion_card._2.playas.tul {
  background-image: url('../images/Asset-19.png');
  width: 200px;
  height: 250px;
}

.ilustracion_card._2.playas.trainera {
  background-image: url('../images/Asset-17.png');
  width: 200px;
}

.ilustracion_card._2.playas.jumex {
  background-image: url('../images/Asset-16.png');
  width: 200px;
}

.ilustracion_card._2.playas.bellas {
  background-image: url('../images/Asset-15.png');
  width: 200px;
}

.ilustracion_card._2.centroo {
  background-image: url('../images/Asset-23.png');
}

.ilustracion_card._2.centroo-copy {
  background-image: url('../images/2.png');
  flex-flow: column;
  width: 200px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.ilustracion_card._2.tequu-copy {
  background-image: url('../images/3.png');
  margin-left: 30px;
  margin-right: 30px;
}

.ilustracion_card._2.redd-copy {
  background-image: url('../images/1.png');
  margin-left: 30px;
  margin-right: 30px;
}

.texto_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 250px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 6px 8px 7px #0003;
}

.d-121-project-title {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.d-121-author-text {
  color: #000;
}

.d-121-view-button {
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 3px;
  margin-top: 20px;
  padding: 10px 30px;
  font-weight: 500;
}

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

.div-block-14 {
  background-image: url('../images/centrofoto.jpeg');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.div-block-14.teq {
  background-image: url('../images/tequisfoto.jpeg');
}

.div-block-14.redo {
  background-image: url('../images/redondafoto.jpeg');
  background-position: 50%;
}

.div-block-14.vivv {
  background-image: url('../images/vivefoto.jpeg');
}

.vuelos {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #eee8e0;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 0;
  display: flex;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-15 {
  background-image: url('../images/centrofoto.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.div-block-15.teq {
  background-image: url('../images/Screenshot-2024-04-11-at-9.19.03-a.m..png');
}

.div-block-15.red {
  background-image: url('../images/redondafoto.jpeg');
}

.div-block-15.vive {
  background-image: url('../images/vivefoto.jpeg');
}

.div-block-15.pdc {
  background-image: url('../images/pdcfoto.webp');
}

.div-block-15.pdc.bellss {
  background-image: url('../images/bellas.jpeg');
}

.div-block-15.tulum {
  background-image: url('../images/tulfoto.jpeg');
}

.div-block-15.cancun {
  background-image: url('../images/cunfoto.jpeg');
}

.div-block-15.trajii {
  background-image: url('../images/traji.jpeg');
}

.div-block-15.sou {
  background-image: url('../images/jumeex.jpeg');
  background-position: 50% 100%;
}

.div-block-15.bellaa {
  background-image: url('../images/bellas.jpeg');
}

.div-block-15.hcnd {
  background-image: url('../images/Hacienda.jpg');
}

.div-block-15.ac {
  background-image: url('../images/AC.webp');
}

.div-block-15.four {
  background-image: url('../images/four.jpg');
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.div-block-16.teqi {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

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

.rsvp {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  margin: 100px 220px;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 100px;
}

.text-field {
  color: #7c7c7c;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #a1a1a1;
  padding: 5px 5px 0;
  font-family: Droid Serif, serif;
  font-size: 10px;
  font-style: italic;
}

.radio-button-field {
  color: #8d8d8d;
  text-transform: uppercase;
  font-family: Droid Serif, serif;
  font-size: 10px;
  font-style: italic;
}

.boton {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: .5px solid #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.boton:hover {
  font-style: italic;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.mesaderegalos {
  background-color: var(--transparente);
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-18 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 20px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-19 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.image-5 {
  width: 50%;
  margin-top: 0;
  margin-left: -158px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.image-6 {
  width: 300px;
}

.image-6.tul {
  width: 230px;
}

.div-block-21 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.textosans {
  color: #5b6a37;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

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

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

.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.vestido4 {
  background-image: url('../images/Screenshot-2024-03-20-at-8.50.01-p.m..png');
}

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

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

.flipcard.getthere {
  width: 200px;
}

._w-card-front-2 {
  perspective: 1000px;
  background-color: #ff6565;
  background-image: linear-gradient(#00000069, #00000069), 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: #fff0;
  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: #efede900;
  background-image: none;
  justify-content: center;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.dresscodecard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  flex-flow: column;
  width: 150px;
  height: 170px;
  padding: 0 10px 10px;
  display: flex;
}

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

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

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

.nicolecard {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff0;
  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: 150px;
  height: 170px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.wepage {
  background-color: var(--transparente);
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: inset 0 2px 5px #0003;
}

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

.div-block-24.rec {
  width: 60%;
}

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

.fotocard {
  background-image: url('../images/Tezza-1379.JPG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.fotocard.abajo1 {
  background-color: #75757500;
  background-image: none;
  border: .5px solid #000;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.fotocard.abajo2 {
  background-image: url('../images/Tezza-1575.JPG');
}

.fotocard.arriba2 {
  background-image: url('../images/arriba2.jpg');
}

.fotocard.arriba3 {
  background-image: url('../images/arriba3.jpg');
  background-position: 60%;
}

.fotocard.arriba4 {
  background-image: url('../images/arriba4.jpg');
  background-position: 70%;
}

.fotocard.abajo3 {
  background-image: url('../images/abajo3.jpg');
}

.fotocard.abajo4 {
  background-image: url('../images/abajo4.jpg');
}

.fotocard.mxcity {
  filter: grayscale();
  background-image: url('../images/plane-flying-over-mexico-city.jpg');
  background-position: 100%;
  border: .5px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 200px;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.fotocard.mxcity.plaa {
  background-image: url('../images/ramon-kagie-WOyBhxyB8KI-unsplash.jpg');
  background-position: 50%;
}

.fotocard.mxcity.etn {
  background-image: url('../images/Cj_jAV9XAAEcMLH.jpeg');
  background-position: 0%;
}

.fotocard.mxcity.hertz {
  background-image: url('../images/HERTZ-afp-1.jpg');
  background-position: 50%;
}

.fotocard.mxcity.uber {
  background-image: url('../images/1366_2000.jpeg');
  background-position: 50%;
}

.fotocard.aabajo1 {
  background-image: url('../images/Tezza-8588.JPG');
}

.invisible {
  color: #3330;
}

.image-7 {
  width: auto;
  height: 60px;
}

.image-7.pelo {
  height: 100px;
}

.image-8, .image-9 {
  width: auto;
  height: 60px;
}

.div-block-26 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  display: none;
}

.html-embed {
  z-index: 999;
  height: 20vh;
  position: static;
}

.bold-text {
  font-weight: 500;
}

.div-clima {
  background-color: #ffffff82;
  padding: 60px 5%;
}

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

.info-card-open-bg {
  background-color: #313131;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.arrow-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.text-bold {
  font-weight: 500;
}

.pill-button {
  grid-column-gap: 1.25rem;
  color: #f9f9f9;
  text-transform: uppercase;
  background-color: #404040;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 15rem;
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  display: flex;
  overflow: hidden;
}

.pill-button.auto-top {
  background-color: #4b4b4b;
  margin-top: auto;
  padding: .65rem .65rem .65rem 1.2rem;
  text-decoration: none;
}

.info-card-bottom {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrow-image {
  z-index: 2;
  position: relative;
}

.info-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
}

.service-card-open-close {
  background-color: #7b7b7b1a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.info-card-top {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-hidden {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.circle-overlay {
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}

.info-card {
  grid-row-gap: 5rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #7b7b7b33;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 34rem;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card:hover {
  border-color: #7b7b7b99;
}

.body-small {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.body-medium {
  font-size: 1.25rem;
  line-height: 1.4;
  text-decoration: none;
}

.body-medium.relative-2 {
  z-index: 2;
  position: relative;
}

.div-block-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-block-29 {
  background-color: #00000078;
  border-top: .5px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.image-10 {
  opacity: 1;
  width: 60%;
}

.image-10.ccel {
  display: none;
}

.image-11 {
  opacity: .62;
  width: auto;
  height: 50px;
}

.image-12 {
  width: auto;
  height: 50px;
}

.divtraveltips {
  width: 100%;
  display: none;
}

.image-13 {
  width: 150px;
}

.cursivaprincipal {
  color: #fff;
  font-family: Thank You, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.cursivaprincipal.negro {
  color: #e11;
  font-size: 40px;
}

.body-2 {
  background-image: url('../images/fondo.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 15%;
}

.div-block-32 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar {
  clear: none;
  background-color: #ffffffcf;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: sticky;
  inset: 0% 0% auto 1%;
  box-shadow: 0 2px 5px #0003;
}

.container {
  justify-content: space-around;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.travel-tips-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.image-14 {
  width: 250px;
}

.image-14._1 {
  width: 248px;
}

.image-15 {
  width: 250px;
}

.div-block-34 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-image: url('../images/Asset-41.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 380px;
  padding: 29px 27px 0 150px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

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

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1005px;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
}

.grid.phone {
  display: none;
}

.div-block-39, .div-block-40 {
  border: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-40.phone {
  display: none;
}

.image-17 {
  margin-bottom: 7px;
}

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

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

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 991px) {
  .inicio {
    height: 600px;
  }

  .text-block.cursivaprincipal {
    font-size: 60px;
  }

  .sans.boton.herts {
    font-size: 8px;
  }

  .sans.rec {
    width: 100%;
  }

  .sans.nav {
    border-bottom: .5px solid #0000002e;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px;
  }

  .sans.nav:hover {
    font-size: 10px;
  }

  .card-container__photo-container {
    display: inline-block;
  }

  .cardbook, .photo-container__front-image, .photo-container__back-image {
    width: 300px;
    height: 400px;
  }

  .details__job {
    font-size: 1.8em;
  }

  .card-container--details {
    width: 300px;
    height: 400px;
  }

  .details__name {
    font-size: 2.9em;
  }

  .cursivanombres {
    text-align: left;
  }

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

  .ilustracion_card {
    margin-bottom: 80px;
  }

  .ilustracion_card._2.playas {
    width: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ilustracion_card._2.playas.cun {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .ilustracion_card._2.playas.tul {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .ilustracion_card._2.playas.jumex {
    width: 200px;
  }

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

  .vuelos {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .rsvp {
    margin: 100px;
  }

  .mesaderegalos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-19 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding-top: 0;
  }

  .image-5 {
    margin-top: -120px;
    margin-left: -164px;
    margin-right: 59px;
    padding-top: 0;
  }

  .div-block-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: 280px 289px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start baseline;
    display: flex;
  }

  .textosans {
    text-shadow: none;
  }

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

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

  .dresscodecard {
    text-shadow: 0 1px 1px #0000009e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 350px;
    padding: 20px;
    display: flex;
  }

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

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

  .div-block-24.rec {
    width: 100%;
  }

  .heading-small {
    font-size: 3rem;
  }

  .info-card {
    padding: 3rem;
  }

  .body-medium {
    font-size: 1.15rem;
  }

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

  .navbar {
    opacity: .87;
    background-color: #fff0;
    flex-flow: column;
    display: inline-block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    inset: 0% 0% 0% auto;
  }

  .image-14, .image-15 {
    width: 200px;
  }

  .div-block-34 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    width: 200px;
    height: 305px;
    padding-bottom: 0;
    padding-left: 117px;
  }

  .menu-button {
    color: #fff;
    text-shadow: 1px 1px 1px #000000bf;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    color: #fff;
    text-shadow: 0 1px 3px #000;
    background-color: #a7929200;
    inset: 0% 0% auto auto;
  }

  .image-16 {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .inicio {
    height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block.cursivaprincipal {
    text-align: center;
    font-size: 40px;
  }

  .image {
    width: 100%;
  }

  .sans {
    font-size: 10px;
  }

  .sans.izq {
    font-size: 8px;
  }

  .sans.boton.herts {
    font-size: 10px;
  }

  .sans.largo {
    font-size: 8px;
  }

  .image-2 {
    width: 30%;
  }

  .image-2.mono2 {
    width: 10%;
  }

  .hospedaje {
    margin-bottom: 0;
  }

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

  .dresscode {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .card-container__photo-container {
    transform-origin: 50% 0;
    display: inline-block;
    transform: rotate(0);
  }

  .cardbook.cel {
    width: 400px;
    height: 200px;
    display: inline-flex;
  }

  .cardbook.compu {
    flex: 0 auto;
    display: none;
  }

  .photo-container__front-image.acostadaafuera {
    width: 400px;
    height: 200px;
  }

  .photo-container__back-image {
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .photo-container__back-image.acostadaadentro {
    width: 400px;
    height: 200px;
  }

  .link-block__hover-image {
    width: 4.5em;
    max-width: 30px;
  }

  .details__job {
    margin-bottom: .5em;
    font-size: 3em;
  }

  .card-container--details {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 400px;
    height: 200px;
    padding: 20px;
  }

  .link-block__base-image {
    width: 4.5em;
    max-width: 30px;
  }

  .details__name {
    font-size: 5.1em;
  }

  .cursivatitulo, .cursivanombres {
    font-size: 30px;
    line-height: 20px;
  }

  .recomendaciones {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-8.comida {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr;
  }

  .ilustracion_card._2.playas, .ilustracion_card._2.playas.tul {
    padding: 0;
  }

  .vuelos {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .rsvp {
    margin: 50px 5%;
  }

  .mesaderegalos {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0%;
  }

  .div-block-18 {
    width: 70%;
  }

  .div-block-19 {
    flex-flow: column;
    margin-top: 0;
  }

  .image-5 {
    width: 100%;
    margin-top: -159px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-21 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: repeat(auto-fit, 228px) 224px;
    grid-template-columns: 1fr;
    grid-auto-rows: 261px;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .flipcard {
    width: auto;
  }

  .flipcard.getthere {
    width: 250px;
  }

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

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

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

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

  .fotocard.abajo1, .fotocard.mxcity {
    width: 250px;
    height: 250px;
  }

  .fotocard.mxcity.uber {
    background-position: 50% 0;
  }

  .image-7.pelo {
    height: 80px;
  }

  .heading-small {
    font-size: 2.8rem;
  }

  .service-card-open-close {
    width: 3rem;
    height: 3rem;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .body-small {
    font-size: 1rem;
  }

  .body-medium {
    font-size: 1.15rem;
  }

  .div-block-28 {
    grid-template-columns: 1fr 1fr;
  }

  .cursivaprincipal {
    font-size: 40px;
  }

  .cursivaprincipal.negro {
    text-align: center;
  }

  .travel-tips-2 {
    flex-flow: column;
  }

  .image-14, .image-15 {
    width: 250px;
  }

  .div-block-34 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 250px;
    height: 380px;
    padding-left: 144px;
  }
}

@media screen and (max-width: 479px) {
  .inicio {
    background-image: url('../images/dresscode2.jpg');
    height: 700px;
  }

  .itinerario {
    padding: 50px 5%;
  }

  .text-block.cursivaprincipal {
    margin-top: -93px;
    line-height: 40px;
  }

  .sansprincipal {
    letter-spacing: 6px;
    font-size: 10px;
  }

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

  .sans {
    line-height: 15px;
  }

  .sans.izq {
    display: inline-block;
  }

  .sans.boton {
    letter-spacing: 0;
  }

  .sans.largo {
    line-height: 8px;
  }

  .image-2 {
    width: 30%;
  }

  .image-2.mono2 {
    width: 20%;
  }

  .dresscode {
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-top: 130px;
  }

  .details__separator {
    margin-top: 3em;
    margin-bottom: 4em;
  }

  .card-container__photo-container {
    display: inline-block;
    transform: rotate(0);
  }

  .shadow {
    display: inline-block;
  }

  .cardbook {
    height: 200px;
    margin-top: 0;
    margin-bottom: auto;
  }

  .cardbook.cel {
    width: 280px;
    height: 280px;
    display: inline-flex;
  }

  .photo-container__front-image {
    height: 200px;
    display: inline-block;
  }

  .photo-container__front-image.acostadaafuera {
    width: 280px;
    height: 280px;
  }

  .photo-container__back-image {
    height: 200px;
  }

  .photo-container__back-image.acostadaadentro {
    width: 280px;
    height: 280px;
  }

  .link-block__hover-image {
    width: 5em;
    min-width: 19px;
  }

  .details__job {
    font-size: 4.5em;
    line-height: 1.2;
  }

  .card-container--details {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 280px;
    min-width: 230px;
    height: 280px;
    min-height: 230px;
    padding: 20px 20px 40px;
    display: flex;
  }

  .link-block__base-image {
    width: 5em;
    min-width: 19px;
  }

  .details__name {
    font-size: 7em;
    line-height: 1;
  }

  .cursivatitulo {
    color: #3d3d3d;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
  }

  .cursivatitulo.dreeee {
    font-size: 20px;
  }

  .cursivatitulo._1 {
    text-align: center;
  }

  .cursivanombres {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
  }

  .div-block-4 {
    display: inline-block;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-around;
    align-items: center;
    height: 100px;
  }

  .div-block-8.comida {
    flex-flow: column;
  }

  .div-block-8.salon {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    flex-flow: column;
  }

  .div-block-8.vuelo1, .div-block-8.vuelo2, .div-block-8.vuelo3, .div-block-8.vuelo4, .div-block-8.vuelo5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .turismo {
    margin-left: 5%;
    margin-right: 5%;
  }

  .ilustracion_card {
    width: 260px;
  }

  .ilustracion_card._2.tequu, .ilustracion_card._2.redd, .ilustracion_card._2.viiv {
    margin: 0;
  }

  .ilustracion_card._2.playas, .ilustracion_card._2.playas.cun, .ilustracion_card._2.playas.tul {
    margin-top: 0;
  }

  .ilustracion_card._2.centroo, .ilustracion_card._2.centroo-copy, .ilustracion_card._2.tequu-copy, .ilustracion_card._2.redd-copy {
    margin: 0;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .vuelos {
    margin-left: 0%;
    margin-right: 0%;
    padding: 50px 5%;
  }

  .rsvp {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .mesaderegalos {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-18 {
    width: 80%;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-19 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-top: 0;
    padding-bottom: 80px;
  }

  .image-5 {
    width: 100%;
    margin-top: -123px;
    margin-left: 0;
    margin-right: 0;
  }

  .playas {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    margin: 100px 5%;
    padding: 0;
  }

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

  .textosans {
    font-size: 12px;
  }

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

  .flipcard.getthere {
    width: 280px;
  }

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

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

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

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

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

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

  .wepage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-25 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .fotocard.abajo1 {
    width: 280px;
    height: 150px;
  }

  .fotocard.mxcity {
    border: .5px solid #000;
    width: 280px;
    height: 150px;
  }

  .image-7 {
    height: 40px;
  }

  .image-7.pelo {
    height: 60px;
  }

  .image-9 {
    height: 40px;
  }

  .div-block-27 {
    padding-top: 50px;
  }

  .pill-button.auto-top {
    padding: .55rem .55rem .55rem 1.5rem;
  }

  .info-card-bottom {
    grid-row-gap: 1rem;
  }

  .heading-small {
    font-size: 2.25rem;
  }

  .service-card-open-close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .info-hidden {
    grid-row-gap: 2rem;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 28rem;
    padding: 1.25rem;
  }

  .body-medium {
    font-size: 1rem;
  }

  .div-block-28 {
    flex-flow: column;
    display: flex;
  }

  .image-10.ccel {
    width: 50%;
    margin-top: -87px;
    display: inline-flex;
  }

  .image-10.ccompu {
    display: none;
  }

  .image-11 {
    height: 30px;
  }

  .cursivaprincipal {
    text-align: center;
    width: 50%;
    margin-top: -81px;
  }

  .cursivaprincipal.negro {
    color: #e11;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-31 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    align-items: center;
    inset: 5%;
  }

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

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

  .grid.phone {
    display: flex;
  }

  .div-block-36, .div-block-37, .div-block-38 {
    text-align: center;
  }

  .div-block-40.phone {
    display: flex;
  }

  .div-block-41 {
    border: 1px #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .div-block-44 {
    color: #fff0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    background-color: #0000;
    border: 1px solid #000;
    width: 80%;
    height: 2px;
    margin-top: 5%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .text-span {
    text-decoration: none;
  }
}

#w-node-_96458126-e7ce-8492-59cf-70cc70c67fe9-58b6faa1, #w-node-_4d418e26-5038-1aab-bb42-7ba279c518e6-eceb43b3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


@font-face {
  font-family: 'Thank You';
  src: url('../fonts/Thank-you.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Taken By Vultures Demo';
  src: url('../fonts/Taken-by-Vultures-Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Watercolor';
  src: url('../fonts/Watercolor.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}