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

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

:root {
  --green: #424227;
}

.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-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 {
  background-color: #f4ebd8;
  padding: 5% 10% 0%;
}

.section._1 {
  background-color: #f4ebd8;
  height: auto;
  padding: 2% 5% 0%;
}

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

.section._3, .section._4 {
  padding-top: 0%;
  padding-bottom: 5%;
}

.section._5 {
  background-image: url('../images/8.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 0%;
  display: flex;
}

.section._6 {
  padding-bottom: 2%;
}

.navbar {
  background-color: #ddd0;
}

.container {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.nav-link {
  color: var(--green);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
}

.nav-link.w--current {
  color: var(--green);
}

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

.paragraph {
  color: #5f6646;
  text-align: center;
  width: 45%;
  margin-bottom: 0;
  font-family: Scratchy, Tahoma, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

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

.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(--green);
  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: Scratchy, Tahoma, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 35px;
}

.bonita-2 {
  color: var(--green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Scratchy, Tahoma, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 20px;
}

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

.heading {
  color: var(--green);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading._2 {
  font-size: 30px;
}

.heading-2 {
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 3%;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--green);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 3%;
  font-family: Scratchy, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.button {
  color: var(--green);
  background-color: #3898ec00;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 25px;
  text-decoration: underline;
}

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

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

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

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

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

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

.paragraph-3._3 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 20px;
}

.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-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 450px;
  display: block;
}

.c-card-front {
  perspective: 1000px;
  background-image: url('../images/6_1.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._1 {
  box-shadow: none;
  background-image: none;
  width: 330px;
}

.c-card-front._2 {
  background-image: url('../images/INV-ANA-PAULINA--1.png');
  background-position: 0 0;
  background-size: auto;
}

.c-card-front.eng3 {
  background-image: url('../images/4_2.avif');
}

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

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

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

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

.link-3 {
  color: #626b63;
  text-decoration: none;
}

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

.button-2 {
  color: #606961;
  background-color: #3898ec00;
  border: 1px solid #606961;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, 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._1 {
  background-color: #0000;
  background-image: url('../images/5_1.avif');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

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

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

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

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

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: url('../images/INV-ANA-PAULINA--1.png');
  background-position: 75%;
  background-size: cover;
  border-radius: 0;
  box-shadow: 1px 1px 3px #000;
}

.paragraph-4 {
  color: var(--green);
  text-align: center;
  letter-spacing: 1px;
  width: 50%;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.modal-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.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: 1px 40px 40px;
  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-5 {
  color: var(--green);
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

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

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

.button-3.modal-open_btn._2 {
  color: var(--green);
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 3%;
  padding-left: 0;
  padding-right: 0;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

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

.paragraph-5 {
  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 {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.text-field-2 {
  color: var(--green);
  text-align: center;
  -webkit-text-stroke-color: #3a393400;
  background-color: #f3f3f300;
  border: 1px #627164;
  border-bottom-style: solid;
  height: 7vh;
  margin-top: 5px;
  margin-bottom: 3%;
  padding-bottom: 15px;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

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

.text-field-2::placeholder {
  color: var(--green);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

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

.field-label-4 {
  color: var(--green);
  margin-top: 5px;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.checkbox {
  margin-top: 0;
}

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

.submit-button {
  color: var(--green);
  letter-spacing: 1px;
  background-color: #bbb9ae00;
  border: 1px solid #627164;
  width: 40%;
  margin-top: 0;
  padding: 5px 10px;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

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

.checkbox-label {
  color: var(--green);
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.text-block {
  color: var(--green);
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
}

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

.div-block-72._1 {
  margin-bottom: 5%;
}

.heading-6 {
  color: var(--green);
  text-align: center;
  margin-top: 5%;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.text-span-2 {
  text-transform: none;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
}

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

.button-4 {
  color: #424227;
  text-align: center;
  background-color: #3898ec00;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.portada {
  background-color: #f4ebd8;
  height: 100vh;
  padding: 10%;
}

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

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

.button-5 {
  color: #5f6646;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #5f6646;
  border-radius: 20px;
  width: 100%;
  font-family: Limoncellorecipe, Times New Roman, sans-serif;
  text-decoration: none;
}

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

.form-block-copy {
  color: #61645a;
  width: 50%;
  margin-top: 0%;
}

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

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

  .text-field-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .text-field-2::placeholder, .field-label-4 {
    font-size: 18px;
  }

  .submit-button {
    font-size: 15px;
  }

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

  .div-block-72 {
    justify-content: space-between;
  }

  .div-block-72._1 {
    justify-content: center;
  }
}

@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 {
    padding-bottom: 5%;
  }

  .section._2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._5 {
    height: 50vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container, .container._1 {
    justify-content: space-around;
    align-items: center;
  }

  .container._4 {
    justify-content: space-around;
    align-items: flex-end;
  }

  .nav-link {
    text-align: center;
  }

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

  .paragraph {
    width: 80%;
    font-size: 20px;
    line-height: 25px;
  }

  .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 {
    margin-bottom: 0%;
    font-size: 25px;
  }

  .heading._2 {
    font-size: 20px;
  }

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

  .paragraph-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .button {
    font-size: 18px;
  }

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

  .c-card-back, .c-card-front {
    width: 330px;
    max-width: 330px;
  }

  .c-card-front._1 {
    max-width: 330px;
  }

  .c-card-front._2 {
    width: 330px;
  }

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

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

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

  .paragraph-4 {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-20 {
    width: 100%;
  }

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

  .button-3.modal-open_btn._2 {
    font-size: 12px;
  }

  .displayonly_component._2 {
    padding: 0;
  }

  .form-block {
    width: 90%;
  }

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

  .form {
    width: 100%;
  }

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

  .div-block-72 {
    flex-flow: row;
  }

  .heading-6 {
    margin-top: 10%;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .button-4 {
    font-size: 12px;
    line-height: 15px;
  }

  .grid-2 {
    flex-flow: column;
    width: 40%;
    display: flex;
  }

  .form-block-copy {
    width: 90%;
  }

  .form-copy {
    width: 100%;
  }

  .menu-button {
    background-color: #f4ebd8;
  }

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

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

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


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