:root {
  --brand-gray: #444;
  --footer-black: #070504;
  --white: white;
  --brand-hueso: #e7e0d5;
  --brand-costrucción: #fab838;
  --brand-inmobiliaria: #172f3a;
  --brand-tierra-1: #b79266;
  --brand-tierra-2: #9e7954;
  --brand-desarrollos: #e7e0d5;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.wpforms-container {
  width: 100%;
}
body {
  color: #032246;
  font-family: Source Sans Pro;
  font-size: 1vw;
  line-height: 1em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

a {
  color: #5f453e;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.rich-text {
  width: 100%;
  color: var(--brand-gray);
  margin-left: auto;
  margin-right: auto;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
}

.rich-text p {
  color: var(--brand-gray);
  margin-bottom: .8em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6em;
}

.rich-text a {
  color: #916c63;
  text-decoration: underline;
}

.rich-text a:hover {
  color: var(--footer-black);
}

.rich-text li {
  color: var(--brand-gray);
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6em;
}

.rich-text ul, .rich-text ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}

.rich-text h2 {
  color: var(--brand-gray);
  margin-top: 1em;
  margin-bottom: .9em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.1em;
}

.rich-text h3 {
  color: var(--brand-gray);
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.4em;
}

.rich-text h4 {
  color: var(--brand-gray);
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.1em;
}

.rich-text blockquote {
  color: var(--brand-gray);
  border-left-color: #916c63;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.7em;
}

.rich-text h5 {
  margin-top: 1.5em;
  margin-bottom: 2em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.1em;
}

.rich-text h6 {
  margin-top: 1.5em;
  margin-bottom: 2em;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 3.4em;
  font-weight: 500;
  line-height: 1.1em;
}

.rich-text.in-services {
  margin-bottom: 8em;
}

.padding-inner {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4em 0 3em;
}

.padding-inner.pb-2em, .padding-inner.pb-2em.buttom-margin-0, .padding-inner.pb-0em {
  padding-bottom: 0;
}

.padding-inner.pt-6em {
  padding-top: 7em;
  padding-bottom: 7em;
}

.padding-inner.pt-6em.buttom-margin-0 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.main {
  display: block;
}

.section {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.section.with-hero-styles {
  z-index: 0;
  background-color: var(--footer-black);
  overflow: visible;
}

.section.with-bg-light-brown {
  background-color: var(--brand-hueso);
  border-top: 1px #e4c6be;
  border-bottom: 1px #e4c6be;
}

.section.is-about-sec {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.overflow-visible {
  overflow: visible;
}

.section.with-bg-black {
  background-color: var(--footer-black);
  color: var(--white);
}

.section.with-bg-black.bg-image-cursos {
  background-image: url('../images/RealStart_Grupobrand_Fondo.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section.is-hero-6 {
  border: 10px none var(--white);
  color: var(--white);
}

.section.is-service-3-sec {
  border-style: solid;
  border-width: 0 10px;
  border-color: var(--white);
  color: var(--white);
}

.section.is-service-sec {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.section.is-service-sec-1 {
  background-color: rgba(0, 0, 0, 0);
}

.section.is-form-sec-2 {
  border: 0px solid var(--white);
  background-color: var(--brand-hueso);
}

.section.is-hero-2 {
  z-index: 5;
  background-color: var(--footer-black);
  overflow: visible;
}

.section.with-bg-brown-and-borders {
  border: 10px solid var(--white);
  background-color: #1a1a1a;
  padding-bottom: 40px;
}

.section.with-bg-brown-and-borders.no-top-border {
  border-top-width: 0;
}

.section.is-team-sec-2 {
  border-top: 10px solid var(--white);
  border-right: 10px solid var(--white);
  border-left: 10px solid var(--white);
  background-image: linear-gradient(#f5ecea, #fff 35%);
}

.section.is-parallax-sec {
  min-height: 100vh;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is-parallax-sec.constructora {
  min-height: 50vh;
}

.section.is-parallax-sec.constructora.error {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 306px;
}

.section.with-bg-black-and-borders {
  max-width: none;
  border: 10px solid var(--white);
  background-color: var(--footer-black);
  color: #e4c6be;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section.is-hero-8 {
  border: 10px solid var(--white);
  color: var(--white);
  background-color: #032246;
}

.section.with-bg-yellow-constructora {
  background-color: var(--brand-costrucción);
  border-top: 1px #e4c6be;
  border-bottom: 1px #e4c6be;
}

.section.with-bg-blue-inmobiliaria {
  background-color: var(--brand-inmobiliaria);
  color: var(--white);
}

.section.with-bg-blue-inmobiliaria.top-padding-hero {
  margin-top: 0;
}

.page-wrapper {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  display: block;
}

.page-wrapper.consultancy {
  display: block;
}

.container-event {
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-right: 0;
  padding: 6em;
  display: flex;
  position: relative;
}

.container-event.in-consultancy {
  max-width: 2000px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.container-event.hero-section-margin {
  margin-top: 80px;
}

.container-event.hero-top-padding {
  padding-top: 14em;
}

.container-event.hero-top-padding.buttom-margin-0em {
  padding-bottom: 0;
}

.container-event.yellow-top-border {
  border-top: 10px solid var(--brand-costrucción);
}

.container-event.historia-margin {
  padding-top: 0;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fullscreen-hero {
  z-index: 10;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.absolute-block-200vh {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-100vh {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-bg-color {
  z-index: 6;
  mix-blend-mode: multiply;
  background-color: rgba(17, 12, 11, .87);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-image.is-team-member-1 {
  width: auto;
  height: 100%;
  object-fit: fill;
  object-position: 100% 50%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.cover-image.in-hero-4 {
  width: 140%;
  max-width: none;
  left: auto;
  right: auto;
}

.cover-image.is-grayscale {
  opacity: .48;
  filter: grayscale();
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading.is-hero-1-title {
  max-width: 10em;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1em;
}

.heading.is-hero-1-title.buttom-margin-1em {
  max-width: none;
  margin-bottom: 1em;
}

.heading.is-content-title-1 {
  color: var(--brand-gray);
  margin-bottom: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4em;
}

.heading.is-content-title-1.white {
  color: var(--white);
}

.heading.is-grid-title-1 {
  max-width: 15em;
  color: var(--brand-hueso);
  text-transform: uppercase;
  align-self: center;
  margin-bottom: .6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
  display: block;
}

.heading.is-grid-title-1.is-2nd {
  margin-bottom: 0;
}

.heading.is-grid-title-1.black {
  color: var(--footer-black);
  align-self: center;
}

.heading.is-grid-title-1.black.right {
  text-align: right;
}

.heading.is-grid-title-1.white {
  color: var(--white);
}

.heading.is-service-title {
  margin-bottom: .5em;
  margin-right: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
}

.heading.is-team-name {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-team-name.buttom-margin-1em {
  margin-bottom: 1em;
}

.heading.is-hero-4-title {
  color: var(--white);
  text-align: center;
  margin-bottom: .6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 8em;
  font-weight: 300;
}

.heading.is-hero-2-title {
  color: var(--white);
  margin-bottom: .2em;
  font-size: 10em;
  font-weight: 400;
  line-height: .9em;
}

.heading.is-contact-form-title {
  width: 100%;
  color: var(--brand-gray);
  text-transform: uppercase;
  margin-bottom: .6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.in-hero-5 {
  max-width: 9.5em;
  color: var(--white);
  margin-bottom: 1.7em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 6.3em;
  font-weight: 300;
  line-height: 1.2em;
}

.heading.is-service-1-title {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.heading.is-service-1-title:hover {
  letter-spacing: .15em;
}

.heading.is-service-title-1 {
  font-size: 4.7em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.is-featured-blog-title {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.in-hero-6 {
  max-width: 13em;
  color: var(--brand-hueso);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 6.3em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-blog-title-2 {
  color: var(--brand-gray);
  margin-bottom: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.4em;
  line-height: 1em;
}

.heading.is-title-1 {
  color: var(--white);
  margin-bottom: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  line-height: 1em;
}

.heading.is-title-1.with-button {
  color: var(--brand-gray);
}

.heading.is-case-title-1 {
  z-index: 5;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .7em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
}

.heading.is-article-title {
  max-width: 11em;
  color: var(--white);
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4.7em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-about-title-1 {
  max-width: 14em;
  margin-bottom: 1.1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.is-service-1-title-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.heading.is-service-1-title-2:hover {
  letter-spacing: .15em;
}

.heading.is-hero-5-title {
  max-width: 5em;
  color: var(--white);
  margin-right: .8em;
  font-size: 9em;
  line-height: .8em;
}

.heading.is-hero-6-title {
  color: var(--white);
  text-align: center;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 8.2em;
  line-height: .8em;
}

.heading.is-contact-form-title-2 {
  width: 100%;
  margin-bottom: .6em;
  font-size: 1.6em;
}

.heading.is-grid-title-2 {
  color: var(--brand-hueso);
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-hero-4-title-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 6em;
  font-weight: 400;
}

.heading.is-case-title-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.7em;
  font-weight: 300;
  line-height: 1.5em;
}

.heading.is-person-title-1 {
  max-width: 13em;
  color: #f8ddd6;
  margin-left: auto;
  margin-right: auto;
  font-size: 5.3em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-person-title-2 {
  width: 100%;
  max-width: 16em;
  text-align: center;
  margin-bottom: 2.3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-client-title {
  width: 100%;
  max-width: 12em;
  color: var(--brand-gray);
  text-align: center;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 5em;
  line-height: .9em;
}

.heading.is-social-title {
  color: var(--white);
  text-align: center;
  margin-top: .2em;
  margin-bottom: .2em;
  font-size: 8.2em;
  line-height: .8em;
}

.heading.is-form-title-2 {
  color: var(--brand-gray);
  margin-bottom: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.4em;
}

.heading.is-form-title-2.white {
  color: var(--white);
}

.heading.is-consultation-title {
  color: var(--white);
  text-align: center;
  font-size: 8.2em;
  line-height: .8em;
}

.heading.is-content-title-2 {
  margin-bottom: 1em;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-blog-title-3 {
  margin-bottom: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.4em;
  line-height: 1em;
}

.heading.is-about-title-2 {
  color: var(--brand-gray);
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4em;
}

.heading.is-about-title-2.white {
  color: var(--white);
  margin-top: 0;
  padding-right: 0;
}

.heading.is-about-title-2.white.top-margin-0 {
  margin-top: 0;
}

.heading.is-about-title-2.white.top-margin-0.buttom-margin-0 {
  margin-bottom: 0;
}

.heading.is-about-title-2.white-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: .5em;
  padding-right: 0;
}

.heading.is-grid-title-3 {
  max-width: 13em;
  color: var(--brand-gray);
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.in-hero-3 {
  color: var(--brand-gray);
  text-transform: none;
  margin-bottom: 2vw;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.24em;
}

.heading.in-hero-3.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 100;
}

.heading.in-hero-3---numero {
  color: var(--brand-tierra-1);
  text-transform: none;
  margin-bottom: 2vw;
  font-family: Emmanuelle, sans-serif;
  font-size: 2em;
  font-weight: 100;
  line-height: 1em;
}

.heading.in-hero-4 {
  max-width: 9.5em;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.2em;
}

.heading.is-hero-1-title2 {
  max-width: 15em;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1em;
}

.heading.is-about-title-2--2 {
  border: 1px solid var(--brand-tierra-1);
  color: var(--brand-gray);
  text-align: left;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4em;
}

.heading.is-about-title-2--2.white {
  color: var(--white);
  padding-right: 20px;
  font-weight: 100;
}

.heading.is-about-title-2--2.centrado {
  text-align: center;
}

.heading.in-hero-1 {
  max-width: 9.5em;
  color: var(--brand-gray);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.in-hero-1.margin-bottom-5em {
  max-width: none;
  margin-bottom: .5em;
  font-size: 3.5em;
}

.heading.in-hero-1.bolsa {
  max-width: none;
}

.heading.all-text-1.margin-0-centrado {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.heading.is-grid-title-2 {
  max-width: 15em;
  color: var(--footer-black);
  text-transform: uppercase;
  align-self: center;
  margin-bottom: .6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
  display: block;
}

.heading.is-hero-1-title-black {
  max-width: 10em;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1em;
}

.heading.is-hero-1-title-black.buttom-margin-1em {
  max-width: none;
  color: var(--brand-gray);
  margin-bottom: 1em;
}

.heading.is-hero-1-title-bolsa {
  max-width: none;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1em;
}

.hero-1-title-block {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-bg-gradient-1 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(7, 5, 4, 0) 25%), linear-gradient(45deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .79) 0%, rgba(0, 0, 0, .01) 69%);
  background-position: 0 0, 0 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  min-width: 15em;
  border: 1px solid var(--brand-tierra-1);
  background-color: var(--brand-tierra-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 1.4em 2.7em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.w--current {
  min-width: 15em;
  justify-content: center;
}

.navbar {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5em;
  padding-bottom: 3em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.black-bg {
  background-color: rgba(0, 0, 0, 0);
}

.navbar.black-bg.gradient-background {
  background-image: none;
  padding-top: 4em;
  display: block;
}

.nav-inner {
  z-index: 20;
  width: 100%;
  max-width: 2000px;
  min-height: 4.5em;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  position: relative;
}

.logo-image {
  width: 1.7em;
  object-fit: contain;
  margin-right: .8em;
  display: none;
}

.brand {
  color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0 4em 0 0;
  transition: border-color .2s;
  display: flex;
  left: -1px;
}

.brand:hover {
  border-style: none;
  border-color: #000;
}

.brand.w--current {
  padding-right: 3em;
}

.brand-name {
  letter-spacing: .7em;
  text-indent: .7em;
  text-transform: uppercase;
  font-family: Big Shoulders Text;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
}

.brand-name.is-reverse {
  color: #032246;
}

.brand-slogan {
  color: #c99b8f;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-left: 2em;
  font-family: Big Shoulders Text;
  font-size: .85em;
  font-weight: 500;
  line-height: 1em;
}

.brand-slogan.in-light-nav {
  color: #916c63;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-link-block {
  color: var(--white);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-left: .8em;
  padding-right: .8em;
  font-family: Big Shoulders Text;
  font-weight: 400;
  text-decoration: none;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
}

.nav-link-block:hover {
  letter-spacing: .3em;
  text-indent: .3em;
}

.nav-link-block.in-light-nav {
  color: #032246;
}

.nav-menu-links {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  justify-items: end;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.hero-content-block-1 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.list-content {
  padding-top: .15em;
}

.custom-list-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.4em;
  position: absolute;
}

.custom-list-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-block.is-last {
  padding-bottom: 0;
}

.circle-background {
  z-index: 2;
  background-color: var(--brand-tierra-1);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-in-list {
  width: 2.2em;
  height: 2.2em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.list-paragraph {
  opacity: .8;
  color: var(--white);
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.5em;
}

.list-paragraph.is-dark-color {
  color: var(--brand-gray);
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.list-line {
  width: 2px;
  height: 100%;
  background-color: #5d453f;
  position: absolute;
  top: .1em;
  left: 1em;
}

.list-line.is-2nd {
  background-color: var(--brand-tierra-1);
}

.list-title {
  color: var(--white);
  margin-bottom: .7em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.list-title.is-dark-color {
  color: var(--brand-gray);
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 400;
}

.slider-inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.slider-image {
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-backgrounds {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: relative;
}

.slider-image-last {
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-image-block-2 {
  z-index: 2;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-animation-trigger {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.in-hero-4 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-animation-trigger.is-parallax {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-for-animation {
  z-index: 20;
  background-color: var(--brand-tierra-1);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-for-animation.is-light-brown {
  background-color: var(--brand-tierra-1);
}

.bg-for-animation.is-dark-brown {
  background-color: #5f453e;
}

.bg-for-animation.is-light-black {
  background-color: #161312;
}

.content-image-right {
  height: 100%;
  min-height: 38em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  display: flex;
}

.content-grid-3 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.content-block-2 {
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Made outer sans personal use, sans-serif;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
}

.content-grid-1 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.content-grid-1.with-margin-bottom {
  margin-bottom: 6em;
}

.uppercase-text-1 {
  color: var(--brand-tierra-1);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  margin-right: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
}

.uppercase-text-1.no-margin-bottom {
  margin-bottom: 0;
}

.uppercase-text-1.is-2nd {
  color: var(--brand-gray);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Made outer sans personal use, sans-serif;
}

.hero-case {
  z-index: 10;
  width: 20em;
  min-height: 20em;
  min-width: 20em;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  transition: min-width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-case:hover {
  width: 23em;
  min-width: 23em;
}

.hero-case-image {
  z-index: 1;
  padding: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-case-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.hero-case-gradient {
  z-index: 1;
  height: 100%;
  text-align: center;
  background-image: linear-gradient(rgba(34, 24, 22, 0), rgba(17, 12, 11, .94) 76%);
  order: 0;
  margin: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-case-title-1 {
  color: var(--brand-tierra-1);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: .85em;
  font-weight: 100;
}

.top-background {
  z-index: 98;
  height: 13em;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .5) 50%, rgba(34, 24, 22, 0));
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.simple-button-title {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: .9em;
  font-weight: 100;
}

.simple-button-icon {
  width: 1em;
  height: 1em;
  margin-left: .3em;
  font-size: 1.2em;
  display: block;
  position: relative;
}

.service-image-size {
  z-index: 10;
  width: 100%;
  height: 30em;
  margin-bottom: 2.5em;
  position: relative;
}

.service-3-grid {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.simple-button-line {
  height: 2px;
  background-color: #032246;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-link {
  width: 100%;
  color: #032246;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4em;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.service-link:hover {
  border-color: #221816;
}

.service-background {
  z-index: 1;
  background-color: #f5ecea;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-background.is-2nd {
  background-color: var(--white);
}

.service-content-block {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simple-button {
  z-index: 20;
  color: #032246;
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.service-title-line {
  z-index: 1;
  height: 2px;
  background-color: rgba(34, 24, 22, .15);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-3-wrap {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  padding-right: .5em;
}

.team-list-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-item {
  display: flex;
}

.team-link-block {
  height: 33em;
  flex: 1;
  position: relative;
}

.grid-content-1.margin-buttom-2-em {
  margin-bottom: 2em;
}

.service-1-content {
  z-index: 10;
  color: #5f453e;
  text-align: center;
  background-image: linear-gradient(to top, #232323, rgba(34, 24, 22, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2.5em 4em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.team-role-text {
  color: var(--brand-tierra-1);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
}

.content-text-2 {
  opacity: .8;
  color: var(--brand-gray);
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
  line-height: 1.7em;
}

.content-text-2.white {
  color: var(--white);
}

.button-background-1 {
  z-index: 2;
  width: 100%;
  background-color: var(--footer-black);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.button-text {
  z-index: 10;
  letter-spacing: .3em;
  text-indent: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 400;
  position: relative;
}

.button-background-2 {
  z-index: 1;
  width: 105%;
  background-color: var(--brand-tierra-1);
  color: var(--footer-black);
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.number-text-1 {
  color: #fff;
  font-family: Emmanuelle, sans-serif;
  font-size: 5em;
  line-height: .9em;
}

.content-text-4 {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1em;
}

.background-gradient-1 {
  z-index: 7;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .7) 15%, rgba(0, 0, 0, 0) 55%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-bottom: 1px solid rgba(245, 236, 234, .25);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  align-items: center;
  padding-top: 2.3em;
  padding-bottom: 2.3em;
}

.number-grid.is-last {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.team-wrap {
  width: 100%;
  max-width: 2000px;
  border: 5px none var(--white);
  margin-left: auto;
  margin-right: auto;
}

.parallax-trigger {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.parallax-background {
  z-index: 1;
  width: 100%;
  height: 130%;
  opacity: 1;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.form-error-message {
  color: var(--brand-gray);
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  margin-top: 40px;
  padding: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.checkbox-label {
  color: var(--brand-gray);
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.checkbox {
  width: 1.4em;
  height: 1.4em;
  border-width: .2em;
  border-color: var(--brand-gray);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
  transition: background-color .3s;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0);
}

.checkbox:active {
  box-shadow: none;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #5f453e;
  background-image: url('../images/done_white_24dp.svg');
  background-size: 1em;
  border-width: .25em;
  border-color: #5f453e;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #916c63;
}

.form-error-text {
  color: #900000;
  font-size: 1.2em;
  line-height: 1.6;
}

.form-success-message {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #f1fff8;
  padding: 24em 3em 4em;
  font-family: Made outer sans personal use, sans-serif;
}

.form-success-title {
  max-width: 12.5em;
  color: var(--brand-gray);
  text-align: left;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 100;
  line-height: 1.5em;
}

.form {
  z-index: 10;
  width: 100%;
  max-width: 45em;
  flex: none;
  margin-bottom: 0;
  position: relative;
}

.form-field,
.wpforms-field-large,
.wpforms-field-medium {
  z-index: 0;
  outline: none !important;
  width: 100% !important;
  min-height: 3.6em;
  color: var(--brand-gray) !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  align-self: stretch;
  margin-bottom: 0 !important;
  padding: .5em 0 !important;
  font-family: Made outer sans personal use, sans-serif !important;
  font-size: 1.1em !important;
  font-weight: 100 !important;
  line-height: 1.1em !important;
  transition: border-color .5s !important;
  position: relative !important;
}

.form-field:hover {
  border-bottom-color: #101118;
}

.form-field:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #101118;
}

.form-field::-ms-input-placeholder {
  color: var(--brand-gray);
  font-size: .8em;
}

.form-field::placeholder {
  color: var(--brand-gray);
  font-size: .8em;
}

.form-field.text-area {
  min-height: 7em;
  padding-top: 1.5em;
}

.form-field.in-consultancy {
  height: 100%;
  flex: 1;
  align-self: stretch;
}

.form-field.in-password {
  text-align: center;
}

.checkbox-field {
  width: 100%;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 0;
  display: flex;
}

.form-inner {
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form-content-column-1 {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px rgba(68, 68, 68, .2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5em 6em;
  display: flex;
}

.form-content-column-1.blue-bg-inmobiliaria {
  background-color: var(--brand-inmobiliaria);
}

.form-content-column-1.blue-bg-constructora {
  background-color: var(--brand-costrucción);
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.form-content-column-1.historia-bg-image {
  background-image: url('../images/18094805_1192773874164344_8890150392218779648_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.footer {
  z-index: 500;
  border: 10px solid var(--white);
  background-color: var(--footer-black);
  color: var(--white);
  position: relative;
}

.footer-row-1 {
  z-index: 1;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
  overflow: hidden;
}

.footer-background-1 {
  z-index: 6;
  background-image: linear-gradient(rgba(7, 5, 4, 0), #070504);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-contact-link-block {
  color: #e4c6be;
  padding-top: .3em;
  padding-bottom: .3em;
  font-family: Caudex;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
  overflow: hidden;
}

.footer-contact-link-block:hover {
  color: var(--white);
}

.nav-text {
  white-space: nowrap;
  font-family: Made outer sans personal use, sans-serif;
  font-size: .8em;
  font-weight: 100;
  line-height: 1.1em;
}

.nav-text.black {
  color: var(--brand-gray);
}

.footer-link-1 {
  min-height: 8em;
  color: #e4c6be;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  border-right: 1px solid rgba(245, 236, 234, .15);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2em 1em;
  font-family: Big Shoulders Text;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .2s;
  display: flex;
}

.footer-link-1:hover {
  color: var(--white);
}

.footer-block-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 1px solid rgba(245, 236, 234, .15);
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.footer-block-3 {
  grid-row-gap: 2em;
  border-top: 1px solid rgba(245, 236, 234, .15);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 5em;
  display: flex;
}

.footer-block-3.is-2nd {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 3.8em;
  padding-bottom: 3.8em;
  display: grid;
  position: relative;
}

.footer-link-2 {
  color: #e4c6be;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-family: Big Shoulders Text;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), color .2s;
}

.footer-link-2:hover {
  color: var(--white);
  letter-spacing: .4em;
  text-indent: .4em;
}

.footer-link-2.is-2nd {
  z-index: 10;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 1.1em;
  position: relative;
}

.empty-state-hidden {
  display: none;
}

.footer-social-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-social-link {
  opacity: .7;
  color: var(--white);
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-family: Big Shoulders Text;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.footer-social-link:hover {
  color: var(--white);
}

.footer-2-contact {
  width: 50%;
  min-height: 6em;
  min-width: 12.5em;
  color: #fff;
  letter-spacing: .2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.2em;
  transition: background-color .3s;
  display: flex;
}

.footer-2-contact:hover {
  background-color: #2b2f3a;
}

.footer-made-logo {
  width: 4em;
  object-fit: contain;
  font-size: 1.3em;
}

.footer-made-logo.is-icon {
  width: 1.3em;
}

.footer-contact-title {
  line-height: 1em;
  display: none;
  position: absolute;
}

.nav-brand {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-brand.in-light-nav {
  border-color: rgba(145, 108, 99, .2);
}

.nav-menu-button {
  z-index: 10;
  width: 6.5em;
  border: 1px solid var(--brand-tierra-1);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .3em 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.nav-menu-button:hover {
  background-color: rgba(183, 146, 102, .1);
  border-color: rgba(201, 155, 143, .5);
}

.nav-burger-menu {
  z-index: 10;
  width: 1.7em;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
}

.burger-line {
  width: 100%;
  height: 2px;
  background-color: var(--brand-hueso);
}

.burger-line.in-light-nav {
  background-color: #916c63;
}

.burger-line.black {
  background-color: var(--brand-gray);
}

.menu-column-2-inner {
  z-index: 30;
  min-width: 22em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: rgba(21, 23, 32, .55);
  border-left: 1px solid rgba(245, 236, 234, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-column-1 {
  z-index: 10;
  width: 35%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10em 3.3em 21em;
  display: flex;
  position: relative;
  overflow: auto;
}

.fullscreen-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-social-link {
  z-index: 10;
  color: rgba(245, 236, 234, .7);
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Big Shoulders Text;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.menu-social-link:hover {
  color: var(--white);
}

.menu-2-main-link {
  height: 100%;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 1.2em 3em;
  font-weight: 300;
  line-height: 1em;
  transition: height .6s cubic-bezier(.075, .82, .165, 1), border-color .2s;
  display: flex;
  overflow: hidden;
}

.menu-2-main-link:hover {
  height: 130%;
  border-bottom-color: rgba(255, 255, 255, .6);
}

.menu-2-main-link.w--current {
  border-bottom-color: rgba(255, 255, 255, .5);
  font-weight: 600;
}

.menu-bg-1 {
  background-color: var(--footer-black);
  border-right: 1px solid rgba(201, 155, 143, .5);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-social-text {
  color: var(--brand-hueso);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
}

.menu-contact-link {
  width: 100%;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .2em;
  border: 1px solid rgba(245, 236, 234, .15);
  border-color: rgba(245, 236, 234, .15) rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 2.5em;
  font-family: Big Shoulders Text;
  transition: letter-spacing .6s cubic-bezier(.785, .135, .15, .86), background-color .2s, color .2s;
  position: relative;
}

.menu-contact-link:hover {
  color: #fff;
  letter-spacing: .3em;
  background-color: rgba(245, 236, 234, .07);
}

.menu-contact-link.is-featured {
  background-color: rgba(245, 236, 234, .09);
}

.menu-contact-link.is-featured:hover {
  background-color: rgba(245, 236, 234, .2);
}

.menu-delay-for-animations {
  z-index: 100;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-button-icon {
  width: 2em;
  height: 2em;
  object-fit: contain;
  font-size: 1.5em;
}

.fullscreen-inner {
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: block;
  position: relative;
}

.close-button {
  z-index: 999;
  width: 5em;
  height: 5em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  top: 4em;
  bottom: auto;
  left: auto;
  right: 9em;
}

.close-button:hover {
  opacity: 1;
}

.menu-column-2 {
  z-index: 9;
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.menu-social-line {
  height: 2px;
  background-color: rgba(245, 236, 234, .35);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-social-line.is-2nd {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-contact-link-text {
  color: var(--brand-hueso);
  text-align: center;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
}

.menu-main-links {
  z-index: 10;
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.menu-link {
  color: rgba(245, 236, 234, .6);
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text;
  font-size: 4vh;
  font-weight: 200;
  line-height: 1.1em;
  transition: color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  overflow: hidden;
}

.menu-link:hover {
  color: var(--white);
  letter-spacing: .2em;
}

.menu-link.w--current {
  color: #f5ecea;
  border-bottom-color: rgba(228, 198, 190, .39);
}

.menu-column-1-bg {
  background-color: rgba(7, 5, 4, .9);
  border-right: 1px solid rgba(245, 236, 234, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-logo {
  z-index: 10;
  color: var(--brand-tierra-2);
  position: absolute;
  top: 5em;
}

.fullscreen-image-1 {
  width: 3em;
  object-fit: contain;
}

.menu-social-wrap {
  z-index: 20;
  position: absolute;
  top: auto;
  bottom: 5em;
  left: 0%;
  right: 0%;
}

.menu-social-list {
  grid-column-gap: 2.25em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.menu-border {
  z-index: 99;
  width: 15px;
  background-color: var(--white);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-border.is-2nd {
  width: auto;
  height: 15px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-border.is-3rd {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-border.is-4th {
  width: auto;
  height: 15px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-button {
  z-index: 10;
  min-height: 5em;
  min-width: 15em;
  border: 1px solid var(--brand-gray);
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  border-color: var(--brand-tierra-1);
  opacity: 1;
  color: var(--brand-hueso);
  background-color: rgba(245, 236, 234, .07);
}

.main-button.is-explore {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: rgba(0, 0, 0, 0);
}

.main-button.is-explore:hover {
  background-color: rgba(245, 236, 234, 0);
  border-color: rgba(201, 155, 143, .4);
}

.main-button.in-menu {
  border-color: var(--brand-tierra-1);
  color: var(--white);
  background-color: rgba(11, 15, 20, .4);
  font-size: .9em;
}

.main-button.in-menu:hover {
  color: var(--brand-hueso);
}

.main-button.in-menu.in-light-nav {
  opacity: 1;
  color: #ebd3cd;
  background-color: #032246;
  border-color: rgba(0, 0, 0, 0);
}

.main-button.in-menu.in-light-nav:hover {
  background-color: var(--footer-black);
  color: var(--white);
}

.main-button.in-projects-2 {
  min-width: auto;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: rgba(245, 236, 234, 0);
}

.main-button.in-projects-2:hover {
  background-color: rgba(245, 236, 234, .15);
  border-color: rgba(245, 236, 234, .45);
}

.main-button.in-article {
  width: 100%;
  min-height: 3em;
  min-width: auto;
  color: #916c63;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding: 1em 2em;
}

.main-button.in-article:hover {
  color: #221816;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.main-button.is-quote-button {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(201, 155, 143, .55);
  border-radius: 0;
}

.main-button.is-dark {
  border-color: var(--brand-gray);
  background-color: var(--brand-gray);
  opacity: 1;
  color: var(--white);
  display: none;
}

.main-button.is-dark:hover {
  border-color: var(--brand-tierra-1);
  background-color: var(--brand-gray);
  color: var(--brand-hueso);
}

.footer-text-1 {
  color: var(--brand-hueso);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
}

.buttons-flex-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-case-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 2.5em;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-contact-link-text {
  color: var(--brand-hueso);
  letter-spacing: 1.5px;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 400;
}

.footer-social-text {
  color: var(--brand-hueso);
  letter-spacing: .2em;
  font-family: Made outer sans personal use, sans-serif;
}

.menu-link-text {
  color: var(--brand-hueso);
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2vh;
  font-weight: 300;
}

.menu-bg-animation-for-image {
  z-index: 5;
  background-color: var(--footer-black);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-image {
  z-index: 2;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-cover-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-case-border {
  border: 1px solid rgba(201, 155, 143, .35);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-grid-1 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.hero-2-title-block {
  max-width: 80em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 220px;
  margin-right: 220px;
  display: flex;
  overflow: hidden;
}

.fullscreen-hero-2 {
  z-index: 10;
  min-height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.hero-bg-gradient-2 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .93), rgba(0, 0, 0, .6) 52%, rgba(0, 0, 0, .01));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-header-1 {
  z-index: 10;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.buttons-flex-2 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-1-text-1 {
  max-width: 27em;
  color: #e4c6be;
  margin-bottom: 2.5em;
  font-size: 1.4em;
  line-height: 1.5em;
}

.section-background {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg-color-2 {
  z-index: 7;
  background-image: linear-gradient(rgba(3, 34, 70, .35), rgba(3, 34, 70, .95) 68%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg-color-1 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-4 {
  z-index: 10;
  background-color: var(--footer-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 26em;
  padding-bottom: 16em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-4-inner {
  z-index: 10;
  max-width: 60em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-image-size-1 {
  z-index: 1;
  width: 50vw;
  height: 100%;
  position: relative;
}

.hero-4-images {
  z-index: 1;
  height: 33em;
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-4-images.is-fullscreen-images {
  min-height: 70vh;
}

.title-anim-trigger-1 {
  z-index: 10;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}

.contact-link-block-large {
  color: #032246;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4em;
  padding-top: .2em;
  padding-bottom: .2em;
  font-family: Big Shoulders Text;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

.contact-link-block-small {
  color: #c99b8f;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.1em;
}

.contact-link-block-small.is-dark {
  color: var(--brand-gray);
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.team-member-1 {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.1em;
  display: flex;
}

.team-member-1.no-margin-bottom {
  margin-bottom: 0;
}

.team-text-2 {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Big Shoulders Text;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.1em;
}

.team-text-2.is-dark {
  color: var(--footer-black);
  letter-spacing: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 400;
}

.team-1-wrap {
  width: 100%;
}

.hero-4-header {
  z-index: 10;
  min-height: 100vh;
  background-color: var(--footer-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 26em;
  padding-bottom: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-hero-size-1 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: rgba(3, 34, 70, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-anim-trigger-2 {
  z-index: 10;
  padding: .3em;
  position: relative;
  overflow: hidden;
}

.logo-hexagon {
  width: .7em;
  object-fit: contain;
  margin-left: .7em;
}

.button-hexagon {
  width: 2.2em;
  object-fit: contain;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
  display: flex;
  overflow: hidden;
}

.button-arrow {
  width: 1.1em;
  object-fit: contain;
  position: absolute;
}

.button-arrow.is-arrow-2 {
  width: 2em;
  margin-left: .1em;
}

.team-text-3 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
  line-height: 1.1em;
}

.team-text-3.is-dark {
  color: #916c63;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.submit-button,
.wpforms-submit {
  width: auto;
  border: 1px solid var(--brand-tierra-1);
  background-color: var(--brand-hueso);
  color: var(--brand-gray);
  text-align: left;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-image: url('../images/arrow_right_FILL0_wght200_GRAD0_opsz48.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 2.1em;
  border-radius: 15px;
  flex: 0 auto;
  order: 0;
  margin-top: 40px;
  padding: 1.3em 2em 1.3em 1.4em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 500;
  transition: background-color .2s, color .2s;
}
.wpforms-submit,
.submit-button{
  &:hover {
    width: auto;
    background-color: var(--brand-tierra-1);
    color: var(--brand-hueso);
    background-image: url('../images/arrow-right-2.svg');
  }
}

.submit-button.is-password-button {
  width: auto;
  min-width: 12em;
}

.submit-button.is-password-button.top-margin-2em {
  margin-top: 40px;
}

.form-block,
.wpforms-field {
  z-index: 10;
  width: 100% !important;
  min-height: 3.6em;
  justify-content: flex-start;
  display: block;
  position: relative !important;
  overflow: visible !important;
  border-bottom: 1px solid #032246 !important;
}

.form-block.in-consultancy {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  overflow: visible;
}

.form-block.text-area-grow {
  flex: 1;
}

.form-block.in-password {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.empty-state-default {
  background-color: #5f453e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  font-size: 2em;
  line-height: 1.1em;
  display: flex;
}

.project-item {
  z-index: 10;
  min-height: 30em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-bg-gradient-1 {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(7, 5, 4, .95) 85%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.project-description-text {
  color: var(--white);
  letter-spacing: .05em;
  margin-top: .4em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.3em;
}

.project-column-1 {
  z-index: 10;
  color: #f5ecea;
  padding-top: .5em;
  padding-bottom: .3em;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
}

.project-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .2em 4em;
  display: flex;
}

.content-grid-4 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.consultancy {
  min-height: 100vh;
  background-color: #f5ecea;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 13em;
  padding-bottom: 6em;
  display: flex;
}

.form-grid {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.form-consultancy {
  z-index: 10;
  width: 100%;
  border: 1px solid #e4c6be;
  border-radius: 3px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.consultancy-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10vh 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-button-block-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4em;
  display: flex;
}

.consultancy-column-2 {
  z-index: 10;
  border-left: 1px solid #e4c6be;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 10vh 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-text-6 {
  color: var(--footer-black);
  margin-bottom: 1.8em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2em;
  line-height: 1.7em;
}

.content-text-6.is-last {
  margin-bottom: 0;
}

.content-text-7 {
  margin-bottom: 1.2em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7em;
}

.content-title-1 {
  color: var(--brand-gray);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
}

.content-title-1.is-light-brown {
  color: var(--brand-tierra-1);
}

.content-block-8 {
  max-width: 22em;
}

.hero-5 {
  padding: 24em 0 12em;
}

.hero-text-1 {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 1.3em;
  margin-bottom: 6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1em;
}

.content-grid-5 {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  grid-template-rows: auto;
}

.hero-5-image {
  min-height: 20em;
}

.custom-list-gallery-2 {
  max-width: 28em;
}

.services-1 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

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

.service-1-item {
  display: flex;
}

.service-1-text-1 {
  color: #c99b8f;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2.8em;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.6em;
}

.service-1-link {
  height: 50em;
  flex: 1;
  position: relative;
}

.services-1-page {
  width: 100%;
  min-height: 100vh;
  border: 10px solid var(--white);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.service-1-list-page {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.service-1-item-page {
  width: 100%;
  align-self: stretch;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.service-1-item-page:hover {
  width: 120%;
}

.service-1-link-page {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding-top: 20em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.service-1-content-1 {
  z-index: 20;
  width: 87%;
  max-width: 30em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-1-background-1 {
  z-index: 5;
  background-color: rgba(7, 5, 4, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-1-image-1 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-text-8 {
  opacity: .8;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.7em;
}

.service-1-content-block {
  width: 100%;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.button-symbol {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.project-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-2-content {
  z-index: 10;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .2em;
  padding-bottom: .2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-column-4 {
  padding-right: 2em;
}

.project-column-3 {
  color: #f5ecea;
  padding: .5em 2em .3em 3em;
  overflow: hidden;
}

.team-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: start;
}

.team-2-list {
  width: 100%;
  grid-row-gap: 4em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-2-item {
  width: 100%;
  border-left: 3px solid var(--brand-tierra-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3.3em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.team-2-item:hover {
  border-left-color: #916c63;
}

.team-2-wrap {
  width: 100%;
}

.team-member-name {
  color: var(--brand-gray);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.1em;
}

.team-member-role {
  color: var(--brand-tierra-1);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.1em;
}

.team-member-contact {
  z-index: 10;
  color: #5f453e;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.1em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.team-member-contact:hover {
  color: var(--footer-black);
  font-weight: 600;
}

.team-member-2 {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5em;
  transition: color .2s;
  display: flex;
}

.team-member-2:hover {
  color: var(--footer-black);
}

.team-column-2 {
  min-height: 55vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.blog-featured-item {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.blog-featured {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.team-link-block-2 {
  flex: 1;
  align-self: stretch;
  position: relative;
}

.team-text-1 {
  z-index: 10;
  max-width: 25em;
  color: var(--white);
  margin-top: 1.7em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.7em;
  position: relative;
}

.article-padding {
  padding-top: 20em;
  padding-bottom: 7em;
}

.service-grid {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-content {
  background-color: var(--white);
}

.fixed-background {
  z-index: -4;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sidebar {
  height: 8em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-service {
  min-height: 40vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.hero-6-bg-color {
  z-index: 6;
  mix-blend-mode: multiply;
  background-color: rgba(17, 12, 11, .87);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-grid-1 {
  width: 100%;
  max-width: 60em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: flex-start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sidebar-wrap {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.sidebar-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.sidebar-item {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.sidebar-link {
  color: rgba(201, 155, 143, .65);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: .7em solid rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 4em 4em 4em 5em;
  font-family: Big Shoulders Text;
  transition: color .2s, background-color .2s;
  display: flex;
}

.sidebar-link:hover {
  color: var(--white);
  background-color: rgba(201, 155, 143, .08);
  border-top-color: rgba(201, 155, 143, .5);
  border-bottom-color: rgba(201, 155, 143, .5);
}

.sidebar-link.w--current {
  border-left-width: 1em;
  border-left-color: var(--brand-tierra-1);
  color: var(--brand-tierra-1);
}

.sidebar-text {
  color: var(--white);
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}

.sidebar-icon {
  width: 1em;
  height: 1em;
  opacity: .5;
  object-fit: contain;
  font-size: 3.4em;
}

.project-title-link {
  color: var(--white);
  transition: color .2s;
  overflow: hidden;
}

.project-title-link:hover {
  color: rgba(255, 255, 255, .8);
}

.project-title-link.is-darker {
  color: var(--footer-black);
}

.project-line {
  width: .2em;
  height: 100%;
  background-color: var(--brand-tierra-1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-item-2 {
  z-index: 10;
  min-height: 30em;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-grid-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item {
  z-index: 10;
  min-height: 20em;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.blog-description-text {
  color: rgba(228, 198, 190, .8);
  margin-top: .4em;
  font-size: 1em;
  line-height: 1.3em;
}

.blog-description-text.is-darker {
  color: rgba(7, 5, 4, .81);
}

.blog-content-block {
  z-index: 20;
  width: 100%;
  max-width: 28em;
  color: #f5ecea;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em 2em 1.5em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-featured-content {
  width: 100%;
  max-width: 30em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-line-2 {
  width: 100%;
  height: 2px;
  background-color: var(--brand-tierra-1);
  color: var(--brand-hueso);
  margin-bottom: 3em;
}

.blog-author-name {
  color: var(--footer-black);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-size: .8em;
  font-weight: 100;
}

.blog-author-link-featured {
  color: #e4c6be;
  margin-bottom: 1.5em;
}

.blog-short-description-1 {
  z-index: 10;
  max-width: 25em;
  color: var(--white);
  margin-top: 1.7em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.4em;
  position: relative;
}

.blog-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: start;
}

.blog-main-image {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-line-1 {
  width: .3em;
  height: 100%;
  background-color: var(--brand-tierra-1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog-column-2 {
  min-height: 90vh;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
}

.blog-featured-block {
  flex: 1;
  position: relative;
}

.blog-featured-content-wrap {
  z-index: 10;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(to top, #1a1210, rgba(30, 21, 19, .76) 60%, rgba(34, 24, 22, 0));
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 2.5em 4em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-menu-button {
  z-index: 10;
  width: 8em;
  height: 5em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-right-color: rgba(201, 155, 143, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.footer-menu-button:hover {
  border-style: solid;
  border-color: var(--brand-tierra-1);
  background-color: rgba(95, 69, 62, .2);
  border-radius: 10px;
}

.hero-6 {
  text-align: center;
  padding: 16em 0 4em;
}

.section-bg-color-3 {
  z-index: 7;
  background-image: linear-gradient(#070504, rgba(7, 5, 4, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-padding-inner {
  padding: 4em 0;
}

.blog-grid-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-author-link-1 {
  color: #e4c6be;
  margin-top: .5em;
  margin-bottom: .5em;
}

.blog-author-link-2 {
  color: #e4c6be;
  margin-bottom: .7em;
  padding-top: .2em;
  padding-bottom: .2em;
  overflow: hidden;
}

.blog-author-link-2.is-darker {
  color: #916c63;
}

.image-bg-gradient-2 {
  z-index: 2;
  background-image: linear-gradient(48deg, rgba(7, 5, 4, .8), rgba(4, 3, 3, .7) 15%, rgba(0, 0, 0, 0) 85%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-grid-1 {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-column-1 {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em .1em;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.hero-6-text-1 {
  width: 100%;
  max-width: 33em;
  color: var(--brand-hueso);
  margin-top: 1.8em;
  margin-left: auto;
  margin-right: auto;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.2em;
  font-weight: 100;
}

.blog-main-image-2 {
  z-index: 1;
  width: 100%;
  height: 10em;
  margin-bottom: 2em;
  position: relative;
}

.blog-content-block-2 {
  z-index: 20;
  width: 100%;
  color: #f5ecea;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .8em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-2 {
  z-index: 10;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-2:hover {
  background-color: var(--brand-hueso);
}

.blog-grid-4 {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-bg-color-2 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .95), rgba(0, 0, 0, .73) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .9) 104%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-button {
  min-height: 5em;
  min-width: 15em;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #d1ada3;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(245, 236, 234, .35);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.explore-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: rgba(245, 236, 234, .07);
  border-color: rgba(245, 236, 234, .5);
}

.explore-icon {
  width: 1em;
  height: 1em;
  margin-left: .5em;
  font-size: 1.4em;
}

._3d-block {
  width: 100%;
  max-width: 60em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-gradient-2 {
  z-index: 7;
  object-fit: fill;
  background-image: linear-gradient(50deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5) 48%, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quote-icon {
  z-index: 1;
  width: 4em;
  opacity: 1;
  object-fit: contain;
  display: block;
  position: relative;
}

.name-text-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.3em;
  font-weight: 100;
  display: block;
}

.name-text-1.gray {
  color: var(--brand-tierra-1);
}

.role-text-1 {
  color: var(--white);
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
}

.footer-column-2 {
  padding-top: 2em;
}

.footer-image-1 {
  width: 1em;
  height: 1em;
  opacity: .7;
  object-fit: contain;
  flex: none;
  margin-left: 1.6em;
  font-size: 1.1em;
}

.background-block-1 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article-content {
  width: 100%;
  max-width: 55em;
  margin-right: auto;
}

.article-image-1 {
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: 20em;
  min-height: 18em;
  border: 1px solid rgba(228, 198, 190, .15);
  position: relative;
}

.article-title-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-author-text-1 {
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.7em;
}

.article-padding-inner-1 {
  padding: 5em 0;
}

.article-author-block {
  color: var(--white);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 3em;
}

.article-author-block:hover {
  border-bottom-color: var(--white);
}

.page-details-block {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: rgba(228, 198, 190, .07);
  border-top: 1px solid rgba(228, 198, 190, .2);
  position: relative;
}

.article-author-block-2 {
  color: var(--white);
  margin-bottom: 3em;
}

.timeline-1 {
  width: 1px;
  height: 80vh;
  background-color: rgba(39, 43, 61, .2);
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.article-sidebar {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.hero-1-social-item {
  flex: none;
}

.article-content-2 {
  width: 70vw;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.article-timeline-bg {
  background-color: var(--brand-tierra-1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-1-social-list {
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-1-social-list.in-article {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
}

.grid-article-content {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr;
  display: flex;
}

.social-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.3em;
}

.service-title-block {
  width: 100%;
  max-width: 67em;
  align-self: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 2.2em;
  overflow: hidden;
}

.form-image-size-1 {
  position: relative;
}

.hero-title-block-2 {
  width: 100%;
  align-items: center;
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
  display: flex;
  position: relative;
}

.hero-1-text-2 {
  max-width: 19em;
  color: #e4c6be;
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.hero-bottom-line {
  height: 1px;
  background-color: rgba(228, 198, 190, .3);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-flex-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.clients {
  width: 100%;
}

.clients.with-margin-bottom {
  border-top: 1px solid #e4c6be;
  border-bottom: 1px solid #e4c6be;
  margin-bottom: 6.5em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.clients.in-home-1 {
  border-top: 1px solid var(--brand-tierra-1);
  margin-top: 4em;
  padding-top: 5em;
}

.clients-list {
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.client-item {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.client-logo {
  width: 7em;
  height: 1.8em;
  transform: scale3d(1none, 1none, 1none);
  object-fit: contain;
  transform-style: preserve-3d;
  transition: transform .4s cubic-bezier(.075, .82, .165, 1);
}

.client-logo:hover {
  transform: scale(1.1);
}

.project-grid-1 {
  z-index: 10;
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.project-content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grid-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-block-2.is-2nd {
  align-items: center;
}

.grid-content-2 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 4em;
  display: flex;
}

.grid-text-1 {
  max-width: 30em;
  opacity: .85;
  color: var(--white);
  margin-bottom: 3em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.5em;
}

.grid-text-1.black {
  max-width: 100%;
  color: var(--footer-black);
  justify-content: flex-start;
  display: flex;
}

.grid-text-1.black.right {
  max-width: 100%;
  text-align: right;
  padding-left: 80px;
}

.grid-text-1.propuesta {
  max-width: none;
}

.grid-text-1.cta-cresa {
  color: var(--brand-hueso);
  align-self: center;
  margin-bottom: 0;
}

.form-column-2 {
  z-index: 10;
  background-color: var(--brand-hueso);
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.hero-grid-1 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: stretch;
  display: grid;
}

.grid-icon-1 {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.5em;
  position: relative;
  top: -.2em;
}

.form-title-block-1 {
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-1-text-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2.8em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: .7em;
  font-weight: 100;
  line-height: 1.6em;
}

.content-padding-1 {
  padding: 12em 0;
}

.hero-6-title-block {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-center {
  margin-left: auto;
  margin-right: auto;
}

.service-title-block-2 {
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  overflow: hidden;
}

.breadcrumbs-3 {
  z-index: 20;
  border-top: 1px none var(--brand-tierra-1);
  border-bottom: 1px none var(--brand-tierra-1);
  background-color: var(--brand-hueso);
  color: var(--footer-black);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.breadcrumb-link {
  min-width: 11em;
  color: #e4c6be;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Big Shoulders Text;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  transition: min-width .5s cubic-bezier(.075, .82, .165, 1), letter-spacing .6s cubic-bezier(.075, .82, .165, 1), color .2s;
  overflow: hidden;
}

.breadcrumb-link:hover {
  min-width: 12.5em;
  color: var(--white);
  letter-spacing: .4em;
  text-indent: .4em;
}

.breadcrumb-text {
  color: var(--footer-black);
  font-family: Made outer sans personal use, sans-serif;
  font-size: .8em;
  font-weight: 100;
}

.title-block-3 {
  max-width: 43em;
}

.opacity-80 {
  opacity: .8;
}

.large-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.large-text-1 {
  text-indent: 1.5vw;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  font-family: Big Shoulders Text;
  font-size: 16vw;
  font-weight: 400;
  line-height: .9em;
}

.large-text-1.is-2nd {
  color: var(--brand-gray);
  font-family: Made outer sans personal use, sans-serif;
  font-size: 9vw;
  line-height: 9vw;
}

.large-text-1.is-1st {
  color: var(--brand-gray);
  letter-spacing: 1.5vw;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 9vw;
  line-height: 9vw;
}

.large-text-1.is-3rd {
  color: var(--brand-gray);
  letter-spacing: 1.5vw;
  align-self: center;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 9vw;
  line-height: 9vw;
}

.button-with-margin {
  margin-top: 8em;
}

.service-large-link {
  letter-spacing: 1.5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: letter-spacing 1.2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.service-large-link:hover {
  letter-spacing: 2.5vw;
  text-indent: 2.5vw;
}

.team-image-size {
  width: 100%;
  height: 25em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.gradient-bg-3 {
  z-index: 7;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(rgba(245, 236, 234, .8), #f5ecea 40%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-title-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.flex-title-1.is-2nd {
  margin-bottom: 8em;
}

.content-block-1 {
  width: 100%;
  max-width: 60em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-block-1.margin-top-2-em {
  margin-top: 2em;
}

.bg-animation-1 {
  z-index: 1;
  background-color: var(--brand-tierra-1);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg-gradient-3 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 50%), linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .81) 50%, rgba(0, 0, 0, .2));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-text-2 {
  color: #5f453e;
  margin-top: auto;
  margin-bottom: 1.1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
}

.form-content-column-3 {
  width: 100%;
  border-top: 1px rgba(68, 68, 68, .2);
  border-left: 1px solid rgba(68, 68, 68, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: flex;
  overflow: hidden;
}

.content-flex-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4em;
  display: flex;
}

.team-3-item {
  width: 100%;
  border-left: 4px solid var(--brand-tierra-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .3em;
  padding-left: 3.3em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.team-3-item:hover {
  border-left-color: rgba(201, 155, 143, .66);
}

.team-4-list {
  width: 100%;
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-grid-2 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: stretch;
  display: grid;
}

.team-list-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-block-4 {
  max-width: 28.2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-image-2 {
  height: 100%;
  min-height: 50em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-block-12.margin-bottom-4em {
  margin-bottom: 4em;
}

.content-grid-6 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  align-items: start;
  justify-items: center;
}

.project-content-1 {
  max-width: 50em;
}

.case-flex-block-1 {
  width: 100%;
  max-width: 65em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar-in-case {
  min-height: 84vh;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 8vh;
}

.content-text-11 {
  color: #221816;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.4em;
  line-height: 1.7em;
}

.content-text-11.is-last {
  margin-bottom: 0;
}

.project-title-text-1 {
  max-width: 12em;
  opacity: .8;
  color: var(--white);
  text-align: center;
  margin-left: 1.8em;
  margin-right: 1.8em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.1em;
  font-weight: 100;
}

.project-title-block-1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5em;
  display: flex;
}

.case-sidebar-block-1 {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-sidebar-block-2 {
  height: 20em;
  min-height: 33vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-image-size {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sidebar-image-bg {
  z-index: 3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation-for-button {
  z-index: 10;
  position: relative;
}

.content-title-2 {
  color: var(--brand-gray);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
}

.hero-5-inner {
  z-index: 10;
  width: 100%;
  max-width: 80em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.margin-bottom-4em {
  margin-bottom: 0;
}

.case-bg-image-block {
  z-index: 1;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-bg-color-1 {
  z-index: 20;
  background-image: linear-gradient(#070504, rgba(7, 5, 4, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.consultancy-1 {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.hero-4-header-fullscreen {
  z-index: 10;
  min-height: 100vh;
  background-color: var(--footer-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 26em;
  padding-bottom: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-bg-brown {
  z-index: 1;
  background-color: #f5ecea;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.borders-full {
  z-index: 20;
  border: 10px solid var(--white);
  position: relative;
}

.uppercase-text-2 {
  color: var(--brand-gray);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.4em;
  font-weight: 100;
  line-height: 1em;
}

.breadcrumbs-2 {
  z-index: 10;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  padding: .3em;
  font-size: .85em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.breadcrumbs-1 {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: .3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.other-pages-plus {
  margin-right: 1.5em;
}

.alternative-pages {
  z-index: 20;
  color: #e4c6be;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Big Shoulders Text;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  display: none;
  position: absolute;
}

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

.person-contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.person-content-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-image-1 {
  height: 100%;
  min-height: 20em;
}

.terms-text-2 {
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.6em;
  font-weight: 100;
  line-height: 1em;
}

.terms-padding-1 {
  padding: 4em 0;
}

.terms-grid-1 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-items: start;
}

.form-grid-2 {
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hiring-text-1 {
  max-width: 21em;
  color: rgba(3, 34, 70, .8);
  font-size: 1.2em;
  line-height: 1.5em;
}

.collection-list {
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.flex-title-2 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.about-author-block {
  max-width: 17em;
}

.form-success-message-3 {
  width: 100%;
  color: #fff;
  background-color: #19a756;
  border: 1px solid #f1fff8;
  padding: 7em;
}

.form-success-title-3 {
  z-index: 10;
  max-width: 13em;
  text-align: left;
  text-transform: uppercase;
  font-size: 2.3em;
  line-height: 1.5em;
  position: relative;
}

.form-success-image-bg {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-success-bg-color {
  z-index: 20;
  background-color: rgba(99, 145, 142, .9);
  background-image: linear-gradient(135deg, #63918e 10%, rgba(99, 145, 142, 0) 63%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-error-message-2 {
  width: 100%;
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  margin-top: 0;
  padding: 2em;
}

.form-success-text-3 {
  z-index: 10;
  color: var(--brand-gray);
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1.6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  position: relative;
}

.team-button-bg {
  z-index: 1;
  background-color: #e4c6be;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-text-4 {
  z-index: 5;
  color: var(--brand-gray);
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
  position: relative;
}

.team-text-4:hover {
  color: var(--brand-tierra-1);
}

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

.utility-page-content {
  width: 33em;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  padding: 5em;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-icon {
  width: 1em;
  height: 1em;
  margin-right: .6em;
  font-size: 2em;
}

.password-field {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.password-title-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.team-member-list {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.team-member-item {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.about-text-2 {
  max-width: 25em;
  color: var(--brand-gray);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6em;
}

.about-text-2 p {
  line-height: 1.6em;
}

.about-block-2 {
  border-left: 1px none var(--brand-tierra-1);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
}

.about-block-1 {
  max-width: 42em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.about-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.text-block-5 {
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.content-text-2-white {
  opacity: 1;
  color: var(--white);
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
  line-height: 1.7em;
}
.content-text-2-white p {
  line-height: 1.7em;
}

.content-text-2-white.max-w-40em {
  max-width: 40em;
}

.content-text-2-white.max-w-40em.marging-buttom-60px {
  margin-bottom: 40px;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
}

.text-block-8 {
  color: var(--brand-hueso);
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.logo-nav-bar {
  width: 60px;
  max-width: none;
  flex: 0 auto;
  display: block;
}

.list-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-text-3 {
  max-width: 24em;
  opacity: .85;
  color: var(--brand-gray);
  margin-bottom: 3em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.5em;
}

.uppercase-text-3 {
  color: var(--brand-gray);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  margin-right: 1em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
}

.uppercase-text-3.white {
  color: var(--white);
}

.curso-1-wrap {
  width: 100%;
}

.curso-3-list {
  width: 100%;
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.curso-2-item {
  width: 100%;
  border-left: 3px solid var(--brand-tierra-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3.3em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.curso-2-item:hover {
  border-left-color: #916c63;
}

.hero__persons {
  z-index: 0;
  height: 550px;
  justify-content: flex-end;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.div-hide-main-button {
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -.275em;
  margin-left: .6em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero__person-txt-more {
  width: 100%;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--2 {
  flex-direction: column;
  bottom: 30px;
}

.hero__person-txt-more.mod--1 {
  flex-direction: column;
  padding-left: 40px;
  bottom: 30px;
}

.hero__person-txt-more.mod--3 {
  flex-direction: column;
  bottom: 30px;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8));
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__person-count {
  height: auto;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.span-text {
  color: #03ffd4;
  display: inline;
}

.hero__person-txt-less {
  width: 120px;
  height: 120px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: block;
  bottom: 30px;
  right: 0;
}

.hero__person-txt-less.mod--2 {
  bottom: 30px;
}

.hero__person-txt-less.mod--3 {
  display: flex;
  bottom: 30px;
}

.hero__person-cont {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.hero__person-img {
  z-index: 0;
  height: 115%;
  min-width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.text-white-2 {
  color: #fff;
  text-align: left;
  font-weight: 200;
}

.hero__person {
  width: 21%;
  cursor: pointer;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.mod--1, .hero__person.mod--2, .hero__person.mod--3 {
  width: 30%;
}

.hero__person-title {
  width: auto;
  text-transform: uppercase;
  flex: none;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1em;
}

.hero__person-title.stroke--white-02-2 {
  text-transform: none;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.5em;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: 100%;
}

.logo3_logo {
  max-height: 3.5rem;
}

.logo3_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 0;
  display: grid;
  overflow: auto;
}

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

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

.logo3_component {
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-medium {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.features-card.second {
  top: 165px;
}

.features-card.third {
  top: 180px;
}

.features-card.fourth {
  top: 195px;
}

.features-left {
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.features-right {
  width: 600px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-card-img {
  margin-bottom: 30px;
}

.section-4 {
  background-color: rgba(0, 0, 0, .05);
  padding: 150px 6em;
}

.col {
  flex: 1;
  position: relative;
}

.col.col--2.mod--efficiency {
  width: 50%;
  flex: 0 auto;
  padding-right: 2rem;
}

.section-5 {
  padding: 4.5rem 1.25rem;
}

.btn-orange {
  z-index: 5;
  width: 9.5rem;
  height: 9.5rem;
  cursor: pointer;
  background-image: linear-gradient(210deg, #f05b47, #f07456 40%, #e8ad9f 90%);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  transition: none;
  display: flex;
  position: absolute;
}

.btn-orange.mod--efficiency {
  top: 6.125rem;
  right: 8.75rem;
}

.overflow__txt.mod--absolute {
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow__vertical {
  transition: top .4s;
  position: relative;
  top: 0;
  left: 0;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-light.text-size-17 {
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.descript {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.descript.margin-bottom-108 {
  font-family: Made outer sans personal use, sans-serif;
}

.text-weight-medium {
  font-weight: 500;
}

.efficiency__circle {
  width: 11.5rem;
  height: 11.5rem;
  text-align: center;
  border: .0625rem solid #0f1422;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .625rem;
  display: flex;
  position: absolute;
}

.efficiency__circle.mod--1 {
  width: 16.375rem;
  height: 16.375rem;
  top: -1.75rem;
  right: 24.125rem;
}

.efficiency__circle.mod--2 {
  width: 13.25rem;
  height: 13.25rem;
  top: 16.4375rem;
  right: 14.9375rem;
}

.efficiency__circle.mod--3 {
  top: 16.875rem;
  right: 0;
}

.descript-dash {
  width: 10.9375rem;
  height: .0625rem;
  border-top: .0625rem dashed #0f1422;
  margin-right: 2.625rem;
  display: inline-block;
  position: relative;
  top: 1.375rem;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.columns {
  justify-content: space-between;
  display: flex;
}

.columns.mod--efficiency {
  padding-bottom: 8rem;
}

.columns.mod--descript {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 20px;
  padding-left: 7.5rem;
  padding-right: 1.5rem;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bottom-background {
  z-index: 9;
  height: 30em;
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .5) 50%, rgba(34, 24, 22, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.services-cms {
  width: 100%;
  min-height: 60vh;
  border: 10px solid var(--white);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-services {
  z-index: 10;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.section-services.with-bg-black {
  background-color: var(--footer-black);
  color: #e4c6be;
}

.section-services.with-bg-black-and-borders {
  border: 10px solid var(--white);
  background-color: var(--footer-black);
  color: #e4c6be;
}

.section-hero {
  z-index: 10;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.section-hero.with-hero-styles {
  background-color: var(--footer-black);
  overflow: visible;
}

.section-quienes-somos {
  z-index: 10;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.section-quienes-somos.with-bg-light-brown {
  background-color: var(--brand-hueso);
  background-color: var(--brand-hueso);
  border-top: 1px #e4c6be;
  border-bottom: 1px #e4c6be;
}

.section-alianzas-v1 {
  z-index: 10;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.section-alianzas-v1.with-bg-black {
  background-color: var(--footer-black);
  color: #e4c6be;
}

.section-alianzas-v1.with-bg-beige {
  background-color: var(--brand-hueso);
  color: #e4c6be;
}

.div-block {
  border-top: 1px solid var(--brand-tierra-2);
}

.padding-inner-2 {
  padding: 8em 0 0;
}

.about-block-1-copy {
  max-width: 70em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.paragraph {
  color: var(--brand-gray);
}

.logo-img {
  width: auto;
  height: auto;
  max-height: 55px;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-align-center-2 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.slide-wrap {
  width: 7000px;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.about-grid-2 {
  grid-column-gap: 0em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.quiero-trabajar {
  background-color: var(--white);
}

.body {
  background-color: var(--footer-black);
}

.carrers-hero-section {
  background-color: var(--brand-inmobiliaria);
  background-position: 50%;
  background-size: cover;
}

.f-header-image-square {
  width: auto;
  height: 440px;
  max-width: none;
  object-fit: cover;
  border-radius: 0;
  overflow: hidden;
}

.f-margin-bottom-16 {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-image-cover {
  max-height: none;
  min-height: auto;
  object-fit: fill;
  border-radius: 12px;
  display: block;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.heading-carrers {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading-carrers.is-hero-4-title-2-carrers {
  color: var(--white);
  text-align: center;
  margin-bottom: .6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 5.5em;
  font-weight: 300;
}

.div-block-2 {
  display: block;
}

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

.text-block-17 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
  line-height: 1.4vw;
}

.f-margin-bottom-41 {
  align-self: center;
  margin-bottom: 16px;
}

.f-sub-heading-large {
  color: var(--brand-gray);
  text-align: left;
  letter-spacing: -.02em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-feature-image-wrapper-regular {
  width: 100%;
  height: 66%;
  border-radius: 12px 12px 0 0;
  margin-bottom: 32px;
  overflow: hidden;
}

.f-button-neutral-2 {
  min-height: 48px;
  background-color: var(--brand-tierra-1);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 15px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--brand-tierra-2);
}

.f-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
}

.f-feature-card-left {
  border: 1px none var(--brand-inmobiliaria);
  background-color: var(--brand-hueso);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.f-feature-card-left:hover {
  box-shadow: 1px 0 3px 0 var(--brand-inmobiliaria);
}

.f-feature-card-left.down {
  border: 1px solid var(--brand-tierra-2);
  background-color: var(--brand-hueso);
  align-items: center;
  font-style: normal;
}

.f-feature-card-left.down:hover {
  box-shadow: none;
  border-style: none;
  border-width: 1px;
  transform: translate(0, -20px);
}

.f-paragraph-regular {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.8;
}

.f-paragraph-regular.white {
  color: var(--footer-black);
}

.f-grid-three-column {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.text-block-18 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 300;
}

.section-8 {
  background-color: var(--brand-hueso);
}

.f-margin-bottom-42 {
  margin-bottom: 16px;
}

.bold-text-5 {
  font-weight: 400;
}

.work-hp-ph {
  color: var(--white);
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.5em;
}

.section-12 {
  margin-bottom: 8em;
}

.secondary-button {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .5em;
  margin-left: 2.03em;
  margin-right: 2.03em;
  font-family: Made outer sans personal use, sans-serif;
  overflow: hidden;
}

.img-child {
  width: 100%;
  height: 100%;
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.img-child.hover-work-pfolio-effect {
  background-repeat: repeat, no-repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
}

.work-home-text-conatin {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.work-home-text-conatin.center-text.text-white {
  width: 100%;
  text-align: center;
  flex: 1;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.scroll-parent {
  width: 42%;
  justify-content: center;
  align-items: center;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-hp-h3 {
  color: var(--white);
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1em;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.div-hide.margin-bottom-2em {
  margin-bottom: 1em;
}

.scroll-inner {
  width: 180%;
  height: 100%;
  padding: 0 8em;
  display: flex;
  position: absolute;
}

.work-container {
  width: 100%;
  height: 45em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.none-padding-inner {
  padding: 0;
}

.container-none-padding {
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.primary-button-arrow2-2 {
  padding: .1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-131%);
}

.container-4 {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 7.08em;
  position: relative;
}

.container-4.about-safter-scrollh-title-pad {
  padding-top: 12em;
  padding-bottom: 0;
}

.container-4.is-10-pad-vertical {
  padding-top: 10em;
  padding-bottom: 10em;
}

.line-scroll-repeated-text {
  color: #b9b9b9;
  white-space: nowrap;
  margin-left: 1.3em;
  margin-right: 1.3em;
  font-size: 1.6em;
}

.ab-scroll-text-line-contain {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2.9em;
  margin-bottom: 2.9em;
  display: flex;
  overflow: hidden;
}

.main-button-2 {
  background-color: rgba(231, 226, 220, .15);
  border: 2px solid #ff5330;
  border-radius: 100px;
  padding: .53em 2.53em;
  font-size: 1em;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.main-button-2:hover {
  background-color: #ff5330;
}

.main-button-2:active {
  background-color: #c22100;
  border-color: #c22100;
}

.aboutme-aboutu-contain {
  width: 60%;
}

.button-contain-2 {
  margin-top: 2em;
  display: flex;
}

.page-content {
  position: relative;
  overflow: hidden;
}

.primary-button-arrow-2 {
  padding: .1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ab-scroll-rows-line {
  width: 100%;
  height: 1px;
  background-color: #5e5e5e;
}

._2rows-scroll-small-text-contain {
  margin-top: 3em;
  margin-bottom: 3em;
}

.button-text-1-2 {
  text-align: center;
  display: inline-block;
}

.title.card-team-v1-name {
  color: var(--brand-gray);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.title.card-team-v1-number {
  color: var(--brand-tierra-1);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Emmanuelle, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.card-team-v1-position {
  border: 1px solid var(--brand-tierra-1);
  color: var(--white);
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: rgba(68, 68, 68, .5);
  border-radius: 10px;
  padding: 12px 24px 8px;
  font-family: Emmanuelle, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.image-2.card-team-v1 {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: 50% 100%;
}

.card-team-v1-content {
  height: 30em;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.card {
  background-color: #fff;
  border: 1px solid #e7e9ee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(41, 44, 50, .03);
}

.card.team-v1 {
  max-height: 660px;
  color: #6f7278;
  border-style: none;
  border-radius: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  transform: translate(0);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card.team-v1:hover {
  border-color: var(--white);
  color: #6f7278;
  transform: translate(0, -8px);
  box-shadow: 0 15px 20px rgba(41, 44, 50, .05);
}

/* Fix for grid alignment - equal height cards */
.w-dyn-items.w-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.w-dyn-item.w-col.w-col-4 {
  display: flex;
  margin-bottom: 20px;
}

.w-dyn-item.w-col.w-col-4 .card.team-v1 {
  width: 100%;
}

.paragraph-2.card-team-v1-about-excerpt {
  margin-bottom: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.5em;
}

.paragraph-2.card-team-v1-about-excerpt.biold {
  font-weight: 700;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.card-team-v1 {
  height: auto;
  position: relative;
}

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

.image-3 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 8%;
  min-width: 100%;
}

.div-block-13-left {
  width: 50%;
  max-width: 50%;
  background-color: var(--brand-hueso);
  flex-direction: column;
  flex: none;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-14 {
  width: 50%;
  height: 100%;
  max-height: 100%;
  max-width: 50%;
  min-height: 100%;
  min-width: 50%;
}

.div-block-13-right {
  width: 50%;
  max-width: 50%;
  background-color: var(--brand-tierra-1);
  flex-direction: column;
  flex: none;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section2 {
  z-index: 2147483647;
  background-color: var(--white);
  display: none;
  position: relative;
  overflow: hidden;
}

.about-text-5 {
  max-width: none;
  border: 1px none var(--brand-tierra-2);
  background-color: var(--brand-hueso);
  color: var(--brand-gray);
  text-align: left;
  border-radius: 15px;
  margin: 0 auto 2em;
  padding: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6em;
}

.about-text-5.centrado {
  text-align: center;
  margin-bottom: 0;
}

.about-text-5.centrado.margin-buttom {
  border-style: none;
  margin-bottom: 2em;
}

.m-footer-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
  display: flex;
}

.m-footer-link {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Made outer sans personal use, sans-serif;
  font-size: .8em;
  font-weight: 100;
  line-height: 0;
  text-decoration: none;
  transition: all .3s, opacity .2s;
  display: block;
}

.m-footer-link:hover {
  color: var(--brand-tierra-1);
}

.m-footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
}

.m-footer-logo {
  max-width: 150px;
  margin-left: 0;
}

.m-footer-title {
  color: #f4f4f6;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.m-footer-link-block {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.m-footer-legal-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m-footer-legal-button {
  color: var(--white);
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.m-footer-legal-button:hover {
  color: var(--brand-tierra-1);
}

.m-footer-line {
  height: 1px;
  background-color: var(--brand-gray);
  margin-top: 64px;
  margin-bottom: 32px;
}

.container-5 {
  display: flex;
}

.link {
  color: var(--brand-tierra-1);
}

.text-span-7 {
  margin-left: 20px;
}

.proyect_image {
  max-height: 170px;
  max-width: 170px;
  margin-bottom: 0;
}

.line-card-proyect-2 {
  height: 1px;
  background-color: var(--brand-hueso);
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 0;
}

.div-block-16 {
  height: auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.location-card {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.location-icon-card {
  width: 20px;
  opacity: .4;
}

.f-logo-grid-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-logo-grid-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-logo-block {
  min-height: 96px;
  background-color: rgba(68, 68, 68, .4);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.f-logo-button-wrap {
  justify-content: flex-start;
  margin-top: 100px;
  display: flex;
}

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: var(--brand-tierra-1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.timeline_image {
  height: auto;
}

.container-407 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-407.end, .container-407.timeline {
  width: auto;
  max-width: none;
}

.timeline_image-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.timeline-main_heading-wrapper {
  max-width: 640px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 150px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_centre.margin-buttom-1em {
  margin-bottom: .7em;
}

.section-timeline-cta {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  margin-top: 4em;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #c2c2c2;
  position: absolute;
}

.timeline_date-text {
  color: var(--brand-tierra-1);
  letter-spacing: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: Emmanuelle, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_right.margin-top-4em {
  margin-top: 4em;
}

.timeline_right.margin-buttom-4em {
  margin-top: 0;
  margin-bottom: 4em;
}

.padding-vertical-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: var(--brand-hueso);
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.margin-bottom-xlarge {
  margin-bottom: 10px;
}

.margin-bottom-medium {
  margin-bottom: 10px;
  display: block;
}

.timeline_right2 {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_image-left {
  max-height: 100%;
  max-width: none;
}

.title-time-line {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.about-text-5-white {
  max-width: none;
  color: var(--white);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6em;
}

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

.div-block-18 {
  justify-content: flex-start;
  display: flex;
}

.grid-10 {
  border: 2px none var(--brand-tierra-1);
  border-radius: 6px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 0;
}

.valores-icon-card {
  width: auto;
  height: auto;
  border: 1px solid var(--brand-tierra-1);
  border-radius: 15px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.valores-icon-card:hover {
  background-color: var(--brand-hueso);
}

.image-5 {
  max-height: 60px;
  object-fit: scale-down;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.collection-item {
  flex-direction: row;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.type-blog {
  color: var(--brand-tierra-1);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .5em;
  margin-right: 4em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
}

.m-footer-logo-2 {
  max-width: 150px;
  margin-left: 0;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  font-weight: 500;
}

.m-testimonial-slider-button {
  width: 48px;
  height: 48px;
  color: #45485f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.m-testimonial-slider-button:hover {
  color: #dedfe3;
  border: 2px solid #333647;
}

.m-testimonial-slider-button.content-right {
  top: auto;
  bottom: -116px;
  left: 64px;
  right: auto;
}

.m-testimonial-slider-button.content-left {
  top: auto;
  bottom: -116px;
  left: 0%;
  right: auto;
}

.m-content-header {
  max-width: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.m-content-slide-card {
  min-height: 380px;
  background-color: var(--brand-gray);
  color: #868898;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.m-content-slide-card:hover {
  background-color: var(--brand-gray);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(7, 5, 4, .2));
}

.m-content-info-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.m-shape-wrapper {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.m-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-content-mask {
  overflow: visible;
}

.m-content-heading-wrap {
  max-width: 620px;
}

.m-slide-nav-hidden {
  display: none;
}

.m-content-slider {
  width: 300px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 48px;
}

.m-content-info-block {
  max-width: 510px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #9c9eab;
  align-items: center;
  padding: 8px;
  display: flex;
}

.m-content-slide {
  max-width: 300px;
  min-height: 380px;
  border-radius: 15px;
  margin-right: 24px;
  overflow: hidden;
  transform: translate(0);
}

.m-content-slide:hover {
  transform: translate(0, -8px);
}

.m-content-icon-wrapper {
  width: 60px;
  height: 60px;
  border: 1px solid var(--white);
  color: var(--footer-black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.button-1_arrows {
  width: 3.5rem;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-1_wrapper {
  height: 4rem;
  grid-column-gap: 2.5rem;
  color: #fff;
  background-color: #000;
  border: 4px solid #000;
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5.5rem 0 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-1_wrapper.is-brown {
  height: 4vw;
  border-width: 2px;
  border-color: var(--brand-tierra-1);
  background-color: var(--brand-tierra-1);
  border-radius: 15px;
  padding-left: 2rem;
  padding-right: 5rem;
  font-size: 1vw;
  line-height: 1vw;
}

.button-1_wrapper.is-brown.navbar {
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 4rem;
}

.button-1_wrapper.is-yellow {
  height: 4vw;
  border-width: 2px;
  border-color: var(--brand-costrucción);
  background-color: var(--brand-costrucción);
  border-radius: 15px;
  padding-left: 2rem;
  padding-right: 5rem;
  font-size: 1vw;
  line-height: 1vw;
}

.button-icon-1 {
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
}

.button-1_circle {
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background-color: #6058ff;
  border-radius: 3rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.button-1_circle.is-black {
  height: 100%;
  background-color: #000;
  border-radius: 15px;
}

.button-1_circle.is-black.navbar-button {
  height: 100%;
}

.button-icon-2 {
  width: 15px;
  height: 15px;
  align-items: center;
  display: flex;
  position: absolute;
}

.button-1 {
  height: 100%;
  grid-column-gap: 2.5px;
  align-items: center;
  display: flex;
}

.button-1_arrows-wrapper {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-11 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.golden-circle {
  border-radius: 2000px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 0;
}

.div-block-19 {
  min-width: 50%;
  align-self: center;
}

.text-span-14 {
  color: var(--brand-tierra-1);
}

.bold-text-6 {
  color: var(--white);
  font-weight: 500;
}

.bold-text-7 {
  color: var(--white);
}

.div-block-20 {
  border: 1px solid var(--brand-tierra-1);
  border-radius: 15px;
  padding: 1.5em 2em 2em;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: var(--white);
  font-weight: 500;
}

.bold-text-13 {
  color: var(--brand-desarrollos);
  font-weight: 500;
}

.text-span-15 {
  color: var(--brand-tierra-1);
  font-family: Emmanuelle, sans-serif;
  font-size: .95em;
}

.text-span-16, .text-span-17 {
  color: var(--white);
  font-weight: 400;
}

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

.heading-2.margin-bottom-20px {
  margin-bottom: 20px;
}

.text-white {
  color: #fbfbfb;
}

.section-title {
  margin-bottom: 40px;
}

.service-item-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  background-color: rgba(68, 68, 68, .3);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.grid-service {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container {
  max-width: none;
  background-color: var(--footer-black);
  color: rgba(0, 0, 0, 0);
  padding: 8em 6em;
}

.container.bg-imagen-costructora {
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.container.bg-imagen-desarrolladora {
  background-image: linear-gradient(rgba(0, 0, 0, .86), rgba(0, 0, 0, .86)), url('../images/foto4.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container.bg-imagen-inmobiliaria {
  background-image: linear-gradient(rgba(0, 0, 0, .89), rgba(0, 0, 0, .89)), url('../images/DSC00994.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.service-icon {
  width: 60px;
}

.service-sticky-2 {
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.image-6, .image-7, .image-8, .image-9, .image-10 {
  max-width: 80%;
}

.image-11 {
  z-index: 0;
  width: 800px;
  opacity: .25;
  display: none;
  position: absolute;
  top: 226px;
  bottom: 0%;
  left: -22%;
  right: auto;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  font-weight: 400;
}

.all-text-1 {
  max-width: none;
  color: var(--brand-gray);
  text-align: left;
  margin: 2em 0 4em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6em;
}

.b-content-accordion-wrapper {
  max-width: 400px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.span-link-primary {
  color: #e57361;
}

.b-h3-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.b-content-accordion-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-content-accordion-toggle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.b-content-image-wrapper {
  width: 100%;
  max-width: 510px;
}

.b-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.b-icon-medium {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.b-content-accordion-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454f5f;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
  padding-left: 56px;
  display: flex;
}

.b-max-width-small {
  max-width: 400px;
}

.b-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.b-content-accordion-item {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dce0e5;
  border-radius: 32px;
  padding: 24px;
  display: block;
}

.b-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.b-heading-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.b-content-accordion-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.b-container-small {
  z-index: 5;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.b-content-accordion-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.b-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.b-section-regular {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.text-block-26, .text-block-27, .text-block-28 {
  color: var(--white);
  font-family: Made outer sans personal use, sans-serif;
}

.section-16 {
  background-color: var(--footer-black);
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  display: none;
  position: relative;
  overflow: hidden;
}

.circle_height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.circle_item {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.circle_wrap {
  width: 90em;
  height: 42em;
  flex: none;
  margin-top: auto;
}

.circle {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .6s cubic-bezier(.445, .05, .55, .95), opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global-styles-2 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-408 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container-408.is-timeline {
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  padding: 35vh 0 0;
  display: flex;
  overflow: hidden;
}

.circle_wrapper {
  width: 100%;
  height: 100%;
}

.circle_list {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-logo-grid-primary-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-logo-grid-middle-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-logo-block-2 {
  min-height: 96px;
  background-color: rgba(68, 68, 68, .05);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  padding: 0;
  display: flex;
}

.accordian-item {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  display: block;
}

.accordian-wrapper {
  max-width: none;
  grid-row-gap: 24px;
  border: 1px #e4e6f1;
  border-radius: 8px;
  flex-flow: column;
  padding: 0 24px 24px;
  display: flex;
}

.accordian-paragraph {
  color: var(--brand-gray);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.4vw;
  display: none;
}

.accordian-dropdown {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.accordian-title-wrapper {
  width: 100%;
  white-space: normal;
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordian-title {
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 300;
  line-height: 1.1em;
}

.accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.accordian-icon {
  width: 24px;
  height: 24px;
  color: var(--footer-black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-accoridion {
  height: 300px;
  object-fit: fill;
  border-radius: 15px;
  margin-top: 20px;
}

.image-13 {
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 0;
}

.logo-real-start {
  max-width: 60%;
  align-self: center;
  margin-bottom: 40px;
}

.form-content-column-real-start {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px rgba(68, 68, 68, .2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 6em 5em;
  display: flex;
}

.custom-list-gallery-3 {
  max-width: none;
}

.text-span-25 {
  color: var(--brand-tierra-1);
  font-family: Emmanuelle, sans-serif;
}

.bold-text-14 {
  font-weight: 300;
}

.grid-5-historia {
  width: 100%;
  grid-column-gap: 5em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 2em;
  padding-left: 12em;
  padding-right: 12em;
}

.content-flex-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 1em;
  display: flex;
}

.icons-about-home {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  justify-items: center;
  margin-top: 2em;
  margin-bottom: 0;
}

.icon-about-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.icons-about-home .icon-about-home {
  gap: 20px;
}

.icons-about-home .icon-about-home img {
  width: 64px;
  height: 64px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  margin-bottom: 0;
  display: block;
}

.image-14 {
  max-height: 50px;
  max-width: 60%;
  margin-bottom: 20px;
}

.image-15 {
  max-width: 70%;
  margin-bottom: 20px;
}

.image-16 {
  max-width: 50%;
  margin-bottom: 20px;
}

.image-17 {
  max-width: 60%;
  margin-bottom: 20px;
}

.image-18 {
  max-width: 50%;
  margin-bottom: 20px;
}

.about-text-proyectos-icon {
  max-width: none;
  border: 1px none var(--brand-tierra-2);
  background-color: var(--brand-hueso);
  color: var(--brand-gray);
  text-align: left;
  border-radius: 15px;
  margin: 0 auto 2em;
  padding: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6em;
}

.about-text-proyectos-icon.centrado {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1em;
}

.grid-12 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  justify-content: stretch;
  justify-items: center;
  margin-left: 6em;
  margin-right: 6em;
}

.grid-9-copy {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 60px;
  padding-right: 60px;
}

.card-actualidad {
  border: 1px solid var(--brand-tierra-1);
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

.form-content-column-4 {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px rgba(68, 68, 68, .2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5em 6em;
  display: flex;
}

.form-content-column-4.bg-image {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 0;
  background-size: auto;
}

.a-h1-heading {
  color: #1e1e1e;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.a-h1-heading.margin-bottom-20 {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.agencias-tabs-content {
  overflow: visible;
}

.a-margin-bottom-16 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.a-margin-bottom-16.wrapper-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-bottom-20 {
  margin: 0 0 20px;
}

.text-block-29 {
  letter-spacing: -.02em;
}

.tab-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tab-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 20px 20px 30px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.tab-card:hover {
  transform: scale(.96);
  box-shadow: 12px 31px 60px rgba(138, 138, 138, .1);
}

.header-underline-doodle {
  width: 340px;
  margin-top: -15px;
  padding-top: 0;
  position: relative;
  top: -5px;
  left: 65px;
}

.header-underline-doodle.agencias-filtro {
  width: 250px;
  margin-top: 0;
  position: relative;
  top: -25px;
  left: 111px;
}

.a-detail-small {
  color: #01a4b4;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: #01a4b4;
  text-align: left;
  letter-spacing: 1.5px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.a-detail-small.a-text-color-primary.center {
  text-align: center;
}

.div-block-53 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.tab-image {
  height: 250px;
  border-radius: 24px;
  margin-bottom: 20px;
  overflow: hidden;
}

.agencias-tab-link {
  color: #4c4c4c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
}

.agencias-tab-link:hover {
  color: #01a4b4;
  background-color: rgba(0, 0, 0, 0);
  border-color: #01a4b4;
}

.agencias-tab-link.w--current {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #01a4b4;
  border-color: #01a4b4;
  font-weight: 500;
}

.agencias-tab-link.margin-top-20 {
  border-color: var(--brand-hueso);
  color: var(--white);
  letter-spacing: .2em;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.agencias-tab-link.margin-top-20:hover {
  letter-spacing: -.02em;
}

.agencias-tab-link.margin-top-20.w--current {
  border-color: var(--brand-tierra-1);
  background-color: var(--brand-tierra-1);
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 1em;
  font-weight: 300;
}

.agencias-tab-link.margin-top-20 {
  color: #fff;
  letter-spacing: .2em;
  border-color: #e7e0d5;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.agencias-tab-link.margin-top-20:hover {
  letter-spacing: -.02em;
}

.agencias-tab-link.margin-top-20.w--current {
  text-transform: uppercase;
  background-color: #b79266;
  border-color: #b79266;
  border-radius: 15px;
  font-size: 1em;
  font-weight: 300;
}

.image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-cover-2.fit-left {
  object-position: 12% 50%;
}

.image-cover-2.fit-top {
  object-position: 50% 0%;
}

.agencias-section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

.tab-title {
  color: #1e1e1e;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-52 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.image-26 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.a-paragraph-regular {
  color: #4c4c4c;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.a-paragraph-regular.no-margin {
  margin: 0;
}

.text-block-30 {
  letter-spacing: .2em;
  text-transform: uppercase;
}

.image-25 {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

.f-header-wrapper-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.agencias-tabs-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.agencias-tabs-menu {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-text-cta-images {
  z-index: 2;
  color: #01a4b4;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.button-bg {
  height: 100%;
  transform-origin: 100% 0;
  background-color: #093c50;
  border-radius: 100%;
  padding-top: 102%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-101%);
}

.button-wrapper {
  margin-top: 2.5em;
}

.button-2 {
  z-index: 3;
  color: #0f0f0f;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #01a4b4;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 2em 4em;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s, transform .3s, color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  transform: translate3d(0, -3px, .01px);
}

.button-2.button-white {
  background-color: #fff;
}

.cta-type-4-bg-wrapper {
  width: 100%;
  height: 100%;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-3 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content-3.cta-type-4 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 4em;
  padding-bottom: 3em;
}

.bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .65;
  background-color: #0f0f0f;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5em 6em;
  display: flex;
  position: relative;
}

.size-1 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.cta-type-4-bg-image {
  width: 25%;
  height: 100%;
  object-fit: cover;
}

.cta-type-4-bg-image.is-1 {
  width: auto;
}

.marquee {
  width: 100%;
  grid-column-gap: 1rem;
  background-color: var(--footer-black);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

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

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

.content-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5em;
  position: static;
}

.tab-icon {
  width: 40px;
  margin-right: 15px;
}

.tab-arrow {
  opacity: .4;
}

.tabs-item {
  border: 1px solid #eff0f6;
  border-radius: 20px;
  margin-bottom: 20px;
  display: block;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.tab-content {
  color: #999;
  padding-bottom: 20px;
  padding-left: 75px;
  padding-right: 50px;
}

.tabs-image {
  width: 40%;
  height: 540px;
  object-fit: cover;
  border-radius: 24px;
  margin-right: 80px;
}

.tabs-container {
  max-width: 1140px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pilares-section {
  background-color: #fff;
}

.tabs-item-toggle {
  align-items: center;
  padding: 20px;
  display: flex;
}

.tab-content-wrap {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.tab-name {
  color: #1e1e1e;
  letter-spacing: -.02em;
  flex: 1;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.a-h2-heading {
  color: #1e1e1e;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}

.tabs-section {
  color: #000;
  background-color: #fff;
  padding: 100px 5%;
  font-size: 16px;
  line-height: 24px;
}

.video-wrapper {
  background-color: rgba(255, 255, 255, .06);
  border-radius: 24px;
  padding-bottom: 60px;
}

.thumbinail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-lightbox-link {
  width: 100px;
  height: 90px;
  background-color: var(--brand-hueso);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  display: flex;
  position: absolute;
}

.video-lightbox-link:hover {
  width: 7em;
  height: 7em;
  background-color: var(--brand-gray);
}

.thumbnail-wrapper {
  height: 480px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  overflow: hidden;
}

.thumbnail-wrapper:hover {
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.collection-item-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.agencias-tabs-menu-2 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.m-content-tabs-menu {
  width: 100%;
  max-width: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 150px;
  display: flex;
}

.m-content-tabs-content {
  width: 100%;
}

.m-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
}

.m-content-tab-info-block {
  max-width: 510px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #7e8ef1;
  align-items: center;
  padding: 0;
  display: flex;
}

.m-content-tab-image {
  outline-offset: 0px;
  border-radius: 0;
  outline: 2px #22242f;
  overflow: hidden;
}

.m-content-tab-info {
  width: 100%;
  max-width: 400px;
  border-top: 2px #22242f;
  padding-top: 16px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.m-content-tab-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.m-content-tabs-wrapper {
  position: relative;
}

.m-content-tab-link {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  align-items: center;
  padding: 12px 24px;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.m-content-tab-link:hover {
  background-color: var(--footer-black);
}

.m-content-tab-link.w--current {
  max-width: 500px;
  background-color: var(--white);
  color: var(--brand-gray);
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-size: 2rem;
}

.m-content-tabs {
  align-items: stretch;
  display: flex;
}

.padding-section-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-half {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-half.margin-small {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial21_content {
  width: 25rem;
  min-width: 25rem;
  border: 1px solid #afafaf;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.testimonial21_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial21_loop-trigger {
  display: flex;
}

.name-testimonials {
  margin-bottom: 2px;
  font-weight: 500;
}

.testimonial21_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #03ffb1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.position-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
}

.testimonial21_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial21_client-image-wrapper {
  margin-right: 1rem;
}

.text-weight-semibold {
  margin-bottom: 2px;
  font-weight: 600;
}

.text-size-medium-2 {
  font-size: 1rem;
  font-weight: 200;
}

.text-size-medium-2.margin-bottom-20px {
  margin-bottom: 20px;
}

.testimonial21_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.section_testimonial21 {
  overflow: hidden;
}

.otros_negocios_image {
  width: 406px;
  height: 269px;
  min-width: auto;
  border: 1px #afafaf;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 2rem;
  padding: 0;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.paragraph-3 {
  color: var(--white);
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
}

.paragraph-3.tabs-cursos {
  width: 100%;
}

.parallax-background-inmobiliaria {
  z-index: 1;
  width: 100%;
  height: 130%;
  opacity: 1;
  object-fit: cover;
  position: absolute;
  left: 0%;
  right: 0%;
}

.text-span-26 {
  color: var(--brand-tierra-1);
  font-family: Emmanuelle, sans-serif;
  font-size: .9em;
}

.icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-regular {
  max-width: 460px;
  color: var(--white);
  margin-bottom: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
}

.check-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
}

.check-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5c5c5c;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.text-block-31, .text-block-32 {
  color: var(--white);
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.about-text-4 {
  max-width: none;
  color: var(--white);
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6em;
}

.about-text-4 p {
  line-height: 1.6em;
}

.brand-servicio {
  height: 5em;
  margin-top: 8em;
}

.brand-servicio-2 {
  height: 5em;
  margin-top: 18em;
}

.brand-servicio-3 {
  height: 5em;
  margin-top: 14em;
}

.whatsapp-div {
  z-index: 300;
  margin-bottom: 35px;
  margin-right: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.whatsapp-iink {
  background-color: #25d366;
  border-radius: 50px;
  margin: 0;
  padding: 10px;
  box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, .6);
}

.whatsapp-icon {
  width: 40px;
  height: 40px;
  max-width: none;
}

.play-pause--icon {
  width: 1em;
  height: 1em;
  font-size: 1.7em;
}

.video-unmute-button {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.custom-video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-play-wrapper {
  z-index: 0;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-play-pause-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 14.6em;
}

.vimeo-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vimdeo-player-overlay {
  background-color: rgba(0, 0, 0, .35);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-pause-wrapper {
  z-index: 1;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-play-pause-wrapper {
  width: 5em;
  height: 5em;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 999em;
  transition: all .25s;
}

.video-play-pause-wrapper:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper:active {
  transform: scale(.95);
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  width: 50em;
  height: auto;
  max-width: none;
  order: 1;
  align-self: center;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 0;
}

.video-vimeo-wrapper-2 {
  width: 100%;
  height: 0%;
  align-self: stretch;
  padding-top: 55%;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-unmute-wrapper-2 {
  z-index: 3;
  width: 7em;
  height: 7em;
  background-color: var(--brand-hueso);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #000;
  cursor: pointer;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em rgba(0, 0, 0, .45);
}

.video-unmute-wrapper-2:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper-2:active {
  transform: scale(.95);
}

.grid-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-for-animation-2 {
  z-index: 20;
  background-color: #b79266;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-quienes-somos-2 {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-quienes-somos-2.with-bg-light-white {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #e4c6be;
  border-bottom: 1px #e4c6be;
}

.cover-image-2, .cover-image-3, .cover-image-4, .cover-image-5, .cover-image-6, .cover-image-7 {
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uppercase-text-4 {
  color: #b79266;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  margin-right: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
}

.content-block-13 {
  width: 100%;
  max-width: 60em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-inner-3 {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4em 0 3em;
}

.padding-inner-3.pb-2em {
  padding-bottom: 0;
}

.container-event-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-right: 0;
  padding: 6em;
  display: flex;
  position: relative;
}

.container-event-2.yellow-top-border {
  border-top: 10px solid #fab838;
}

.section-18 {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-18.with-bg-black {
  color: #fff;
  background-color: #070504;
}

.text-block-33 {
  letter-spacing: -.02em;
}

.text-block-34 {
  letter-spacing: .2em;
  text-transform: uppercase;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading-3.is-grid-title-1 {
  max-width: 15em;
  color: #e7e0d5;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: .6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
  display: block;
}

.grid-text-4 {
  max-width: 30em;
  opacity: .85;
  color: #fff;
  margin-bottom: 4em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.5em;
}

.uppercase-text-5 {
  color: #b79266;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  margin-right: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
}

.content-block-14 {
  width: 100%;
  max-width: 60em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-event-3 {
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-right: 0;
  padding: 6em;
  display: flex;
  position: relative;
}

.container-event-3.yellow-top-border {
  border-top: 10px solid #fab838;
}

.text-block-35 {
  letter-spacing: -.02em;
}

.text-block-36 {
  letter-spacing: .2em;
  text-transform: uppercase;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading-4.is-grid-title-1 {
  max-width: 15em;
  color: #e7e0d5;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: .6em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
  display: block;
}

.grid-text-5 {
  max-width: 30em;
  opacity: .85;
  color: #fff;
  margin-bottom: 4em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.5em;
}

.div-block-55 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.div-block-55.image-column-2 {
  z-index: 100;
  width: 500px;
  height: 100%;
  background-color: var(--footer-black);
  background-image: url('../images/IMG-5858.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  position: relative;
}

.logo-nav-bar-2 {
  width: 60px;
  max-width: none;
  flex: 0 auto;
  display: block;
}

.nav-menu-button-2 {
  z-index: 10;
  width: 6.5em;
  cursor: pointer;
  border: 1px solid #b79266;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .3em 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.nav-menu-button-2:hover {
  background-color: rgba(183, 146, 102, .1);
  border-color: rgba(201, 155, 143, .5);
}

.burger-line-2 {
  width: 100%;
  height: 2px;
  background-color: #e7e0d5;
}

.brand-2 {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0 4em 0 0;
  transition: border-color .2s;
  display: flex;
  left: -1px;
}

.brand-2:hover {
  border-style: none;
  border-color: #000;
}

.brand-2.w--current {
  padding-right: 3em;
}

.nav-link-block-2 {
  color: #fff;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-left: .8em;
  padding-right: .8em;
  font-weight: 400;
  text-decoration: none;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
}

.nav-link-block-2:hover {
  letter-spacing: .3em;
  text-indent: .3em;
}

.headind-servicios {
  display: flex;
}

.image-29 {
  height: 5.5em;
  margin-right: 40px;
}

.image-30 {
  height: 7em;
  margin-right: 40px;
}

.button-3 {
  min-width: auto;
  background-color: var(--footer-black);
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: auto;
  padding: 1.4em 1.5rem;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 400;
  transition: transform .2s;
}

.button-3:hover {
  transform: scale(1.03);
}

.button-3.button-white {
  background-color: var(--brand-desarrollos);
  color: var(--footer-black);
}

.text-weight-bold {
  font-weight: 700;
}

.big-cats_modal-close {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  object-fit: contain;
  font-size: 3rem;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.big-cats_property {
  grid-column-gap: .5rem;
  font-family: Made outer sans personal use, sans-serif;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-small {
  padding-top: 1.3rem;
}

.padding-bottom.padding-xsmall {
  margin-bottom: 10px;
}

.heading-style-h3 {
  color: var(--brand-gray);
  letter-spacing: -.02em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.big-cats_modal-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex: none;
  padding: 4rem 1.5rem 2rem;
  display: block;
  position: relative;
  overflow: auto;
}

.porpcard_modal {
  z-index: 99;
  -webkit-backdrop-filter: saturate(0%) blur(.25rem);
  backdrop-filter: saturate(0%) blur(.25rem);
  background-color: rgba(41, 41, 44, .25);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.big-cats_modal-image {
  width: 20rem;
  height: 13rem;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 1rem;
  position: static;
  top: 0;
  left: 22.5rem;
}

.pop_card-content {
  height: 320px;
  background-color: #fff;
  flex-flow: column;
  padding: 1rem 1.5rem;
  display: flex;
  position: relative;
}

.text-block-37 {
  color: var(--brand-gray);
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.logo-card {
  align-self: center;
  margin-bottom: 0;
}

.line-card-proyect-3 {
  height: 1px;
  background-color: var(--brand-hueso);
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 0;
}

.timeline_progress-bar-2 {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#f93822, #f93822 50%, #f93822);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline_text {
  color: #f93822;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7rem;
}

.overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, #f7f7f7, rgba(10, 10, 10, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-timeline-2 {
  z-index: -3;
  background-color: var(--brand-hueso);
  position: relative;
}

.timeline_image-2 {
  border-radius: 6px 300px 300px 6px;
}

.paragraph-large-3 {
  width: 60%;
  color: #888b8d;
  letter-spacing: -.02em;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  line-height: 1rem;
}

.paragraph-large-3.end {
  line-height: 1.1rem;
}

.timeline_image-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow: hidden;
}

.timeline_item-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.section-timeline-heading {
  background-color: rgba(0, 0, 0, 0);
}

.heading-4-vh {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.heading-4-vh.centrado {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 3.2rem;
}

.section-timeline-cta-2 {
  background-color: #f7f7f7;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#f7f7f7, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_date-text-2 {
  color: #f93822;
  letter-spacing: 0;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 3.5vw;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.text-colour-lightgrey {
  color: #888b8d;
  font-size: .8rem;
  line-height: 1rem;
}

.padding-vertical-xlarge-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.timeline_circle-2 {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #f93822;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.section-brand-timeline {
  z-index: 0;
  position: relative;
}

.margin-bottom-medium-2 {
  margin-bottom: 10px;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.cta-kauma-grid {
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
}

.kauma-logo {
  height: 8em;
}

.cresa-block {
  flex-direction: row;
  display: flex;
}

.image-31 {
  max-width: none;
}

.pozas-logo {
  width: 20em;
  height: auto;
  align-self: center;
  margin-right: 4em;
}

.line-divider-cresa {
  width: 2px;
  height: 8em;
  background-color: var(--brand-hueso);
  margin-left: 4em;
  margin-right: 4em;
}

.text-span-27 {
  font-weight: 500;
}

.pozas-block {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.brand-logo-cta {
  width: 5em;
  height: auto;
  align-self: center;
}

.cresa-logo {
  width: 20em;
  height: auto;
  align-self: center;
  margin-right: 4em;
}

.dropdown-list {
  z-index: 100;
  color: var(--brand-gray);
  display: none;
}

.dropdown-list.w--open {
  z-index: 50;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 34px 34px 88px rgba(177, 186, 200, .16);
}

.avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-wrap-long {
  height: 200px;
  background-color: #fff;
  padding: 8px;
  overflow: auto;
}

.avatar-small-dropdown {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  background-color: #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
}

.dropdown-link {
  color: var(--brand-gray);
  letter-spacing: -.01em;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.dropdown-link:hover {
  background-color: var(--brand-hueso);
}

.dropdown-link:active {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-link:focus {
  background-color: var(--brand-hueso);
}

.dropdown-link.w--current {
  color: #2d0896;
}

.dropdown-toggle {
  z-index: 50;
  width: 100%;
  min-height: 3.6em;
  min-width: auto;
  color: var(--brand-gray);
  text-transform: uppercase;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: flex-start;
  margin-right: 0;
  padding: 20px 16px 12px 0;
  font-family: Made outer sans personal use, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.1em;
  transition: border-color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  outline-offset: 1px;
  border-style: none;
  border-color: #642eff;
  border-radius: 0;
  outline: 2px solid rgba(100, 46, 255, .1);
}

.dropdown-toggle.w--open {
  outline-offset: 0px;
  border-color: #642eff;
  outline: 2px solid rgba(100, 46, 255, .1);
}

.icon-dropdown {
  color: var(--brand-gray);
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 16px;
  font-size: 14px;
}

.dropdown {
  width: 100%;
  max-width: none;
}

.text-block-38 {
  color: var(--brand-gray);
}

.select-field {
  min-height: 3.6em;
  border: 1px none var(--brand-hueso);
  background-color: var(--brand-hueso);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 100;
}

.select-field.desarrolladora {
  border: 1px solid var(--brand-hueso);
  letter-spacing: .1em;
}

.div-block-32, .recaptcha-div {
  justify-content: center;
  display: flex;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 0;
}

.bold-text-15 {
  color: #21bc21;
}

.button-url-link {
  min-width: auto;
  background-color: var(--footer-black);
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: auto;
  padding: 1.4em 1.5rem;
  font-family: Made outer sans personal use, sans-serif;
  font-weight: 400;
  transition: transform .2s;
}

.button-url-link:hover {
  transform: scale(1.03);
}

.button-url-link.button-white {
  background-color: var(--brand-desarrollos);
  color: var(--footer-black);
}

@media screen and (min-width: 1280px) {
  .heading.in-hero-3 {
    font-weight: 300;
  }

  .about-text-5 {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .text-span-13 {
    font-weight: 400;
  }

  .button-1_wrapper.is-brown, .button-1_wrapper.is-yellow {
    padding-right: 5rem;
  }

  .button-1_circle.is-black.navbar-button {
    height: 100%;
  }

  .about-text-proyectos-icon {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .content-3 {
    max-width: 1140px;
    padding-left: 0;
    padding-right: 5em;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 15px;
  }

  .cover-image.is-team-member-1 {
    object-fit: cover;
  }

  .heading.is-content-title-1 {
    font-weight: 100;
  }

  .image-animation-trigger {
    align-self: auto;
  }

  .image-animation-trigger.video {
    object-position: 50% 50%;
    border-radius: 0;
    overflow: hidden;
  }

  .nav-burger-menu {
    padding-top: 2px;
    padding-bottom: 3px;
  }

  .form-title-block-1 {
    max-width: none;
  }

  .hero-bg-gradient-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 50%), linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .81) 50%, rgba(0, 0, 0, .2));
  }

  .content-image-2 {
    align-items: center;
  }

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

  .button-1_wrapper.is-brown, .button-1_wrapper.is-yellow {
    padding-right: 5rem;
  }

  .button-1_circle.is-black, .button-1_circle.is-black.navbar-button {
    height: 100%;
  }

  .text-span-24 {
    font-weight: 400;
  }

  .agencias-tabs-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-3 {
    max-width: 1140px;
    padding-left: 0;
    padding-right: 5em;
  }

  .grid-13 {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .cover-image-2 {
    width: 100%;
    height: auto;
  }

  .pop_card-content {
    height: 340px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }

  .padding-inner.pt-6em {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .padding-inner.pt-6em.buttom-margin-0 {
    justify-content: center;
  }

  .section.is-parallax-sec.constructora.error {
    display: block;
  }

  .container-event {
    max-width: none;
    margin-right: 0;
  }

  .form-title-block-1 {
    max-width: none;
  }

  .text-white-2 {
    text-align: left;
  }

  .text-white-2.text-align-center {
    text-align: center;
  }

  .slide-wrap {
    width: 6000px;
  }

  .container-none-padding {
    max-width: none;
    margin-right: 0;
  }

  .timeline-main_heading-wrapper {
    max-width: 800px;
  }

  .timeline_date-text {
    font-size: 3rem;
  }

  .padding-vertical-xlarge {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-1_wrapper.is-brown {
    padding-right: 6rem;
  }

  .button-1_wrapper.is-yellow {
    padding-right: 7rem;
  }

  .button-1_circle.is-black {
    height: 100%;
  }

  .image-17 {
    display: block;
  }

  .grid-12 {
    justify-content: space-between;
    justify-items: stretch;
  }

  .container-event-2, .container-event-3 {
    max-width: none;
    margin-right: 0;
  }

  .pop_card-content {
    height: 360px;
  }

  .paragraph-large-3 {
    font-size: 1.2rem;
    line-height: 1.2vw;
  }

  .paragraph-large-3.end {
    width: auto;
  }

  .heading-4-vh.centrado, .timeline_date-text-2 {
    font-size: 3rem;
  }

  .text-colour-lightgrey {
    font-size: 1rem;
    line-height: 1.2vw;
  }

  .padding-vertical-xlarge-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .padding-inner {
    align-self: stretch;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .padding-inner.pb-2em.buttom-margin-0 {
    padding-top: 4em;
  }

  .padding-inner.pt-6em {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .padding-inner.pt-6em.buttom-margin-0 {
    padding-top: 6em;
  }

  .section.is-about-sec {
    min-height: auto;
  }

  .section.is-parallax-sec {
    min-height: 80vh;
  }

  .container-event {
    padding: 4em;
  }

  .container-event.hero-section-margin {
    margin-top: 0;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .fullscreen-hero {
    min-height: 110vh;
    padding-bottom: 4em;
  }

  .heading.is-hero-1-title {
    font-size: 3.9em;
  }

  .heading.is-content-title-1 {
    font-size: 1.8em;
  }

  .heading.is-grid-title-1 {
    font-size: 3.9em;
  }

  .heading.is-grid-title-1.black {
    font-size: 2em;
  }

  .heading.is-grid-title-1.black.right {
    align-self: flex-end;
  }

  .heading.is-hero-4-title, .heading.is-hero-2-title {
    font-size: 6em;
  }

  .heading.in-hero-5 {
    margin-bottom: .8em;
    font-size: 4em;
  }

  .heading.is-service-1-title {
    margin-bottom: .8em;
    font-size: 2.8em;
  }

  .heading.is-service-title-1 {
    font-size: 2.8em;
  }

  .heading.is-featured-blog-title {
    font-size: 1.9em;
  }

  .heading.in-hero-6 {
    font-size: 4em;
  }

  .heading.is-blog-title-2 {
    font-size: 2em;
  }

  .heading.is-title-1 {
    font-size: 3.5em;
  }

  .heading.is-case-title-1 {
    font-size: 3.7em;
  }

  .heading.is-article-title {
    font-size: 4em;
  }

  .heading.is-about-title-1 {
    margin-bottom: 1.5em;
    font-size: 3.3em;
  }

  .heading.is-hero-5-title {
    margin-right: .6em;
    font-size: 7em;
  }

  .heading.is-hero-6-title {
    font-size: 5em;
  }

  .heading.is-grid-title-2 {
    font-size: 3em;
  }

  .heading.is-hero-4-title-2 {
    font-size: 5em;
  }

  .heading.is-case-title-2 {
    font-size: 2em;
    line-height: 1.7em;
  }

  .heading.is-person-title-1 {
    font-size: 4em;
  }

  .heading.is-client-title {
    font-size: 3.5em;
  }

  .heading.is-social-title {
    font-size: 5em;
  }

  .heading.is-form-title-2 {
    text-align: center;
    font-size: 1.8em;
  }

  .heading.is-consultation-title {
    font-size: 5em;
  }

  .heading.is-content-title-2 {
    font-size: 1.8em;
  }

  .heading.is-blog-title-3 {
    font-size: 2em;
  }

  .heading.is-about-title-2 {
    font-size: 1.5em;
  }

  .heading.is-grid-title-3 {
    font-size: 3em;
  }

  .heading.in-hero-4 {
    margin-bottom: .8em;
    font-size: 4em;
  }

  .heading.is-hero-1-title2 {
    font-size: 3.9em;
  }

  .heading.is-about-title-2--2 {
    font-size: 1.8em;
  }

  .heading.is-about-title-2--2.white {
    font-size: 1.5em;
  }

  .heading.in-hero-1 {
    margin-bottom: .8em;
    font-size: 4em;
  }

  .heading.all-text-1.margin-0-centrado {
    font-size: .8em;
  }

  .heading.is-grid-title-2 {
    font-size: 3em;
  }

  .heading.is-hero-1-title-black, .heading.is-hero-1-title-bolsa {
    font-size: 3.9em;
  }

  .navbar {
    padding-top: 2em;
    padding-bottom: 1em;
    position: fixed;
  }

  .navbar.black-bg.gradient-background {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-bottom: 4em;
  }

  .nav-inner {
    min-height: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .brand {
    padding-left: 0;
    padding-right: 2em;
  }

  .brand:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .brand.w--current {
    padding-left: 0;
  }

  .brand-name {
    font-size: 1.3em;
  }

  .brand-slogan, .nav-menu {
    display: none;
  }

  .hero-content-block-1 {
    flex-direction: column;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .content-image-right {
    min-height: 30em;
  }

  .content-grid-3 {
    grid-column-gap: 2.75em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr 1fr;
  }

  .content-grid-1 {
    margin-bottom: 2em;
  }

  .content-grid-1.with-margin-bottom {
    margin-bottom: 4em;
  }

  .hero-case {
    width: 100%;
    min-width: auto;
    margin-top: 40px;
  }

  .hero-case:hover {
    width: auto;
    min-height: 20em;
    min-width: auto;
  }

  .hero-case-gradient {
    height: 90%;
  }

  .top-background {
    display: none;
  }

  .simple-button-title {
    font-size: .9em;
  }

  .service-image-size {
    height: 20em;
  }

  .service-3-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .service-link {
    padding: 2em;
  }

  .service-link:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .service-content-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .simple-button {
    flex-direction: row;
    font-size: .9em;
  }

  .grid-block-1.is-2nd {
    padding-top: 1em;
  }

  .team-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-content-1 {
    width: 100%;
  }

  .grid-content-1.is-2nd {
    margin-bottom: 2em;
  }

  .number-text-1 {
    font-size: 4em;
  }

  .number-grid {
    grid-template-columns: .5fr 1.75fr;
  }

  .form-field {
    font-size: 1.3em;
  }

  .form-field.text-area.in-consultancy {
    min-height: 15em;
  }

  .form-content-column-1 {
    border-bottom: 1px solid var(--brand-hueso);
    padding: 4em 3em;
  }

  .form-content-column-1.blue-bg-constructora {
    padding: 4em;
  }

  .form-content-column-1.historia-bg-image {
    height: 330px;
    background-position: 50%;
  }

  .footer-row-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-contact-link-block {
    font-size: 2.1em;
  }

  .footer-link-2 {
    padding-left: .7em;
    padding-right: .7em;
  }

  .footer-link-2:hover {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .footer-social-list {
    grid-row-gap: 1.5em;
    align-items: flex-start;
  }

  .footer-social-link {
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-start;
    font-size: .9em;
  }

  .footer-2-contact {
    min-height: 9em;
    min-width: auto;
    flex: 1;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-made-logo {
    margin-bottom: 1em;
    font-size: 1.1em;
  }

  .footer-contact-title {
    opacity: .6;
    letter-spacing: .2em;
    text-indent: .2em;
    font-size: .8em;
    font-weight: 600;
    display: block;
    position: relative;
  }

  .nav-menu-button {
    border-color: var(--brand-tierra-1);
  }

  .nav-menu-button:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0) rgba(201, 155, 143, .3) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }

  .nav-burger-menu {
    padding-bottom: 3px;
  }

  .burger-line {
    background-color: var(--white);
  }

  .menu-column-2-inner {
    min-width: 15em;
  }

  .menu-2-main-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .menu-2-main-link:hover {
    height: 100%;
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  .menu-social-text {
    font-size: .85em;
    font-weight: 600;
  }

  .close-button {
    opacity: 1;
    font-size: .9em;
    right: 7em;
  }

  .menu-link {
    font-size: 3vh;
  }

  .main-button {
    min-height: 4em;
  }

  .main-button.in-menu {
    font-size: .8em;
  }

  .footer-grid-1 {
    grid-column-gap: 5em;
    grid-row-gap: 2.5em;
    grid-template-columns: .5fr 2fr;
  }

  .hero-2-title-block {
    margin-left: 0;
    margin-right: 0;
  }

  .fullscreen-hero-2 {
    min-height: auto;
    padding-top: 10em;
    padding-bottom: 4em;
  }

  .hero-header-1 {
    padding-bottom: 4em;
  }

  .hero-4 {
    padding-top: 20.5em;
    padding-bottom: 15em;
  }

  .hero-image-size-1 {
    width: 63vw;
  }

  .hero-4-images.is-fullscreen-images {
    min-height: 75vh;
  }

  .hero-4-header {
    min-height: auto;
  }

  .logo-hexagon {
    display: none;
  }

  .submit-button.is-password-button.top-margin-2em {
    margin-top: 2em;
  }

  .project-title {
    font-size: 2em;
  }

  .project-column-1 {
    width: 100%;
    margin-bottom: 2.2em;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .project-column-2 {
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content-grid-4 {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
    grid-template-columns: 1fr 1fr;
  }

  .consultancy {
    padding-top: 8.5em;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .consultancy-column-1 {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .consultancy-column-2 {
    border-top: 1px solid rgba(144, 108, 99, .3);
    border-left-width: 0;
    border-left-color: rgba(0, 0, 0, 0);
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-block-8 {
    max-width: none;
  }

  .hero-5 {
    padding-top: 15em;
    padding-bottom: 6em;
  }

  .hero-text-1 {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .content-grid-5 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-5-image {
    width: 100%;
  }

  .service-1-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-1-link {
    height: 40em;
  }

  .services-1-page {
    min-height: auto;
  }

  .service-1-list-page {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .service-1-link-page {
    padding-top: 14em;
    padding-bottom: 3.5em;
  }

  .service-1-content-1 {
    max-width: 23em;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .team-grid-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .team-2-item {
    padding-left: 2em;
  }

  .article-padding {
    padding-top: 15em;
  }

  .service-grid {
    grid-template-columns: 2fr 1fr;
  }

  .hero-service {
    padding-top: 12em;
    padding-bottom: 7em;
  }

  .sidebar-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .sidebar-text {
    font-size: 1.5em;
  }

  .sidebar-icon {
    font-size: 2.8em;
  }

  .blog-grid-2 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .blog-content-block {
    padding-left: 1.5em;
  }

  .blog-grid-1 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .footer-menu-button:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0) rgba(201, 155, 143, .3) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }

  .hero-6 {
    padding-top: 12em;
    padding-bottom: 2em;
  }

  .blog-padding-inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .blog-grid-3 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .form-grid-1 {
    grid-row-gap: 5.25em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-column-1 {
    border-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .blog-content-block-2 {
    padding-left: 1.5em;
  }

  .blog-grid-4 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr 1fr;
  }

  .explore-button {
    min-height: 4em;
  }

  .footer-image-1 {
    margin-left: 0;
    margin-right: 1.5em;
  }

  .article-image-1 {
    display: none;
  }

  .article-title-block {
    flex-direction: column;
  }

  .article-padding-inner-1 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .timeline-1 {
    margin-left: 0;
  }

  .article-content-2 {
    width: auto;
    max-width: none;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-article-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: .25fr 2.5fr .25fr;
  }

  .hero-1-text-2 {
    font-size: 1.1em;
  }

  .clients-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-logo:hover {
    transform: scale(1);
  }

  .project-grid-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: .25fr 1.5fr;
  }

  .project-content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .grid-block-2 {
    flex-wrap: wrap;
  }

  .grid-content-2 {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 2em;
    margin-left: 0;
  }

  .grid-content-2.is-2nd {
    margin-bottom: 0;
  }

  .grid-text-1 {
    margin-bottom: 2em;
  }

  .grid-text-1.black {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-text-1.black.margin-4em {
    margin-left: 4em;
    margin-right: 4em;
  }

  .form-column-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    margin-bottom: 2em;
  }

  .form-title-block-1 {
    max-width: none;
    justify-content: flex-start;
  }

  .breadcrumb-link {
    min-width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .breadcrumb-link:hover {
    min-width: auto;
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .title-block-3 {
    max-width: 27em;
  }

  .large-text-1 {
    font-size: 20vw;
  }

  .team-image-size {
    height: 15em;
  }

  .content-block-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .form-content-column-3 {
    padding: 6em 3.5em;
  }

  .team-3-item {
    padding-left: 2em;
  }

  .team-4-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 3.5em;
  }

  .team-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .content-image-2 {
    min-height: 35em;
  }

  .content-grid-6 {
    grid-column-gap: .5em;
    grid-row-gap: 2.5em;
    grid-template-columns: .25fr 1.5fr;
  }

  .project-content-1 {
    max-width: none;
  }

  .sidebar-in-case {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 5em;
    position: relative;
    top: 0;
  }

  .content-text-11 {
    color: #f5ecea;
  }

  .project-title-text-1 {
    font-size: 1.6em;
  }

  .case-sidebar-block-1 {
    z-index: 10;
    width: 100%;
    color: var(--white);
    padding: 5em;
    position: relative;
  }

  .case-sidebar-block-2 {
    z-index: 1;
    height: auto;
    min-height: auto;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sidebar-image-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .8));
  }

  .content-title-2 {
    color: #e4c6be;
  }

  .consultancy-1 {
    padding-top: 5.9em;
    padding-bottom: 5.9em;
  }

  .hero-4-header-fullscreen {
    padding-top: 21.5em;
  }

  .uppercase-text-2 {
    font-size: 1.2em;
  }

  .alternative-pages {
    padding-left: .7em;
    padding-right: .7em;
  }

  .person-grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
  }

  .person-image-size {
    height: 50em;
  }

  .client-image-1 {
    min-height: 30em;
  }

  .terms-text-2 {
    font-size: 1.4em;
  }

  .terms-padding-1 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .terms-grid-1 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .about-author-block {
    max-width: none;
  }

  .about-text-2 {
    max-width: none;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .about-block-2 {
    border-left-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .about-block-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid-1 {
    grid-column-gap: 2.75em;
    grid-row-gap: 6em;
  }

  .list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-text-3 {
    margin-bottom: 2em;
  }

  .curso-3-list {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .curso-2-item {
    padding-left: 2em;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .bottom-background {
    display: none;
  }

  .services-cms {
    min-height: auto;
  }

  .padding-inner-2 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid-2 {
    grid-column-gap: 2.75em;
    grid-row-gap: 6em;
  }

  .f-image-cover {
    max-height: none;
    max-width: none;
    min-height: auto;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .heading-carrers.is-hero-4-title-2-carrers {
    font-size: 3.9em;
  }

  .f-sub-heading-large {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .img-child.inmobiliaria.hover-work-pfolio-effect, .img-child.constructora.hover-work-pfolio-effect {
    background-position: 0 0, 50%;
  }

  .work-home-text-conatin.center-text.text-white {
    bottom: 10%;
  }

  .scroll-parent.one, .scroll-parent.three {
    width: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .scroll-parent.two {
    width: auto;
    margin-left: 0;
    margin-right: 0%;
  }

  .scroll-inner {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .work-container {
    height: 70em;
    margin-left: 0;
    margin-right: 0;
  }

  .none-padding-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-none-padding {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .card-team-v1-content {
    height: 32em;
    padding: 1em;
  }

  .image-3 {
    min-height: 100%;
    display: inline-block;
  }

  .about-text-5 {
    text-align: center;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
  }

  .m-footer-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .m-footer-legal-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    display: grid;
  }

  .m-footer-legal-button {
    padding-left: 0;
  }

  .proyect_image {
    max-height: 150px;
    max-width: 150px;
  }

  .location-card {
    grid-column-gap: 5px;
    flex-direction: row;
    grid-template-columns: .25fr 1.75fr;
    align-self: flex-start;
    display: flex;
  }

  .location-icon-card {
    align-self: center;
    margin-right: 10px;
  }

  .container-407 {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-407.end {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-407.timeline {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-407.end {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-407.start {
    padding-bottom: 20px;
  }

  .container-407.timeline {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .timeline_image-wrapper {
    width: 240px;
    align-self: flex-end;
    overflow: hidden;
  }

  .timeline-main_heading-wrapper {
    max-width: 100%;
  }

  .timeline_item {
    grid-template-columns: 1fr 100px 1fr;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timeline_date-text {
    font-size: 1.5rem;
    line-height: 4.5vw;
  }

  .padding-vertical-xlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-medium {
    flex-direction: column;
    display: flex;
  }

  .about-text-5-white {
    text-align: left;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .valores-icon-card {
    padding: 10px;
  }

  .image-5 {
    max-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-list-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .m-content-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-1_wrapper.is-brown {
    height: 6vw;
    font-size: 2vw;
  }

  .button-1_wrapper.is-yellow {
    height: 7vw;
    font-size: 2vw;
  }

  .golden-circle {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-19 {
    min-width: 100%;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

  .grid-service {
    grid-template-columns: 1fr;
  }

  .container.bg-imagen-costructora, .container.bg-imagen-desarrolladora, .container.bg-imagen-inmobiliaria {
    padding-left: 4em;
    padding-right: 4em;
  }

  .service-sticky-2 {
    margin-bottom: 40px;
  }

  .all-text-1 {
    text-align: center;
  }

  .b-content-accordion-wrapper {
    max-width: none;
  }

  .b-content-image {
    width: 100%;
  }

  .b-content-image-wrapper {
    max-width: none;
  }

  .b-content-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .b-section-regular {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .circle_wrap {
    font-size: 2vw;
  }

  .container-408 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-408.is-timeline {
    padding-left: 0;
    padding-right: 0;
  }

  .accordian-item {
    margin-left: 0;
    margin-right: 0;
  }

  .accordian-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .accordian-dropdown {
    width: 100%;
  }

  .accordian-content {
    margin-left: 0;
    margin-right: 0;
  }

  .image-accoridion {
    height: 300px;
  }

  .image-13 {
    width: 100%;
  }

  .form-content-column-real-start {
    padding: 8em 3em 0;
  }

  .grid-5-historia {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .about-text-proyectos-icon {
    text-align: center;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 4em;
    margin-right: 4em;
  }

  .grid-9-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .form-content-column-4 {
    border-bottom: 1px solid var(--brand-gray);
    padding: 4em 3em;
  }

  .form-content-column-4.bg-image {
    padding: 4em;
  }

  .a-margin-bottom-16.wrapper-center {
    justify-content: center;
    display: flex;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .header-underline-doodle {
    left: 35px;
  }

  .header-underline-doodle.agencias-filtro {
    top: -25px;
    left: 125px;
  }

  .tab-image {
    height: 200px;
  }

  .agencias-tab-link {
    margin-top: 20px;
  }

  .agencias-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .a-paragraph-regular {
    width: 100%;
  }

  .a-paragraph-regular.no-margin {
    width: 95%;
    font-size: 15px;
  }

  .agencias-tabs-menu {
    width: 100%;
    margin-bottom: 60px;
  }

  .cta-content {
    padding-left: 4em;
    padding-right: 4em;
  }

  .cta-type-4-bg-image {
    width: 65%;
    flex: none;
  }

  .tabs-image {
    width: 100%;
    height: 250px;
    object-position: 50% 65%;
    margin-right: 40px;
  }

  .tabs-image.f-margin-bottom-40 {
    margin-right: 0;
  }

  .tabs-container {
    display: block;
  }

  .tabs-content, .a-h2-heading {
    width: 100%;
  }

  .tabs-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .agencias-tabs-menu-2 {
    width: 100%;
    margin-bottom: 60px;
  }

  .m-content-tabs-menu {
    max-width: 100%;
    flex-flow: column wrap;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
  }

  .m-content-tab-info-block {
    max-width: none;
    justify-content: center;
  }

  .m-content-tab-info {
    max-width: none;
    margin-top: 64px;
    position: static;
    top: 238px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .m-content-tab-link {
    width: auto;
    max-width: 100%;
    font-size: 1.5em;
  }

  .m-content-tab-link.w--current {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 23px;
    font-size: 1.5em;
  }

  .m-content-tabs {
    flex-direction: column;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-half {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial21_component {
    grid-template-columns: 1fr 1fr;
  }

  .otros_negocios_image {
    height: auto;
  }

  .paragraph-3.tabs-cursos {
    text-align: center;
  }

  .about-text-4 {
    text-align: left;
  }

  .video-play-wrapper:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active {
    transform: scale(.9);
  }

  .video-vimeo-wrapper-2 {
    padding-top: 50%;
  }

  .video-unmute-wrapper-2:hover {
    transform: none;
  }

  .video-unmute-wrapper-2:active {
    transform: scale(.9);
  }

  .content-block-13 {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-inner-3 {
    align-self: stretch;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container-event-2 {
    padding: 2em 4em;
  }

  .heading-3.is-grid-title-1 {
    font-size: 3.9em;
  }

  .grid-text-4 {
    margin-bottom: 2em;
  }

  .content-block-14 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-event-3 {
    padding: 2em 4em;
  }

  .heading-4.is-grid-title-1 {
    font-size: 3.9em;
  }

  .grid-text-5 {
    margin-bottom: 2em;
  }

  .div-block-55.image-column-2 {
    width: 100%;
    height: 350px;
    flex: 0 auto;
    align-self: stretch;
    overflow: hidden;
  }

  .nav-menu-button-2 {
    border-color: #b79266;
  }

  .nav-menu-button-2:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0) rgba(201, 155, 143, .3) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }

  .burger-line-2 {
    background-color: #fff;
  }

  .brand-2 {
    padding-left: 0;
    padding-right: 2em;
  }

  .brand-2:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .brand-2.w--current {
    padding-left: 0;
  }

  .headind-servicios {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .image-29, .image-30 {
    margin-bottom: 20px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pop_card-content {
    height: 360px;
  }

  .timeline_text {
    line-height: 1.5;
  }

  .paragraph-large-3 {
    margin-top: 16px;
    margin-bottom: 15px;
    line-height: 1rem;
  }

  .paragraph-large-3.end {
    margin-bottom: 0;
  }

  .heading-4-vh.centrado {
    width: auto;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .timeline_date-text-2 {
    font-size: 2rem;
    line-height: 4.5vw;
  }

  .text-colour-lightgrey {
    line-height: 1rem;
  }

  .padding-vertical-xlarge-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-large {
    margin-bottom: 20px;
  }

  .cta-kauma-grid {
    grid-template-columns: 1fr;
  }

  .kauma-logo {
    height: 4em;
  }

  .cresa-block {
    flex-direction: row;
  }

  .button-url-link {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .padding-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-event {
    padding: 6em 4em;
  }

  .container-event.is-article-con {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .fullscreen-hero {
    min-height: 88vh;
    padding-top: 15em;
  }

  .cover-image {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading.is-hero-1-title {
    font-size: 3.8em;
  }

  .heading.is-grid-title-1 {
    font-size: 3em;
  }

  .heading.is-grid-title-1.black.right {
    align-self: flex-start;
  }

  .heading.is-hero-4-title, .heading.is-hero-2-title {
    font-size: 5em;
  }

  .heading.is-contact-form-title {
    font-size: 2em;
  }

  .heading.in-hero-5 {
    font-size: 3em;
  }

  .heading.in-hero-6 {
    margin-bottom: 0;
    font-size: 3em;
  }

  .heading.is-blog-title-2 {
    font-size: 1.6em;
  }

  .heading.is-title-1 {
    font-size: 3em;
  }

  .heading.is-title-1.with-button {
    margin-bottom: .5em;
  }

  .heading.is-case-title-1 {
    font-size: 3.4em;
  }

  .heading.is-article-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-about-title-1 {
    margin-bottom: .7em;
  }

  .heading.is-hero-5-title {
    margin-bottom: .3em;
    margin-right: 0;
  }

  .heading.is-hero-4-title-2 {
    font-size: 4em;
  }

  .heading.is-person-title-1 {
    margin-bottom: 0;
    font-size: 3em;
  }

  .heading.is-client-title {
    font-size: 3em;
  }

  .heading.is-consultation-title {
    font-size: 9vw;
  }

  .heading.is-blog-title-3 {
    font-size: 1.6em;
  }

  .heading.is-about-title-2 {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .heading.in-hero-4 {
    font-size: 3em;
  }

  .heading.is-hero-1-title2 {
    font-size: 4.2em;
  }

  .heading.is-about-title-2--2 {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .heading.in-hero-1 {
    font-size: 3em;
  }

  .heading.is-hero-1-title-black {
    font-size: 4.2em;
  }

  .heading.is-hero-1-title-black.buttom-margin-1em {
    font-size: 3em;
  }

  .heading.is-hero-1-title-bolsa {
    font-size: 4.2em;
  }

  .hero-1-title-block {
    margin-bottom: 2.5em;
  }

  .navbar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .navbar.black-bg.gradient-background {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(7, 5, 4, 0));
    padding-top: 2em;
  }

  .nav-inner {
    max-width: none;
    min-height: 3.5em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .brand {
    padding-left: 0;
    padding-right: 1.5em;
  }

  .hero-content-block-1 {
    flex-wrap: wrap;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-paragraph {
    font-size: 1.2em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-title {
    font-size: 1.6em;
  }

  .content-image-right {
    min-height: 25em;
  }

  .content-grid-3 {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .hero-case {
    width: 100%;
    min-height: 20em;
    min-width: auto;
    border-radius: 15px;
    align-items: flex-start;
    padding-right: 7.6em;
  }

  .hero-case:hover {
    width: 100%;
    min-width: auto;
  }

  .hero-case-gradient {
    width: 100%;
    height: auto;
    background-image: linear-gradient(270deg, rgba(34, 24, 22, 0), rgba(17, 12, 11, .94));
    border-radius: 15px;
    align-items: flex-start;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .simple-button-title {
    font-size: 1em;
  }

  .service-3-grid {
    grid-template-columns: 1fr;
  }

  .number-text-1 {
    font-size: 4em;
  }

  .checkbox-label {
    font-size: .9em;
  }

  .form {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .form-field::-ms-input-placeholder {
    font-size: .9em;
  }

  .form-field::placeholder {
    font-size: .9em;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

  .form-content-column-1 {
    width: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .footer-row-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-link-1 {
    width: 50%;
    border-bottom: 1px solid rgba(245, 236, 234, .15);
    flex: 0 auto;
    align-self: auto;
  }

  .footer-block-2 {
    flex-wrap: wrap;
  }

  .footer-block-3 {
    grid-row-gap: 1.5em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .footer-social-wrap {
    width: 100%;
  }

  .footer-social-link {
    font-size: 1em;
  }

  .nav-menu-button {
    width: 6em;
    border-color: var(--brand-tierra-1);
  }

  .menu-column-2-inner {
    border: 1px solid rgba(245, 236, 234, .35);
    position: relative;
  }

  .menu-column-1 {
    width: 100%;
    align-self: auto;
    padding-top: 8em;
    padding-bottom: 4em;
    overflow: visible;
  }

  .menu-2-main-link {
    min-height: 6.2em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .menu-social-text {
    font-size: 1em;
  }

  .menu-contact-link {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .fullscreen-inner {
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    overflow: auto;
  }

  .close-button {
    right: 4em;
  }

  .menu-column-2 {
    width: 100%;
    height: auto;
    padding: 3.5em 2.5em 4.5em;
    position: relative;
  }

  .menu-contact-link-text {
    font-size: 1em;
  }

  .menu-main-links {
    flex: 0 auto;
  }

  .menu-logo {
    position: relative;
    top: auto;
  }

  .menu-social-wrap {
    position: relative;
    bottom: auto;
  }

  .main-button.in-menu {
    min-height: 3em;
  }

  .main-button.in-projects-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-case-content {
    text-align: left;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2.5em;
  }

  .footer-grid-1 {
    grid-template-columns: 1fr;
  }

  .fullscreen-hero-2 {
    min-height: auto;
    padding-top: 14em;
  }

  .hero-header-1 {
    min-height: 88vh;
    padding-top: 15em;
  }

  .hero-1-text-1 {
    font-size: 1.3em;
  }

  .hero-4 {
    padding-top: 19em;
    padding-bottom: 12em;
  }

  .hero-4-inner {
    margin-bottom: 2.5em;
  }

  .hero-4-images.is-fullscreen-images {
    height: 40em;
    min-height: auto;
  }

  .hero-4-header {
    padding-top: 21em;
    padding-bottom: 14em;
  }

  .project-column-2 {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .content-grid-4 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .consultancy {
    padding-top: 6.5em;
  }

  .form-consultancy {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-text-6 {
    font-size: 1.6em;
  }

  .service-1-link {
    height: 35em;
  }

  .project-2-content {
    flex-wrap: wrap;
  }

  .project-column-4 {
    padding-left: 3em;
  }

  .team-grid-1 {
    grid-template-columns: 1fr;
  }

  .team-column-2 {
    min-height: 35em;
    position: relative;
    top: 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    height: auto;
    position: relative;
  }

  .hero-service {
    min-height: auto;
    padding-top: 16em;
    padding-bottom: 10em;
  }

  .sidebar-link {
    border-bottom-color: rgba(201, 155, 143, .3);
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .sidebar-link:hover {
    border-bottom-color: rgba(201, 155, 143, .3);
  }

  .blog-content-block {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

  .blog-grid-1 {
    grid-template-columns: 1fr;
  }

  .blog-column-2 {
    min-height: 40em;
    position: relative;
    top: auto;
  }

  .blog-featured-content-wrap {
    padding-top: 6em;
  }

  .footer-menu-button {
    width: 6em;
    border-color: rgba(201, 155, 143, .3);
  }

  .blog-grid-3, .form-grid-1 {
    grid-template-columns: 1fr;
  }

  .blog-content-block-2 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

  .blog-grid-4 {
    grid-template-columns: 1fr;
  }

  .article-image-1 {
    min-height: 25em;
  }

  .article-author-text-1 {
    font-size: 1.6em;
  }

  .timeline-1 {
    margin-left: auto;
  }

  .grid-article-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .form-image-size-1 {
    height: 18em;
  }

  .hero-title-block-2 {
    flex-wrap: wrap;
  }

  .hero-1-text-2 {
    margin-top: 0;
    font-size: 1.2em;
  }

  .clients.with-margin-bottom {
    margin-bottom: 3em;
  }

  .clients-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-grid-1 {
    grid-template-columns: 1fr;
  }

  .grid-text-1.black.right {
    text-align: left;
    padding-left: 0;
  }

  .form-title-block-1 {
    max-width: none;
  }

  .hero-6-title-block {
    margin-bottom: 2.5em;
  }

  .team-column-1 {
    padding-top: 2em;
  }

  .large-text-wrap {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .team-image-size {
    height: 28em;
  }

  .form-content-column-3 {
    width: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .team-4-list {
    grid-template-columns: 1fr;
  }

  .content-image-2 {
    min-height: 25em;
  }

  .content-text-11 {
    font-size: 1.6em;
  }

  .consultancy-1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .hero-4-header-fullscreen {
    min-height: auto;
    padding-top: 21em;
    padding-bottom: 17em;
  }

  .client-image-1 {
    min-height: 25em;
  }

  .terms-grid-1 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .form-grid-2 {
    flex-wrap: wrap;
  }

  .about-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-block-1 {
    max-width: 30em;
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid-1 {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .curso-3-list {
    grid-template-columns: 1fr;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-block-1-copy {
    max-width: 30em;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid-2 {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .heading-carrers.is-hero-4-title-2-carrers {
    font-size: 4em;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .container-none-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .card-team-v1-position {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-team-v1-content {
    height: 25em;
    padding: 2em;
  }

  .paragraph-2.card-team-v1-about-excerpt {
    max-width: 90%;
  }

  .about-text-5 {
    max-width: 100%;
  }

  .m-footer-grid-large {
    grid-template-columns: 1fr;
  }

  .m-footer-legal-wrapper {
    grid-template-rows: auto;
    display: flex;
  }

  .m-footer-line {
    margin-top: 10px;
  }

  .container-407.end {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-407.timeline {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-407.end {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-407.start {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container-407.timeline {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 20px;
  }

  .timeline_image-wrapper {
    align-self: stretch;
  }

  .timeline_left {
    text-align: left;
    display: none;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 6vw;
  }

  .padding-vertical-xlarge {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 10px;
  }

  .timeline_right2 {
    text-align: left;
    display: none;
  }

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-1_wrapper.is-brown {
    height: 9vw;
    font-size: 2vw;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .b-h3-heading {
    font-size: 40px;
  }

  .f-logo-block-2 {
    min-height: 40px;
  }

  .form-content-column-real-start {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

  .grid-5-historia {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-12 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .form-content-column-4 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-card-grid {
    max-width: 350px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-card {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-underline-doodle.agencias-filtro {
    left: 0;
  }

  .tab-image {
    height: 250px;
  }

  .a-paragraph-regular {
    width: 100%;
  }

  .a-paragraph-regular.no-margin {
    max-width: 568px;
  }

  .button-text-cta-images {
    font-size: 1em;
  }

  .button-2 {
    padding: 3vw 7vw;
    font-size: 18px;
  }

  .content-3 {
    max-width: 568px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-header {
    margin-bottom: 4vw;
  }

  .tabs-image {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 60px;
    margin-right: 0;
  }

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

  .tabs-content {
    margin-bottom: 40px;
  }

  .a-h2-heading {
    width: 90%;
    font-size: 45px;
  }

  .tabs-section {
    width: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-half {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial21_content {
    padding: 1.5rem;
  }

  .testimonial21_component {
    grid-template-columns: 1fr;
  }

  .testimonial21_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .testimonial21_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .otros_negocios_image {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }

  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }

  .video-unmute-wrapper-2 {
    font-size: .9em;
  }

  .cover-image-2, .cover-image-3, .cover-image-4, .cover-image-5, .cover-image-6, .cover-image-7 {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-inner-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-event-2 {
    padding: 6em 4em;
  }

  .heading-3.is-grid-title-1 {
    font-size: 3em;
  }

  .container-event-3 {
    padding: 6em 4em;
  }

  .heading-4.is-grid-title-1 {
    font-size: 3em;
  }

  .nav-menu-button-2 {
    width: 6em;
    border-color: #b79266;
  }

  .brand-2 {
    padding-left: 0;
    padding-right: 1.5em;
  }

  .headind-servicios {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-29.margin-buttom-1em {
    margin-bottom: 1em;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .timeline_text {
    font-size: 24px;
    line-height: 1.5;
  }

  .paragraph-large-3 {
    font-size: .8rem;
    line-height: 2.8vw;
  }

  .paragraph-large-3.end {
    width: 90%;
  }

  .timeline_item-2 {
    width: 100%;
    grid-template-columns: 64px 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-4-vh.centrado {
    font-size: 2rem;
    line-height: 6vw;
  }

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 6vw;
  }

  .text-colour-lightgrey {
    line-height: 1rem;
  }

  .padding-vertical-xlarge-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-url-link {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text.in-services {
    margin-bottom: 4em;
  }

  .padding-inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .padding-inner.pt-6em {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .padding-inner.pt-6em.buttom-margin-0 {
    padding: 4em 2em;
  }

  .section.with-bg-black {
    margin-left: auto;
    margin-right: auto;
  }

  .section.is-hero-6 {
    border-width: 5px;
  }

  .section.is-service-3-sec {
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .section.is-form-sec-2, .section.with-bg-brown-and-borders, .section.with-bg-black-and-borders, .section.is-hero-8 {
    border-width: 5px;
  }

  .container-event {
    padding: 4em 2em;
  }

  .container-event.hero-section-margin {
    padding-top: 4em;
  }

  .container-event.hero-top-padding {
    padding-top: 8em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .fullscreen-hero {
    min-height: 90vh;
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .heading.is-hero-1-title {
    max-width: none;
    font-size: 2.2em;
  }

  .heading.is-content-title-1 {
    font-size: 1em;
  }

  .heading.is-grid-title-1 {
    font-size: 2em;
  }

  .heading.is-team-name {
    font-size: 1.3em;
  }

  .heading.is-hero-4-title {
    font-size: 4.5em;
  }

  .heading.is-hero-2-title {
    font-size: 4.2em;
  }

  .heading.is-contact-form-title {
    font-size: 1.7em;
  }

  .heading.is-service-1-title {
    margin-bottom: .6em;
    font-size: 2.5em;
  }

  .heading.is-service-title-1 {
    font-size: 2em;
  }

  .heading.in-hero-6, .heading.is-title-1 {
    font-size: 2.5em;
  }

  .heading.is-case-title-1 {
    font-size: 2em;
  }

  .heading.is-article-title {
    font-size: 2.5em;
  }

  .heading.is-about-title-1 {
    font-size: 2.7em;
  }

  .heading.is-service-1-title-2 {
    margin-bottom: .5em;
  }

  .heading.is-hero-5-title {
    margin-bottom: .4em;
    font-size: 4.3em;
  }

  .heading.is-hero-6-title {
    font-size: 4em;
  }

  .heading.is-contact-form-title-2 {
    font-size: 1.3em;
  }

  .heading.is-grid-title-2 {
    font-size: 2.5em;
  }

  .heading.is-hero-4-title-2 {
    font-size: 3em;
  }

  .heading.is-case-title-2 {
    font-size: 1.5em;
  }

  .heading.is-person-title-1 {
    font-size: 2.5em;
  }

  .heading.is-person-title-2 {
    font-size: 1.5em;
  }

  .heading.is-client-title {
    font-size: 2.5em;
  }

  .heading.is-social-title {
    font-size: 4em;
  }

  .heading.is-form-title-2 {
    font-size: 1.8em;
  }

  .heading.is-consultation-title {
    font-size: 11vw;
  }

  .heading.is-content-title-2 {
    font-size: 1.8em;
  }

  .heading.is-about-title-2 {
    margin-bottom: 2em;
    font-size: 1.8em;
  }

  .heading.is-about-title-2.margin-2em {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .heading.is-grid-title-3 {
    font-size: 2.5em;
  }

  .heading.in-hero-3.white {
    text-align: center;
  }

  .heading.is-hero-1-title2 {
    font-size: 3.4em;
  }

  .heading.is-about-title-2--2 {
    font-size: 1.8em;
  }

  .heading.in-hero-1.margin-bottom-5em {
    font-size: 2em;
  }

  .heading.is-grid-title-2 {
    font-size: 2.5em;
  }

  .heading.is-hero-1-title-black {
    font-size: 3.4em;
  }

  .heading.is-hero-1-title-black.buttom-margin-1em {
    font-size: 1.8em;
  }

  .heading.is-hero-1-title-bolsa {
    font-size: 3.4em;
  }

  .hero-1-title-block {
    margin-top: 25px;
    margin-bottom: 1em;
  }

  .hero-bg-gradient-1 {
    background-position: 0 0, 0 0, 50%;
  }

  .button {
    padding-left: 2em;
    padding-right: 2em;
  }

  .navbar {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navbar.black-bg.gradient-background {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .nav-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .logo-image {
    width: 1.5em;
    margin-right: .5em;
  }

  .brand {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-name {
    font-size: 1.1em;
  }

  .custom-list-block {
    padding-bottom: 3.5em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-line {
    left: 1.1em;
  }

  .image-animation-trigger {
    order: 0;
  }

  .content-image-right {
    min-height: 20em;
  }

  .content-grid-3 {
    grid-row-gap: 1.5em;
  }

  .content-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .uppercase-text-1 {
    font-size: .8em;
  }

  .hero-case {
    min-height: 10em;
    align-items: center;
    margin-top: 10px;
    padding-right: 0;
  }

  .hero-case:hover {
    min-height: 10em;
  }

  .hero-case-gradient {
    width: 100%;
    background-image: linear-gradient(183deg, rgba(34, 24, 22, 0), #140e0d 83%, rgba(17, 12, 11, .94));
  }

  .service-content-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .simple-button {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .grid-block-1.is-2nd {
    padding-top: .7em;
  }

  .team-link-block {
    height: 21em;
  }

  .service-1-content {
    padding: 1.5em 1.5em 2.3em;
  }

  .number-text-1 {
    text-align: right;
    font-size: 3em;
  }

  .content-text-4 {
    font-size: 1em;
  }

  .background-gradient-1 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 101%);
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-error-text {
    font-size: 1em;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .form {
    width: auto;
    align-self: flex-start;
    overflow: scroll;
  }

  .form-field {
    font-size: 1.1em;
  }

  .checkbox-field, .form-inner {
    width: auto;
  }

  .form-content-column-1 {
    padding: 4em 2em;
  }

  .form-content-column-1.blue-bg-constructora {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .form-content-column-1.historia-bg-image {
    display: block;
  }

  .footer {
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .footer-row-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .footer-contact-link-block {
    font-size: 1.5em;
  }

  .footer-block-3, .footer-block-3.is-2nd {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-link-2.is-2nd {
    letter-spacing: .2em;
    text-indent: .2em;
    margin-right: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-list {
    flex-wrap: wrap;
  }

  .footer-2-contact {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-contact-title {
    font-size: .9em;
  }

  .nav-menu-button {
    width: 4em;
    max-height: 4em;
    border-color: var(--brand-tierra-1);
    border-radius: 10px;
    padding: .25em;
  }

  .nav-burger-menu {
    width: 1.3em;
    height: 15px;
  }

  .burger-line {
    height: 1px;
  }

  .menu-2-main-link {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .close-button {
    font-size: .7em;
  }

  .menu-main-links {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .menu-border {
    width: 10px;
  }

  .menu-border.is-2nd, .menu-border.is-4th {
    height: 10px;
  }

  .main-button {
    min-height: 4em;
    justify-content: space-between;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-button.in-menu {
    width: auto;
    min-width: auto;
  }

  .main-button.in-projects-1 {
    width: 100%;
  }

  .buttons-flex-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .hero-case-content {
    text-align: center;
    align-self: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .fullscreen-hero-2 {
    padding-top: 10em;
    padding-bottom: 2em;
  }

  .hero-header-1 {
    padding-bottom: 3em;
  }

  .hero-1-text-1 {
    font-size: 1.2em;
  }

  .hero-4 {
    padding-top: 18.5em;
  }

  .hero-image-size-1 {
    width: 75vw;
  }

  .contact-link-block-large {
    font-size: 1.4em;
  }

  .button-icon {
    margin-left: .7em;
  }

  .button-hero-animation-1, .button-hero-animation-2 {
    width: 100%;
  }

  .submit-button, .submit-button:hover {
    width: auto;
  }

  .project-title {
    font-size: 1.7em;
  }

  .project-column-1, .project-column-2 {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .content-grid-4 {
    grid-template-columns: 1fr;
  }

  .consultancy-column-1, .consultancy-column-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero-text-1 {
    margin-bottom: 1.5em;
  }

  .custom-list-gallery-2 {
    max-width: 22em;
  }

  .service-1-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .service-1-text-1 {
    margin-bottom: 2em;
  }

  .service-1-link {
    height: 24em;
  }

  .services-1-page {
    border-width: 5px;
  }

  .service-1-list-page {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-symbol {
    margin-left: .7em;
  }

  .team-member-name {
    font-size: 1.4em;
  }

  .team-member-role {
    font-size: .8em;
  }

  .team-column-2 {
    min-height: 29em;
  }

  .team-text-1 {
    margin-top: .9em;
    font-size: .95em;
  }

  .article-padding {
    padding-top: 10em;
    padding-bottom: 3em;
  }

  .hero-service {
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .service-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .project-item-2 {
    padding-bottom: 2.5em;
  }

  .blog-title {
    font-size: 1.3em;
  }

  .blog-content-block {
    max-width: none;
    padding-left: 2em;
  }

  .footer-menu-button {
    width: 100%;
    border-color: rgba(228, 198, 190, .35);
  }

  .footer-menu-button:hover {
    border-color: rgba(228, 198, 190, .35);
  }

  .hero-6 {
    padding-top: 8em;
  }

  .hero-6-text-1 {
    margin-top: 1em;
    font-size: 1.1em;
  }

  .blog-content-block-2 {
    max-width: none;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
  }

  .explore-button {
    justify-content: space-between;
    padding-left: 1.5em;
    padding-right: 1.9em;
  }

  .article-image-1 {
    min-height: 20em;
  }

  .article-author-text-1 {
    font-size: 1.3em;
  }

  .article-padding-inner-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .article-author-block, .article-author-block-2 {
    margin-bottom: 2em;
  }

  .timeline-1 {
    display: none;
  }

  .article-sidebar {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e4c6be;
    padding-top: 0;
    padding-bottom: 2em;
    position: relative;
    top: 0;
  }

  .hero-1-social-list.in-article {
    grid-column-gap: 3.25em;
    grid-row-gap: 3.25em;
    flex-direction: row;
  }

  .grid-article-content {
    grid-template-columns: 1fr;
  }

  .hero-title-block-2 {
    padding-bottom: 0;
  }

  .hero-bottom-line {
    display: none;
  }

  .content-flex-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .clients.with-margin-bottom {
    margin-bottom: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .clients.in-home-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .clients-list {
    grid-template-columns: 1fr 1fr;
  }

  .client-logo {
    font-size: .8em;
  }

  .project-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .grid-content-2 {
    width: 100%;
  }

  .grid-text-1.propuesta {
    margin-bottom: 1em;
  }

  .hero-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .service-1-text-2 {
    margin-bottom: 1.4em;
  }

  .service-title-block-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .breadcrumb-link {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
  }

  .team-image-size {
    height: 18em;
  }

  .flex-title-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .form-content-column-3 {
    padding: 3em 2em;
  }

  .content-grid-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .team-list-6 {
    grid-template-columns: 1fr;
  }

  .content-image-2 {
    min-height: 20em;
  }

  .content-grid-6 {
    grid-column-gap: 0em;
    grid-template-columns: .25fr 3fr;
  }

  .project-title-text-1 {
    margin-left: .7em;
    margin-right: .7em;
  }

  .consultancy-1 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .borders-full {
    border-width: 5px;
  }

  .person-image-size {
    height: 32em;
  }

  .client-image-1 {
    min-height: 20em;
  }

  .terms-padding-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .terms-grid-1 {
    grid-template-columns: 1fr;
  }

  .form-grid-2 {
    grid-template-rows: auto;
  }

  .collection-list {
    justify-content: flex-start;
  }

  .flex-title-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .form-success-title-3 {
    font-size: 1.2em;
  }

  .form-error-message-2 {
    padding: 1.7em;
  }

  .team-text-4 {
    font-size: 1em;
  }

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

  .content-text-2-white.max-w-40em.marging-buttom-60px {
    margin-bottom: 20px;
  }

  .logo-nav-bar {
    width: 45px;
  }

  .uppercase-text-3.white {
    font-size: 2em;
  }

  .div-hide-main-button {
    width: 4em;
    height: 4em;
    margin-left: 2em;
  }

  .hero__person {
    border-radius: 14px;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services-cms, .section-services.with-bg-black-and-borders {
    border-width: 5px;
  }

  .padding-inner-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .about-block-1-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid-2 {
    justify-content: stretch;
  }

  .heading-carrers.is-hero-4-title-2-carrers {
    font-size: 3em;
  }

  .section-12 {
    margin-bottom: 0;
  }

  .work-home-text-conatin.center-text.text-white {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-parent {
    width: 23.9%;
    height: 100%;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .scroll-parent.one {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .work-hp-h3 {
    font-size: 1.8em;
  }

  .scroll-inner {
    width: 100%;
    height: 75vh;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .work-container {
    width: 100%;
    height: auto;
    align-items: center;
    margin-top: 5em;
    display: block;
    position: static;
    overflow: scroll;
  }

  .none-padding-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-none-padding {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    padding: 20em 4.58em;
  }

  .line-scroll-repeated-text {
    font-size: 13px;
  }

  .ab-scroll-text-line-contain {
    margin-top: 10.7em;
    margin-bottom: 10.7em;
  }

  .main-button-2 {
    justify-content: center;
    align-items: center;
    padding-top: 2.13em;
    padding-bottom: 2.13em;
    display: flex;
  }

  .aboutme-aboutu-contain {
    width: 100%;
  }

  .button-contain-2 {
    width: 100%;
    height: 24em;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 8em;
    margin-bottom: 8em;
    display: flex;
  }

  .card-team-v1-position {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    top: 15px;
    right: 15px;
  }

  .card-team-v1-content {
    padding: 28px 25px 33px;
  }

  .about-text-5 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .m-footer-column {
    align-items: center;
  }

  .m-footer-link {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2em;
  }

  .m-footer-grid-large {
    grid-template-columns: 1fr;
  }

  .m-footer-link-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .m-footer-legal-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .m-footer-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-span-7 {
    width: 70%;
    display: block;
  }

  .text-span-7.mt-mobile {
    margin-top: 30px;
  }

  .f-logo-grid-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-logo-grid-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .f-logo-block {
    min-height: auto;
    padding: 10px;
  }

  .f-logo-button-wrap {
    margin-top: 20px;
  }

  .container-407.end {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container-407.timeline {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-407.end {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-407.start {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container-407.timeline {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline_left {
    display: none;
  }

  .timeline_item {
    grid-template-columns: 30px 1fr;
  }

  .timeline_date-text {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 10vw;
  }

  .padding-vertical-xlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-xlarge, .margin-bottom-medium {
    margin-bottom: 10px;
  }

  .timeline_right2 {
    display: none;
  }

  .title-time-line {
    padding-top: 0;
  }

  .grid-10 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .m-content-slider {
    width: 100%;
  }

  .m-content-info-block {
    margin-top: 64px;
  }

  .button-1_wrapper.is-brown {
    height: 15vw;
    font-size: 3vw;
  }

  .button-1_wrapper.is-yellow {
    height: 14vw;
    font-size: 4vw;
  }

  .golden-circle {
    max-width: 95%;
  }

  .div-block-19 {
    margin-bottom: 40px;
  }

  .div-block-20 {
    padding: 1em;
  }

  .heading-2 {
    text-align: center;
    font-size: 48px;
  }

  .service-item-2 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
  }

  .grid-service {
    overflow: visible;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.bg-imagen-costructora, .container.bg-imagen-desarrolladora, .container.bg-imagen-inmobiliaria {
    padding: 4em 2em 2em;
  }

  .all-text-1 {
    font-size: 1em;
  }

  .circle_wrap {
    font-size: 2.5vw;
  }

  .f-logo-grid-primary-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-logo-grid-middle-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .accordian-title {
    text-align: center;
    font-size: 1em;
  }

  .form-content-column-real-start {
    padding-bottom: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .custom-list-gallery-3 {
    max-width: 22em;
  }

  .grid-5-historia {
    grid-template-columns: auto;
    grid-auto-flow: row;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-flex-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icons-about-home {
    grid-row-gap: 29px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .icons-about-home .icon-about-home {
    gap: 16px;
  }

  .image-14 {
    max-height: 60px;
    max-width: none;
  }

  .image-15, .image-16 {
    max-width: 40%;
  }

  .image-17, .image-18 {
    max-width: 30%;
  }

  .grid-9-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-content-column-4 {
    padding: 4em 8vw;
  }

  .a-h1-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .a-h1-heading.margin-bottom-20 {
    font-size: 35px;
    line-height: 40px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-29 {
    text-align: center;
    font-size: .8em;
  }

  .tab-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-underline-doodle {
    top: -2px;
    left: 0;
  }

  .header-underline-doodle.agencias-filtro {
    width: 220px;
    left: 0;
  }

  .tab-image {
    height: 200px;
  }

  .agencias-tab-link, .agencias-tab-link.w--current {
    width: 120px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .agencias-tab-link.margin-top-20 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .agencias-tab-link.margin-top-20.w--current {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .agencias-tab-link.margin-top-20.width-135px {
    width: 135px;
  }

  .agencias-tab-link.margin-top-20.width-65 {
    width: 65%;
  }

  .agencias-tab-link.margin-top-20 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .a-paragraph-regular {
    padding-left: 0%;
    padding-right: 0;
  }

  .a-paragraph-regular.no-margin {
    width: auto;
    max-width: none;
    align-self: auto;
    padding-left: 0%;
  }

  .text-block-30 {
    text-align: center;
    font-size: .8em;
    overflow: visible;
  }

  .agencias-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .button-wrapper {
    margin-top: 6vw;
  }

  .button-2 {
    letter-spacing: 0;
    padding: 5vw 11vw;
    font-size: 16px;
  }

  .content-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-content {
    padding: 2em;
  }

  .size-1 {
    font-size: 10vw;
  }

  .content-header {
    margin-bottom: 20px;
  }

  .tab-content {
    padding-left: 24px;
    padding-right: 30px;
  }

  .tabs-image {
    margin-bottom: 40px;
  }

  .tab-name {
    margin-right: 20px;
  }

  .a-h2-heading {
    width: 100%;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .tabs-section {
    padding-bottom: 72px;
  }

  .thumbinail-image {
    object-fit: cover;
  }

  .video-lightbox-link {
    height: 82px;
  }

  .thumbnail-wrapper {
    width: auto;
    height: 320px;
    margin-left: 0;
    margin-right: 0;
  }

  .agencias-tabs-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .m-content-tab-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .m-content-tab-link, .m-content-tab-link.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1em;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .heading-half {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial21_component {
    overflow: hidden;
  }

  .section_testimonial21 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .otros_negocios_image {
    width: 310px;
  }

  .div-block-54 {
    justify-items: center;
  }

  .paragraph-regular {
    font-size: 18px;
    line-height: 30px;
  }

  .brand-servicio-2 {
    margin-top: 10em;
  }

  .whatsapp-div {
    z-index: 999;
    margin-bottom: 22px;
    margin-right: 25px;
  }

  .uppercase-text-4 {
    font-size: .8em;
  }

  .padding-inner-3 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container-event-2 {
    padding: 2em 6vw 4em;
  }

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

  .heading-3.is-grid-title-1 {
    font-size: 2em;
  }

  .uppercase-text-5 {
    font-size: .8em;
  }

  .container-event-3 {
    padding: 2em 6vw 4em;
  }

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

  .heading-4.is-grid-title-1 {
    font-size: 2em;
  }

  .nav-menu-button-2 {
    width: 4em;
    max-height: 4em;
    border-color: #b79266;
    border-radius: 15px;
    padding: .25em;
  }

  .burger-line-2 {
    height: 1px;
  }

  .brand-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-29 {
    height: 4em;
  }

  .image-30 {
    height: 5em;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline_text {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .paragraph-large-3 {
    width: 100%;
    text-align: center;
    font-size: .8rem;
    line-height: 5vw;
  }

  .paragraph-large-3.end {
    width: auto;
    text-align: center;
  }

  .timeline_item-2 {
    grid-template-columns: 48px 1fr;
  }

  .heading-4-vh.centrado {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .timeline_date-text-2 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 10vw;
  }

  .text-colour-lightgrey {
    line-height: 1rem;
  }

  .padding-vertical-xlarge-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .margin-bottom-medium-2 {
    margin-bottom: 10px;
  }

  .cresa-block {
    border-bottom: 1px solid var(--brand-hueso);
    flex-direction: column;
  }

  .pozas-logo {
    width: 14em;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .line-divider-cresa {
    display: none;
  }

  .pozas-block {
    flex-direction: column;
  }

  .cresa-logo {
    width: 10em;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

#w-node-_8b2adb3a-648a-646c-efa2-6ae9a59d0763-d24ee974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f5b-d24ee974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f5d-d24ee974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f5f-d24ee974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f61-d24ee974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f63-d24ee974, #w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f65-d24ee974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_44325f3f-f7da-7d4a-9033-a04aa3826ef4-d24ee974 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-add92710-e652-bef8-1d26-dfad4f32a87c-d24ee974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e58eb5ef-10e5-e1b0-eb57-16f404cfaeaa-d24ee974, #w-node-_343f83fa-c56d-d904-f590-d94d2fb976d2-d24ee974 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d883-d24ee974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d887-d24ee974 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d889-d24ee974, #w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d895-d24ee974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02cb92d7-6267-06e1-516e-1c3c6c23d70c-6c23d708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_02cb92d7-6267-06e1-516e-1c3c6c23d715-6c23d708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02cb92d7-6267-06e1-516e-1c3c6c23d720-6c23d708, #w-node-_02cb92d7-6267-06e1-516e-1c3c6c23d72b-6c23d708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6d3130d5-07de-7642-ec08-4092cef2ca93-cef2ca8f, #w-node-_6d3130d5-07de-7642-ec08-4092cef2ca94-cef2ca8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6420891f-d064-2294-ceb6-94d7871e75b0-871e75ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6420891f-d064-2294-ceb6-94d7871e75b3-871e75ac, #w-node-_6420891f-d064-2294-ceb6-94d7871e75be-871e75ac, #w-node-_6420891f-d064-2294-ceb6-94d7871e75c9-871e75ac, #w-node-b4b770fc-6748-349e-b16c-391817ce5887-8e4ee989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b770fc-6748-349e-b16c-391817ce588b-8e4ee989 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4b770fc-6748-349e-b16c-391817ce588d-8e4ee989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_412a66a8-f91d-e5b6-90ea-a53f1c82443c-8e4ee989 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_412a66a8-f91d-e5b6-90ea-a53f1c824440-8e4ee989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce219202-6361-7289-53db-63dcfdadf8cc-8e4ee989 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce219202-6361-7289-53db-63dcfdadf8ce-8e4ee989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8415a0-5e66-7159-5e08-c45bcc140033-8e4ee989 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a8415a0-5e66-7159-5e08-c45bcc140037-8e4ee989, #w-node-b805c6a7-2e25-391b-5d30-1818cdf922cd-cdf922c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-daebc7ae-a253-32cc-3a27-4a687bfc2ff3-5b4ee98c {
  align-self: stretch;
}

#w-node-daebc7ae-a253-32cc-3a27-4a687bfc2ff4-5b4ee98c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1c74f7ad-f72a-dbb5-40f7-2777b64c5075-5b4ee98c, #w-node-fc8f1ac4-25d8-184d-eeaa-cbbb11cad0ea-5b4ee98c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4718a25a-ba4e-7542-013e-fbe2256fa73e-5b4ee98c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28850cb8-5d3f-a295-91a4-811dab434a94-5b4ee98c, #w-node-_28850cb8-5d3f-a295-91a4-811dab434aa6-5b4ee98c, #w-node-_28850cb8-5d3f-a295-91a4-811dab434ab5-5b4ee98c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cf8eda66-1152-d615-3e93-47f6c80c7f7f-5b4ee98c, #w-node-cf8eda66-1152-d615-3e93-47f6c80c7f85-5b4ee98c, #w-node-cf8eda66-1152-d615-3e93-47f6c80c7f8b-5b4ee98c, #w-node-cf8eda66-1152-d615-3e93-47f6c80c7f91-5b4ee98c, #w-node-cf8eda66-1152-d615-3e93-47f6c80c7f97-5b4ee98c, #w-node-cf8eda66-1152-d615-3e93-47f6c80c7f9b-5b4ee98c, #w-node-cf8eda66-1152-d615-3e93-47f6c80c7fa1-5b4ee98c, #w-node-cf8eda66-1152-d615-3e93-47f6c80c7fa7-5b4ee98c, #w-node-cf8eda66-1152-d615-3e93-47f6c80c7fad-5b4ee98c, #w-node-cf8eda66-1152-d615-3e93-47f6c80c7fb3-5b4ee98c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8bde352-2034-1977-402f-175d9c7684ba-5b4ee98c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a6808190-a0d9-5c18-24ee-06f9164337ce-5b4ee98c, #w-node-a6808190-a0d9-5c18-24ee-06f9164337d0-5b4ee98c, #w-node-a6808190-a0d9-5c18-24ee-06f9164337d2-5b4ee98c, #w-node-a6808190-a0d9-5c18-24ee-06f9164337d5-5b4ee98c, #w-node-a6808190-a0d9-5c18-24ee-06f9164337d7-5b4ee98c, #w-node-a6808190-a0d9-5c18-24ee-06f9164337d9-5b4ee98c, #w-node-a6808190-a0d9-5c18-24ee-06f9164337dc-5b4ee98c, #w-node-a6808190-a0d9-5c18-24ee-06f9164337de-5b4ee98c, #w-node-a6808190-a0d9-5c18-24ee-06f9164337e0-5b4ee98c, #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-5b4ee98c, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-5b4ee98c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80f-5b4ee98c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce4c4586-8047-28a9-c479-6cc130cff3a1-5b4ee98c, #w-node-_2f0ab7e0-2aed-fbcf-1f5e-c685f8fc8884-2b4ee98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f0ab7e0-2aed-fbcf-1f5e-c685f8fc889c-2b4ee98e {
  justify-self: auto;
}

#w-node-_885094c8-6de7-2ddb-68d3-05b4e4bb3784-2b4ee98e, #w-node-_2f0ab7e0-2aed-fbcf-1f5e-c685f8fc890a-2b4ee98e, #w-node-_3e30a6f4-f6c3-7ace-0d2d-20cec64b969c-014ee98f, #w-node-a9885158-5c51-8fd3-5308-34ba97658b2e-014ee98f, #w-node-a9885158-5c51-8fd3-5308-34ba97658b32-014ee98f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0fd661f-6634-42b9-7802-363d6291af91-014ee98f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a0fd661f-6634-42b9-7802-363d6291af8e-014ee98f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0441a5f4-6880-f309-da9e-9c69f319238a-b04ee990 {
  align-self: start;
  justify-self: end;
}

#w-node-_623c2e83-a747-64d6-0746-44a5fdebfdfc-b04ee990, #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdef-b04ee990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_623c2e83-a747-64d6-0746-44a5fdebfdeb-b04ee990 {
  justify-self: center;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e669-b04ee990 {
  justify-self: start;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e65b-b04ee990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e659-b04ee990 {
  justify-self: center;
}

#w-node-_4360ec69-f559-eb39-02e7-085a08059771-b04ee990 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4360ec69-f559-eb39-02e7-085a08059775-b04ee990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c100ce04-179a-0ea7-aedf-2c2f77502a04-b04ee990 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c100ce04-179a-0ea7-aedf-2c2f77502a08-b04ee990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117870-f34ee991 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117871-f34ee991 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117873-f34ee991 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117876-f34ee991 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f917cf44-cb3f-b95e-dc12-c4a8acf76f5b-f34ee991 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63eda-3bb63ed9 {
  align-self: center;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63ede-3bb63ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63ee1-3bb63ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31631fe9-e04ee992 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31631fed-e04ee992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31632001-e04ee992 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31632005-e04ee992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_135e97a1-9019-1630-df72-5673678b7a29-3b4ee993, #w-node-_135e97a1-9019-1630-df72-5673678b7a36-3b4ee993 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7305b8f8-6778-4f97-e772-23e6d82270e4-3b4ee993 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7305b8f8-6778-4f97-e772-23e6d82270ef-3b4ee993 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7305b8f8-6778-4f97-e772-23e6d82270f7-3b4ee993, #w-node-ed1f67c4-6d5e-212a-4a17-417258b8d648-3b4ee993, #w-node-ed1f67c4-6d5e-212a-4a17-417258b8d650-3b4ee993, #w-node-a74acaf4-7a28-50e4-b7cd-f76571d7d82b-264ee994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b2d4b00-147d-5b84-70a4-5d69c7d4c690-264ee994 {
  justify-self: start;
}

#w-node-_09074b3d-6e63-9a35-80d0-73e03548862d-264ee994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fee5a8c0-2354-b184-2e68-41dfe4f2bb50-264ee994 {
  justify-self: start;
}

#w-node-_984dbe85-ca35-570c-6b27-3b2b60799c68-264ee994, #w-node-d6137112-e9fc-a1cc-af77-93c877742055-264ee994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18133fb9-33ce-7369-b81d-b9464190f322-ef4ee996 {
  align-self: stretch;
}

#w-node-_893fcc42-a683-9366-3be5-442a4f66e8ca-ef4ee996, #w-node-_893fcc42-a683-9366-3be5-442a4f66e8d4-ef4ee996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f401e-4d4ee997 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6fd2f275-98c5-52d0-fc78-5d9f04858a64-cf4ee999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed373807-d457-ed4b-5ea2-15f3a26e1ecf-cf4ee999 {
  justify-self: end;
}

#w-node-_15470ab5-3ebe-40a7-0225-e6f599c9b6fb-cf4ee999, #w-node-_4c2937ea-3ad6-aa1c-c411-3e2898673bbd-cf4ee999, #w-node-eb83a015-7ea4-87a1-f683-ae2e05b3e5a3-cf4ee999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd183-cf4ee999, #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd190-cf4ee999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ee3c4bef-7e56-e07e-4b31-aa7aba07f5f0-cf4ee999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_374aeac5-593a-052d-81b5-08fcb9071461-cf4ee999 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_374aeac5-593a-052d-81b5-08fcb9071462-cf4ee999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_374aeac5-593a-052d-81b5-08fcb9071464-cf4ee999 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-_94f505d8-2bc8-cbde-183f-2dadcba14104-cf4ee999, #w-node-ce0fa11d-cbb0-adbc-4a67-641c895daf67-cf4ee999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc80b4bd-dd4f-1ae1-2222-2df6ba657f41-cf4ee999 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc80b4bd-dd4f-1ae1-2222-2df6ba657f43-cf4ee999, #w-node-f730ff45-ce5d-233e-f7b1-149962d5705f-cf4ee999, #w-node-_10d1592e-bd39-f42e-d581-18e5fef9966a-cf4ee999, #w-node-_9d76acbe-ab68-1d2a-dc94-58974d9cb295-cf4ee999, #w-node-bfd2714f-dc2d-2d65-ae64-0294cbf364e0-cf4ee99a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_543cd841-2710-25e2-d595-826f73947d6d-cf4ee99a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b1273f76-1e79-a32c-5675-b5e6a4a1a04f-cf4ee99a {
  justify-self: start;
}

#w-node-_15916ba7-9417-3170-35bc-e814a8d7e960-cf4ee99a, #w-node-_86a2dd1f-13a6-e192-239a-da63b3ce7cad-cf4ee99a, #w-node-_4d9ed60f-ae44-bfc7-e8be-039a90ce1004-cf4ee99a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_3a6fbff3-96aa-6418-dd26-600f906f9100-cf4ee99a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0ef0ada-e338-c1f1-a13b-ccc70382521b-704ee9fd {
  align-self: start;
}

#w-node-a0ef0ada-e338-c1f1-a13b-ccc70382521c-704ee9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b53c7c1-8169-2050-46a9-60b81e864896-704ee9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ff3f6c53-fd9a-4021-eed8-179013d903f8-704ee9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83dfded1-8981-d4e1-1e5b-eba50956eb7b-704ee9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_83dfded1-8981-d4e1-1e5b-eba50956eb86-704ee9fd, #w-node-_83dfded1-8981-d4e1-1e5b-eba50956eb88-704ee9fd, #w-node-_83dfded1-8981-d4e1-1e5b-eba50956eb8a-704ee9fd, #w-node-_57c06c43-6436-20b5-a80e-102b4f17f933-704ee9fd, #w-node-_83dfded1-8981-d4e1-1e5b-eba50956eb8f-704ee9fd, #w-node-_83dfded1-8981-d4e1-1e5b-eba50956eb8d-704ee9fd, #w-node-_8647f0b6-187a-353a-1340-e122e1251d7a-704ee9fd, #w-node-_83dfded1-8981-d4e1-1e5b-eba50956eb92-704ee9fd, #w-node-_83dfded1-8981-d4e1-1e5b-eba50956eb94-704ee9fd, #w-node-_36ed4428-7903-5f3b-e43a-45bb47dfd3ff-704ee9fd, #w-node-c06f827b-c6ab-1614-b901-bd022accaf49-704ee9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f94817ad-5181-22e8-bde5-fc6172783d32-524eea23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_45a91f6d-8815-9e7a-4f81-e1d43731625a-524eea23, #w-node-_21b0e6f7-fef3-aee9-67be-fdb2c2508a92-524eea23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bda1e194-9491-cd27-44d1-a4f8db3b642f-524eea23, #w-node-f94817ad-5181-22e8-bde5-fc6172783d4a-524eea23, #w-node-f94817ad-5181-22e8-bde5-fc6172783d4e-524eea23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f94817ad-5181-22e8-bde5-fc6172783d55-524eea23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8822ac4b-9650-e439-eebb-2f26ca3bb713-524eea23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32fecc5a-0a48-5211-acd9-54a8a26fa31e-524eea23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_66378b33-3306-5ee2-0954-e25d036d8129-524eea23, #w-node-b8862e55-303b-d980-a0f0-527aa6ced89c-524eea23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1cfbdfe9-f39f-12e3-9eed-39dc5e681986-524eea23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f94817ad-5181-22e8-bde5-fc6172783d73-524eea23, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c8308a-2eaa7f0f, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bc-2eaa7f0f, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bf-2eaa7f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830ca-2eaa7f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830cc-2eaa7f0f, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c8308a-a443e7fc, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bc-a443e7fc, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bf-a443e7fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830ca-a443e7fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830cc-a443e7fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f65-d24ee974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_44325f3f-f7da-7d4a-9033-a04aa3826ef4-d24ee974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_825f9c93-8c22-8c88-ae24-9a0d01d25198-d24ee974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_8b2adb3a-648a-646c-efa2-6ae9a59d0763-d24ee974 {
    justify-self: center;
  }

  #w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f5b-d24ee974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-add92710-e652-bef8-1d26-dfad4f32a87c-d24ee974 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_02cb92d7-6267-06e1-516e-1c3c6c23d75a-6c23d708 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-5b4ee98c, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-5b4ee98c, #w-node-_2f0ab7e0-2aed-fbcf-1f5e-c685f8fc8884-2b4ee98e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f0ab7e0-2aed-fbcf-1f5e-c685f8fc889c-2b4ee98e {
    justify-self: center;
  }

  #w-node-a9885158-5c51-8fd3-5308-34ba97658b2e-014ee98f, #w-node-a9885158-5c51-8fd3-5308-34ba97658b32-014ee98f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a0fd661f-6634-42b9-7802-363d6291af91-014ee98f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a0fd661f-6634-42b9-7802-363d6291af8e-014ee98f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e65b-b04ee990 {
    justify-self: start;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e659-b04ee990 {
    justify-self: center;
  }

  #w-node-_0d90286a-44c7-392f-9f1f-96d2d0c3775e-f34ee991 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_22a4fa90-440e-c530-6b15-69623bb63eda-3bb63ed9 {
    align-self: start;
  }

  #w-node-_135e97a1-9019-1630-df72-5673678b7a36-3b4ee993 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_18133fb9-33ce-7369-b81d-b9464190f322-ef4ee996 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6fd2f275-98c5-52d0-fc78-5d9f04858a64-cf4ee999 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed373807-d457-ed4b-5ea2-15f3a26e1ecf-cf4ee999 {
    justify-self: center;
  }

  #w-node-_18d83a83-820c-4c7d-2ccc-3840aac0753e-cf4ee999 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd190-cf4ee999 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_543cd841-2710-25e2-d595-826f73947d6d-cf4ee99a {
    align-self: start;
  }

  #w-node-f94817ad-5181-22e8-bde5-fc6172783d4a-524eea23, #w-node-f94817ad-5181-22e8-bde5-fc6172783d4e-524eea23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1cfbdfe9-f39f-12e3-9eed-39dc5e681986-524eea23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bc-2eaa7f0f, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bf-2eaa7f0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830ca-2eaa7f0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830cc-2eaa7f0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bc-a443e7fc, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bf-a443e7fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830ca-a443e7fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830cc-a443e7fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_825f9c93-8c22-8c88-ae24-9a0d01d25198-d24ee974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f5b-d24ee974, #w-node-_44325f3f-f7da-7d4a-9033-a04aa3826ef4-d24ee974, #w-node-add92710-e652-bef8-1d26-dfad4f32a87c-d24ee974 {
    grid-column: span 1 / span 1;
  }

  #w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d886-d24ee974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d895-d24ee974 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b4b770fc-6748-349e-b16c-391817ce588a-8e4ee989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4b770fc-6748-349e-b16c-391817ce589a-8e4ee989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_412a66a8-f91d-e5b6-90ea-a53f1c82443b-8e4ee989, #w-node-ce219202-6361-7289-53db-63dcfdadf8cb-8e4ee989, #w-node-_6a8415a0-5e66-7159-5e08-c45bcc140032-8e4ee989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-daebc7ae-a253-32cc-3a27-4a687bfc2ffb-5b4ee98c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-5b4ee98c, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-5b4ee98c {
    grid-column: span 1 / span 1;
  }

  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80f-5b4ee98c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2f0ab7e0-2aed-fbcf-1f5e-c685f8fc8884-2b4ee98e {
    grid-column: span 1 / span 1;
  }

  #w-node-_3e30a6f4-f6c3-7ace-0d2d-20cec64b96af-014ee98f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a9885158-5c51-8fd3-5308-34ba97658b2e-014ee98f, #w-node-a9885158-5c51-8fd3-5308-34ba97658b32-014ee98f {
    grid-column: span 1 / span 1;
  }

  #w-node-a0fd661f-6634-42b9-7802-363d6291af91-014ee98f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a0fd661f-6634-42b9-7802-363d6291af8e-014ee98f {
    justify-self: start;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e659-b04ee990 {
    justify-self: end;
  }

  #w-node-_4360ec69-f559-eb39-02e7-085a08059770-b04ee990, #w-node-c100ce04-179a-0ea7-aedf-2c2f775029fd-b04ee990, #w-node-af2e76f5-9f5d-41ab-df8c-bc964e117870-f34ee991 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f917cf44-cb3f-b95e-dc12-c4a8acf76f58-f34ee991 {
    justify-self: start;
  }

  #w-node-f917cf44-cb3f-b95e-dc12-c4a8acf76f5b-f34ee991 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_22a4fa90-440e-c530-6b15-69623bb63ee1-3bb63ed9 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-fc34ee63-92c5-a38a-3e06-32cc31631fe4-e04ee992, #w-node-fc34ee63-92c5-a38a-3e06-32cc31632000-e04ee992 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7305b8f8-6778-4f97-e772-23e6d82270eb-3b4ee993 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7305b8f8-6778-4f97-e772-23e6d82270ef-3b4ee993 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7305b8f8-6778-4f97-e772-23e6d82270f3-3b4ee993 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_6fd2f275-98c5-52d0-fc78-5d9f04858a64-cf4ee999 {
    grid-column: span 1 / span 1;
  }

  #w-node-cc80b4bd-dd4f-1ae1-2222-2df6ba657f3f-cf4ee999 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc138d41-a423-74b3-de64-b529bb6fdde1-cf4ee999 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b1273f76-1e79-a32c-5675-b5e6a4a1a034-cf4ee99a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b1273f76-1e79-a32c-5675-b5e6a4a1a037-cf4ee99a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b1273f76-1e79-a32c-5675-b5e6a4a1a039-cf4ee99a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8316118-a150-b34c-8a51-b944b7bb0b4b-cf4ee99a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b1273f76-1e79-a32c-5675-b5e6a4a1a04f-cf4ee99a, #w-node-b1273f76-1e79-a32c-5675-b5e6a4a1a052-cf4ee99a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b1273f76-1e79-a32c-5675-b5e6a4a1a054-cf4ee99a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b1273f76-1e79-a32c-5675-b5e6a4a1a056-cf4ee99a, #w-node-f94817ad-5181-22e8-bde5-fc6172783d32-524eea23, #w-node-f94817ad-5181-22e8-bde5-fc6172783d39-524eea23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f94817ad-5181-22e8-bde5-fc6172783d4a-524eea23, #w-node-f94817ad-5181-22e8-bde5-fc6172783d4e-524eea23 {
    grid-column: span 1 / span 1;
  }

  #w-node-f94817ad-5181-22e8-bde5-fc6172783d55-524eea23 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830a0-2eaa7f0f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bc-2eaa7f0f, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bf-2eaa7f0f {
    grid-column: span 1 / span 1;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830ca-2eaa7f0f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830cc-2eaa7f0f {
    justify-self: start;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830a0-a443e7fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bc-a443e7fc, #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830bf-a443e7fc {
    grid-column: span 1 / span 1;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830ca-a443e7fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c8ab27fa-4945-c5b0-2ec0-05b186c830cc-a443e7fc {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_825f9c93-8c22-8c88-ae24-9a0d01d25198-d24ee974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_8bc6c4b4-14ba-0057-dc51-0fa080079f65-d24ee974 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
    justify-self: center;
  }

  #w-node-add92710-e652-bef8-1d26-dfad4f32a87c-d24ee974 {
    justify-self: center;
  }

  #w-node-e58eb5ef-10e5-e1b0-eb57-16f404cfaeaa-d24ee974, #w-node-_343f83fa-c56d-d904-f590-d94d2fb976d2-d24ee974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02cb92d7-6267-06e1-516e-1c3c6c23d70c-6c23d708 {
    justify-self: center;
  }

  #w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_526977a1-981a-4809-19b8-ea3a8bce8a61-5b4ee98c, #w-node-_526977a1-981a-4809-19b8-ea3a8bce8a64-5b4ee98c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_4718a25a-ba4e-7542-013e-fbe2256fa73d-5b4ee98c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28850cb8-5d3f-a295-91a4-811dab434a94-5b4ee98c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d8bde352-2034-1977-402f-175d9c7684ba-5b4ee98c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80f-5b4ee98c {
    grid-area: 3 / 1 / 6 / 2;
  }

  #w-node-ce4c4586-8047-28a9-c479-6cc130cff394-5b4ee98c, #w-node-ce4c4586-8047-28a9-c479-6cc130cff3a1-5b4ee98c, #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdfc-b04ee990 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdef-b04ee990 {
    justify-self: start;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e669-b04ee990 {
    justify-self: stretch;
  }

  #w-node-_0d90286a-44c7-392f-9f1f-96d2d0c3775e-f34ee991 {
    justify-self: start;
  }

  #w-node-_0d90286a-44c7-392f-9f1f-96d2d0c3775c-f34ee991 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_135e97a1-9019-1630-df72-5673678b7a29-3b4ee993 {
    justify-self: start;
  }

  #w-node-_135e97a1-9019-1630-df72-5673678b7a36-3b4ee993 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18133fb9-33ce-7369-b81d-b9464190f326-ef4ee996, #w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f3fef-4d4ee997, #w-node-_37eab79d-5640-e350-50ff-d5528bc64d9f-4d4ee997, #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd183-cf4ee999 {
    justify-self: start;
  }

  #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd190-cf4ee999, #w-node-bfd2714f-dc2d-2d65-ae64-0294cbf364e0-cf4ee99a, #w-node-ff3f6c53-fd9a-4021-eed8-179013d903f0-704ee9fd, #w-node-_83dfded1-8981-d4e1-1e5b-eba50956eb7b-704ee9fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5a75385-5a48-bef0-0d67-22d8104a36d3-524eea23, #w-node-f5a75385-5a48-bef0-0d67-22d8104a36d9-524eea23 {
    align-self: center;
    justify-self: center;
  }

  #w-node-f94817ad-5181-22e8-bde5-fc6172783d55-524eea23 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Emmanuelle';
  src: url('../fonts/Emmanuelle.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Fuente con licencia marcada como PERSONAL-USE: verificar permisos antes de redistribuir. */
@font-face {
  font-family: 'Made outer sans personal use';
  src: url('../fonts/MADE-Outer-Sans-Light-PERSONAL-USE.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made outer sans personal use';
  src: url('../fonts/MADE-Outer-Sans-Black-PERSONAL-USE.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made outer sans personal use';
  src: url('../fonts/MADE-Outer-Sans-Bold-PERSONAL-USE.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made outer sans personal use';
  src: url('../fonts/MADE-Outer-Sans-Regular-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made outer sans personal use';
  src: url('../fonts/MADE-Outer-Sans-Medium-PERSONAL-USE.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made outer sans personal use';
  src: url('../fonts/MADE-Outer-Sans-Thin-PERSONAL-USE.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Services carousel base: force horizontal layout everywhere */
.scroll-inner {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  direction: ltr !important;
  gap: 24px;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;

  transform: none !important;
  translate: none !important;
  left: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  padding-left: 0 !important;

  /* Allows peek of next card */
  padding-right: 18vw;
}

/* Hide scrollbar without disabling scroll */
.scroll-inner::-webkit-scrollbar {
  height: 0;
}

/* Individual service cards */
.scroll-inner > .scroll-parent {
  flex: 0 0 auto;
  width: min(85vw, 460px);
  scroll-snap-align: start;
  order: 0 !important;

  /* Neutralise Webflow stacking issues on mobile */
  position: static !important;
  transform: none !important;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .scroll-inner {
    scroll-behavior: auto;
  }
}
