@font-face {
  font-family: Akzidenz Grotesk BQ Ext;
  src: url('../fonts/AkzidenzGroteskBQ-Ext.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzidenz Grotesk BQ;
  src: url('../fonts/AkzidenzGroteskBQ-BoldExt.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --peach: #b58266;
  --verde-oscuro: #54593d;
  --blanco: #fff;
  --verde-claro: #a1a28e;
}

.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/Fondo.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section {
  flex: none;
  width: 100%;
  height: 1027px;
}

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

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image {
  width: 15%;
}

.image-2 {
  opacity: 1;
  width: 100%;
  display: block;
  overflow: visible;
}

.div-block-3 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.image-3 {
  width: 22%;
}

.itinerariodetails {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.copysfestivities {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lineahorizontal {
  border: .5px solid #b58266;
  width: 36%;
  height: 1px;
}

.lineavertical {
  border: .5px solid #b58266;
  width: 1px;
  height: 20px;
}

.copyfestivities {
  color: var(--peach);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: thornwood-vf, sans-serif;
  font-size: 15px;
}

.location_festivities {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.titulo_principal {
  color: var(--verde-oscuro);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: thornwood-vf, sans-serif;
  font-size: 32px;
}

.texto_principalcentrado {
  color: var(--verde-oscuro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Akzidenz Grotesk BQ Ext, Arial, sans-serif;
  font-size: 12px;
}

.texto_principalcentrado.bold {
  font-family: Akzidenz Grotesk BQ, Arial, sans-serif;
  font-weight: 700;
}

.texto_principalcentrado.justificado {
  text-align: left;
}

.texto_principalcentrado.justificado.bold.claro {
  color: #7d8260;
}

.texto_principalcentrado.justificado.claro {
  color: #7d8260;
  font-size: 12px;
  line-height: 17px;
}

.texto_principalcentrado.justificado.cuadro {
  border: 1px solid var(--verde-oscuro);
  padding: 18px;
}

.texto_principalcentrado.chico {
  font-size: 10px;
}

.texto_chicocentrado {
  color: var(--verde-oscuro);
  text-align: center;
  font-family: Akzidenz Grotesk BQ Ext, Arial, sans-serif;
  font-size: 11px;
}

.link {
  color: #fff;
  letter-spacing: 3px;
  background-color: #a0a28c;
  border-radius: 20px;
  margin-top: 11px;
  padding: 3px 15px;
  font-family: Akzidenz Grotesk BQ Ext, Arial, sans-serif;
  font-size: 9px;
  text-decoration: none;
}

.link:hover {
  background-color: var(--verde-oscuro);
}

.titulofestivities {
  color: var(--peach);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: thornwood-vf, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.titulofestivities.grande {
  font-size: 20px;
}

.div-block-7 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 1px solid var(--verde-oscuro);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

.section-4 {
  margin-top: 0;
  margin-bottom: 120px;
}

.section-5 {
  width: 100%;
  height: auto;
  display: inline-flex;
  position: static;
}

.section-5.galeria2, .section-5.galeria3, .section-5.galeria4 {
  display: none;
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.galeriafotos {
  width: 25%;
}

.slide {
  width: 100%;
  height: auto;
}

.mask {
  width: 100%;
}

.slider {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 483px;
  display: flex;
}

.slide-nav {
  width: 988px;
}

.timer-container {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border: .5px #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 711px;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.tc-block {
  text-align: center;
  margin-right: 0;
}

.timer-number {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
}

.time-unit {
  text-transform: capitalize;
}

.tc-seperator {
  background-color: #fff;
  width: 1px;
  height: 94px;
  margin-left: 40px;
  margin-right: 40px;
}

.menosespacio {
  letter-spacing: 0;
  margin-left: -3px;
  padding-left: 0;
}

.divrec {
  width: 100%;
}

.recadentro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--verde-oscuro);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 37px;
  display: flex;
}

.recs {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.boton {
  text-align: right;
  width: auto;
}

.boton.aviones, .boton.hoteles, .boton.rest, .boton.bares, .boton.cafe, .boton.tienda {
  font-size: 20px;
}

.recstitulo {
  color: #535939;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: thornwood-vf, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: flex;
}

.lasrecs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.lasrecs.flights {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-right: 0;
  overflow: visible;
}

.lasrecs.hotels {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-right: 0;
  overflow: visible;
}

.lasrecs.restaurants, .lasrecs.bars, .lasrecs.coffeeshopps, .lasrecs.shops {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-right: 0;
  overflow: visible;
}

.hotel {
  width: 100%;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #7d8260;
  border-style: solid none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 30px 0;
  display: grid;
}

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

.tobook {
  color: #7d8260;
  text-align: left;
  margin-top: 16px;
  font-family: Akzidenz Grotesk BQ Ext, Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.link-2 {
  color: var(--verde-oscuro);
  font-family: Akzidenz Grotesk BQ Ext, Arial, sans-serif;
}

.link-2:hover {
  color: var(--peach);
}

.titulorestaurantes {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.restaurantes {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid var(--verde-oscuro);
  border-bottom: 1px none var(--verde-oscuro);
  flex-flow: column;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.kind {
  background-color: var(--verde-oscuro);
  color: var(--blanco);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 3px 15px;
  font-family: Akzidenz Grotesk BQ Ext, Arial, sans-serif;
  font-size: 9px;
}

.caballo {
  width: 230px;
}

.caballo.cafe {
  width: 170px;
}

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

.inicio {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: -167px;
  display: flex;
}

.boldd {
  font-family: Akzidenz Grotesk BQ, Arial, sans-serif;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--verde-claro);
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.navbarlink {
  color: var(--blanco);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Akzidenz Grotesk BQ Ext, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  overflow: visible;
}

.navbarlink:hover {
  color: var(--verde-oscuro);
}

.navbarlink.w--current {
  color: var(--verde-oscuro);
  font-family: Akzidenz Grotesk BQ Ext, Arial, sans-serif;
}

.navbarlink.gale2, .navbarlink.gale3, .navbarlink.gale4 {
  display: none;
}

.div-block-12 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.image-4 {
  width: 100%;
  display: none;
  overflow: visible;
}

.nav-menu {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  display: flex;
}

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

.navbar {
  background-color: var(--verde-claro);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image-5 {
  display: none;
}

.image-6 {
  margin-top: 36px;
  display: block;
}

.container-3 {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.navbar-2 {
  background-color: var(--verde-claro);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.js-clock-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding: 0;
  display: flex;
}

.box-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: #5c562b;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: thornwood-vf, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.bonita {
  color: #5c562b;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Akzidenz Grotesk BQ Ext, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 20px;
}

.link-3 {
  color: #7d8260;
}

.section-6 {
  background-image: url('../images/6.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 590px;
  margin-bottom: 52px;
  display: none;
}

.image-7 {
  width: 100%;
  display: none;
}

@media screen and (min-width: 1920px) {
  .js-clock-2 {
    text-shadow: none;
  }

  .section-6 {
    height: 1300px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
  }

  .section-3 {
    width: 80%;
  }

  .section-5 {
    display: none;
  }

  .section-5.galeria2 {
    display: inline-flex;
  }

  .slider {
    height: 390px;
  }

  .slide-nav {
    width: 100%;
  }

  .timer-number {
    font-size: 56px;
    line-height: 85px;
  }

  .recs {
    width: 80%;
  }

  .div-block-11 {
    background-color: var(--verde-claro);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 0 2px 5px #0003;
  }

  .navbarlink {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--verde-oscuro);
    color: var(--verde-oscuro);
    letter-spacing: 3px;
    text-transform: uppercase;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 11px;
    text-decoration: none;
    display: flex;
  }

  .navbarlink:hover, .navbarlink.w--current {
    color: var(--verde-oscuro);
  }

  .navbarlink.gale1 {
    display: none;
  }

  .navbarlink.gale2 {
    display: flex;
  }

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

  .nav-menu {
    background-color: var(--verde-claro);
    opacity: .77;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px #0003;
  }

  .container-2 {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .navbar {
    color: var(--blanco);
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .image-6 {
    margin-top: 0;
    display: block;
  }

  .container-3 {
    margin-right: 0;
    padding: 0;
  }

  .nav-menu-2 {
    background-color: var(--verde-claro);
    opacity: 1;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 10px;
    position: absolute;
    inset: 0% 0% 0% auto;
    box-shadow: 0 2px 5px #0003;
  }

  .navbar-2 {
    box-shadow: none;
    background-color: #a1a28e00;
    border-radius: 0;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .menu-button {
    background-color: var(--verde-claro);
    border-radius: 50px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
  }

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

  .bonita {
    font-size: 12px;
  }

  .section-6 {
    height: 480px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .section-5.galeria2 {
    display: none;
  }

  .section-5.galeria3 {
    display: inline-flex;
  }

  .galeriafotos {
    width: 31%;
  }

  .timer-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .timer-number {
    font-size: 40px;
    line-height: 66px;
  }

  .tc-seperator {
    margin-left: 25px;
    margin-right: 25px;
  }

  .navbarlink.gale2 {
    display: none;
  }

  .navbarlink.gale3 {
    display: flex;
  }

  .image-4 {
    display: inline-flex;
  }

  .section-6 {
    height: 450px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 90%;
  }

  .div-block-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .div-block-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-3 {
    width: 140px;
  }

  .copyfestivities {
    font-size: 15px;
  }

  .location_festivities {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .titulo_principal {
    font-size: 21px;
  }

  .texto_principalcentrado {
    font-size: 11px;
    line-height: 14px;
  }

  .texto_chicocentrado {
    font-size: 9px;
    line-height: 12px;
  }

  .link {
    margin-top: -2px;
  }

  .titulofestivities {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 15px;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-rsvp {
    width: 80%;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 80px;
    display: flex;
  }

  .section-5.galeria3 {
    display: none;
  }

  .section-5.galeria4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: inline-flex;
  }

  .container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .galeriafotos {
    width: auto;
    height: 340px;
  }

  .slide {
    height: 351px;
  }

  .mask {
    height: auto;
  }

  .slider {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 410px;
  }

  .slide-nav {
    padding-top: 0;
  }

  .timer-container {
    padding: 15px 25px;
  }

  .timer-number {
    font-size: 20px;
    line-height: 42px;
  }

  .time-unit {
    font-size: 11px;
    line-height: 23px;
  }

  .tc-seperator {
    height: 56px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .recs {
    width: 80%;
  }

  .recstitulo {
    font-size: 18px;
  }

  .lasrecs.flights, .lasrecs.hotels, .lasrecs.restaurants, .lasrecs.bars, .lasrecs.coffeeshopps, .lasrecs.shops {
    padding-right: 5px;
  }

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

  .kind {
    padding: 1px 10px;
    font-size: 7px;
  }

  .caballo {
    width: 130px;
  }

  .navbarlink.gale3 {
    display: none;
  }

  .navbarlink.gale4 {
    display: flex;
  }

  .image-5 {
    width: 332px;
    display: block;
  }

  .image-6 {
    display: none;
  }

  .nav-menu-2 {
    justify-content: flex-end;
    align-items: stretch;
    inset: 0% 0% 0% auto;
  }

  .navbar-2 {
    background-color: #a1a28e00;
    border-radius: 0;
  }

  .menu-button {
    background-color: var(--verde-claro);
    border-radius: 60px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .js-clock-2 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box-2 {
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number-2 {
    width: auto;
    height: auto;
    padding: 0%;
    font-size: 8vw;
    font-style: normal;
    line-height: 6vw;
  }

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

  .section-6 {
    background-size: cover;
    height: 410px;
  }

  .image-7 {
    display: block;
  }
}


@font-face {
  font-family: 'Akzidenz Grotesk BQ Ext';
  src: url('../fonts/AkzidenzGroteskBQ-Ext.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk BQ';
  src: url('../fonts/AkzidenzGroteskBQ-BoldExt.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}