@font-face {
  font-family: Monterchi Serif Book Trial;
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Newyork Personal Use;
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amelia Giovani;
  src: url('../fonts/Amelia-Giovani-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --verde: #464639;
  --negro: #1f1912;
  --sd: var(--negro);
}

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

.section {
  padding: 10%;
}

.section._1 {
  background-image: url('../images/2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-bottom: 5%;
}

.section._2 {
  background-image: url('../images/3_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section._3 {
  background-color: #9f9f85;
  background-image: url('../images/5_1.avif'), url('../images/97.avif');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, contain;
  height: 20vh;
  padding: 0%;
}

.section._4 {
  background-image: url('../images/10_1.avif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 0%;
  padding-bottom: 5%;
}

.section._5 {
  background-image: url('../images/15_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._3-copy {
  background-image: url('../images/18_1.avif'), url('../images/Copia-de-18_1.avif');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, contain;
  height: 20vh;
  padding: 0%;
}

.section._6 {
  background-image: url('../images/24_1.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 5%;
}

.section._7 {
  background-image: url('../images/06_1.avif'), url('../images/29_1.avif');
  background-position: 50% 40%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  height: 100vh;
  padding-bottom: 1%;
}

.navbar-2 {
  background-color: #e7e5e4;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-2.compu {
  background-color: #e5e1de00;
  border-bottom-style: none;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link._1 {
  width: 60%;
  padding-left: 0;
}

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

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #8f9172;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

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

.div-block-17._1 {
  justify-content: flex-start;
}

.div-block-16 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

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

.container._1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.container._2 {
  height: 100vh;
}

.container._4 {
  background-image: url('../images/30_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 60vh;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading._1 {
  margin-top: 20px;
}

.heading-2 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newyork Personal Use, Times New Roman, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 50px;
}

.js-clock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.clock-number {
  color: var(--verde);
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 5px;
  font-family: Petitformalscript, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.bonita-2 {
  color: var(--verde);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 20px;
}

.heading-3 {
  color: #1f1912;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading-3._1 {
  color: var(--verde);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
}

.heading-3._1._5 {
  margin-bottom: 0;
  font-size: 12px;
}

.image {
  margin-bottom: 2%;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr;
  width: 70%;
  height: 100%;
}

.link-block {
  background-image: url('../images/11_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-2 {
  background-image: url('../images/12_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-19 {
  background-image: url('../images/13_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-20 {
  background-image: url('../images/14_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-21 {
  background-image: url('../images/7_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-12.phone {
  display: none;
}

.heading-4 {
  color: var(--verde);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.div-block-22 {
  background-image: url('../images/16-_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50vh;
}

.div-block-22._1 {
  background-image: url('../images/17_1.avif');
}

.heading-5 {
  color: var(--verde);
  margin-top: 0;
  font-family: Amelia Giovani, Times New Roman, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.heading-5._1 {
  margin-top: 10%;
  margin-bottom: 3%;
  font-size: 45px;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 50vh;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-13 {
  grid-template-rows: auto;
  height: 100%;
}

.link-block-3 {
  background-image: url('../images/19_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-3._1 {
  background-image: url('../images/20_1.avif');
}

.link-block-3._2 {
  background-image: url('../images/21_1.avif');
}

.link-block-3._3 {
  background-image: url('../images/22_1.avif');
}

.link-block-3._4 {
  background-image: url('../images/23_1.avif');
  width: auto;
  height: auto;
}

.link-block-3._5 {
  background-image: url('../images/25_1.avif');
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-6 {
  color: var(--verde);
  margin-left: 0;
  font-size: 20px;
}

.icon-7 {
  color: var(--verde);
  margin-right: 0;
  font-size: 20px;
}

.slide-nav {
  display: none;
}

.cloneable-area {
  padding: 20px 10px;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

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

.c-flipping-cards-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 0 0;
  display: flex;
}

.c-card-img {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
  display: flex;
}

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

.div-block-24._2 {
  margin-top: 3%;
  margin-bottom: 3%;
}

.c-card-quote {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #606961;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-2._3 {
  color: var(--verde);
  text-transform: none;
  font-family: Arapey, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-2._3-copy {
  color: var(--verde);
  text-transform: none;
  font-family: Arapey, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.button-2 {
  border: 1px solid var(--verde);
  color: var(--verde);
  text-align: center;
  letter-spacing: 1px;
  background-color: #3898ec00;
  border-radius: 20px;
  width: 50%;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

._w-card-front {
  perspective: 1000px;
  background-color: #ff6565;
  background-image: linear-gradient(#00000069, #00000069), url('../images/IMG_7087IMG_7086.webp');
  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.tw {
  background-color: #8ca7ff;
}

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
}

._w-card-front.fb {
  background-color: #6670bd;
}

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
}

._w-card-front._1 {
  background-color: #0000;
  background-image: url('../images/Tarjeta_1.avif');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front._1._2 {
  background-image: url('../images/1.png');
}

._w-card-front._1-copy {
  background-color: #0000;
  background-image: url('../images/2.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

.heading-6 {
  color: #431213;
  text-align: center;
  letter-spacing: 7px;
  margin-bottom: 0;
  font-size: 25px;
}

.heading-6._1 {
  color: #86796a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 15px;
}

.c-card-front {
  perspective: 1000px;
  background-image: url('../images/Tarjeta_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 270px;
  display: flex;
}

.c-card-front._2 {
  background-image: url('../images/Tarjeta_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.c-card-front._1 {
  box-shadow: none;
  background-image: none;
  width: 350px;
  height: 350px;
}

.c-card-front._1._4 {
  height: 270px;
}

.c-card-front._1._5 {
  width: 280px;
}

.text-span-3 {
  font-size: 10px;
}

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

.c-card-back._6, .c-card-back._4 {
  height: 270px;
}

.c-card-back._5 {
  width: 280px;
}

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  background-image: url('../images/Tarjeta_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

._w-card-back._1 {
  background-color: #fff0;
  background-image: url('../images/36_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 5%;
}

._w-card-back._1._4 {
  background-image: url('../images/Tarjeta_1.avif');
}

.button-3 {
  border: 1px solid var(--verde);
  color: var(--verde);
  background-color: #3898ec00;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 12px;
}

.link {
  color: var(--verde);
  text-decoration: none;
}

.code-embed {
  width: 100%;
}

.paragraph-3 {
  text-align: center;
  width: 20%;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
}

.button-4 {
  color: #86796a;
  background-color: #3898ec00;
  border: 1px solid #86796a;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
}

.button-4._1 {
  text-align: center;
  background-image: url('../images/44.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px;
  width: 20%;
  height: 5vh;
  margin-top: 5px;
  margin-bottom: 5px;
}

.button-4._1._2-copy {
  background-image: url('../images/32.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 115px;
  font-size: 1px;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.modal-component {
  width: 100%;
  height: 100%;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.button-5 {
  color: #676535;
  background-color: #35353500;
  border: 1px solid #676535;
  border-radius: 20px;
  padding: 5px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.button-5.modal-open_btn {
  color: #3330;
  background-color: #4353ff00;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.button-5.modal-open_btn._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-4 {
  text-align: center;
  font-family: Arapey, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-9 {
  color: #86796a;
  letter-spacing: 5px;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.displayonly_component {
  box-shadow: none;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding: 0 0 0 40px;
  display: flex;
}

.displayonly_component._2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-wrapper._2 {
  display: none;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  background-image: url('../images/16_116.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 5% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-6 {
  color: #86796a;
  background-color: #3898ec00;
  border: 1px solid #86796a;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
}

.button-6._1 {
  text-align: center;
  background-image: url('../images/44.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px;
  width: 20%;
  height: 5vh;
  margin-top: 5px;
  margin-bottom: 5px;
}

.button-6._1._2-copy {
  background-image: url('../images/34_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 115px;
  font-size: 1px;
}

.paragraph-5 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.heading-10 {
  color: #86796a;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.button-7 {
  color: #86796a;
  background-color: #3898ec00;
  border: 1px solid #86796a;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
}

.button-7._1 {
  text-align: center;
  background-image: url('../images/44.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px;
  width: 20%;
  height: 5vh;
  margin-top: 5px;
  margin-bottom: 5px;
}

.button-7._1._5 {
  background-image: url('../images/31.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.actividad {
  color: #525345;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Amelia Giovani, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
}

.hora {
  color: #525345;
  text-align: center;
  font-family: Arapey, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.civil {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/tagweb_2.avif');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: 780px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 300px;
  padding-left: 9px;
  display: flex;
  position: static;
}

.civil.rompehielos {
  display: none;
}

.civil.tag {
  background-image: url('../images/14_1.avif');
  background-size: contain;
  width: 250px;
  margin-left: -97px;
}

.civil.reli {
  background-image: url('../images/35_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  margin-top: 0;
  margin-left: -71px;
  padding-top: 0;
  padding-right: 5px;
}

.civil.fiestsa {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/34_2.avif');
  background-position: 50% 100%;
  background-size: cover;
  width: 280px;
  height: 700px;
  margin-top: 0;
  margin-left: -50px;
  padding-top: 0;
  padding-right: 19px;
}

.civil.tag {
  background-image: url('../images/38_1.avif');
  width: 250px;
  margin-left: 0;
  margin-right: -40px;
}

.civil.reli {
  background-image: url('../images/T1_1.avif');
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin-top: 0;
  margin-left: 0;
  margin-right: -113px;
  padding-top: 15%;
  padding-right: 5px;
}

.civil.fiestsa {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/tag_7.avif');
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: -76px;
  padding: 220px 8% 5% 7%;
}

.div-block-12 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 780px;
  margin-top: 0;
  display: flex;
}

.div-block-12.close {
  display: none;
}

.lugar {
  color: var(--verde);
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 0;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button {
  color: #3f4e61;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.botonhotel {
  color: #525345;
  background-color: #eef0eb;
  border-style: solid;
  border-color: #eef0eb;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  box-shadow: -3px -4px 5px #0003;
}

.button.botonhotel:hover {
  color: #eef0eb;
  -webkit-text-stroke-color: #eef0eb;
  background-color: #525345;
  border-style: solid;
  border-color: #525345;
}

.button.botonhotel.calendario {
  letter-spacing: 0;
  font-size: 12px;
}

.fecha {
  color: #576c35;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.link-block-4 {
  width: 100%;
  height: 70%;
}

.link-block-5 {
  width: 100%;
  height: 100%;
}

.text-span-4 {
  font-size: 12px;
  line-height: 10px;
}

.div-block-25 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 780px;
  margin-top: 0;
  display: flex;
}

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

.button-8 {
  color: #3f4e61;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.button-8:hover {
  color: #fff;
  background-color: #000;
}

.button-8.botonhotel {
  border-style: solid;
  border-color: var(--verde);
  color: #525345;
  background-color: #eef0eb00;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 10px;
}

.button-8.botonhotel:hover {
  color: #eef0eb;
  -webkit-text-stroke-color: #eef0eb;
  background-color: #525345;
  border-style: solid;
  border-color: #525345;
}

.button-8.botonhotel.calendario {
  letter-spacing: 0;
  font-size: 12px;
}

.text-span-5 {
  text-align: center;
  font-family: Arapey, Times New Roman, sans-serif;
  font-size: 12px;
}

.image-2 {
  margin-bottom: 10px;
}

.nav.cel, .slider-2 {
  display: none;
}

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

.link-block-6 {
  width: 100%;
  height: 70%;
}

.link-2, .link-3 {
  color: #86796a;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .actividad {
    color: var(--negro);
    margin-bottom: 10px;
    margin-right: 20px;
    font-family: Amelia Giovani, Times New Roman, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .hora {
    font-family: Arapey, Times New Roman, sans-serif;
  }

  .civil.tag {
    background-image: url('../images/38_1.avif');
    background-position: 50% 100%;
    background-size: cover;
    height: 850px;
    margin-left: 0;
    margin-right: -75px;
  }

  .civil.reli {
    background-image: url('../images/T1_1.avif');
    background-size: contain;
    width: 250px;
    margin-right: -115px;
    padding-top: 5%;
  }

  .civil.fiestsa {
    background-image: url('../images/tag_7.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-end;
    align-items: center;
    width: 250px;
    height: 750px;
    margin-left: -5px;
    padding: 0 1% 5% 0%;
  }

  .div-block-12.close {
    display: none;
  }

  .lugar {
    color: var(--negro);
    letter-spacing: 2px;
    font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
    font-weight: 400;
  }

  .button.botonhotel:hover {
    background-color: #576c35;
    border-color: #576c35;
  }

  .fecha {
    color: #576c35;
  }

  .div-block-25 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .button-8.botonhotel {
    border-color: var(--verde);
    box-shadow: none;
    background-color: #eef0eb00;
    font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  }

  .button-8.botonhotel:hover {
    background-color: #576c35;
    border-color: #576c35;
  }

  .text-span-5 {
    color: var(--verde);
    text-align: center;
    width: 60%;
    font-family: Arapey, Times New Roman, sans-serif;
    font-size: 12px;
    line-height: 15px;
  }

  .image-2 {
    margin-bottom: 10px;
  }
}

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

@media screen and (max-width: 991px) {
  .bonita-2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .modal-close_btn {
    font-size: 1.8rem;
  }

  .displayonly_component {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    background-position: 40%;
    background-size: cover;
    height: 80vh;
  }

  .section._2 {
    background-image: url('../images/01_1.avif');
    background-repeat: repeat;
    background-size: cover;
  }

  .section._3 {
    background-size: cover;
    height: 6vh;
  }

  .section._4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section._3-copy {
    background-color: #d7d6d5;
    background-size: contain;
    height: 7vh;
  }

  .section._6 {
    background-size: cover;
    padding-top: 10%;
  }

  .section._7 {
    background-image: url('../images/02_1.avif'), url('../images/29_1.avif');
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, contain;
    height: 85vh;
    padding-top: 20%;
  }

  .icon-5 {
    color: #7a7c5f;
  }

  .navbar-2 {
    width: 100%;
  }

  .navbar-2.compu {
    display: none;
  }

  .nav-link {
    color: #545454;
    text-align: center;
    margin-left: 0;
    font-size: 4vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .grid-9 {
    display: none;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .div-block-16 {
    display: none;
  }

  .container._4 {
    height: 60%;
    margin-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading {
    font-size: 18px;
  }

  .heading._1 {
    margin-top: 10px;
    font-size: 15px;
  }

  .heading-2 {
    font-size: 65px;
  }

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

  .box {
    width: 30px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    text-shadow: 0 0 2px #0003;
    width: auto;
    height: auto;
    padding: 25%;
    font-size: 5vw;
    line-height: 6vw;
  }

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

  .heading-3._1._5 {
    padding-right: 2%;
    font-size: 10px;
    line-height: 10px;
  }

  .grid-12 {
    display: none;
  }

  .grid-12.phone {
    flex-flow: column;
    display: flex;
  }

  .heading-4 {
    font-size: 45px;
  }

  .heading-5._1 {
    text-align: center;
    margin-bottom: 5%;
  }

  .slider {
    display: none;
  }

  .link-block-3.p {
    width: 100%;
    height: 100%;
  }

  .cloneable-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .c-flipping-cards-list {
    display: block;
  }

  .div-block-24._2 {
    margin-top: 2%;
  }

  .c-card-quote {
    padding-top: 0;
  }

  .button-2 {
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 8px;
    line-height: 12px;
  }

  .heading-6 {
    font-size: 15px;
  }

  .heading-6._1 {
    margin-bottom: 10px;
  }

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

  .c-card-front._2 {
    background-position: 50%;
    width: 280px;
  }

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

  .c-card-front._1._4 {
    height: 220px;
  }

  .c-card-front._1._5 {
    width: 250px;
    height: 300px;
  }

  .c-card-back {
    width: 280px;
    max-width: 280px;
    height: 250px;
  }

  .c-card-back._6 {
    height: 220px;
  }

  .c-card-back._5 {
    width: 250px;
    max-width: 250px;
    height: 300px;
  }

  .code-embed {
    margin-top: 5%;
  }

  .paragraph-3._3 {
    width: 60%;
  }

  .button-4._1 {
    width: 70%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-5.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .displayonly_component._2 {
    padding: 0;
  }

  .button-6._1, .button-7._1 {
    width: 70%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .actividad {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 14px;
  }

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

  .civil {
    grid-row-gap: 10px;
    background-image: url('../images/tag_4.avif');
    background-position: 0 0;
    background-size: cover;
    width: 150px;
    height: 650px;
    margin-top: 0;
    margin-left: -5px;
    padding-top: 170px;
    padding-left: 3px;
  }

  .civil.tag {
    background-image: url('../images/tagCEL_5.avif');
    width: 150px;
    height: 700px;
    margin-left: -122px;
    padding-top: 109px;
    position: static;
  }

  .civil.reli {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-image: url('../images/tag_5.avif');
    background-size: cover;
    margin-top: 42px;
    margin-left: 11px;
    margin-right: 0;
    padding-top: 115px;
    position: relative;
  }

  .civil.fiestsa {
    background-image: url('../images/tag_6.avif');
    background-size: cover;
    width: 150px;
    height: 650px;
    margin-top: 43px;
    margin-left: -38px;
    padding-top: 400px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .civil.tag {
    background-image: url('../images/38_1.avif');
    background-position: 75% 0;
    background-size: cover;
    width: 180px;
    height: 700px;
    margin-left: -122px;
    padding-top: 109px;
    position: static;
  }

  .civil.tag.phone {
    background-image: url('../images/08_1.avif');
    background-position: 50% 85%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px 15% 15px;
  }

  .civil.reli {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-image: url('../images/tag_5.avif');
    background-size: cover;
    width: 200px;
    margin-top: 0;
    margin-left: 11px;
    margin-right: 0;
    padding-top: 45%;
    padding-left: 5px;
    position: relative;
  }

  .civil.reli.phone {
    background-image: url('../images/T1_1.avif');
    background-position: 0 0;
    background-size: contain;
    justify-content: center;
    align-items: flex-start;
    height: 330px;
    margin-left: 1px;
    padding-top: 0%;
  }

  .civil.fiestsa {
    background-image: url('../images/tag_6.avif');
    background-size: cover;
    width: 150px;
    height: 560px;
    margin-top: 0;
    margin-left: -20px;
    padding: 0 18px 40% 15px;
    position: relative;
  }

  .civil.fiestsa.phone {
    background-image: url('../images/tag_7.avif');
    margin-left: -11px;
  }

  .div-block-12 {
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .lugar {
    width: 80%;
    max-width: 90%;
    font-size: 13px;
    line-height: 14px;
  }

  .button.botonhotel {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 10px;
  }

  .button.botonhotel.calendario {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

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

  .div-block-25 {
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 0;
    display: none;
  }

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

  .button-8.botonhotel {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
    font-size: 10px;
    line-height: 10px;
  }

  .button-8.botonhotel.calendario {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-span-5 {
    font-size: 10px;
    line-height: 15px;
  }

  .nav.cel {
    background-color: #ddd0;
    display: block;
  }

  .container-2 {
    background-color: #e5e1de;
    border-bottom: 1px #86796a;
    height: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .brand {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 3%;
    display: block;
  }

  .nav-menu {
    background-color: #e7e5e4;
    background-image: url('../images/3_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .nav-link-2 {
    color: var(--negro);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 10%;
    font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
    font-size: 12px;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #c8c8c800;
  }

  .icon-8 {
    color: #fff;
  }

  .slider-2 {
    background-color: #ddd0;
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .slider-2.phone {
    height: 30vh;
    margin-bottom: 5%;
    display: block;
  }

  .icon-9 {
    color: var(--verde);
    margin-left: 0;
    font-size: 20px;
  }

  .icon-10 {
    color: var(--verde);
    margin-right: 0;
    font-size: 20px;
  }

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

  .div-block-26 {
    margin-top: 42px;
  }
}

#w-node-_25a7afc9-b55d-eea8-8178-9698be7a58a8-78a5bb24, #w-node-_25a7afc9-b55d-eea8-8178-9698be7a58af-78a5bb24, #w-node-_25a7afc9-b55d-eea8-8178-9698be7a58b1-78a5bb24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_861a06a3-5ca2-b73a-f3e7-97bb88a8c7a4-78a5bb24, #w-node-_29118446-32f1-4fa8-9299-a74ea90ede7f-78a5bb24 {
  place-self: center;
}

#w-node-c8730ca4-efdc-bf54-6cc1-d0a2b96a5c0a-78a5bb24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8730ca4-efdc-bf54-6cc1-d0a2b96a5c21-78a5bb24 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Monterchi Serif Book Trial';
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Petitformalscript';
  src: url('../fonts/PetitFormalScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arapey';
  src: url('../fonts/Arapey-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork Personal Use';
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amelia Giovani';
  src: url('../fonts/Amelia-Giovani-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}