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

@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: Monterchiserif;
  src: url('../fonts/monterchiserif-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monterchisans;
  src: url('../fonts/monterchisans-bookitalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --red: #a31410;
  --green: #464639;
  --beige: #b4af9c;
  --caeee: #8f7d60;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.section {
  padding: 5% 10%;
}

.section._1 {
  background-color: #a0140f;
  background-image: url('../images/PORTADA-NABILA_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
}

.section._2 {
  background-image: url('../images/5_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.section._3 {
  background-image: url('../images/6_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.section._4 {
  background-image: url('../images/5_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.section._5 {
  background-image: url('../images/12_1.avif'), url('../images/5_1.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: contain, contain;
  padding-bottom: 0%;
}

.section._6 {
  background-image: url('../images/30_1.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
}

.section._7 {
  background-image: url('../images/34_1.avif');
  background-position: 50%;
  background-size: cover;
}

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

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

.navbar {
  background-color: #0000;
  width: 100%;
}

.div-block-18 {
  background-image: url('../images/NN_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 20vh;
  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%;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  font-family: the-seasons, sans-serif;
  font-size: 14px;
  line-height: 15px;
}

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

.nav-link._1 {
  width: 60%;
  padding-left: 0;
  font-size: 14px;
  line-height: 15px;
}

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

.container._1 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.container._2 {
  color: var(--red);
  height: 100%;
  display: flex;
}

.container._3 {
  margin-top: 10%;
}

.container._3-copy {
  flex-flow: row;
  margin-top: 10%;
  display: flex;
}

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

.heading-2 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.heading-3 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph {
  text-align: center;
  width: 70%;
  font-family: Monterchiserif, Times New Roman, sans-serif;
  font-weight: 100;
}

.paragraph._1 {
  color: #6f5f44;
  width: 30%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.paragraph._2 {
  font-size: 15px;
}

.italic-text {
  font-family: Monterchiserif, Times New Roman, sans-serif;
  font-weight: 400;
}

.image {
  margin-bottom: 3%;
}

.image-2 {
  margin-top: 5%;
}

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

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

.clock-number-2 {
  color: var(--red);
  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: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.bonita {
  color: var(--red);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}

.heading-4 {
  color: var(--red);
  text-align: center;
  letter-spacing: 3px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.div-block-19._2 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.div-block-19._2._1 {
  margin-top: 2%;
  margin-bottom: -2%;
}

.div-block-19._2._22 {
  margin-top: 0%;
}

.div-block-19._2._23, .div-block-19._2.e {
  margin-top: 2%;
}

.div-block-19._2.e._1 {
  margin-bottom: -2%;
}

.div-block-19._2.e-copy {
  margin-top: 2%;
  margin-bottom: -2%;
}

.text-span-2 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 12px;
}

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

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

.c-card-front._2.esp3 {
  background-image: url('../images/05_1.avif');
}

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

.c-card-front._1._2.t1, .c-card-front._1._3.t3, .c-card-front._1._3.t5 {
  width: 300px;
  height: 400px;
}

.c-card-front.esp2 {
  background-image: url('../images/03_1.avif');
}

.c-flipping-cards-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 0 0;
  display: flex;
}

.c-flipping-cards-list._1 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.heading-5 {
  color: #431213;
  text-align: center;
  letter-spacing: 7px;
  margin-bottom: 0;
  font-family: the-seasons, sans-serif;
  font-size: 25px;
}

.heading-5._1 {
  color: var(--green);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.heading-5._1.e {
  margin-bottom: 0;
}

.heading-5._1-copy {
  color: var(--green);
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.heading-5._1-copy._1.t11 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.heading-5._1-copy.t12 {
  margin-top: 0;
}

.heading-5._1-copy.t13 {
  margin-top: 10px;
}

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

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

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

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

.paragraph-2._3._1 {
  margin-bottom: 0;
}

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  background-image: url('../images/11_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: 10px 40px 0%;
  display: flex;
}

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

._w-card-back._1._3 {
  background-image: url('../images/28_1.avif');
  background-size: cover;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._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.fb {
  background-color: #6670bd;
}

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
}

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

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

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

._w-card-front._1._3 {
  background-image: url('../images/27_1.avif');
}

._w-card-front._1._3.t7 {
  background-image: url('../images/E10_1.avif');
}

._w-card-front._1._3.t7.esp8 {
  background-image: url('../images/08_1.avif');
}

._w-card-front._1._3._4 {
  background-image: url('../images/tr_1.avif');
}

._w-card-front._1._3._4.esp6 {
  background-image: url('../images/09_1.avif');
}

._w-card-front._1._3.esp5 {
  background-image: url('../images/07_1.avif');
}

._w-card-front._1.esp1 {
  background-image: url('../images/02_1.avif');
}

._w-card-front.tw {
  background-color: #8ca7ff;
}

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
}

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

.c-card-back._2.t2, .c-card-back.t4 {
  width: 300px;
  height: 400px;
}

.c-card-back.t4._1 {
  height: 450px;
}

.c-card-back.t6 {
  width: 300px;
  height: 550px;
}

.cloneable-area {
  padding: 10px 10px 0;
  display: flex;
}

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

.button-2 {
  color: var(--green);
  background-color: #3898ec00;
  border: 1px #606961;
  border-bottom-style: solid;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: the-seasons, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.button-2._3 {
  margin-bottom: 10px;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

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

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

.heading-6 {
  color: #545454;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 3%;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.slider {
  background-color: #ddd0;
  width: 100%;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

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

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

.slide {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.div-block-21._2 {
  background-image: url('../images/12_2.avif');
}

.div-block-21._3 {
  background-image: url('../images/4_2.avif');
}

.div-block-21._4 {
  background-image: url('../images/5_2.avif');
}

.div-block-21._5 {
  background-image: url('../images/6_2.avif');
}

.div-block-21._6 {
  background-image: url('../images/7.avif');
}

.div-block-21._7 {
  background-image: url('../images/8.avif');
}

.div-block-21._8 {
  background-image: url('../images/9.avif');
}

.div-block-21._9 {
  background-image: url('../images/10_1.avif');
}

.div-block-21._10 {
  background-image: url('../images/11_2.avif');
}

.div-block-21._11 {
  background-image: url('../images/25_1.avif');
}

.div-block-21._15 {
  background-image: url('../images/2.avif');
}

.heading-7 {
  color: #545454;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.paragraph-3 {
  color: #545454;
  text-align: center;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.grid-11 {
  grid-template-rows: auto auto auto;
}

.heading-8 {
  color: var(--beige);
  letter-spacing: 5px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.faq-question-bar-2 {
  color: #fff;
  border-bottom: 1px solid #fff6;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-circle-2 {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  display: flex;
}

.faq-question-wrap-2 {
  cursor: pointer;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.faq-question-wrap-2._2 {
  margin-bottom: 3%;
}

.question-title-2 {
  color: #f7f3ec;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-weight: 400;
}

.faq-content {
  overflow: hidden;
}

.div-block-23 {
  width: 100%;
  height: 1px;
}

.faq-paragraph-2 {
  color: #f7f3ec;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.question-title {
  color: var(--caeee);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 15px;
}

.faq-question-bar {
  color: #fff;
  border-bottom: 1px solid #8f7d60;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.container-2._2 {
  padding-left: 0%;
  padding-right: 0%;
}

.faq-question-wrap {
  border-bottom: 1px none var(--beige);
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-paragraph {
  letter-spacing: 1.5px;
  text-transform: none;
  color: #8f7d60;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.heading-5-copy {
  color: var(--beige);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-weight: 400;
}

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

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

.fotolarga.jo-copy._2-copy-copy {
  background-image: url('../images/32_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 80vh;
  padding: 0%;
}

.cont {
  background-image: url('../images/33_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.button-3 {
  color: #6f5f44;
  background-color: #3898ec00;
  border: 1px solid #6f5f44;
  border-radius: 20px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

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

.div-block-72 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.checkbox {
  margin-top: 0;
}

.submit-button {
  color: #e1dbd3;
  letter-spacing: 1px;
  background-color: #bbb9ae00;
  border: 1px solid #e1dbd3;
  width: 40%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 18px;
}

.section-2 {
  padding: 10%;
}

.section-2._9 {
  background-color: #82844b;
  background-image: url('../images/37_1.avif'), url('../images/Copia-de-37-3_1.avif');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, contain;
  height: 120vh;
  padding-top: 5%;
  padding-bottom: 3%;
}

.form {
  text-align: center;
  width: 100%;
}

.text-field-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #3a393400;
  background-color: #f3f3f300;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 25px;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  font-size: 12px;
}

.text-field-2::placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.text-field-2._1 {
  width: 100%;
}

.form-block {
  color: #61645a;
  width: 60%;
  margin-top: 10%;
}

.field-label-4 {
  color: #e1dbd3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

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

.checkbox-label {
  color: #e1dbd3;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

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

.linkbelleza {
  color: #8f7d60;
}

.link, .link-2, .link-3, .linkoutfit {
  color: var(--caeee);
}

.link-4 {
  color: #8f7d60;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  text-decoration: none;
}

.link-5 {
  color: #8f7d60;
  text-decoration: none;
}

.link-6 {
  color: #8f7d60;
}

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

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

.grid-13._2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-13._2._2 {
  grid-template-columns: 1fr 1fr;
}

.image-3.close {
  display: none;
}

.link-7 {
  color: #8f7d60;
}

.link-8 {
  color: var(--green);
}

.button {
  color: #746b6b;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 17px;
  margin-bottom: 0;
  box-shadow: 0 5px 9px #0003;
}

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

.button.mujeres {
  box-shadow: none;
  color: var(--green);
  background-color: #fff0;
  margin-top: 0;
  padding-left: 20px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 10px;
  text-decoration: underline;
  display: block;
}

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

.modal-container {
  z-index: 5;
  background-color: #fff0;
  background-image: url('../images/11_1.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 0 0 0;
  padding: 1px 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.heading-9 {
  color: #676435;
  font-size: 100px;
  font-weight: 400;
  line-height: 105px;
}

.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 {
  inset: 0%;
  background-color: #14141400;
  width: auto;
  height: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper._2._1, .modal-wrapper._2._3 {
  display: none;
}

.button-4 {
  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-4.modal-open_btn {
  color: #3330;
  background-color: #4353ff00;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.button-4.modal-open_btn._2 {
  color: var(--green);
  text-align: center;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}

.button-4._1 {
  margin-bottom: 10px;
}

.paragraph-4 {
  text-align: center;
  font-weight: 400;
}

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

.button-5 {
  color: #746b6b;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 17px;
  margin-bottom: 0;
  box-shadow: 0 5px 9px #0003;
}

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

.button-5.mujeres {
  box-shadow: none;
  color: var(--green);
  background-color: #fff0;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 10px;
  text-decoration: underline;
  display: block;
}

.fotodresscode {
  background-image: url('../images/6414e6b8e01345294b75cd93cbc91607_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.fotodresscode.dos {
  background-image: url('../images/dos.png');
}

.fotodresscode.once {
  display: none;
}

.fotodresscode.diez {
  background-image: url('../images/diez.png');
}

.fotodresscode.cuatro {
  background-image: url('../images/cuatro_1.avif');
}

.fotodresscode.nueve {
  background-image: url('../images/nueve_1.avif');
}

.fotodresscode.tres {
  background-image: url('../images/tres.avif');
}

.fotodresscode.doce {
  display: none;
}

.fotodresscode.cinco {
  background-image: url('../images/cinco_1.avif');
  background-size: cover;
}

.fotodresscode.ocho {
  background-image: url('../images/ocho_1.avif');
}

.fotodresscode.seis {
  background-image: url('../images/seis_1.avif');
}

.fotodresscode.siete {
  background-image: url('../images/siete_1.avif');
}

.dressinterno {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: relative;
}

.text-block-10 {
  color: #e2edff;
  text-align: center;
  margin-top: -39px;
  margin-bottom: 40px;
  font-size: 200px;
  position: static;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  max-width: 60rem;
  height: 70%;
  max-height: 50rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px 0 0;
  display: flex;
  position: fixed;
  inset: 0%;
  box-shadow: 5px 6px 5px #0003;
}

.vedtidos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  height: 100%;
  display: grid;
}

.close {
  color: #746b6b;
  text-align: right;
  mix-blend-mode: darken;
  margin-top: -36px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  transform: rotate(0);
}

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

.close.mujer {
  margin-top: -48px;
  margin-right: 27px;
  padding-right: 0;
}

.popup {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 125px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup.popmujeres {
  z-index: 10000000;
  display: none;
}

.popup.popmujeres._2, .popup.popmujeres._3 {
  display: none;
}

.popup.popviernes {
  z-index: 1000000000;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup.popsabado {
  z-index: 199999;
  display: none;
}

.popup.popmujeres-copy {
  z-index: 10000000;
  z-index: 10000000;
  display: none;
}

.popup.popmujeres-copy-copy {
  z-index: 10000000;
  display: none;
}

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

.heading-10 {
  color: #676435;
  font-size: 100px;
  font-weight: 400;
  line-height: 105px;
}

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

.button-6 {
  color: var(--green);
  background-color: #3898ec00;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.button-6._2, .button-6._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.button-6._1 {
  padding-top: 0;
}

.button-6._1._4 {
  padding-bottom: 0;
}

.text-block-11 {
  color: #fff;
  font-family: the-seasons, sans-serif;
}

.link-9, .link-10, .link-11 {
  color: var(--green);
}

.form-copy {
  text-align: center;
  width: 100%;
}

.div-inicio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-11 {
  color: var(--green);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Newyork Personal Use, Times New Roman, sans-serif;
  font-weight: 400;
}

.grid-14 {
  grid-template-rows: auto;
  width: 30%;
}

.button-7 {
  border: 1px solid var(--green);
  color: var(--green);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 20px;
  width: 100%;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
  font-size: 12px;
}

.section-3 {
  background-image: url('../images/Copia-de-37-2_1.avif');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 1%;
}

.heading-12 {
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: the-seasons, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

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

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-family: The Youngest Serif Display, Times New Roman, sans-serif;
}

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

  .question-title {
    font-size: 20px;
  }

  .container-2 {
    width: 100%;
  }

  .faq-paragraph {
    font-size: 15px;
  }

  .container-3 {
    width: 100%;
    padding-bottom: 0%;
  }

  .section-2._9 {
    height: 110vh;
  }
}

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

  .faq-question-wrap-2, .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup.popmujeres, .popup.popmujeres-copy, .popup.popmujeres-copy, .popup.popmujeres-copy-copy {
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }
}

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

  .displayonly_component {
    padding: 30px;
  }

  .vedtidos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .popup.popmujeres, .popup.popmujeres-copy, .popup.popmujeres-copy, .popup.popmujeres-copy-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    background-color: #9b0a06;
    background-image: url('../images/PORTADA-NABILA_1.avif'), url('../images/ROJO.avif');
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    height: 80vh;
  }

  .section._2 {
    background-size: cover;
  }

  .section._3 {
    background-image: url('../images/F1_1.avif');
    background-size: cover;
    height: 50vh;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .section._20 {
    background-size: contain, cover;
  }

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

  .navbar {
    width: 100%;
    display: none;
  }

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

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

  .grid-9 {
    display: none;
  }

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

  .container {
    height: 100%;
    padding-bottom: 5%;
  }

  .container._1.phone {
    padding-bottom: 0%;
  }

  .container._2 {
    padding-bottom: 5%;
  }

  .heading {
    font-size: 25px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 10px;
  }

  .heading-3 {
    font-size: 10px;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph._1 {
    width: 70%;
    font-size: 12px;
  }

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

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

  .clock-number-2 {
    width: auto;
    height: auto;
    padding: 10%;
    font-size: 5vw;
    line-height: 6vw;
  }

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

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

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

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

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

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

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

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

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

  .heading-5._1.e {
    margin-bottom: 5px;
  }

  .heading-5._1-copy {
    font-size: 10px;
  }

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

  .paragraph-2._3 {
    margin-bottom: 0;
  }

  ._w-card-back._1._3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._w-card-front._1 {
    background-image: url('../images/c1_1.avif');
  }

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

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

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

  .slider.close {
    display: none;
  }

  .div-block-21 {
    width: 100%;
    margin-bottom: 5px;
  }

  .faq-question-wrap-2._2 {
    margin-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .question-title-2 {
    flex: 1;
    font-size: 18px;
  }

  .question-title {
    flex: 1;
    font-size: 15px;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo-copy._2-copy-copy {
    background-image: url('../images/32_1.avif');
    background-position: 50%;
    height: 20vh;
    display: block;
  }

  .cont {
    height: 60vh;
  }

  .button-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    padding: 0% 0% 10%;
  }

  .div-block-72 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
  }

  .div-block-72._2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .submit-button {
    color: #fff;
    border-color: #b6b6b6;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-2._9 {
    background-color: #7e8042;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form {
    width: 100%;
  }

  .text-field-2 {
    font-size: 10px;
  }

  .text-field-2::placeholder {
    font-size: 9px;
  }

  .text-field-2._1 {
    width: 100%;
  }

  .text-field-2._2::placeholder {
    font-size: 8px;
  }

  .form-block {
    width: 80%;
    margin-top: 0%;
  }

  .field-label-4 {
    font-size: 9px;
  }

  .checkbox-label {
    font-size: 10px;
    line-height: 15px;
  }

  .slider-2 {
    background-color: #ddd0;
    width: 100%;
    display: block;
  }

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

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

  .div-block-73 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

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

  .navbar-2 {
    background-color: #ddd0;
    display: block;
  }

  .icon-10 {
    color: #fff;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-family: the-seasons, sans-serif;
    font-size: 12px;
  }

  .nav-link-2:active {
    color: #fff;
  }

  .nav-menu {
    background-color: #a0140f;
  }

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

  .brand {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .image-3 {
    margin-bottom: 5%;
  }

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

  .button {
    margin-bottom: 0;
  }

  .button.mujeres {
    margin-top: 8px;
  }

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

  .displayonly_component._2 {
    padding: 0;
  }

  .button-5 {
    margin-bottom: 0;
  }

  .button-5.mujeres {
    margin-top: 8px;
  }

  .fotodresscode.once {
    background-image: url('../images/once.png');
    display: block;
  }

  .fotodresscode.doce {
    background-image: url('../images/doce.png');
    display: block;
  }

  .text-block-10 {
    font-size: 100px;
  }

  .container-4 {
    width: 80%;
    height: 60%;
    margin: auto;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .vedtidos {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 80%;
    padding-bottom: 0;
  }

  .close.mujer {
    margin-top: -61px;
    margin-right: 14px;
  }

  .popup.popmujeres {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .popup.popmujeres._2, .popup.popmujeres._3, .popup.popviernes, .popup.popsabado {
    display: none;
  }

  .popup.popmujeres-copy, .popup.popmujeres-copy-copy {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .image-4 {
    width: 100%;
    height: auto;
  }

  .form-copy {
    width: 100%;
  }

  .heading-11 {
    text-align: center;
    font-size: 30px;
  }

  .grid-14 {
    flex-flow: column;
    width: 60%;
    display: flex;
  }
}

#w-node-b9bca4d5-2ac6-c021-3681-3478d6c64138-61b983ab, #w-node-b9bca4d5-2ac6-c021-3681-3478d6c6413f-61b983ab, #w-node-b9bca4d5-2ac6-c021-3681-3478d6c64141-61b983ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7b8f31e-f560-6620-1e59-caee11f72f8d-61b983ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9bca4d5-2ac6-c021-3681-3478d6c64138-b2391c75, #w-node-b9bca4d5-2ac6-c021-3681-3478d6c6413f-b2391c75, #w-node-b9bca4d5-2ac6-c021-3681-3478d6c64141-b2391c75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7b8f31e-f560-6620-1e59-caee11f72f8d-b2391c75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@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;
}
@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: 'Monterchiserif';
  src: url('../fonts/monterchiserif-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monterchisans';
  src: url('../fonts/monterchisans-bookitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}