@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;
  --verdeclaro: #b1a671;
  --verde2: #7f783f;
}

.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.webp'), url('../images/FondoBeige.webp');
  background-position: 50%, 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.inicio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Inicio2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.image {
  width: 340px;
  margin-bottom: -242px;
  padding-bottom: 0;
}

.image-2 {
  margin-top: -273px;
}

.divhoja {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-image: url('../images/HojaPrincipal.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 682px;
  margin-top: 356px;
  margin-left: -257px;
  padding: 26px 114px 68px 70px;
  display: flex;
}

.image-3 {
  width: 650px;
}

.section {
  justify-content: center;
  align-items: center;
  margin-top: -160px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.image-4 {
  z-index: -1;
  margin-top: 562px;
  margin-left: -151px;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--verde);
}

.texto {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.texto.izq {
  text-align: left;
}

.texto.der {
  text-align: right;
}

.texto.claro {
  color: var(--verdeclaro);
}

.texto.claro.green {
  color: var(--verde2);
}

.texto.verde {
  color: var(--verde);
}

.texto.verde.transparente {
  opacity: 0;
}

.texto.mini {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

.nombres {
  color: var(--verde2);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: -7px;
  padding-bottom: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.fecha {
  color: var(--verde2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-weight: 700;
}

.link {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 5px 10px;
  font-family: Caudex, sans-serif;
  text-decoration: none;
}

.link:hover {
  border-color: var(--verde);
  background-color: var(--verdeclaro);
  color: var(--verde);
  box-shadow: 0 2px 5px #0003;
}

.link.verdeclaro {
  border-color: var(--verdeclaro);
  color: var(--verdeclaro);
}

.link.verdeclaro:hover {
  border-color: var(--verde);
  color: var(--verde);
}

.link.verde {
  border-color: var(--verde);
  color: var(--verde);
  text-align: center;
  padding: 3px 8px;
}

.link-2 {
  color: #441721;
  letter-spacing: 1px;
  border: 1px solid #441721;
  border-radius: 50px;
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.card-back {
  background-color: #333;
  border-radius: 20px;
  width: 700px;
  height: 500px;
}

.card-back.margin {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  backface-visibility: hidden;
  width: 340px;
  height: 486px;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: url('../images/TarjetaBeige2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 22px 82px 62px 42px;
  display: flex;
  position: absolute;
  inset: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back.margin.mesa {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 550px;
  height: 400px;
  transform-style: preserve-3d;
  background-image: url('../images/TarjetaMesa.webp');
  padding: 20px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back.margin.recs2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 260px;
  height: 353px;
  transform-style: preserve-3d;
  background-image: url('../images/TarjetitaBeige.webp');
  justify-content: flex-start;
  align-items: center;
  padding: 38px 33px 21px;
  overflow: scroll;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.texto-itinerary {
  color: #441721;
  text-align: center;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

.card-front {
  background-color: #fff;
  border-radius: 20px;
  width: 700px;
  height: 500px;
}

.card-front.margin {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  backface-visibility: hidden;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/TarjetaVerde.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 340px;
  height: 486px;
  padding: 22px 60px 122px 23px;
  display: flex;
  position: absolute;
}

.card-front.margin.mesa {
  background-image: url('../images/TarjetaMesa.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 400px;
  padding: 67px;
}

.card-front.margin.rec2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-image: url('../images/TarjetitaBeige.webp');
  width: 260px;
  height: 353px;
  padding: 18px 33px 58px;
}

.card-wrapper {
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 486px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0%;
  transform: none;
}

.card-wrapper.mesa {
  width: 550px;
  height: 400px;
  margin-top: 31px;
  margin-left: -174px;
}

.card-wrapper.recs2 {
  width: 260px;
  height: 353px;
}

.link_desc {
  color: #441721;
  padding-right: 6px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-style: italic;
  text-decoration: underline;
}

.link_desc:hover {
  font-size: 15px;
}

.textoitinerario {
  color: var(--verdeclaro);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.textoitinerario.green {
  color: var(--verde2);
}

.divitinerario {
  justify-content: center;
  align-items: center;
  padding-left: 23px;
  display: flex;
}

.section-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titulos {
  color: var(--verde2);
  text-align: center;
  letter-spacing: 13px;
  text-transform: uppercase;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.section-3 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-5 {
  width: 80px;
}

.dressdetalle {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitulos {
  color: var(--verde2);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.divdresscode {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  display: flex;
}

.section-4 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hospedajedetalle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/TarjetitaBeige.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 370px;
  height: 501px;
  padding: 24px 26px 58px 27px;
  display: flex;
}

.recomendaciones {
  width: 260px;
}

.recomendaciones.rest {
  width: auto;
  height: 130px;
}

.recomendaciones.belleza {
  width: auto;
  height: 121px;
}

.recomendaciones.tramsporte {
  padding-bottom: 24px;
}

.recomendaciones.vuelos {
  padding-bottom: 13px;
}

.recomendaciones.yates {
  padding-bottom: 20px;
}

.textogrande {
  color: var(--verde);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.divhospedaje {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  display: flex;
}

.divrecomendaciones {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-image: url('../images/TarjetitaBeige.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 260px;
  height: 353px;
  padding: 21px 33px 58px;
  display: flex;
}

.divrecomensacionees {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-6 {
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/TarjetaMesa.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 400px;
  margin-top: 38px;
  margin-left: -214px;
  padding: 80px;
  display: flex;
}

.section-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: url('../images/FondoVerde2.webp');
  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;
  box-shadow: inset 0 2px 5px 3px #0003;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.container {
  margin: 0;
  display: flex;
}

.link_nav {
  color: var(--verdeclaro);
  text-align: center;
  letter-spacing: 3px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

.link_nav:hover {
  text-decoration: underline;
}

.link_nav.w--current {
  color: var(--verdeclaro);
  text-decoration: underline;
}

.nav-menu {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.minibold {
  letter-spacing: 0;
  font-size: 16px;
}

.image-7 {
  display: none;
}

.link3 {
  color: var(--verde);
}

.link3:hover {
  letter-spacing: 3px;
}

.link3.bco {
  color: var(--verdeclaro);
}

.link3.ngo {
  color: #000;
  font-family: Caudex, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.link3.ngo:hover {
  letter-spacing: 1px;
}

.recs {
  z-index: 0;
  background-color: #ffffffad;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.recs.restaurantes, .recs.belleza, .recs.transporte, .recs.vuelos, .recs.yates {
  display: none;
}

.detallerestaurantes {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--verde);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 400px;
  padding: 50px;
  display: flex;
  box-shadow: 9px 14px 5px 2px #0003;
}

.div-block-13 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.listarecs {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 197px;
  height: 240px;
  padding-bottom: 0;
  display: flex;
  overflow: scroll;
}

.vuelos {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  display: flex;
}

.image-8 {
  display: none;
}

.js-clock {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  margin: 40px 40px 209px;
  display: flex;
}

.box {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  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: var(--verdeclaro);
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 33px;
  font-style: normal;
  line-height: 31px;
}

.fecha-2 {
  color: var(--verdeclaro);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Caudex, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

.divrest {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-4 {
  color: var(--verde);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .inicio {
    height: 760px;
  }

  .image {
    margin-bottom: -206px;
  }

  .image-2 {
    margin-top: 0;
  }

  .divhoja {
    width: 520px;
    height: 678px;
    margin: 399px 0 0 -422px;
  }

  .image-3 {
    width: 600px;
    margin-top: -157px;
    margin-left: -376px;
  }

  .image-4 {
    margin-top: 825px;
    margin-left: -717px;
  }

  .card-back.margin {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-wrapper.mesa {
    margin-top: -303px;
    margin-left: 152px;
  }

  .divitinerario {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .divhospedaje {
    flex-flow: column;
  }

  .divrecomensacionees {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-6 {
    flex-flow: column;
  }

  .section-7 {
    display: none;
  }

  .navbar {
    background-color: #0000;
    background-image: none;
    inset: 0% 0% auto auto;
  }

  .link_nav {
    color: var(--verde);
    text-align: left;
  }

  .link_nav.w--current {
    color: var(--verde);
  }

  .nav-menu {
    background-color: #e5e0c5;
    inset: 0% 0% 0% auto;
  }

  .image-6 {
    margin-top: 0;
    margin-left: -271px;
  }

  .menu-button {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #000;
  }

  .recs.restaurantes, .recs.vuelos {
    display: none;
  }

  .detallerestaurantes {
    width: 620px;
    height: 510px;
  }

  .vuelos {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
  }

  .js-clock {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .box {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .nombres-3 {
    font-size: 32px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-bottom: -108px;
  }

  .divhoja {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 460px;
    height: 587px;
    margin-top: -185px;
    margin-left: 208px;
    padding-bottom: 57px;
    padding-left: 39px;
    padding-right: 74px;
  }

  .image-3 {
    width: 460px;
    margin-top: 0;
    margin-left: -92px;
  }

  .section {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
  }

  .image-4 {
    width: 260px;
    margin-top: -196px;
    margin-left: -302px;
  }

  .texto {
    font-size: 10px;
    line-height: 15px;
  }

  .nombres {
    font-size: 20px;
  }

  .fecha {
    font-size: 12px;
  }

  .link {
    padding: 2px 5px;
    font-size: 10px;
  }

  .card-back.margin {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-wrapper.mesa {
    margin-top: -136px;
    margin-left: 57px;
  }

  .link_desc {
    padding-right: 2px;
    font-size: 12px;
  }

  .link_desc:hover, .textoitinerario {
    font-size: 13px;
  }

  .divitinerario {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .divdresscode {
    flex-flow: column;
  }

  .link_nav {
    color: var(--verde);
  }

  .image-6 {
    margin-left: -114px;
  }

  .detallerestaurantes {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 500px;
    height: 410px;
  }

  .js-clock {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .box {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .nombres-3 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .inicio {
    background-image: url('../images/Inicio3.webp');
    background-position: 50%;
    background-size: cover;
    height: 690px;
  }

  .image {
    width: 280px;
    margin-bottom: -106px;
  }

  .image-2 {
    display: inline-flex;
  }

  .divhoja {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-image: url('../images/PrincipalCel.webp');
    width: 330px;
    height: 560px;
    margin-top: -27px;
    margin-left: 24px;
    padding: 18px 59px 41px 35px;
  }

  .image-3 {
    width: 350px;
    margin-left: 0;
    margin-right: -13px;
    position: static;
  }

  .image-4 {
    margin-top: -77px;
    margin-left: 125px;
  }

  .texto {
    letter-spacing: 1px;
    text-transform: none;
    font-size: 11px;
    line-height: 13px;
  }

  .texto.claro {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex;
  }

  .texto.may {
    text-transform: uppercase;
  }

  .nombres {
    text-align: center;
  }

  .link.verdeclaro {
    font-weight: 700;
  }

  .link-2 {
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
  }

  .card-back.margin {
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 430px;
    padding: 20px 74px 56px 40px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-back.margin.mesa {
    background-image: url('../images/TarjetaMesaCel.webp');
    width: 290px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-back.margin.recs2 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .texto-itinerary {
    font-size: 12px;
    line-height: 18px;
  }

  .card-front.margin {
    width: 300px;
    height: 430px;
  }

  .card-front.margin.mesa {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    background-image: url('../images/TarjetaMesaCel.webp');
    width: 290px;
    height: 400px;
    padding-left: 30px;
    padding-right: 26px;
  }

  .card-wrapper {
    width: 300px;
    height: 430px;
  }

  .card-wrapper.mesa {
    width: 290px;
    margin-left: 47px;
  }

  .textoitinerario {
    font-size: 18px;
    line-height: 16px;
  }

  .titulos {
    letter-spacing: 5px;
    font-size: 24px;
  }

  .section-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hospedajedetalle {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 443px;
    padding-top: 22px;
    padding-bottom: 25px;
  }

  .recomendaciones {
    width: 240px;
  }

  .recomendaciones.tramsporte, .recomendaciones.vuelos, .recomendaciones.yates {
    width: auto;
  }

  .textogrande {
    font-size: 15px;
  }

  .divhospedaje {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .divrecomensacionees {
    display: flex;
  }

  .section-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-7 {
    display: flex;
  }

  .nav-menu {
    position: fixed;
  }

  .image-6 {
    width: 290px;
    margin-left: -75px;
  }

  .image-7, .recs.restaurantes, .recs.belleza, .recs.transporte, .recs.vuelos, .recs.yates {
    display: none;
  }

  .detallerestaurantes {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 490px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: scroll;
  }

  .listarecs {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-8 {
    z-index: -1;
    display: inline-flex;
    position: fixed;
  }

  .js-clock {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    margin-bottom: 341px;
  }

  .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;
  }
}


@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;
}