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

@font-face {
  font-family: Caudex;
  src: url('../fonts/Caudex-Bold.ttf') format("truetype");
  font-weight: 700;
  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;
}

.section {
  padding: 5%;
}

.section._1 {
  background-image: url('../images/18.png'), url('../images/1.png');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
  height: 100vh;
}

.section._2 {
  background-image: url('../images/18.png'), url('../images/4.png');
  background-position: 0 0, 0 0;
  background-size: cover, contain;
  padding-left: 0%;
  padding-right: 0%;
}

.section._3 {
  background-image: url('../images/19.png'), url('../images/1.png');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
}

.section._4 {
  background-image: url('../images/19.png'), url('../images/11.png');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
}

.section._5 {
  background-image: url('../images/18.png'), url('../images/1.png');
  background-position: 0 0, 0 0;
  background-size: cover, contain;
}

.section._6 {
  background-image: url('../images/18.png'), url('../images/11.png');
  background-position: 0 0, 0 0;
  background-size: cover, contain;
}

.section._7 {
  background-image: url('../images/19.png'), url('../images/4.png');
  background-position: 0 0, 0 0;
  background-size: cover, contain;
  padding-bottom: 1%;
}

.navbar {
  background-color: #ddd0;
}

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

.nav-link {
  color: #545454;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

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

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 95%;
  margin-top: 3%;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.image {
  margin-top: 3%;
}

.div-block-3 {
  margin-top: 3%;
  margin-left: 5%;
  margin-right: 5%;
}

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

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

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

.texto_principalcentrado {
  color: #f1ede2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
}

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

.heading {
  color: #545454;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 80%;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.heading._2, .heading._2-copy {
  color: #f1ede2;
  width: 50%;
  margin-bottom: 20px;
  font-size: 12px;
}

.grid {
  grid-template-rows: auto;
  width: 60%;
  margin-top: 3%;
  margin-bottom: 2%;
}

.paragraph {
  color: #545454;
  text-align: center;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

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

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

.grid-2 {
  grid-template-columns: 1fr;
  margin-top: 3%;
}

.heading-2 {
  color: #545454;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.heading-2._1 {
  color: #76753d;
}

.paragraph-2 {
  color: #545454;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Caudex, Times New Roman, sans-serif;
}

.paragraph-2._2 {
  color: #76753d;
  width: 90%;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-2._2-copy {
  color: #f1ede2;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
}

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

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

.button {
  color: #545454;
  letter-spacing: 0;
  background-color: #3898ec00;
  border: 1px solid #545454;
  margin-bottom: 2%;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.button._1 {
  color: #f1ede2;
  border-color: #f1ede2;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 5%;
  margin-bottom: 5%;
}

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

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

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

.div-block-10 {
  background-image: url('../images/12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

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

.div-block-12 {
  background-image: url('../images/15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5% 10%;
  display: flex;
}

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

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

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

.grid-4 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 3px solid #76753e;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 3%;
  padding: 3% 5%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.modal-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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;
  height: auto;
  margin: 20vh auto 20px;
  padding: 5% 5% 105px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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;
  display: flex;
  position: fixed;
  inset: 0;
}

.heading-5 {
  color: #676435;
  text-transform: uppercase;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.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, .modal-wrapper._3, .modal-wrapper._4, .modal-wrapper._3-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: #76753e;
  text-align: center;
  background-color: #4353ff00;
  border-style: solid;
  border-radius: 0;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Caudex, Times New Roman, sans-serif;
  display: inline-block;
}

.button-3.modal-open_btn._2 {
  margin-bottom: 20px;
}

.button-3.modal-open_btn._3-copy {
  color: #545454;
  border-color: #545454;
  margin-bottom: 0;
}

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

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

.link-4 {
  color: #333;
}

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

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

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

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

.paragraph-5 {
  color: #76753d;
  text-align: center;
  font-family: Caudex, Times New Roman, sans-serif;
}

.paragraph-5._2 {
  font-size: 12px;
  line-height: 15px;
}

.heading-6 {
  color: #76753d;
  text-align: center;
  margin-top: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.button-4 {
  color: #76753e;
  background-color: #3898ec00;
  border: 1px solid #76753e;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-6 {
  color: #77763e;
  text-decoration: none;
}

.div-block-17 {
  background-image: url('../images/15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5%;
  display: flex;
}

.link-7 {
  color: #f3efe4;
  text-decoration: none;
}

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

.grid-5 {
  grid-template-rows: auto;
  margin-top: 3%;
}

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

.image-6 {
  margin-bottom: 20px;
}

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

.image-7 {
  margin-top: 3%;
}

.heading-7 {
  color: #f1ede2;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3%;
  margin-bottom: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

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

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

.code-embed {
  z-index: 9999;
  position: relative;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0%;
  display: flex;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
}

.link-block {
  height: 15vh;
}

.grid1.phone, .recom.phone {
  display: none;
}

.div-block-22 {
  background-image: url('../images/15.png'), url('../images/11.png');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.code-embed-2 {
  height: auto;
}

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

.div-block-23 {
  width: 50%;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

@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: 90vh;
  }

  .section._2, .section._3, .section._4, .section._5 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .container {
    justify-content: flex-end;
    align-items: center;
  }

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

  .div-block {
    height: 90%;
  }

  .image {
    margin-bottom: 3%;
  }

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

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

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

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

  .heading {
    width: 90%;
    font-size: 12px;
    line-height: 15px;
  }

  .heading._2, .heading._2-copy {
    width: 80%;
  }

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

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

  .image-2 {
    display: none;
  }

  .image-2.phone {
    display: block;
  }

  .grid-2 {
    width: 80%;
  }

  .heading-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-2._1 {
    font-size: 15px;
  }

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

  .paragraph-2._2 {
    width: 90%;
    font-size: 11px;
  }

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

  .div-block-12 {
    background-image: url('../images/15.png');
    background-size: cover;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-4 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 1.5px solid #76753e;
    border-radius: 20px;
    width: 95%;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 2px 5px #0003;
  }

  .modal-container {
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .modal-wrapper._3-copy {
    display: none;
  }

  .button-3.modal-open_btn {
    margin-bottom: 0;
  }

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

  .button-3.modal-open_btn._2, .button-3.modal-open_btn._3, .button-3.modal-open_btn._4 {
    margin-bottom: 0;
  }

  .button-3.modal-open_btn._3-copy {
    font-size: 10px;
  }

  .displayonly_component, .displayonly_component._2, .displayonly_component._3, .displayonly_component._4, .displayonly_component._3-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-15 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-17 {
    background-image: url('../images/Copia-de-15.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20% 10%;
  }

  .grid-5 {
    flex-flow: column;
    display: flex;
  }

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

  .image-8, .image-9 {
    margin-bottom: 5%;
  }

  .code-embed {
    width: 100%;
  }

  .div-block-21 {
    width: 100%;
    height: 40vh;
    padding-bottom: 0%;
  }

  .link-block {
    height: 10vh;
  }

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

  .nav-menu {
    background-image: url('../images/1.png');
    background-position: 0 0;
    background-size: contain;
  }

  .grid1 {
    display: none;
  }

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

  .recom {
    display: none;
  }

  .recom.phone {
    display: block;
  }
}

#w-node-d15c7deb-f2df-72a9-7746-6e444c1165e7-b638cc01, #w-node-_102329c0-e8eb-7177-5e3f-464a8e647154-b638cc01, #w-node-_9fa656bd-520c-2d97-aea1-6034e679af98-b638cc01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3464b840-3bf3-75b6-32da-fac0bb42c57e-b638cc01 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_3464b840-3bf3-75b6-32da-fac0bb42c59a-b638cc01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3464b840-3bf3-75b6-32da-fac0bb42c5ac-b638cc01 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3464b840-3bf3-75b6-32da-fac0bb42c5ad-b638cc01, #w-node-d1d0cf81-1b59-b63d-2d45-bcc131916f7b-b638cc01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc27c132-85b1-5ba1-e427-f02cb23965be-b638cc01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bab18de-40df-053b-5ace-4d130ccf8cb1-b638cc01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bab18de-40df-053b-5ace-4d130ccf8ce3-b638cc01 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-eff51d1c-e663-0dcc-bc6a-3f728c6a5f96-b638cc01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eff51d1c-e663-0dcc-bc6a-3f728c6a5fd0-b638cc01 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fd0250ba-38d8-28f1-29b0-45a2bd2f44d2-b638cc01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fd0250ba-38d8-28f1-29b0-45a2bd2f450c-b638cc01 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2acfe2a3-f49f-8d00-76d7-9bd7dcbc3384-b638cc01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2acfe2a3-f49f-8d00-76d7-9bd7dcbc33be-b638cc01 {
  grid-area: 2 / 1 / 3 / 2;
}


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