@font-face {
  font-family: Abcdisplay;
  src: url('../fonts/ABCDisplay-Medium-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Abcdisplay;
  src: url('../fonts/ABCDisplay-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Abcdisplay;
  src: url('../fonts/ABCDisplay-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

.navbar {
  background-color: #ffffffe6;
  border: 1px solid #fff;
  border-radius: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  box-shadow: 0 0 12px #0003;
}

.body {
  background-color: #e3dbc8;
  font-family: Montserrat, sans-serif;
}

.div-block {
  background-image: linear-gradient(#0000006b, #e4dbc8 67%), url('../images/PAN-FOTO.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  padding: 0 40px 100px;
  display: block;
  position: relative;
}

.div-block-2 {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-self: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #0000007d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.9rem;
  line-height: 1em;
}

.image {
  object-fit: cover;
  border-radius: 20px;
  max-height: 200px;
  position: absolute;
  top: 180.5px;
  left: 6%;
}

.container {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.nav-menu {
  margin-left: auto;
}

.bold-text {
  font-family: Abcdisplay, Arial, sans-serif;
}

.nav-link {
  font-family: Abcdisplay, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

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

.nav-link-2 {
  font-family: Abcdisplay, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: #8d7c57;
}

.section {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 280px 40px 40px;
  display: flex;
}

.div-block-3 {
  background-color: #fff;
  border: 2px solid #8d7c57;
  border-radius: 20px;
  flex: 1;
  max-width: 350px;
  padding: 20px;
}

.div-block-3.otro {
  max-width: none;
}

.div-block-3.otro._100 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4.izq {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block {
  color: #8d7c58;
  text-align: center;
  font-family: Abcdisplay, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block.izq {
  text-align: left;
  font-size: 2.3rem;
}

.paragraph {
  color: #8d7c57;
  text-align: justify;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph.izq {
  text-align: left;
  font-size: 1.1rem;
}

.div-block-5 {
  border-bottom: 1px solid #000;
  align-self: stretch;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
}

.div-block-6 {
  background-image: url('../images/5041.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 120px 20px 20px;
}

.div-block-7 {
  background-image: url('../images/2147872547.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 20px 120px 20px 20px;
}

.div-block-8 {
  background-image: url('../images/2148471910.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 20px 20px 20px 120px;
  min-height: 300px;
}

.div-block-9 {
  background-image: url('../images/90.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 20px;
}

.div-block-10 {
  background-image: url('../images/2698.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 20px 20px 120px;
}

.section-2 {
  padding: 80px 40px 140px;
}

.section-2.finaal {
  padding-top: 80px;
  padding-bottom: 280px;
}

.div-block-11 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-2 {
  color: #706754;
  text-align: center;
  font-family: Abcdisplay, Arial, sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1em;
}

.text-span {
  font-size: 8.7rem;
}

.text-span-2 {
  font-size: 7.9rem;
}

.text-span-3 {
  font-size: 6.4rem;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-13 {
  flex: 1;
}

.div-block-13._3grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3 {
  color: #533e16;
  font-family: Abcdisplay, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 1em;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 2px solid #8d7c57;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.text-block-4 {
  color: #8d7c57;
  text-align: center;
  font-weight: 700;
}

.footer-subscribe {
  color: #fff;
  background-color: #000;
  padding: 50px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #ffffffbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #ffffffbf;
}

.field-label {
  color: #8d7c57;
  font-size: 13px;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18, .div-block-19, .div-block-20 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.submit-button {
  background-color: #000;
  border-radius: 10px;
  margin-top: 10px;
  padding: 12px 30px;
  font-size: 14px;
}

.div-block-21 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.link {
  color: #fff;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.checkbox-field {
  margin-top: 10px;
}

.div-block-23 {
  margin-bottom: 100px;
  padding-top: 280px;
}

.div-block-24 {
  margin-top: 0;
  padding-top: 150px;
}

.checkbox-label {
  color: #000;
}

.link-2 {
  color: #8d7c57;
}

.body-2 {
  background-color: #e3dbc8;
  font-family: Montserrat, sans-serif;
}

.section-3 {
  padding: 280px 40px 180px;
}

.div-block-25 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  color: #424242;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.div-block-26 {
  display: flex;
}

.div-block-27 {
  aspect-ratio: 1;
  background-color: #ff6c6c;
  width: 10px;
  height: 50px;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  font-weight: 700;
}

.dropdown-link, .dropdown-link-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  background-color: #ffffffe6;
  border-radius: 13px;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 3.5rem;
  }

  .nav-menu {
    background-color: #ffffffe6;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 20px;
  }

  .div-block-3._120px {
    border-top-left-radius: 120px;
  }

  .text-block {
    text-align: right;
  }

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

  .div-block-8 {
    min-height: 200px;
  }

  .text-block-2 {
    font-size: 3.5rem;
  }

  .text-span {
    font-size: 7.6rem;
  }

  .text-span-2 {
    font-size: 5.2rem;
  }

  .text-span-3 {
    font-size: 5.4rem;
  }

  .div-block-13._3grid, .div-block-15 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .div-block-16.nonee {
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .div-block-28 {
    flex: 1;
  }

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

  .menu-button.w--open {
    color: #8d7c57;
    background-color: #c8c8c800;
  }

  .dropdown-list.w--open {
    margin-bottom: 20px;
  }

  .dropdown {
    display: block;
  }

  .menu-button-2 {
    background-color: #c8c8c833;
  }

  .menu-button-2.w--open {
    color: #8d7c58;
    background-color: #c8c8c800;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-7, .div-block-9 {
    min-height: 200px;
  }

  .div-block-9.esquina {
    border-top-left-radius: 120px;
  }

  .div-block-10 {
    min-height: 200px;
  }

  .div-block-13._3grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 1.9rem;
  }

  .div-block-3._120px {
    border-top-left-radius: 20px;
  }

  .text-block {
    text-align: left;
    font-size: 8.5vw;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: 2.6rem;
  }

  .text-span {
    line-height: .9em;
  }

  .text-span-2 {
    font-size: 3.4rem;
  }

  .text-span-3 {
    font-size: 3.9rem;
  }

  .div-block-13._3grid {
    flex-flow: column;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-17 {
    flex-flow: column;
    display: flex;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }
}

#w-node-e0050939-28e2-744f-4959-7056256812b1-6be9c32b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cbe6d7b5-8aa7-08af-f2c2-1ec683cf7a1e-6be9c32b {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-cffe13e2-96a0-491c-1b84-396320f9b5dd-6be9c32b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67d32509-0842-8029-4333-cb1400643dc2-6be9c32b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f44e3994-924d-8e1b-056c-7f7dcfb744be-6be9c32b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Abcdisplay';
  src: url('../fonts/ABCDisplay-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abcdisplay';
  src: url('../fonts/ABCDisplay-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abcdisplay';
  src: url('../fonts/ABCDisplay-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abcdisplay';
  src: url('../fonts/ABCDisplay-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}