.menu-desktop {
  z-index: 1;
  background-color: #ffaa78;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #241f1f;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
  display: inline-block;
}

.nav-link {
  color: #241f1f;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.intro-logotipo {
  color: #fff;
  object-fit: cover;
  background-color: #b09077;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.centered-container {
  text-align: center;
  flex: 1;
  margin-top: 0;
  padding-top: 0;
}

.intro-marca {
  background-color: #ccdecf;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: fill;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 90%;
  max-width: 90%;
  height: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  display: inline-block;
}

.logotipo-desktop {
  height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: 90%;
  height: 100%;
}

.image {
  max-width: 60%;
}

.text-field, .text-field-2, .text-field-3 {
  background-color: #d9d9d9;
}

.submit-button {
  color: #004987;
  background-color: #d9d9d9;
  font-family: Gothamnarrow;
  font-size: 16px;
  font-weight: 700;
}

.paragraph {
  color: #004987;
  font-family: Gothamnarrow;
  font-size: 18px;
}

.field-label {
  color: #004987;
  margin-top: 20px;
  font-family: Gothamnarrow;
  font-size: 18px;
  font-weight: 300;
}

.field-label-2, .field-label-3 {
  color: #004987;
  font-family: Gothamnarrow;
  font-size: 18px;
  font-weight: 300;
}

.heading {
  color: #8c199c;
  font-family: Gothamrnd;
  font-size: 18px;
  font-weight: 700;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #004987;
  font-family: Gothamrnd;
}

.heading-3 {
  color: #004987;
  text-align: center;
  font-family: Gothamnarrow;
  font-size: 18px;
}

.heading-4 {
  color: #004987;
  text-align: center;
  font-family: Gothamnarrow;
  font-size: 18px;
  font-weight: 700;
}

.heading-5 {
  color: #004987;
  text-align: center;
  font-family: Gothamnarrow;
  font-size: 18px;
}

.heading-6 {
  color: #004987;
  font-family: Gothamnarrow;
  font-size: 18px;
}

.text-block {
  color: #004987;
  text-align: center;
  margin-bottom: 20px;
  font-family: Gothamnarrow;
  font-size: 14px;
  font-weight: 300;
}

.div-block {
  text-align: center;
}

.paragraph-2 {
  color: #004987;
  text-align: left;
  font-family: Gothamnarrow;
  font-weight: 300;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  color: #004987;
  font-family: Gothamnarrow;
  font-weight: 300;
}

.comunidad {
  color: #fff;
  background-image: url('../images/CoverComunidad_Mesa-de-trabajo-1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.heading-7 {
  color: #004987;
  text-align: left;
  margin-top: -240px;
  margin-left: 220px;
  font-family: Gothamrnd;
  font-size: 28px;
}

.paragraph-6 {
  color: #004987;
  text-align: left;
  margin-top: 40px;
  margin-left: 200px;
  margin-right: 140px;
  font-family: Gothamnarrow;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.contact-form {
  background-color: #00af41;
  margin-top: -48px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 140px;
  display: grid;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-left: 140px;
  font-family: Gothamrnd;
  font-size: 30px;
}

.paragraph-7 {
  color: #fff;
  margin-left: 140px;
  font-family: Gothamnarrow;
  font-size: 16px;
  font-weight: 300;
}

.field-label-4, .field-label-5 {
  color: #fff;
  font-family: Gothamnarrow;
  font-weight: 300;
}

.field-label-6 {
  color: #fff;
  font-family: Gothamnarrow;
}

.field-label-7 {
  color: #fff;
  font-family: Gothamnarrow;
  font-weight: 300;
}

.submit-button-2 {
  color: #004987;
  background-color: #d9d9d9;
  margin-top: 20px;
  margin-left: 140px;
  font-family: Gothamnarrow;
  font-weight: 700;
}

.text-field-4, .text-field-5, .text-field-6, .text-field-7 {
  background-color: #d9d9d9;
}

.container {
  margin-top: -48px;
}

.footer {
  text-align: center;
  background-color: #b09077;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 150px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  margin-right: -800px;
  overflow: hidden;
}

.footer-heading {
  color: #004987;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gothamnarrow;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-link {
  color: #004987;
  margin-bottom: 10px;
  font-family: Gothamnarrow;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-2 {
  font-family: Gothamnarrow;
}

.link {
  cursor: default;
  text-decoration: none;
  overflow: visible;
}

.heading-9 {
  color: #241f1f;
  text-align: center;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.image-2 {
  height: 150px;
  margin-top: -200px;
  margin-left: 140px;
}

.columns {
  margin-left: 60px;
  margin-right: 60px;
}

.image-3 {
  margin-right: 0;
}

.variantes-desktop {
  background-color: #ccdecf;
  height: 500px;
}

.container-2 {
  padding-left: 0;
}

.heading-10 {
  color: #b09077;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-9 {
  color: #241f1f;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.columns-2 {
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

.reticula-desktop {
  background-color: #ccdecf;
  height: 500px;
}

.heading-11 {
  color: #b09077;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-10 {
  color: #241f1f;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.image-4 {
  height: 250px;
  margin-top: 40px;
  margin-left: 250px;
  margin-right: 250px;
}

.tama-o-desktop {
  background-color: #ccdecf;
  height: 500px;
}

.heading-12 {
  color: #b09077;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-11 {
  color: #241f1f;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.area-desktop {
  background-color: #ccdecf;
  height: 500px;
}

.heading-13 {
  color: #b09077;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph-12 {
  color: #241f1f;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.heading-14 {
  color: #b09077;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.container-3 {
  height: 500px;
}

.cierre {
  background-image: url('../images/05img-fuentebuena-1.png');
  background-position: 0 100%;
  background-size: cover;
  background-attachment: scroll;
}

.image-5 {
  max-width: 120%;
  height: 550px;
  margin-top: -50px;
  margin-left: -112px;
}

.heading-15 {
  color: #b09077;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph-13 {
  color: #241f1f;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.image-6 {
  margin-top: 20px;
  margin-left: -70px;
}

.paleta-principal {
  height: 470px;
}

.image-7 {
  max-width: 125%;
  margin-left: 0;
}

.heading-16 {
  color: #f9a979;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-14 {
  color: #241f1f;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-2 {
  color: #241f1f;
  margin-top: 60px;
  margin-left: 140px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-3, .text-block-4 {
  color: #241f1f;
  margin-top: 15px;
  margin-left: 140px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paleta-secundaria {
  height: 490px;
}

.heading-17 {
  color: #f9a979;
  margin-top: 40px;
  margin-left: 0;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.image-8 {
  max-width: 125%;
  margin-top: 10px;
  margin-left: 0;
}

.paragraph-15 {
  color: #241f1f;
  margin-top: 10px;
  margin-left: 0;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-5 {
  color: #241f1f;
  margin-top: 50px;
  margin-left: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-6, .text-block-7 {
  color: #241f1f;
  margin-top: 10px;
  margin-left: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-8 {
  color: #241f1f;
  margin-top: 15px;
  margin-left: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.fotografia {
  background-image: url('../images/fuentebuena_MANUAL-52.png');
  background-position: 0 100%;
  background-size: cover;
  height: 650px;
  margin-top: 20px;
}

.heading-18 {
  color: #f9a979;
  margin-top: 80px;
  margin-left: 40px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-16 {
  color: #241f1f;
  margin-top: 40px;
  margin-left: 40px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.sobre-color {
  background-image: url('../images/fuentebuena_MANUAL-51.png');
  background-position: 0%;
  background-size: cover;
  height: 590px;
}

.heading-19 {
  color: #f9a979;
  margin-top: 20px;
  margin-left: 0;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-17 {
  color: #241f1f;
  margin-top: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.image-9 {
  max-width: 124%;
  margin-top: -240px;
  margin-left: -115px;
}

.call-to-action {
  background-color: #c4c4c4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: left;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-18 {
  color: #241f1f;
  text-align: left;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.call-to-action-2 {
  background-color: #ccdecf;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-20 {
  text-align: left;
  margin-left: 220px;
}

.heading-21 {
  color: #241f1f;
  margin-left: 0;
  font-family: Gillsans;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
}

.paragraph-19 {
  color: #241f1f;
  margin-top: 40px;
  margin-left: 0;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.image-10 {
  max-width: 30%;
  margin-top: -100px;
}

.hero-2 {
  background-color: #ccdecf;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.heading-22, .paragraph-20 {
  margin-left: 0;
}

.div-block-3 {
  margin-top: -137px;
  margin-left: 100px;
}

.narrativa {
  background-color: #ccdecf;
  height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-23 {
  color: #241f1f;
  text-align: left;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.definici-n-fuentebuena {
  background-color: #fdd5bc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-3 {
  text-align: center;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-21 {
  color: #241f1f;
  text-align: left;
  font-family: Gill sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.atributos-desktop {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-left: 0;
}

.paragraph-22 {
  color: #241f1f;
  margin-top: 40px;
  padding-right: 40px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.image-11 {
  max-width: 50%;
}

.presencia-desktop {
  background-color: #fff;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 150%;
  max-width: 140%;
  height: 150%;
  margin-right: 40px;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
  margin-right: 40px;
}

.div-block-4, .div-block-5 {
  margin-left: 40px;
}

.call-to-action-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-4 {
  text-align: center;
  flex: 1;
}

.heading-24 {
  color: #fee5d6;
  text-align: left;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-25, .paragraph-23 {
  text-align: left;
  margin-left: 40px;
  margin-right: 40px;
}

.paragraph-24 {
  margin-left: 60px;
  margin-right: 40px;
}

.div-block-6 {
  margin-left: 40px;
}

.heading-26 {
  margin-left: 60px;
}

.hero-overlay {
  color: #fff;
  background-image: url('../images/09img-fuentebuena-1.png');
  background-position: 0 10%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-27 {
  color: #241f1f;
  object-fit: cover;
  margin-top: 140px;
  margin-right: 100px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
}

.paragraph-25 {
  color: #241f1f;
  margin-top: 40px;
  margin-right: 100px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-26 {
  color: #241f1f;
  text-align: left;
  margin-top: 40px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.heading-28 {
  color: #241f1f;
  text-align: left;
  margin-top: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
}

.heading-29 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.heading-30 {
  color: #241f1f;
  font-family: Gillsans;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
}

.paragraph-27 {
  color: #241f1f;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.descripci-n-desktop {
  background-color: #c4c4c4;
  width: 1164px;
  max-width: 1164px;
  height: 500px;
  max-height: 500px;
}

.paragraph-28 {
  color: #241f1f;
  margin-top: 100px;
  margin-bottom: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.container-4 {
  margin-top: 0;
}

.marca-desktop {
  background-color: #fff;
  height: 550px;
}

.column {
  margin-top: 100px;
}

.column-2 {
  margin-top: 40px;
}

.image-12 {
  max-width: 60%;
  margin-top: 60px;
}

.columns-3 {
  margin-top: 40px;
}

.eslogan {
  background-color: #ffce0c;
  height: 500px;
}

.columns-4 {
  margin-top: 140px;
}

.image-13 {
  text-align: left;
  max-width: 45%;
  margin-left: 0;
}

.column-3 {
  padding-left: 10px;
}

.column-4 {
  text-align: center;
}

.posicionamiento {
  height: 500px;
}

.columns-5 {
  margin-top: 140px;
}

.unidades {
  height: 500px;
}

.columns-6 {
  margin-top: 140px;
}

.image-14 {
  max-width: 124%;
  margin-top: -100px;
}

.presencia {
  background-color: #fff;
  height: 600px;
}

.columns-7 {
  margin-top: 140px;
}

.heading-31 {
  color: #241f1f;
  margin-top: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-29 {
  color: #241f1f;
  margin-top: 40px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.introduccion {
  background-color: #fdd5bc;
  height: 300px;
}

.logotipo {
  height: 500px;
}

.columns-8 {
  margin-top: 120px;
}

.image-15 {
  max-width: 100%;
  padding-left: 40px;
}

.variantes {
  background-color: #ccdecf;
  height: 500px;
}

.reticula {
  background-color: #ccdecf;
  height: 650px;
}

.tama-o {
  background-color: #ccdecf;
  height: 500px;
}

.columns-9 {
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

.section {
  background-color: #ccdecf;
  height: 650px;
}

.elementos {
  background-color: #b09077;
  height: 300px;
}

.columns-10, .columns-11 {
  margin-top: 100px;
}

.tipografia-principal-titulo {
  height: 300px;
}

.tipografia-principal {
  height: 600px;
}

.heading-32 {
  margin-top: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-30 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-33 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading-34 {
  color: #241f1f;
  margin-left: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-31 {
  color: #241f1f;
  margin-top: 40px;
  margin-left: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.heading-35 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.heading-36 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.heading-37 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-32 {
  color: #ccdecf;
  font-family: Gill sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-33 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-34 {
  color: #b09077;
  font-family: Gill sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-35 {
  color: #75a569;
  margin-top: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.column-5 {
  padding-left: 0;
}

.column-6 {
  padding-left: 60px;
  padding-right: 0;
}

.uso-sobre-fotografia {
  background-image: url('../images/fuentebuena_MANUAL-55.png');
  background-position: 0 0;
  background-size: cover;
  height: 650px;
}

.image-16 {
  max-width: 124%;
  margin-top: -121px;
  margin-left: -115px;
}

.paragraph-36 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.heading-38 {
  color: #f9a979;
  margin-top: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.figuras-y-formas {
  background-image: url('../images/fuentebuena_MANUAL-56.png');
  background-position: 0%;
  background-size: cover;
  height: 620px;
}

.heading-39 {
  color: #f9a979;
  margin-top: 120px;
  margin-left: 40px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-37 {
  color: #241f1f;
  margin-left: 40px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.image-17 {
  max-width: 98%;
  margin-top: -225px;
  margin-left: -115px;
}

.papeleria-titulo {
  background-color: #ccdecf;
  height: 300px;
}

.image-18 {
  max-width: 50%;
}

.columns-12 {
  margin-top: 100px;
}

.image-19 {
  max-width: 20%;
  margin-top: -175px;
}

.tarjetas {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.heading-40 {
  color: #241f1f;
  margin-top: 180px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.hoja-membretada {
  border-bottom: 1px solid #ffaa78;
  height: 550px;
  font-family: Gill sans, sans-serif;
}

.heading-41 {
  color: #241f1f;
  margin-top: 180px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.folder-a {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.heading-42 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.image-20 {
  border: 1px #000;
  max-width: 90%;
  margin-top: 60px;
}

.heading-43 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.folder-b {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.gaffette {
  height: 500px;
}

.image-21 {
  margin-top: 0;
}

.merchandising {
  background-color: #ccdecf;
  height: 300px;
}

.heading-44 {
  color: #231f1f;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.image-22 {
  max-width: 50%;
}

.columns-13 {
  margin-top: 100px;
}

.image-23 {
  max-width: 20%;
  margin-top: -175px;
}

.heading-45 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.playera, .usb {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.heading-46 {
  color: #241f1f;
  margin-top: 180px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.image-24 {
  max-width: 50%;
  margin-top: 140px;
  margin-left: 200px;
}

.polos-y-plumas {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.heading-47 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.heading-48 {
  color: #241f1f;
  text-align: center;
  font-family: Gillsans;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
}

.columns-14 {
  margin-top: 20px;
}

.libreta {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.heading-49 {
  color: #241f1f;
  font-size: 34px;
  line-height: 38px;
}

.heading-50 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.rompevientos {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.heading-51 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.tote-bag-y-taza {
  height: 500px;
}

.column-7, .column-8 {
  height: auto;
}

.heading-52 {
  color: #241f1f;
  margin-top: 200px;
  margin-left: 60px;
  font-family: Gillsans;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
}

.heading-53 {
  color: #241f1f;
  margin-top: 100px;
  margin-left: 40px;
  font-family: Gillsans;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
}

.medios-digitales-titulo {
  background-color: #76a469;
  height: 300px;
}

.heading-54 {
  color: #fff;
  margin-top: 120px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.firma-electronica {
  border-bottom: 1px solid #ffaa78;
  height: 750px;
}

.heading-55 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.columns-15 {
  margin-top: 40px;
}

.plantilla {
  border-bottom: 1px solid #ffaa78;
  height: 800px;
}

.image-25 {
  margin-top: -130px;
}

.heading-56 {
  color: #241f1f;
  margin-top: 240px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.wallpaper {
  height: 700px;
}

.heading-57 {
  color: #241f1f;
  text-align: left;
  margin-top: 240px;
  margin-right: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.introduccion-descargas {
  background-color: #fdd5bc;
  height: 300px;
}

.paragraph-38 {
  color: #241f1f;
  text-align: center;
  margin-top: 120px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.image-26 {
  max-width: 20%;
  margin-top: -210px;
}

.descargables {
  height: 2100px;
}

.image-27 {
  text-align: right;
  width: 30px;
  max-width: 100%;
  height: 30px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: minmax(auto, 1fr) minmax(0, 1fr) minmax(auto, 1fr) minmax(0, 1fr) minmax(auto, 1fr) minmax(0, 1fr) minmax(auto, 1fr) minmax(0, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  grid-auto-rows: minmax(auto, 1fr);
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
}

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

.text-block-9, .text-block-10 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.image-28 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.heading-58 {
  font-family: Gillsans;
}

.heading-59 {
  color: #241f1f;
  margin-top: 0;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.principios {
  background-color: #ccdecf;
  height: 550px;
}

.heading-60 {
  color: #241f1f;
  margin-top: 60px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-39 {
  color: #241f1f;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.heading-61, .heading-62, .heading-63, .heading-64 {
  color: #241f1f;
  text-align: center;
  font-family: Gill sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.section-4 {
  height: 500px;
}

.heading-65 {
  color: #241f1f;
  margin-top: 60px;
  margin-right: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-40 {
  color: #241f1f;
  margin-top: 40px;
  margin-right: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.heading-66 {
  color: #241f1f;
  margin-top: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-11 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-29 {
  text-align: right;
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-12 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-30 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-13 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-31 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-14 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.image-32 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-15 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-33 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-16 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-34 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-17 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-35 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-18 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-36 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-19 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-37 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-20 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.image-38 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-21 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-39 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-22 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-40 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-23 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-41 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-24 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-42 {
  width: 30px;
  max-width: 100%;
  height: 30px;
}

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

.text-block-25 {
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-43 {
  max-width: 80%;
  margin-left: 60px;
}

.image-44 {
  text-align: right;
  max-width: 80%;
}

.column-9 {
  text-align: right;
}

.image-45 {
  max-width: 80%;
  margin-top: 30px;
}

.text-block-26 {
  color: #b09077;
  text-align: center;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-27 {
  color: #b09077;
  text-align: center;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.columns-16, .columns-17 {
  margin-top: 60px;
}

.text-block-28, .text-block-29 {
  color: #b09077;
  text-align: center;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.columns-18 {
  margin-top: 60px;
}

.image-46 {
  max-width: 50%;
}

.image-47, .image-48 {
  text-align: center;
  max-width: 50%;
}

.image-49 {
  max-width: 50%;
}

.column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16, .column-17 {
  text-align: center;
}

.heading-67 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.column-18 {
  font-family: Gill sans, sans-serif;
  font-weight: 500;
}

.heading-68 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.plumas {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.heading-69, .heading-70 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.tote-bag {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.taza {
  height: 500px;
}

.heading-71 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.icon {
  border: 1px #000;
  margin-top: 22px;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.dropdown-link {
  background-color: #75a569;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
  background-color: #ccdecf;
}

.image-50 {
  max-width: 74%;
}

.image-51 {
  max-width: 105%;
}

.column-19, .column-20, .column-21, .column-22 {
  text-align: center;
}

.icon-2 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.dropdown-link-8 {
  background-color: #75a569;
}

.dropdown-link-9, .dropdown-link-10, .dropdown-link-11, .dropdown-link-12, .dropdown-link-13 {
  background-color: #ccdecf;
}

.icon-3 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.dropdown-link-14 {
  background-color: #75a569;
}

.dropdown-link-15, .dropdown-link-16, .dropdown-link-17, .dropdown-link-18, .dropdown-link-19, .dropdown-link-20, .dropdown-link-21 {
  background-color: #ccdecf;
}

.icon-4 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.dropdown-link-22 {
  background-color: #ccdecf;
  display: block;
  position: relative;
}

.dropdown-toggle {
  display: flex;
}

.dropdown-toggle.w--open {
  flex-flow: column;
  display: inline-block;
}

.dropdown-link-23, .dropdown-link-24 {
  background-color: #76a469;
}

.dropdown-link-25, .dropdown-link-26, .dropdown-link-27, .dropdown-link-28, .dropdown-link-29, .dropdown-link-30, .dropdown-link-31, .dropdown-link-32, .dropdown-link-33, .dropdown-link-34, .dropdown-link-35, .dropdown-link-36 {
  background-color: #ccdecf;
}

.dropdown-link-37 {
  background-color: #76a469;
}

.dropdown-link-38 {
  color: #241f1f;
  background-color: #ccdecf;
}

.dropdown-link-39, .dropdown-link-40, .dropdown-link-41 {
  background-color: #ccdecf;
}

.icon-5 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.dropdown-toggle-2 {
  padding-left: 20px;
}

.image-52 {
  max-width: 120%;
  margin-right: 20px;
}

.image-53, .image-54 {
  text-align: center;
  max-width: 80%;
}

.div-block-7 {
  text-align: center;
  margin-top: 80px;
}

.intro-papeleria {
  background-color: #ccdecf;
  height: 300px;
}

.paragraph-41 {
  color: #241f1f;
  text-align: left;
  margin-top: 80px;
  font-family: Gill sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.intro-merchandising {
  background-color: #ccdecf;
  height: 300px;
}

.paragraph-42 {
  color: #231f1f;
  margin-top: 80px;
  font-family: Gill sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.publicaciones {
  border-bottom: 1px solid #ffaa78;
  height: 500px;
}

.heading-72 {
  color: #241f1f;
  margin-top: 200px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.image-55 {
  max-width: 80%;
  margin-top: 20px;
}

.image-56 {
  max-width: 80%;
  margin-top: 40px;
}

.column-23, .column-24 {
  text-align: right;
}

.columns-19 {
  margin-top: 40px;
}

.text-block-30 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.column-25 {
  text-align: right;
}

.text-block-31 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-20, .columns-21 {
  margin-top: 40px;
}

.column-26 {
  text-align: right;
}

.text-block-32 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.image-57, .image-58 {
  margin-top: 60px;
}

.image-59 {
  margin-top: 100px;
}

.image-60 {
  max-width: 79%;
}

.column-27 {
  text-align: center;
}

.image-61 {
  max-width: 90%;
  margin-top: 20px;
}

.column-28 {
  text-align: center;
}

.image-62 {
  max-width: 70%;
  margin-top: 40px;
}

.column-29 {
  text-align: center;
}

.image-63, .image-64 {
  max-width: 104%;
  margin-top: 20px;
}

.image-65 {
  max-width: 40%;
}

.column-30 {
  text-align: center;
  margin-top: 60px;
}

.image-66 {
  max-width: 104%;
  margin-top: 20px;
}

.image-67 {
  max-width: 90%;
}

.columns-22 {
  margin-top: 40px;
}

.column-31 {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 0;
}

.image-68, .image-69 {
  margin-top: 40px;
}

.image-70 {
  max-width: 50%;
  margin-top: 50px;
  margin-left: 140px;
}

.image-71 {
  margin-top: 40px;
}

.image-72 {
  max-width: 120%;
  margin-top: 140px;
  margin-left: -40px;
}

.image-73 {
  max-width: 135%;
  margin-top: 60px;
  margin-left: -100px;
}

.image-74 {
  max-width: 140%;
  margin-top: 120px;
  margin-left: -100px;
}

.column-32 {
  text-align: right;
  margin-top: 0;
}

.text-block-33 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.column-33 {
  margin-top: 0;
}

.columns-23 {
  margin-top: 40px;
}

.column-34 {
  text-align: right;
}

.text-block-34 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-24 {
  margin-top: 40px;
}

.column-35 {
  text-align: right;
}

.text-block-35 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-25 {
  margin-top: 40px;
}

.column-36 {
  text-align: right;
}

.text-block-36 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-26 {
  margin-top: 40px;
}

.column-37 {
  text-align: right;
}

.text-block-37 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-27 {
  margin-top: 40px;
}

.column-38 {
  text-align: right;
}

.text-block-38 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-28 {
  margin-top: 40px;
}

.column-39 {
  text-align: right;
}

.text-block-39 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-29 {
  margin-top: 40px;
}

.column-40 {
  text-align: right;
}

.text-block-40 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-30 {
  margin-top: 40px;
}

.column-41 {
  text-align: right;
}

.text-block-41 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-31 {
  margin-top: 40px;
}

.column-42 {
  text-align: right;
}

.text-block-42 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-32 {
  margin-top: 40px;
}

.column-43 {
  text-align: right;
}

.text-block-43 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-33 {
  margin-top: 40px;
}

.column-44 {
  text-align: right;
}

.text-block-44 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-34 {
  margin-top: 40px;
}

.column-45 {
  text-align: right;
}

.text-block-45 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-35 {
  margin-top: 40px;
}

.identidad {
  height: 400px;
}

.descriptivo {
  background-color: #c4c4c4;
  height: 450px;
}

.image-75 {
  margin-top: 30px;
}

.heading-73 {
  color: #241f1f;
  margin-top: 100px;
  margin-right: 40px;
  font-family: Gill sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-43 {
  color: #241f1f;
  margin-top: 20px;
  margin-right: 40px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-44 {
  color: #241f1f;
  margin-top: 80px;
  font-family: Gill sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.column-46 {
  padding-left: 10px;
}

.column-47 {
  text-align: right;
}

.image-76 {
  width: 30px;
  height: 30px;
}

.text-block-46 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.text-block-47 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-weight: 300;
}

.columns-36 {
  margin-top: 40px;
}

.link-2, .link-3, .link-4, .link-5, .link-6 {
  text-decoration: none;
}

.menu {
  z-index: 1;
  background-color: #ffaa78;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  color: #241f1f;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.image-77 {
  width: 30px;
  height: 30px;
}

.column-48 {
  text-align: right;
}

.columns-37 {
  margin-top: 60px;
}

.text-block-48 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.text-block-49 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.pop-up-wrapper {
  z-index: 9999;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.form-block {
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  margin-left: 0;
  padding: 40px;
}

.field-label-8 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.heading-74 {
  color: #241f1f;
  font-family: Gill sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.link-7 {
  position: absolute;
  top: 5px;
  right: 5px;
}

.form {
  width: auto;
  max-width: 600px;
  height: auto;
  max-height: 600px;
  overflow: visible;
}

.submit-button-3 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ffaa78;
  background-clip: border-box;
  margin-top: 10px;
  padding-top: 0;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pop-up {
  z-index: 9999;
  opacity: 1;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.form-block-2 {
  background-color: #fff;
  width: 100%;
  max-width: 600px;
}

.field-label-9 {
  color: #241f1f;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.heading-75 {
  color: #241f1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.pop-up-close {
  background-color: #ffaa78;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.pop-up-close-button {
  background-color: #ffaa78;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .menu-desktop {
    position: relative;
  }

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

  .intro-logotipo, .intro-marca {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .logotipo-desktop {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .comunidad, .contact-form, .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .call-to-action, .call-to-action-2, .hero-2, .narrativa, .definici-n-fuentebuena, .atributos-desktop {
    padding: 40px 20px;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .presencia-desktop {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .call-to-action-5, .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .menu {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .menu-desktop {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .centered-container-2, .centered-container-3, .centered-container-4 {
    text-align: left;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu {
    padding: 0;
  }

  .nav-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-c3070466-cdab-178d-8e12-a8d63a34e5e8-ff4934f1, #w-node-_6651e468-00e1-0fd7-7ef3-e2534522ce16-f36ad97e, #w-node-_1409a9ba-7329-55e3-55fd-54882ec77b85-24a1b94b, #w-node-_48278413-3158-c12d-3530-0a96bacb721e-6bebf940, #w-node-a9f17701-1946-6d26-139e-094facfb7432-9b9b6f0d, #w-node-fcaee5cc-585e-6875-6368-a90269383272-bce53d37, #w-node-_6bdb8fe1-f7f8-3ab1-a993-5d879bc0a5f8-fd8aa364, #w-node-_6bdb8fe1-f7f8-3ab1-a993-5d879bc0a5f8-40cfd244 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-c3070466-cdab-178d-8e12-a8d63a34e5e8-ff4934f1, #w-node-_6651e468-00e1-0fd7-7ef3-e2534522ce16-f36ad97e, #w-node-_1409a9ba-7329-55e3-55fd-54882ec77b85-24a1b94b, #w-node-_48278413-3158-c12d-3530-0a96bacb721e-6bebf940, #w-node-a9f17701-1946-6d26-139e-094facfb7432-9b9b6f0d, #w-node-fcaee5cc-585e-6875-6368-a90269383272-bce53d37, #w-node-_6bdb8fe1-f7f8-3ab1-a993-5d879bc0a5f8-fd8aa364, #w-node-_6bdb8fe1-f7f8-3ab1-a993-5d879bc0a5f8-40cfd244 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans condensed';
  src: url('../fonts/GillSans-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans condensed';
  src: url('../fonts/GillSans-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}