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

@font-face {
  font-family: "Core Bandi Face W 01";
  src: url('../fonts/Core-Bandi-Face-W01-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --azul: #233441;
  --naranja: #b16a3c;
  --green: #7a764d;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-principal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.fotos {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
}

.itinerario {
  height: auto;
}

.itinerario.compu {
  height: 120vh;
}

.itinerario.movil {
  display: none;
}

.recomendaciones, .hoteles {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rsvp {
  height: 100vh;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 150px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--naranja);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: "Core Bandi Face W 01", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--azul);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.movil {
  display: none;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack {
  height: auto;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 8px;
  grid-row-gap: 7px;
  height: 100vh;
}

.cell-2 {
  background-image: url('../images/Valeria-y-Oscar-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-2 {
  color: #db1313;
}

.image-3 {
  display: block;
}

.heading-1 {
  color: var(--azul);
  text-align: center;
  font-family: "Core Bandi Face W 01", Arial, sans-serif;
  line-height: 20px;
}

.heading-1.orange {
  color: var(--naranja);
}

.heading-1.capitalletters {
  text-transform: uppercase;
}

.heading-1.izquierda {
  text-align: center;
  font-size: 16px;
}

.heading-1.bigger {
  font-size: 4rem;
}

.paragraph {
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  width: 30%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Core Bandi Face W 01", Arial, sans-serif;
  font-size: 18px;
}

.paragraph.full {
  width: 100%;
}

.paragraph.bigger {
  font-size: 3rem;
}

.paragraph.blue {
  color: var(--azul);
  text-align: left;
  text-transform: none;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
}

.heading-2 {
  color: var(--naranja);
  text-align: center;
  margin-top: 20px;
  font-family: Limoncellorecipe, Verdana, sans-serif;
  font-size: 4rem;
  line-height: 45px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  flex: 1;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: var(--azul);
  background-color: #3898ec00;
  font-family: "Core Bandi Face W 01", Arial, sans-serif;
  text-decoration: underline;
}

.button.no-margin {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.button.orange {
  color: var(--naranja);
}

.cell-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  color: var(--azul);
  text-align: center;
  font-family: Limoncellorecipe, Verdana, sans-serif;
  font-size: 20px;
}

.cell-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-right: 0;
}

.heading-3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Core Bandi Face W 01", Arial, sans-serif;
  font-size: 20px;
}

.cell-6 {
  border-bottom: 1px dashed var(--azul);
}

.cell-7 {
  justify-content: center;
  align-items: flex-end;
  padding-left: 60px;
  padding-right: 0;
}

.cell-8, .cell-8.izquierda, .cell-8.derecha {
  justify-content: center;
  align-items: center;
}

.smaller {
  font-size: 20px;
  line-height: 10px;
}

.smaller.orange {
  color: var(--naranja);
}

.text-field {
  border-style: none none dotted;
  border-width: 1px;
  border-color: black black var(--azul);
  background-color: #fff0;
}

.cell-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.form {
  width: 100%;
}

.form-block {
  width: 80%;
}

.form-button {
  border: 1px solid var(--azul);
  color: var(--azul);
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 20px;
  font-family: "Core Bandi Face W 01", Arial, sans-serif;
}

.image-4 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5 {
  margin-bottom: 20px;
}

.quick-stack-5, .quick-stack-6 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

.image-7 {
  max-width: 70%;
}

.image-8 {
  max-width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
}

.fotolarga {
  background-image: url('../images/6.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  margin-top: 0;
}

.fotolarga.jo {
  background-image: url('../images/INV-ANA-PAULINA--7.png'), url('../images/foto.jpg');
  background-position: 0%, 50% 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 80vh;
}

.fotolarga.jo._2 {
  background-image: url('../images/3_13.avif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 10vh;
}

.fotolarga.jo._2._5 {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: #676535;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.cell-11 {
  justify-content: space-between;
}

.image-10 {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.quick-stack-7 {
  padding: 0;
}

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

.text-block {
  font-family: "Core Bandi Face W 01", Arial, sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-center-container.shadow-three, .container {
    max-width: none;
  }

  .nav-link, .heading-1.izquierda {
    font-size: 1.5rem;
  }

  .paragraph {
    font-size: 22px;
  }

  .paragraph.blue {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }

  .button {
    font-size: 1.5rem;
  }

  .paragraph-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

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

  .image-4 {
    font-size: 20px;
  }

  .image-5 {
    max-width: 90%;
  }

  .quick-stack-5 {
    justify-content: space-between;
  }

  .body {
    background-size: 1280px;
  }
}

@media screen and (min-width: 1440px) {
  .itinerario.compu {
    height: 140vh;
  }

  .recomendaciones, .hoteles, .rsvp {
    height: 110vh;
  }

  .navbar-logo-center-container.shadow-three {
    font-size: 1.5rem;
  }

  .cell {
    background-size: cover;
  }

  .quick-stack-2 {
    height: 150vh;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    height: 70%;
  }

  .cell-3 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .body {
    background-position: 50% 20%;
    background-repeat: repeat;
    background-size: cover;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .banner-principal {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .navbar-logo-center {
    justify-content: space-between;
    align-items: center;
    height: 200px;
    display: flex;
  }

  .navbar-logo-center-container.shadow-three {
    width: 100%;
    max-width: none;
  }

  .container {
    flex: 1;
    max-width: none;
  }

  .navbar-wrapper-three {
    justify-content: space-around;
    width: 100%;
  }

  .nav-link {
    font-size: 2rem;
  }

  .image {
    max-width: 65%;
  }

  .heading-1 {
    font-size: 5rem;
  }

  .heading-1.orange {
    font-size: 4rem;
  }

  .heading-1.capitalletters {
    font-size: 7rem;
    line-height: 5rem;
  }

  .heading-1.izquierda {
    font-size: 3rem;
    line-height: 2rem;
  }

  .heading-1.bigger {
    font-size: 7rem;
  }

  .paragraph, .paragraph.blue {
    font-size: 2rem;
  }

  .heading-2 {
    font-size: 6rem;
  }

  .button {
    font-size: 2rem;
  }

  .paragraph-2 {
    font-size: 4rem;
    line-height: 4rem;
  }

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

  .cell-8.izquierda {
    justify-content: center;
  }

  .cell-9 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .form {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .form-block {
    border-radius: 20px;
  }

  .form-button {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
  }

  .quick-stack-5 {
    justify-content: space-between;
    height: 100%;
  }

  .quick-stack-6 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .banner-principal {
    background-image: url('../images/Valeria-y-Oscar-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    height: 70vh;
  }

  .fotos {
    background-image: url('../images/2.jpg'), url('../images/Valeria-y-Oscar-1.png');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, auto;
    height: 25vh;
  }

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

  .itinerario.compu {
    display: none;
  }

  .itinerario.movil {
    background-image: url('../images/Valeria-y-Oscar-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 150vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .recomendaciones {
    background-image: url('../images/Valeria-y-Oscar-1.png');
    background-position: 100% 100%;
    background-size: auto;
    height: 100vh;
  }

  .hoteles {
    background-image: url('../images/Valeria-y-Oscar-1.png');
    background-position: 50%;
    background-size: auto;
    height: 70vh;
  }

  .rsvp {
    background-image: url('../images/Valeria-y-Oscar-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%;
    padding-top: 0;
  }

  .navbar-logo-center-container.shadow-three {
    background-image: url('../images/Valeria-y-Oscar-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-brand-three {
    margin-left: 0;
  }

  .nav-menu-three {
    background-color: var(--azul);
    flex-direction: column;
  }

  .nav-link {
    color: #ffe6d5;
  }

  .nav-link.compu {
    display: none;
  }

  .nav-link.movil {
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--azul);
    border-radius: 10px;
  }

  .image {
    max-width: 90%;
  }

  .quick-stack {
    grid-row-gap: 0px;
    height: auto;
    margin-top: 0;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell {
    background-image: none;
    justify-content: space-between;
    display: flex;
  }

  .quick-stack-2 {
    grid-row-gap: 7px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-1.capitalletters {
    font-size: 30px;
  }

  .heading-1.bigger {
    font-size: 3rem;
  }

  .paragraph {
    width: 90%;
  }

  .paragraph.bigger {
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    display: inline;
  }

  .heading-2 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 3rem;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-7 {
    padding-left: 0;
  }

  .cell-8.izquierda {
    justify-content: flex-end;
    align-items: center;
  }

  .image-4 {
    margin-left: 0;
  }

  .image-5 {
    margin-top: 20px;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-6 {
    width: 90%;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .image-6, .image-7 {
    max-width: 70%;
  }

  .image-8 {
    max-width: 80%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fotolarga {
    background-position: 40%;
  }

  .fotolarga.jo {
    background-position: 50%, 80% 0;
    display: block;
  }

  .fotolarga.jo._2 {
    background-image: url('../images/3_13.avif');
    background-position: 45%;
    background-repeat: repeat;
    background-size: contain;
    height: 5vh;
    display: block;
  }

  .fotolarga.jo._2._5 {
    background-image: none;
    background-size: auto;
  }

  .heading-9 {
    line-height: 15px;
  }

  .image-9 {
    vertical-align: middle;
  }

  .image-10 {
    padding-top: 10px;
  }
}

#w-node-_7b717155-3ffc-ee2e-8dd4-f5c04c9a860b-7a6e3d2a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
}

#itinerario.w-node-_7b717155-3ffc-ee2e-8dd4-f5c04c9a860c-7a6e3d2a {
  grid-column: span 2 / span 2;
}

#w-node-e0c1bd07-cf6a-2d77-80c0-af0208fa6f5a-7a6e3d2a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#itinerario-movil.w-node-e0c1bd07-cf6a-2d77-80c0-af0208fa6f5b-7a6e3d2a, #w-node-e0c1bd07-cf6a-2d77-80c0-af0208fa6f5f-7a6e3d2a {
  grid-column: span 2 / span 2;
}

#w-node-_7f03bbf2-c48f-3146-0b9f-565638b6ae10-7a6e3d2a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9d7ebfe8-d3c5-ccdf-91d7-7da02d139c8e-7a6e3d2a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78366383-3a24-c34f-0e08-229436884146-7a6e3d2a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_78366383-3a24-c34f-0e08-229436884147-7a6e3d2a {
  grid-column: span 2 / span 2;
}

#itinerario-compu.w-node-e15f6e39-698c-183e-395b-3b5144868625-7a6e3d2a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e15f6e39-698c-183e-395b-3b5144868626-7a6e3d2a, #w-node-ae705c6f-02bc-594f-0685-84a118fa5663-7a6e3d2a {
  grid-column: span 2 / span 2;
}

#w-node-_63f0aa58-e596-6886-d62b-5331739808f2-7a6e3d2a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3f883eae-402f-23ab-167f-9cbff6096799-7a6e3d2a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d8198cf9-a34a-0947-178f-0fcfb6a6b3a8-7a6e3d2a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#hospedaje.w-node-d8198cf9-a34a-0947-178f-0fcfb6a6b3a9-7a6e3d2a {
  grid-column: span 2 / span 2;
}

#w-node-eaed10a9-31c2-5ffb-e8b1-62d69a63bad8-7a6e3d2a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#recomendaciones.w-node-eaed10a9-31c2-5ffb-e8b1-62d69a63bad9-7a6e3d2a {
  grid-column: span 2 / span 2;
}

#w-node-_28a1031f-e288-60f8-7114-cab35d0f3474-7a6e3d2a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_7b717155-3ffc-ee2e-8dd4-f5c04c9a860b-7a6e3d2a {
    grid-template-rows: auto 266px;
    grid-template-columns: 1fr;
  }

  #itinerario.w-node-_7b717155-3ffc-ee2e-8dd4-f5c04c9a860c-7a6e3d2a {
    grid-column: span 1 / span 1;
  }

  #w-node-e0c1bd07-cf6a-2d77-80c0-af0208fa6f5a-7a6e3d2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e0c1bd07-cf6a-2d77-80c0-af0208fa6f5f-7a6e3d2a {
    grid-column: span 2 / span 2;
  }

  #w-node-_78366383-3a24-c34f-0e08-229436884146-7a6e3d2a, #itinerario-compu.w-node-e15f6e39-698c-183e-395b-3b5144868625-7a6e3d2a, #w-node-d8198cf9-a34a-0947-178f-0fcfb6a6b3a8-7a6e3d2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28a1031f-e288-60f8-7114-cab35d0f3474-7a6e3d2a {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_28a1031f-e288-60f8-7114-cab35d0f3475-7a6e3d2a {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Limoncellorecipe';
  src: url('../fonts/LimoncelloRecipe.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Core Bandi Face W 01';
  src: url('../fonts/Core-Bandi-Face-W01-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}