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

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

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

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

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

:root {
  --verde-texto: #79874d;
}

.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/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.section._2 {
  background-color: #e8e8e8;
  border-bottom: 1px solid #79874d;
}

.section._3 {
  background-color: #e8e8e8;
}

.section._4 {
  letter-spacing: 1px;
  background-color: #e8e8e8;
}

.section._5 {
  background-color: #e8e8e8;
  background-image: url('../images/2_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.section._6 {
  background-color: #e8e8e8;
  height: 90vh;
}

.section._7 {
  background-color: #e8e8e8;
}

.section._8 {
  background-color: #e8e8e8;
  background-image: url('../images/1.png');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 2%;
  padding-left: 0%;
  padding-right: 0%;
}

.navbar {
  background-color: #ddddddcf;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.navv {
  color: #5b6a37;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inriaserif, Tahoma, sans-serif;
  font-size: 10px;
}

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

.navv.w--current {
  color: #5b6a37;
  font-style: italic;
  font-weight: 600;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1vw;
  line-height: 1.5vw;
}

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

.margen {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5% 5% 5% 10%;
  display: flex;
}

.inicio {
  background-image: url('../images/1.png');
  background-position: 50% 80%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10% 5% 5%;
  display: flex;
}

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

.div-block-16 {
  justify-content: center;
  display: flex;
}

.countdown {
  background-color: #dedcd600;
  height: auto;
  padding: 1% 3%;
}

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

.navbar-2 {
  background-color: #dedcd6;
  display: none;
}

.navbar-3 {
  background-color: #0000;
}

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

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

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

.centro._1 {
  background-image: url('../images/Recurso-33We.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading {
  color: var(--verde-texto);
  letter-spacing: 1px;
  margin-bottom: 3%;
  font-family: linotype-didot, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 110px;
}

.heading.titulo {
  font-style: italic;
}

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

.heading-2 {
  color: #79874d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inriaserif, Tahoma, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-2._1 {
  letter-spacing: 2px;
  margin-top: 3%;
  font-size: 20px;
}

.div-block-19 {
  border-right: 1px solid #79874d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-8 {
  margin-bottom: 3%;
  margin-left: 75px;
}

.heading-3 {
  color: #4d5625;
  text-align: center;
  letter-spacing: 1px;
  width: 40%;
  font-family: Inriaserif, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 45px;
}

.heading-3._1 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.heading-3._1-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5%;
  line-height: 30px;
}

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

.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-color: #e8e8e8;
  background-image: url('../images/2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 80vh;
}

.fotolarga.jo._2 {
  background-image: url('../images/2.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 70vh;
}

.fotolarga.fotolarga2 {
  background-color: #e8e8e8;
  background-image: url('../images/3.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.heading-4 {
  color: #4d5625;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: linotype-didot, sans-serif;
  font-weight: 400;
}

.heading-4.blanco {
  color: #fff;
  letter-spacing: 2px;
  font-family: linotype-didot, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
}

.button {
  color: #4d5625;
  letter-spacing: 2px;
  background-color: #3898ec00;
  border: 1px solid #4d5625;
  margin-bottom: 3%;
  font-family: Inriaserif, Tahoma, sans-serif;
}

.button._2 {
  margin-bottom: 0%;
}

.button._2-copy {
  color: #fff;
  border-color: #fff;
  margin-top: 3%;
  margin-bottom: 0%;
  font-size: 12px;
}

.div-block-21 {
  background-image: url('../images/Recurso-31We.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

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

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

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

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

.div-block-23 {
  background-color: #79874d;
  width: .5%;
  height: 100%;
}

.paragraph {
  color: #4d5625;
  text-align: center;
  font-family: Inriaserif, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inriaserif, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

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

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

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

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

.div-block-26 {
  background-color: #e8e8e8;
  height: 60vh;
  padding-left: 5%;
  padding-right: 5%;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

.grid-14 {
  grid-template-columns: 1fr;
  width: 80%;
}

.div-block-29 {
  border-bottom: .5px solid #fff;
  padding-bottom: 10%;
}

.paragraph-3 {
  color: #fff;
  margin-top: 3%;
  font-family: Inriaserif, Tahoma, sans-serif;
}

.div-block-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 10%;
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-31 {
  background-color: #e8e8e8b3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 3%;
  padding-bottom: 5%;
  display: flex;
}

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

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

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

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

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

.text-field-2 {
  color: #333;
  text-align: center;
  -webkit-text-stroke-color: #3a393400;
  text-transform: uppercase;
  background-color: #f3f3f300;
  border: 1px #627164;
  border-bottom: 1px solid #000;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Inriaserif, 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;
}

.field-label-4 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

.checkbox {
  margin-top: 0;
}

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

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

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

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

.heading-5 {
  color: var(--verde-texto);
  text-align: center;
  margin-bottom: 0;
  font-family: linotype-didot, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

@media screen and (min-width: 1920px) {
  .checkbox-label {
    font-size: 15px;
    line-height: 20px;
  }

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

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

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

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

@media screen and (max-width: 991px) {
  .navbar {
    inset: 0% 0% 0% auto;
  }

  .container {
    width: 40%;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-menu {
    position: absolute;
    inset: 0% 0% 0% auto;
    box-shadow: 0 2px 5px #0003;
  }

  .navv {
    text-align: center;
  }

  .inicio {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .inicio {
    height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section._6 {
    height: 40vh;
  }

  .navbar {
    display: none;
  }

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

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

  .margen {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10%;
  }

  .nav-menu-2 {
    background-color: #fff9;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
  }

  .inicio {
    background-image: url('../images/1.png');
    background-position: 20%;
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .grid-9 {
    display: none;
  }

  .container-7 {
    background-color: #fff0;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 2%;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .brand-3 {
    height: 100%;
    padding-left: 10%;
  }

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

  .countdown {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-7 {
    height: 100%;
    padding-top: 10px;
  }

  .icon-6 {
    color: #fff;
  }

  .navbar-2 {
    background-color: #dedcd600;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-3 {
    width: 100%;
  }

  .heading {
    text-align: center;
    font-size: 55px;
    line-height: 70px;
  }

  .grid-10 {
    width: 60%;
    height: 5%;
  }

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

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

  .image-8 {
    margin-left: 20px;
  }

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

  .heading-3._1-copy {
    font-size: 10px;
    line-height: 15px;
  }

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo._2 {
    background-image: url('../images/2.png');
    background-position: 50% 0;
    height: 60vh;
    display: block;
  }

  .fotolarga.fotolarga2 {
    background-position: 65%;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 40px;
  }

  .heading-4.blanco {
    font-size: 30px;
  }

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

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

  .div-block-21 {
    height: 30vh;
  }

  .grid-11 {
    display: none;
  }

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

  .image-9 {
    max-width: 100%;
  }

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

  .grid-12 {
    display: none;
  }

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

  .div-block-26 {
    height: 50vh;
    padding-top: 5%;
  }

  .grid-13 {
    display: none;
  }

  .grid-13.phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-28 {
    width: 100%;
    height: 35vh;
  }

  .div-block-29 {
    padding-bottom: 5%;
  }

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

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

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

  .form {
    width: 100%;
  }

  .submit-button {
    border-color: var(--verde-texto);
    color: var(--verde-texto);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: Inriaserif, Tahoma, sans-serif;
    display: block;
  }

  .text-field-2 {
    border-bottom-color: var(--verde-texto);
  }

  .text-field-2::placeholder {
    color: var(--verde-texto);
    font-size: 9px;
  }

  .form-block {
    width: 90%;
  }

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


@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didotltpro Headline';
  src: url('../fonts/DidotLTPro-Headline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didotltpro';
  src: url('../fonts/DidotLTPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Didot';
  src: url('../fonts/Linotype-Didot-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}