@font-face {
  font-family: The Youngest Serif Display;
  src: url('../fonts/the-youngest-serif-display.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --verde: #6f663b;
  --beige: #dfdad5;
}

.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 {
  background-image: url('../images/Sombra.png'), url('../images/FondoBeige.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.itinerario {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.sobre {
  width: 500px;
  margin-left: 66px;
}

.divhojaprincipal {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-image: url('../images/HojaPrincipal.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 630px;
  margin-top: 168px;
  margin-left: -225px;
  padding: 30px 50px 67px 100px;
  display: flex;
}

.divitinerario {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.hojaconcha {
  z-index: -1;
  width: 308px;
  margin-top: -207px;
  margin-left: 302px;
  position: relative;
}

.divrecepcion {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-image: url('../images/HojaRecepción.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 310px;
  height: 429px;
  margin-top: -188px;
  margin-left: 172px;
  padding: 65px 30px 40px 50px;
  display: flex;
}

.texto {
  color: #000;
  text-align: center;
  font-family: Caudex, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.texto.bold {
  font-weight: 700;
}

.nombres {
  color: var(--verde);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 33px;
  line-height: 35px;
}

.fecha {
  color: var(--verde);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-weight: 700;
}

.link {
  color: #000;
  font-family: Caudex, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.link:hover {
  letter-spacing: 1px;
}

.link.bco {
  color: #fff;
}

.lugar {
  letter-spacing: 1px;
  font-family: Caudex, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.image-3 {
  width: 100px;
}

.titulos {
  color: var(--verde);
  letter-spacing: 7px;
  -webkit-text-stroke-color: #534b22;
  text-transform: uppercase;
  margin-bottom: -11px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.dresscode {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/Verde2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 310px;
  display: flex;
  box-shadow: inset 0 2px 5px 4px #0003;
}

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

.textodresscode {
  color: #fff;
  text-align: center;
  letter-spacing: 21px;
  margin-bottom: -9px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 57px;
  line-height: 61px;
}

.titulo_dresscode {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.texto_dresscode {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.fotos {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.foto1, .foto2, .foto3, .foto4 {
  width: 25%;
}

.rsvp {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/Verde2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  box-shadow: inset 0 2px 5px 4px #0003;
}

.rsvptitulo {
  width: 248px;
}

.link_blanco {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-decoration: underline;
}

.link_blanco:hover {
  letter-spacing: 0;
}

.texto-2 {
  color: #545454;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.image-9 {
  width: 241px;
}

.card_component {
  border: 1px #545454;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 288px;
  height: 389px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.card_component:hover {
  opacity: 1;
}

.card_component._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 900px;
  height: 600px;
  box-shadow: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_scroll {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 288px;
  height: 389px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 66px 25px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: scroll;
  transform: none;
}

.card_scroll._2 {
  z-index: 0;
  background-color: #dfdad5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 520px;
  margin-top: 0;
  margin-left: 0;
  padding: 0 60px;
  display: flex;
  position: absolute;
  inset: 5% 0% 0% 27%;
  transform: none;
  box-shadow: 0 2px 5px #0003;
}

.link-2 {
  color: #545454;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}

.link-2:hover {
  font-size: 12px;
}

.card_front-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.card_front-content._2 {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  background-image: url('../images/FolderPalmera.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 600px;
}

.nombres-2 {
  color: #545454;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.mesa {
  color: #545454;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-weight: 700;
}

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

.mesaderegalos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-10 {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.inicio {
  background-image: url('../images/Principal.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

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

.slide {
  vertical-align: baseline;
  width: auto;
  height: auto;
}

.slider {
  background-color: #0000;
  width: 1150px;
  height: 520px;
}

.slide-nav {
  display: none;
}

.div-block-5 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  width: 90%;
  height: 100%;
  display: flex;
}

.image-11 {
  width: 280px;
}

.divhospedaje {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.divhoteles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link2 {
  color: var(--verde);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.link2:hover {
  letter-spacing: 0;
}

.nombrehoteles {
  color: var(--verde);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Caudex, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

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

.icon, .icon-2 {
  color: var(--verde);
}

.contador {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-image: url('../images/FondoVerde.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-12 {
  width: 240px;
}

.js-clock {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  margin: 40px;
  display: flex;
}

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

.nombres-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 47px;
  font-style: italic;
  line-height: 53px;
}

.fecha-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 51px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.linknavbar {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
}

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

.linknavbar.w--current {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 400;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.slider-2 {
  display: none;
}

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

.card-back.margin {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  backface-visibility: hidden;
  width: 280px;
  height: 430px;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: url('../images/Sola.png');
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: scroll;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.link-3 {
  color: #787340;
  font-size: 12px;
  line-height: 11px;
}

.link-3:hover {
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.infohoteles {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #787340;
  text-align: center;
  font-size: 23px;
  line-height: 32px;
  display: flex;
}

.card-front {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  height: 430px;
  display: flex;
}

.texto_centered {
  color: #787340;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.texto_centered.tarjetas {
  text-align: justify;
  line-height: 15px;
}

.slider-3 {
  background-color: #0000;
  width: 1080px;
  height: 450px;
}

.slide-nav-3 {
  display: none;
}

.slider-4 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 440px;
  display: flex;
}

.slide-nav-4 {
  display: none;
}

.icon-6, .icon-7 {
  color: var(--verde);
}

.mask {
  width: auto;
  overflow: hidden;
}

.slide-2 {
  vertical-align: baseline;
  width: auto;
}

.left-arrow {
  z-index: 5;
}

.slide-3 {
  vertical-align: baseline;
  position: static;
}

.slide-4 {
  width: 100%;
}

.slider-5 {
  background-color: #0000;
  width: 905px;
  height: 430px;
  margin-top: 50px;
}

.slide-nav-5 {
  display: none;
}

.left-arrow-2 {
  margin-left: -100px;
}

.right-arrow {
  margin-right: -100px;
}

.icon-8, .icon-9 {
  color: var(--verde);
}

.mask-2 {
  overflow: hidden;
}

.slide-5 {
  width: 100%;
}

.slider-6 {
  display: none;
}

.link-4 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hojaconcha {
    margin-top: -313px;
    margin-left: 101px;
  }

  .divrecepcion {
    margin-top: -93px;
    margin-left: 1px;
  }

  .dresscode {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
  }

  .textodresscode {
    flex-flow: row;
    font-size: 42px;
    line-height: 41px;
    display: flex;
  }

  .titulo_dresscode {
    font-size: 19px;
    line-height: 21px;
  }

  .texto_dresscode {
    font-size: 12px;
    line-height: 22px;
  }

  .rsvptitulo {
    width: 190px;
  }

  .link_blanco {
    font-size: 19px;
    line-height: 22px;
  }

  .texto-2 {
    font-size: 12px;
  }

  .card_component:hover {
    opacity: 1;
  }

  .card_component._2 {
    width: 710px;
    height: 658px;
  }

  .card_scroll {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .card_scroll._2 {
    margin-top: 26px;
    margin-left: -154px;
    display: flex;
  }

  .card_front-content._2 {
    background-image: url('../images/FolderPalmeraTablet.png');
    width: 710px;
    height: 658px;
    padding-left: 23px;
    padding-right: 225px;
  }

  .inicio {
    background-image: url('../images/Tablet.png');
  }

  .slider {
    display: none;
  }

  .image-11 {
    height: 385px;
  }

  .image-12 {
    width: 210px;
  }

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

  .nombres-3 {
    font-size: 37px;
    line-height: 33px;
  }

  .navbar {
    padding-top: 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .linknavbar {
    border-bottom: 1px solid var(--verde);
    color: var(--verde);
    text-align: right;
  }

  .linknavbar.w--current {
    color: var(--verde);
  }

  .nav-menu {
    background-color: #dfdad5;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .slider-2 {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 480px;
    display: flex;
  }

  .icon-3, .icon-4 {
    color: var(--verde);
  }

  .slide-nav-2 {
    display: none;
  }

  .icon-5 {
    width: 40px;
    height: 40px;
    color: var(--beige);
    background-color: #63644b;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .card-back.margin {
    transform: none;
  }

  .infohoteles {
    text-align: center;
  }

  .card-front {
    padding-bottom: 11px;
  }

  .slider-5 {
    display: none;
  }

  .slider-6 {
    background-color: #0000;
    width: 70%;
    height: 429px;
    margin-top: 47px;
    display: flex;
  }

  .slide-nav-6 {
    display: none;
  }

  .icon-10, .icon-11 {
    color: var(--verde);
  }
}

@media screen and (max-width: 767px) {
  .itinerario {
    padding-top: 100px;
  }

  .sobre {
    width: 410px;
    margin-left: -142px;
  }

  .divhojaprincipal {
    margin-top: -516px;
    margin-left: 54px;
  }

  .divitinerario {
    flex-flow: column;
    display: flex;
  }

  .hojaconcha {
    margin-top: -124px;
    margin-left: -249px;
  }

  .divrecepcion {
    margin-top: -323px;
    margin-left: 226px;
  }

  .titulos {
    text-align: center;
  }

  .dresscode {
    flex-flow: column;
  }

  .textodresscode {
    margin-bottom: -13px;
    font-size: 34px;
  }

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

  .foto1, .foto2, .foto3, .foto4 {
    width: auto;
  }

  .texto-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .card_component {
    flex-flow: column;
    width: 256px;
    height: 347px;
    padding: 20px;
  }

  .card_component._2 {
    width: 590px;
    height: 760px;
  }

  .card_scroll {
    width: 256px;
    height: 347px;
    margin-left: 0;
    padding-left: 25px;
  }

  .card_scroll._2 {
    width: 273px;
    height: 620px;
    margin-top: 17px;
    margin-left: -127px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .card_front-content._2 {
    background-image: url('../images/Palmera3.png');
    width: 590px;
    height: 710px;
    padding-left: 42px;
    padding-right: 288px;
  }

  .nombres-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .inicio {
    background-image: url('../images/CelAcostado.png');
  }

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

  .box {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .nombres-3 {
    font-size: 17px;
    line-height: 21px;
  }

  .link-3 {
    font-size: 12px;
  }

  .infohoteles {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .itinerario {
    padding-bottom: 294px;
  }

  .sobre {
    width: 350px;
    margin-left: 0;
  }

  .divhojaprincipal {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 329px;
    height: 450px;
    margin-top: -417px;
    margin-left: 27px;
    padding-left: 50px;
    padding-right: 15px;
  }

  .hojaconcha {
    z-index: -1;
    width: 200px;
    margin-top: 211px;
    margin-left: -113px;
    position: relative;
  }

  .divrecepcion {
    width: 240px;
    height: 319px;
    margin-top: -567px;
    margin-left: 87px;
    padding-left: 39px;
    padding-right: 28px;
  }

  .texto {
    font-size: 10px;
    line-height: 12px;
  }

  .nombres {
    font-size: 20px;
    line-height: 22px;
  }

  .fecha {
    font-size: 12px;
    line-height: 14px;
  }

  .image-3 {
    width: 70px;
  }

  .titulos {
    line-height: 20px;
  }

  .link_blanco {
    font-size: 15px;
    line-height: 18px;
  }

  .texto-2 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 19px;
  }

  .card_component {
    width: 260px;
    height: 370px;
  }

  .card_component._2 {
    flex-flow: column;
    width: 389px;
    height: 490px;
    padding: 0;
  }

  .card_scroll {
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 370px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    transform: translate(0, 101%);
  }

  .card_scroll._2 {
    width: 174px;
    height: 403px;
    margin-top: 10px;
    margin-left: -78px;
    display: flex;
  }

  .link-2 {
    font-size: 9px;
    line-height: 13px;
  }

  .card_front-content._2 {
    width: 373px;
    height: 448px;
    padding-left: 31px;
    padding-right: 181px;
  }

  .nombres-2 {
    font-size: 19px;
    line-height: 23px;
  }

  .mesaderegalos {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inicio {
    background-image: url('../images/Cel.png');
  }

  .recomendaciones {
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
  }

  .image-11 {
    width: 270px;
    height: auto;
  }

  .image-12 {
    margin-left: 8px;
  }

  .js-clock {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
  }

  .box {
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;
  }

  .nombres-3 {
    font-size: 19px;
    line-height: 23px;
  }

  .fecha-2 {
    font-size: 11px;
    line-height: 15px;
  }

  .linknavbar {
    color: var(--verde);
  }

  .slider-2 {
    width: 390px;
  }

  .card-back.margin {
    background-image: url('../images/Sola.png'), url('../images/Sola.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 430px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .link-3 {
    font-size: 12px;
  }

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

  .infohoteles {
    justify-content: center;
    align-items: center;
    font-size: 23px;
    line-height: 21px;
  }

  .card-front {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 280px;
    height: 430px;
    padding-bottom: 0;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .texto_centered {
    width: 300px;
  }

  .texto_centered.tarjetas {
    text-align: center;
    width: 216px;
    font-size: 12px;
    line-height: 18px;
  }

  .bold-text-5 {
    font-size: 23px;
  }

  .slider-6 {
    width: 87%;
    height: 435px;
  }

  .icon-10, .icon-11 {
    font-size: 30px;
  }

  .left-arrow-3, .right-arrow-2 {
    width: 36px;
  }
}


@font-face {
  font-family: 'The Youngest Serif Display';
  src: url('../fonts/the-youngest-serif-display.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}