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

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

.body {
  background-color: #efebe0;
}

.section {
  padding: 5%;
}

.section._1 {
  height: 100vh;
}

.section._2 {
  background-image: url('../images/2_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35vh;
  padding: 0%;
}

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

.section._4 {
  background-image: url('../images/5_1.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section._8 {
  background-image: url('../images/15_1.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  padding-top: 10%;
  padding-bottom: 10%;
}

.section._9 {
  padding-bottom: 1%;
}

.section._2-copy {
  background-image: url('../images/2_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35vh;
  padding: 0%;
}

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

.heading {
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-weight: 400;
}

.heading._2 {
  margin-top: 5%;
  font-size: 25px;
  line-height: 35px;
}

.heading._2-copy {
  margin-top: 0%;
  margin-bottom: 0%;
  font-size: 40px;
  line-height: 45px;
}

.heading._2-copy._1 {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.image {
  margin-top: 3%;
}

.image._1 {
  margin-top: 0%;
}

.heading-2 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 35px;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.heading-2._2 {
  margin-top: 0;
}

.js-clock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  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: #000;
  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: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.bonita-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

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

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  width: 50%;
}

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

.modal-container {
  z-index: 5;
  background-color: #efebe0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  height: 50vh;
  margin: 10vh auto 20px;
  padding: 1px 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-container._1 {
  height: auto;
}

.modal-container._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-5 {
  color: #302f2f;
}

.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: #000;
  text-align: center;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.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._3, .modal-wrapper._4 {
  display: none;
}

.modal-wrapper._6 {
  display: none;
  position: fixed;
}

.modal-wrapper._7, .modal-wrapper._7._4, .modal-wrapper._4-copy {
  display: none;
}

.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: #000;
  text-align: center;
  background-color: #4353ff00;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  display: inline-block;
}

.paragraph-4 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-4._1 {
  margin-top: 5%;
}

.link-4 {
  color: #333;
}

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

.displayonly_component._2 {
  height: 10%;
}

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

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-top: 5%;
}

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

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

.button-4 {
  color: #000;
  background-color: #3898ec00;
  margin-top: 2%;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-decoration: underline;
}

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

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

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

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  height: 100%;
}

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

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 45%;
  padding-right: 5%;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  width: 75%;
  margin-top: 3%;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.con {
  height: 100%;
}

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

.text-field-2 {
  text-align: center;
  -webkit-text-stroke-color: #3a393400;
  color: #431213;
  background-color: #f3f3f300;
  border: 1px #627164;
  border-bottom: 1px solid #000;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 12px;
  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: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

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

.field-label-4 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.checkbox {
  margin-top: 0;
}

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

.submit-button {
  color: #000;
  letter-spacing: 1px;
  background-color: #bbb9ae00;
  border: 1px solid #627164;
  width: 40%;
  margin-top: 3%;
  padding: 5px 10px;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

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

.checkbox-label {
  color: #000;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.text-block {
  color: #000;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
}

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

.heading-6 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0%;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text {
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-6 {
  text-align: center;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
}

.paragraph-7 {
  flex-flow: column;
  font-family: PT Serif, serif;
  display: flex;
}

.text-span {
  text-align: center;
  margin-bottom: 20px;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-span-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-8 {
  text-align: center;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
}

.paragraph-9 {
  text-align: center;
  letter-spacing: 0;
  width: 50%;
  margin-top: 3%;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-weight: 400;
}

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

.button-5 {
  color: #000;
  background-color: #3898ec00;
  font-family: Limoncellorecipe, Tahoma, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.link-6, .link-7 {
  color: #000;
  font-size: 12px;
}

@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 {
    height: 80vh;
  }

  .section._2 {
    height: 10vh;
    margin-top: -45px;
  }

  .section._3 {
    background-image: url('../images/17_1.avif');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: contain;
  }

  .section._4 {
    padding: 10%;
  }

  .section._8 {
    background-image: url('../images/18_1.avif');
    background-position: 0 100%;
    height: 50vh;
  }

  .section._9 {
    padding-top: 10%;
  }

  .section._2-copy {
    height: 10vh;
    margin-top: 0;
  }

  .container._1 {
    justify-content: center;
    align-items: stretch;
    height: 100%;
  }

  .heading {
    text-align: center;
  }

  .heading._2-copy {
    font-size: 35px;
    line-height: 45px;
  }

  .image {
    margin-top: 10%;
    margin-bottom: 10%;
  }

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

  .heading-2 {
    margin-top: 0;
  }

  .heading-2._1 {
    width: 85%;
    font-size: 20px;
  }

  .js-clock {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-top: 5%;
    margin-bottom: 5%;
    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;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .button-3.modal-open_btn {
    padding-left: 0;
    padding-right: 0;
  }

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

  .displayonly_component {
    height: 40%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-2 {
    display: none;
  }

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

  .fotolarga {
    background-position: 40%;
  }

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

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

  .grid-3 {
    display: none;
  }

  .grid-3.phone {
    display: block;
  }

  .div-block-3 {
    padding-top: 0;
    padding-left: 40%;
  }

  .paragraph-5 {
    width: 100%;
    margin-top: 10%;
    font-size: 12px;
    line-height: 15px;
  }

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

  .paragraph-9 {
    width: 80%;
  }
}

#w-node-_2ff10a72-09af-471f-3a43-3026a992302f-7ea7595b {
  place-self: center;
}

#w-node-db275072-0be9-664d-bf25-a542375e76cb-7ea7595b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db275072-0be9-664d-bf25-a542375e7705-7ea7595b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_05d437a0-baea-559c-aec5-cfd131bf9979-7ea7595b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05d437a0-baea-559c-aec5-cfd131bf99b3-7ea7595b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b87dd674-3106-3864-7701-af8bb7578566-7ea7595b {
  place-self: center;
}

#w-node-_0099ac07-0fa0-86c7-3630-18063106ab1f-7ea7595b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0099ac07-0fa0-86c7-3630-18063106ab59-7ea7595b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8b78dafe-b891-5de7-7d51-9fcb6d9a48c7-7ea7595b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59f61761-8b61-769b-a94d-f2b3d371d64c-7ea7595b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_59f61761-8b61-769b-a94d-f2b3d371d667-7ea7595b {
  grid-area: 2 / 1 / 3 / 2;
}


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