:root {
  --verde-oliva: #163029;
  --white: white;
  --tan: #7da45f;
  --gris: #171717;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: FoundersGrotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--verde-oliva);
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 25rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: rgba(191, 174, 141, .32);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  color: #000;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
}

.text-size-regular.text-color-white {
  color: #fff;
}

.text-size-regular.text-color-white.text-rich-text {
  text-align: justify;
}

.text-size-regular.is-info {
  color: var(--white);
  text-align: left;
  color: #fff;
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
  text-decoration: none;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-black {
  line-height: 1;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  color: var(--verde-oliva);
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  padding: .2rem 1.5rem .5rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.button:hover {
  background-color: var(--verde-oliva);
  color: var(--tan);
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.text-color-black.text-size-large {
  color: var(--verde-oliva);
}

.button.text-color-black.text-size-large:hover {
  color: var(--white);
}

.button.text-color-black.text-size-large.is-proyecto-home {
  width: 100%;
  flex: 0 auto;
  transition: background-color .2s;
}

.button.text-color-black.text-size-large.is-proyecto-home:hover {
  color: #fff;
  background-color: #000;
}

.button.text-size-large.text-color-black.is-leadership {
  margin-top: 1rem;
  line-height: 1.5rem;
}

.button.text-size-large.text-color-black.is-leadership:hover {
  color: var(--white);
  background-color: #000;
}

.button.text-size-large.text-color-black.is-leadership.vermas {
  margin-top: 2rem;
}

.button.is-project {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-project:hover {
  background-color: var(--white);
  color: var(--verde-oliva);
}

.button.is-project.w--current {
  border-color: var(--white);
  color: #000;
  background-color: #fff;
}

.button.is-project.w--current:hover {
  border-color: var(--verde-oliva);
  color: #fff;
  background-color: #000;
}

.button.is-projects {
  border-color: var(--verde-oliva);
  color: var(--verde-oliva);
  background-color: rgba(0, 0, 0, 0);
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.button.is-projects:hover {
  background-color: var(--white);
  color: var(--verde-oliva);
}

.button.is-projects.w--current {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-projects.w--current:hover {
  border-color: var(--verde-oliva);
  color: var(--verde-oliva);
}

.button.is-404 {
  margin-top: 1rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
}

.text-size-medium.text-color-black {
  text-decoration: none;
}

.text-size-medium.text-weight-light.text-color-white {
  display: block;
}

.text-size-medium.text-weight-light.text-color-white.max-width {
  width: 400px;
}

.text-size-medium.text-weight-light.text-color-white.max-width.text-align-center {
  display: block;
}

.text-size-medium.text-weight-light.text-color-white.max-width.text-align-center.hide, .text-size-medium.text-weight-light.text-color-white.hide {
  display: none;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section_herov2 {
  width: 100%;
  height: 100vh;
  background-color: #fefcf3;
  padding: 0%;
  position: relative;
}

.section_herov2.is-scrollable {
  width: 100vw;
  display: block;
}

.section_herov2.is-scrollable.just-mobile {
  display: none;
}

.section_herov2.is-scrollable.desktop {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.global-padding {
  width: 100%;
  height: 100%;
  padding: 8%;
  position: relative;
}

.global-padding.no-padding {
  padding: 0%;
}

.global-padding.hero {
  padding-top: 4%;
  padding-bottom: 4%;
}

.global-padding.is-section-4-about {
  padding-bottom: 0%;
}

.global-padding.is-section-4-about.confian {
  padding: 8% 0% 0%;
}

.global-padding.is-section-4-about.clientes {
  padding: 8%;
}

.global-padding.is-section-6-about {
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0%;
}

.global-padding.footer {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
}

.global-padding.is-project {
  padding-right: 8%;
}

.global-padding.project {
  padding: 3%;
}

.hero-img-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #141414), url('../images/casa.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-img-bg._01 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #141414), url('../images/john-fornander-id7u0ektjbe-unsplash-1-min.webp');
}

.hero-img-bg._02 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #141414), url('../images/photo-2023-09-04-10-11-39.webp');
}

.hero-img-bg._03 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #141414), url('../images/vittorio-manuel-min.webp');
}

.hero-img-bg._04 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #141414), url('../images/adobestock_628180398-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-img-bg._05 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #141414), url('../images/adobestock_585163350.webp');
  background-size: auto, cover;
}

.logo-heading-wrap {
  z-index: 5;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.logo_img {
  width: 100%;
  height: 40vh;
  background-image: url('../images/ingeniar-nuevo_blanco.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section_3_services {
  width: 100%;
  height: 100vh;
  background-color: var(--verde-oliva);
  background-image: linear-gradient(rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/sung-jin-cho-bbvgajfaq4o-unsplash-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 0%;
  display: block;
}

.services-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.services-heading-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-heading-wrap.is-about {
  margin-bottom: 3rem;
}

.services-heading-wrap.is-projects-s3 {
  width: 80%;
}

.heading-2 {
  font-family: FoundersGrotesk, sans-serif;
  font-size: 6.5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2.text-color-white.text-align-center.text-size-custom01 {
  font-size: 5rem;
}

.services-grid-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-item {
  min-height: 5.5rem;
  border-bottom: 1px solid var(--white);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.padding-horizontal-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal-2.padding-small {
  mix-blend-mode: normal;
}

.projects-item-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.projects-item-title {
  overflow: hidden;
}

.heading-3 {
  color: #fff;
  margin-bottom: 15px;
  font-family: FoundersGrotesk, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
}

.heading-3.text-color-yellow {
  color: #fff;
}

.heading-3.text-color-black {
  color: var(--verde-oliva);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-3.text-color-black.custom-02 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 2.7rem;
}

.heading-3.text-align-center.text-color-white.widthcustom {
  width: 90%;
}

.heading-3.text-color-white {
  line-height: 1;
  text-decoration: none;
}

.heading-3.text-color-white.special, .heading-3.text-color-white.special.text-align-center.special2 {
  font-size: 2rem;
}

.heading-3.text-color-white.text-align-center.special {
  font-size: 2.5rem;
}

.tag-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.tag-item {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #f5e2ca;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  display: flex;
}

.tag-item.tag-button {
  width: auto;
  height: 3.5rem;
  min-width: 3.5rem;
  border-color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.clip {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-horizontal {
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.arrow-horizontal.arrow-left {
  position: absolute;
  left: -100%;
}

.icon-1x1-small-2 {
  width: .8rem;
  height: .8rem;
  flex: none;
}

.icon-1x1-small-2.is-section-5 {
  width: 2rem;
  height: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  margin-left: auto;
  display: flex;
}

.section_4_numbers {
  width: 100%;
  height: 100vh;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
  position: static;
}

.numbers-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.numbers-counter-wrap {
  position: relative;
}

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

.column {
  width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.column.last {
  border: 1px #000;
}

.count-item {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-4 {
  color: var(--verde-oliva);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 300;
  line-height: .9;
}

.heading-4.exp {
  color: #fff;
  font-size: 8rem;
}

.heading-4.pro {
  color: #fff;
  text-align: center;
  font-size: 8rem;
}

.heading-4.clientes {
  color: var(--white);
  font-size: 8rem;
}

.heading-4.is-numbers {
  width: 50%;
  color: var(--white);
  text-align: center;
}

.heading-4.text-color-white {
  color: #fff;
}

.heading-4.text-color-white.s4p2 {
  font-size: 4rem;
}

.heading-4.text-color-white.delegaciones {
  width: 60%;
  text-align: center;
}

.heading-4.is-large {
  color: #fff;
  font-size: 8rem;
}

.info-container {
  color: var(--white);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sub-counter-text {
  color: var(--white);
  text-align: center;
  font-family: FoundersGrotesk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.section_5 {
  width: 100%;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
}

.section-5-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/todavia-no-nos-conoces.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
  position: relative;
}

.section-5-left-wrap {
  background-image: linear-gradient(rgba(255, 255, 255, .82), rgba(255, 255, 255, .82));
  flex-direction: column;
  justify-content: space-between;
  padding: 8%;
  display: flex;
}

.spacer {
  width: 25vw;
  height: 100%;
}

.about-us-heading {
  flex-direction: column;
  align-self: flex-end;
  display: flex;
}

.about-us-heading.is-contact {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
}

.about-us-heading.is-projects-single {
  flex-direction: column;
}

.about-us-section-heading {
  width: 80%;
  font-size: 5rem;
  font-weight: 500;
}

.about-us-section-heading.text-color-black {
  color: var(--verde-oliva);
  line-height: .9;
}

.section-5-button {
  width: 550px;
  border-bottom: 1px solid var(--verde-oliva);
  align-self: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.line-wrapper {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.inside-line {
  z-index: 10;
  height: 1px;
  background-color: rgba(243, 240, 220, .5);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.heading-5 {
  color: var(--verde-oliva);
  font-size: 2rem;
}

.heading-5.is-projects {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

.heading-5.is-project {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

.section_6 {
  width: 100%;
  height: 100vh;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
}

.section-6-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0%;
  display: flex;
  position: relative;
}

.section-6-form-wrapper {
  z-index: 20;
  margin-top: 1rem;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.form-2 {
  display: block;
}

.formv-field-wrapper {
  margin-bottom: 1.5rem;
}

.horizontal-fields {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field {
  z-index: 100;
  min-height: 3.75rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e5ceb1 #e5ceb1 var(--white);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-family: FoundersGrotesk, sans-serif;
  font-size: .95rem;
  position: relative;
}

.form-field::-ms-input-placeholder {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 300;
}

.form-field::placeholder {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 300;
}

.form-field.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.form-field.is-text-area::-ms-input-placeholder {
  color: #fff;
}

.form-field.is-text-area::placeholder {
  color: #fff;
}

.checkbox-label.text-color-white {
  color: #fff;
}

.submit-button {
  width: auto;
  background-color: var(--verde-oliva);
  color: #f5e2ca;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: .5rem;
  padding: .3rem 1rem;
  font-family: FoundersGrotesk, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color .2s;
  display: inline-block;
}

.submit-button:hover {
  border-style: solid;
  border-color: var(--verde-oliva);
  background-color: var(--white);
  color: var(--verde-oliva);
}

.side-nav-mobile {
  z-index: 9999;
  width: 75px;
  height: 100%;
  opacity: 1;
  background-color: rgba(255, 255, 255, .08);
  flex-direction: column;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-wrapper {
  z-index: 99;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.logo--wrapper {
  width: 4.5rem;
  height: 4.5rem;
  color: var(--white);
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .5rem;
  display: flex;
  position: relative;
}

.logo--wrapper.w--current {
  width: 2rem;
  height: 2rem;
  background-image: url('../images/group-175.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.hamburger {
  z-index: 999;
  background-color: var(--verde-oliva);
  justify-content: center;
  align-items: center;
  padding: 1.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrapper {
  z-index: 99;
  width: 80vw;
  height: 100vh;
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  padding: 5%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-legal-links-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.menu-content {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 8%;
  display: flex;
}

.menu-link {
  color: #141414;
  padding-top: 0;
  padding-right: 1rem;
  font-family: FoundersGrotesk, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: block;
}

.menu-link:hover {
  margin-left: 1rem;
}

.slide-nav-component {
  position: relative;
}

.general-hero {
  width: 100%;
  height: 100vh;
  background-color: #fefcf3;
  padding: 0%;
  position: relative;
}

.about-hero-wrap {
  z-index: 5;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.about-hero-img {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--verde-oliva)), url('../images/construccion.jpeg');
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-hero-img.projects {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.about-hero-img.nosotros {
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--verde-oliva)), url('../images/foto-nosotros-min-1.webp');
}

.about_section_2 {
  width: 100%;
  height: 100vh;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
}

.about_section_2.reverse2.green {
  height: auto;
  background-color: var(--verde-oliva);
}

.about_section_2_wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.about_section_2_wrap.reverse2 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.about_section_2_left_wrap {
  z-index: 5;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8% 12% 4% 18%;
  display: block;
  position: relative;
}

.about_section_2_left_wrap.green {
  background-image: linear-gradient(to bottom, var(--verde-oliva), var(--verde-oliva));
  padding-left: 8%;
  padding-right: 8%;
  display: none;
}

.about_section_2_left_wrap.green.s2 {
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(rgba(22, 48, 41, 0), rgba(22, 48, 41, 0));
  justify-content: center;
  align-items: center;
  display: flex;
}

.about_section_2_right_wrap {
  width: 100%;
  height: 75%;
  background-image: url('../images/krakenimages-y5bvrlccx8k-unsplash-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_section_2_right_wrap.scrollable {
  background-image: none;
}

.about_section_2_right_wrap.filosofia {
  min-height: 65vh;
  background-image: url('../images/istock-1044457252.webp');
  background-position: 100%;
  order: 0;
}

.about_section_2_right_wrap.nosotros-oficina {
  min-height: 65vh;
  background-image: url('../images/oficina-instalacion-1.webp');
  background-size: cover;
}

.about_section_2_right_wrap.filosofia01 {
  min-height: 65vh;
  background-image: url('../images/istock-1357436834.webp');
  background-position: 50%;
}

.about_section_2_right_wrap._2 {
  background-image: url('../images/adobestock_321783986-min.webp');
}

.about_us_s2_left_heading_wrap {
  height: auto;
}

.about_us_s2_left_heading_wrap.halfwidth {
  width: 60%;
}

.vertical-line {
  width: 1px;
  height: 30vh;
  background-color: var(--verde-oliva);
  position: absolute;
  bottom: 0;
  left: auto;
}

.about_section_4 {
  width: 100%;
  height: 100vh;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
}

.about_section_3 {
  width: 100%;
  height: 100vh;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
  position: static;
}

.team-grid-wrap {
  min-height: 65vh;
  grid-template-rows: auto;
}

.img_01_team {
  width: 100%;
  height: 100%;
  background-image: url('../images/8385c4ebf40924b081152bb72c9779fa.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img_01_team._02 {
  width: 100%;
  height: 100%;
  background-image: url('../images/luis-min.webp');
  background-position: 50% 100%;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.img_01_team._01 {
  filter: grayscale();
  background-position: 50% 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  transform: rotate(0);
}

.logo-link {
  z-index: 50;
  text-decoration: none;
  position: relative;
}

.about_section_6 {
  width: 100%;
  height: 100vh;
  background-color: var(--gris);
  flex-direction: column;
  padding: 0%;
  display: block;
  position: static;
}

.grid-section-6-about-wrap {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.s6-left-about-wrap {
  padding: 8%;
}

.s6-right-about-wrap {
  background-image: url('../images/5596f03fce9390f78ae66477bc736208.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-size-xl {
  text-align: justify;
  font-size: 1.15rem;
}

.text-size-xl.text-color-white {
  font-size: 1.5rem;
}

.text-block-wrap {
  width: 490px;
}

.services-hero {
  width: 100%;
  height: 100vh;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
}

.footer-component-wrap {
  height: 100vh;
  background-color: var(--verde-oliva);
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  min-width: 600px;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-block {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #1a1b1f;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-link.text-color-white {
  color: #fff;
}

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

.footer-social-link {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-menu-link {
  color: #141414;
  padding-top: 0;
  padding-right: 1rem;
  font-family: FoundersGrotesk, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.footer-menu-link.text-color-white, .footer-menu-link.text-color-white.w--current {
  color: #fff;
}

.footer-block-1-wrap {
  flex-direction: column;
  display: flex;
}

.footer-phones-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.kit-digital-logos-img {
  width: 100%;
  height: 20vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 8%;
  display: flex;
}

.image {
  width: 100%;
  max-width: 1200px;
  object-fit: contain;
}

.footer-first-block-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.service-hero-img {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--gris)), url('../images/16e835735c6a7b36d5731467bed83160-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-hero-img.metalisteria {
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--gris)), url('../images/oficinas5.webp');
}

.service-hero-img.ingenieria {
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--gris)), url('../images/16e835735c6a7b36d5731467bed83160-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-hero-img.design-build {
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--gris)), url('../images/adobestock_606526420-min.webp');
}

.service-hero-img.retail {
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--gris)), url('../images/adobestock_621644973-min.webp');
}

.service-hero-img.construccion {
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--gris)), url('../images/construccion.jpeg');
}

.service-hero-img.reformas {
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--gris)), url('../images/adobestock_620009393-min.webp');
}

.service_section_2 {
  width: 100%;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
}

.service_section_2_wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/istock-1447581973.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.service_section_2_wrap.is-metalisteria {
  background-image: none;
}

.service_section_2_wrap._1 {
  background-image: url('../images/istock-1357436834.webp');
  background-position: 50%;
  grid-template-columns: 1fr 1fr;
}

.service_section_2_wrap._2 {
  background-image: url('../images/istock-1176842849.webp');
  background-position: 100%;
  grid-template-columns: 1.25fr 1fr;
}

.service_section_2_wrap.retail {
  background-image: url('../images/64f5be94c278ce3f9cfbc08b_getir-1.webp');
}

.service_section_2_wrap.reformasintegrales {
  background-image: url('../images/graphic-design-color-swatches-pens-desk-architectural-drawing-with-work-tools-accessories-min.webp');
}

.service_section_2_right_wrap {
  background-image: linear-gradient(rgba(255, 255, 255, .88), rgba(255, 255, 255, .88));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8%;
  display: flex;
}

.service_section_2_right_wrap.metalisteria {
  background-image: linear-gradient(#fff, #fff);
}

.service_section_2_left_wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.service_section_2_left_wrap.is-metalisteria {
  background-color: #fff;
}

.heading-3-op2 {
  color: #fff;
  margin-bottom: 15px;
  font-family: FoundersGrotesk, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
}

.heading-3-op2.text-color-black {
  color: var(--verde-oliva);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.service_section_3 {
  width: 100%;
  height: 100vh;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.slide-nav-desktop {
  z-index: 1000;
  width: 100%;
  height: auto;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: space-between;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.contact-hero {
  width: 100%;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
}

.contact-hero-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/krakenimages-y5bvrlccx8k-unsplash-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.contect-hero-left-wrap {
  width: 80%;
}

.contact-hero-right-wrap {
  width: 35%;
  background-image: linear-gradient(rgba(255, 255, 255, .58), rgba(255, 255, 255, .58));
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 5%;
  display: flex;
}

.contact-page-phones-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-section-heading {
  width: 80%;
  font-size: 5rem;
  font-weight: 500;
}

.contact-section-heading.text-color-black {
  color: #141414;
  font-weight: 300;
  line-height: .9;
}

.contact-section-heading.text-color-black.is-w100 {
  width: 100%;
  font-size: 5vw;
}

.contact-map-section {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: block;
}

.map-wrap {
  width: 100%;
  height: 100%;
  min-height: 50vh;
  background-image: url('../images/image-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  display: block;
}

.img_hero {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.about-hero-color {
  z-index: 4;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(63, 63, 63, .37), var(--verde-oliva));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-hero {
  width: 100%;
  height: 100vh;
  background-color: #fefcf3;
  padding: 0%;
  position: relative;
}

.project-section-2 {
  width: 100%;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
}

.project-section-2.green {
  background-color: var(--verde-oliva);
}

.project-section-5 {
  width: 100%;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
  position: static;
}

.project-section-5.green {
  background-color: var(--verde-oliva);
}

.project-section-5.green.mobile {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.project-section-5.green.slider {
  display: none;
}

.projects-section-2 {
  padding-top: 9vh;
}

.project-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.projects-list-wrapper {
  display: block;
  position: relative;
}

.projects-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.projects-list.is-projects {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.project-item-image {
  z-index: 1;
  width: 100%;
  height: 50vh;
  opacity: .49;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-item-image.is-home {
  height: auto;
}

.project-item-image.is-home.flores {
  background-image: url('../images/64e614c6b0e64d79269bc680_470826310-jpeg.webp');
}

.project-item-image.is-home.mr-wonderful {
  background-image: url('../images/ezgif.com-webp-to-jpg.webp');
}

.project-item-image.is-home.broklyn {
  background-image: url('../images/64f5bf9d2b6ebb8a4b2168cb_brooklyn-fitboxing.webp');
}

.tab-empty {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.tab-empty:hover {
  color: var(--verde-oliva);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-radius: 0;
}

.tab-empty.w--current {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border-style: none none solid;
  border-radius: 0;
  text-decoration: none;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  padding: 2% 8%;
  display: flex;
}

.projects-heading-wrap {
  padding: 3% 8% 0%;
  display: none;
}

.project-item-hover {
  z-index: 15;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(255, 255, 255, .38);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-item-hover.is-project {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.project-item-wrap {
  width: auto;
  height: auto;
  min-height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: relative;
}

.project-item-wrap.is-home-scrollable {
  height: 100vh;
}

.project-item-wrap.is-home-scrollable._03 {
  text-decoration: none;
}

.hover-content-wrap {
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.projects-section-3 {
  background-color: var(--verde-oliva);
}

.projects-section-3-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.projects-section-3-description-wrap {
  width: 30%;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 3rem;
  display: flex;
}

.projects-section-6-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.project-section6 {
  width: 100%;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: none;
}

.project-section-7 {
  width: 100%;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
  overflow: hidden;
}

.project-section-7.green {
  background-color: var(--verde-oliva);
}

.home-section-scrollable-2 {
  width: 100vw;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
}

.home-section-scrollable-2.just-mobile {
  display: none;
}

.home-section-scrollable-3 {
  width: 100vw;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
}

.home-section-scrollable-3.just-mobile {
  display: none;
}

.home-section-scrollable-3.desktop {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0);
  position: relative;
}

.home-section-scrollable-3.desktop.width {
  width: 100%;
}

.home-section-scrollable-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: flex;
  position: relative;
}

.home-section-scrollable-3-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/oficinas5-3.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: stretch;
  display: flex;
  position: relative;
}

.home-section-scrollable-3-wrap.is-scrollable {
  border-right: 1px solid var(--tan);
  border-left: 1px solid var(--tan);
  background-image: none;
}

.home-section-scrollable-3-right-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-section-scrollable-3-right-wrap.special {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-section-scrollable-3-left-heading-wrap {
  height: auto;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-section-scrollable-3-left-heading-wrap.is-projects {
  transform: rotate(90deg);
}

.home-section-scrollable-3-heading-wrap {
  width: 40%;
  align-self: flex-end;
  display: flex;
}

.home-section-scrollable-3-heading-wrap.retailbrands, .home-section-scrollable-3-heading-wrap.is-slider {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-section-3-left-wrap {
  min-height: 30vh;
  background-image: linear-gradient(rgba(255, 255, 255, .66), rgba(255, 255, 255, .66));
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2% 8%;
  display: flex;
}

.home-section-3-left-wrap.is-scrollable {
  background-image: linear-gradient(#fff, #fff);
}

.home-section-3-left-wrap.is-scrollable.is-black {
  height: 35vh;
  min-height: 35vh;
  background-image: linear-gradient(to bottom, var(--verde-oliva), var(--verde-oliva));
  padding-top: 5%;
}

.home-section-3-left-wrap.is-scrollable.is-black.malls {
  margin-top: 0;
  padding-top: 4%;
}

.home-section-3-left-wrap.is-scrollable.is-slider {
  z-index: 3;
  min-height: 80vh;
  background-image: none;
  padding-top: 9%;
  position: relative;
}

.home-section-scrollable-4 {
  width: 100vw;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
  position: relative;
}

.home-section-scrollable-4.just-mobile {
  display: none;
}

.home-section-scrollable-4.desktop {
  width: 100%;
  height: 100%;
  display: block;
}

.home-section-scrollable-4-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/oficinas5-3.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  justify-items: stretch;
  display: flex;
  position: relative;
}

.home-section-scrollable-4-cms-wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-section-scrollable-4-wrap-absolute {
  z-index: 15;
  width: 500px;
  height: auto;
  min-height: 20vh;
  border: 1px solid var(--tan);
  opacity: 1;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 8%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-section-scrollable-4-wrap-absolute.proyectos {
  width: 100px;
  background-image: linear-gradient(to bottom, var(--verde-oliva), var(--verde-oliva));
  border-style: none;
  justify-content: center;
  text-decoration: none;
}

.politicas-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.politicas-seccion1 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
}

.progress-bar {
  z-index: 80;
  width: 100%;
  height: .3rem;
  background-color: var(--tan);
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shortcode-section-6 {
  width: 100%;
  height: 100%;
  display: none;
}

.fs-slider_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.fs-slider_slide {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-slider_arrow-left {
  left: 5rem;
}

.fs-slider_collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.fs-slider_image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-form {
  width: 100%;
  height: 100vh;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
}

.section_herov2_wrap {
  width: 100%;
  height: 100%;
  flex-direction: row;
  display: block;
  position: relative;
}

.hover_extra_info_wrap {
  width: 270px;
  min-height: 18vh;
  background-color: var(--gris);
  opacity: 1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.5rem;
  display: flex;
}

.about_section_bgvideo {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/adobestock_305080207_editorial_use_only-1.webp');
  background-position: 50%;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-section-scrollable-5-wrap-copy {
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--verde-oliva);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  justify-items: stretch;
  display: flex;
  position: relative;
}

.about_section_4_p2 {
  width: 100%;
  height: auto;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
}

.menu-right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.social-block-menu-wrap {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.social-block-link {
  width: 21px;
  height: 21px;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.social-block-link.first {
  margin-left: 0;
}

.section-4p2-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-4p2-wrap._2 {
  grid-template-columns: .75fr 1fr;
  padding: 8%;
}

.section-4p2-logos {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.section-4p2-logos._2 {
  padding: 2.5rem;
}

.section-4p2-heading {
  width: 100%;
  min-width: auto;
}

.section-4p2-heading._2 {
  padding: 2.5rem 2.5rem 2.5rem 0;
}

.section-4-p2-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: center;
}

.section-4-p2-img {
  width: 6rem;
}

.section-4-p2-img.mr-wonderful {
  width: 7rem;
}

.section-4-p2-img.ideal {
  width: 5rem;
}

.section-4-p2-img.la-tagliatella {
  width: 9rem;
}

.section-4-p2-img.maiko, .section-4-p2-img.la-fuente {
  width: 7rem;
}

.section-4-p2-img.brooklyn {
  width: 6rem;
}

.section-4-p2-img.getir {
  width: 4rem;
}

.section-4-p2-img.intimisimi, .section-4-p2-img.parfois {
  height: 5rem;
}

.about_section_delegaciones {
  width: 100%;
  height: auto;
  background-color: var(--verde-oliva);
  padding: 0%;
  display: block;
  position: static;
}

.section-delegaciones-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.delegaciones-wrapper {
  border-bottom: 1px solid #e4ebf3;
  padding: 59px 0;
  position: relative;
}

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

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.pricing-card-two {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
}

.pricing-content {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  height: 1px;
  background-color: #e4ebf3;
  margin: 9px 0 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.slider-servicio-metalisteria {
  width: 100%;
  height: 100vh;
}

.image-servicio-metalisteria {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-info-menu-wrap-2 {
  height: 35px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  background-color: #141414;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: background-color .2s;
}

.nav-dropdown-link:hover, .nav-dropdown-link:focus {
  background-color: var(--verde-oliva);
  color: #fff;
}

.nav-dropdown-link:focus-visible {
  outline-color: var(--verde-oliva);
  outline-offset: 0px;
  color: var(--verde-oliva);
  border-radius: 5px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-color: var(--verde-oliva);
  outline-offset: 0px;
  color: var(--verde-oliva);
  border-radius: 5px;
  outline-width: 2px;
  outline-style: solid;
}

.logo--wrapper-2 {
  width: 4.5rem;
  height: 4.5rem;
  color: var(--gris);
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .5rem;
  display: flex;
  position: relative;
}

.logo--wrapper-2.w--current {
  width: 2rem;
  height: 2rem;
  background-image: url('../images/group-175.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.logo--wrapper-2.white {
  color: #fff;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  z-index: 99999;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.list-item {
  margin-bottom: 0;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-wrapper {
  mix-blend-mode: normal;
}

.nav-button-wrapper {
  margin-left: 30px;
  display: none;
}

.navbar-no-shadow-container {
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

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

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-icon.text-color-black {
  color: #000;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.mobile-margin-top-10 {
  margin-bottom: 0;
}

.slide-nav-2 {
  display: none;
}

.animation2 {
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.animated-texts-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animation3, .animation4, .animation5 {
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
}

.card---brix.logo-link---brix {
  border-style: none;
  border-color: var(--tan);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .03), 0 -2px 4px rgba(20, 20, 43, .02), 0 12px 24px rgba(20, 20, 43, .04);
}

.card---brix.logo-link---brix:hover {
  transform: scale(.94);
  box-shadow: 0 3px 50px rgba(74, 58, 255, .03), 0 -2px 40px rgba(20, 20, 43, .02), 0 12px 50px -20px rgba(20, 20, 43, .02);
}

.logo---brix {
  width: 12rem;
  height: 80px;
  max-height: none;
  mix-blend-mode: normal;
  object-fit: contain;
}

.logo---brix.madrid {
  object-fit: cover;
}

.logo---brix.centros-ideal {
  object-fit: contain;
}

.logo---brix.tommy {
  object-fit: cover;
}

.logo---brix.gen {
  object-fit: contain;
}

.logo---brix.alfonsox {
  object-fit: cover;
}

.logo---brix.cmadrid, .logo---brix.portopri, .logo---brix.xunta {
  object-fit: contain;
}

.logo---brix.exclusion {
  width: 8rem;
  mix-blend-mode: exclusion;
}

.home-section-scrollable-3-logos-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home-section-scrollable-3-logos-wrap.white-bg {
  background-color: #fff;
  justify-content: flex-start;
  padding: 5% 8%;
  position: relative;
}

.grid {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: stretch;
  justify-items: stretch;
  position: relative;
  top: auto;
  overflow: visible;
}

.divider {
  width: 60px;
  height: 1px;
  background-color: var(--white);
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.divider.green {
  background-color: var(--white);
}

.left-arrow, .right-arrow {
  display: none;
}

.project-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  width: 20rem;
}

.link, .text-span {
  color: #fff;
}

.slider-2 {
  height: 165vh;
  min-height: 165vh;
}

.slide-nav-3 {
  display: none;
}

.icon-green {
  color: var(--verde-oliva);
}

.grid-instituciones {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: stretch;
  justify-items: stretch;
}

.slider-home {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-2, .text-span-3 {
  color: #fff;
}

.retail-brands-wrap {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/ezgif.com-webp-to-jpg_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.retail-brands-wrap.bgvideo {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
}

.overlay-black {
  z-index: 2;
  background-color: rgba(23, 23, 23, .68);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee-horizontal-large {
  z-index: 999;
  width: 100%;
  height: auto;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-section-scrollable-s2-2 {
  width: 100vw;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
}

.home-section-scrollable-s2-2.desktop {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0);
  position: relative;
}

.marquee {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  overflow: hidden;
}

.marquee_track {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_list, .marquee_flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_item {
  width: 15rem;
  flex: none;
  margin-right: 2em;
}

.marquee_img-wrap {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 41%;
  display: block;
  position: relative;
}

.marquee_img {
  width: 100%;
  height: 3rem;
  object-fit: contain;
  border-radius: 1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee_img.zero {
  height: 1.8rem;
  margin-top: auto;
  margin-bottom: 56px;
  padding-bottom: 0;
}

.marquee_img.tagliatela {
  height: 2.3rem;
  margin-top: 10px;
}

.marquee_img.canitas {
  height: 2.5rem;
  margin-top: 5px;
}

.nuevo-carousel {
  margin-bottom: 0;
  display: block;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 20px rgba(18, 18, 18, .07);
}

.scroll-base {
  width: 100%;
  height: 6px;
  transform-origin: 0%;
  background-color: #eeeff4;
}

.content-wrap {
  width: 40%;
  justify-content: flex-end;
  display: flex;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.img-block {
  width: 40%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  width: 100%;
  height: 6px;
  transform-origin: 0%;
  background-color: #006cd0;
  position: absolute;
  bottom: 0;
}

.step-block {
  width: 100vw;
  height: 100vh;
  flex-wrap: nowrap;
  flex: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.scroll-line-wrap {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -50%;
  right: auto;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._4 {
  height: 200vh;
  display: block;
  top: 90%;
}

.trigger._5 {
  height: 5%;
  display: block;
  top: 110%;
}

.scroll-wrap {
  width: 100%;
  height: 400vh;
  align-self: flex-start;
  display: flex;
  position: relative;
}

.dot-block {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.step-scroll {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.dot {
  z-index: 3;
  width: 12px;
  height: 12px;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  position: relative;
}

.home-section-scrollable-5 {
  width: 100vw;
  height: 100vh;
  background-color: #141414;
  padding: 0%;
  display: block;
  position: relative;
}

.home-section-scrollable-5.just-mobile {
  display: none;
}

.home-section-scrollable-5.desktop {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-extra-green-wrap {
  width: 100%;
  height: 35px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--verde-oliva);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  position: relative;
}

.header-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.header-social-block._2 {
  width: auto;
  justify-content: flex-end;
}

.header-social-link {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 15px;
  display: flex;
}

.header-social-link.fb, .header-social-link.inst {
  margin-left: 0;
  margin-right: 0;
}

.header-email-wrap {
  width: auto;
  align-items: center;
  display: flex;
}

.social-media-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.email-social-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

._1x01 {
  width: 65px;
  height: 1px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/.');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-collection-list-wrapper {
  position: relative;
}

.gallery-colleciton-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0% 2% 5%;
  display: grid;
  overflow: visible;
}

.gallery-collection-item {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-3 {
  width: 70%;
  object-fit: contain;
}

.image-4 {
  width: 100%;
  height: 65vh;
  object-fit: cover;
}

.project-item-link {
  width: 100%;
  height: auto;
  min-height: 50vh;
  position: relative;
}

.slider {
  height: 100vh;
  cursor: grab;
}

.slide-1 {
  background-image: url('../images/chalet.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slide-2 {
  background-image: url('../images/antoni-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/mediana-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._w-slider-arrow-left, ._w-slider-arrow-right {
  cursor: pointer;
  display: none;
}

.body {
  overflow: auto;
}

.icon, .icon-2 {
  display: none;
}

.fullpage-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.section {
  height: 100vh;
  position: relative;
}

.footer {
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #173029;
  position: relative;
  top: auto;
  bottom: auto;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-medium.text-weight-light.text-color-white.max-width.text-align-center {
    width: 60%;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_herov2.is-scrollable.just-mobile {
    display: block;
  }

  .section_herov2.is-scrollable.desktop {
    display: none;
  }

  .services-heading-wrap.is-projects-s3 {
    width: 100%;
  }

  .services-grid-wrap {
    grid-template-columns: 1fr;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4.is-numbers {
    width: 100%;
  }

  .section-5-wrap {
    grid-template-columns: 1.5fr;
  }

  .section-5-right-wrap {
    min-height: 50vh;
  }

  .side-nav-mobile {
    width: 100%;
    height: auto;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-wrapper {
    height: auto;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .03);
    flex-direction: row;
  }

  .logo--wrapper {
    margin-top: 0;
  }

  .hamburger {
    width: 5rem;
    height: 5rem;
  }

  .about_section_2_wrap {
    grid-template-columns: 1.5fr;
  }

  .about_section_2_left_wrap {
    padding-left: 12%;
    padding-right: 12%;
  }

  .about_section_6 {
    height: auto;
  }

  .grid-section-6-about-wrap {
    grid-template-columns: 1.75fr;
  }

  .s6-right-about-wrap {
    min-height: 50vh;
  }

  .container {
    max-width: 728px;
  }

  .footer-brand {
    width: 12rem;
  }

  .footer-content {
    min-width: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service_section_2_wrap {
    grid-template-columns: 1.5fr;
  }

  .service_section_2_right_wrap {
    padding-left: 12%;
    padding-right: 12%;
  }

  .slide-nav-desktop {
    display: none;
  }

  .contact-hero-wrap {
    grid-template-columns: 1.5fr;
  }

  .contect-hero-left-wrap {
    min-height: 50vh;
  }

  .projects-list-wrapper {
    position: relative;
  }

  .projects-list {
    grid-template-columns: 1fr;
  }

  .project-item-image.is-home {
    height: auto;
  }

  .project-item-wrap {
    height: 45vh;
  }

  .project-item-wrap.is-home-scrollable {
    height: 33.3333vh;
  }

  .projects-section-3-wrap {
    flex-direction: column;
  }

  .projects-section-3-description-wrap {
    width: 100%;
  }

  .projects-section-6-wrap {
    grid-template-columns: 1.5fr;
  }

  .home-section-scrollable-2.just-mobile, .home-section-scrollable-3.just-mobile {
    display: block;
  }

  .home-section-scrollable-3.desktop {
    display: none;
  }

  .home-section-scrollable-wrap, .home-section-scrollable-3-wrap {
    grid-template-columns: 1.5fr;
  }

  .home-section-scrollable-3-right-wrap {
    height: 50vh;
  }

  .home-section-scrollable-3-left-heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .home-section-scrollable-3-heading-wrap {
    width: 100%;
  }

  .home-section-3-left-wrap {
    padding: 8% 12%;
  }

  .home-section-scrollable-4.just-mobile {
    display: block;
  }

  .home-section-scrollable-4.desktop {
    display: none;
  }

  .home-section-scrollable-4-wrap {
    grid-template-columns: 1.5fr;
  }

  .home-section-scrollable-4-cms-wrap {
    height: auto;
  }

  .home-section-scrollable-4-wrap-absolute {
    z-index: 50;
    padding: 8% 12%;
    display: none;
  }

  .politicas-seccion1 {
    padding-top: 5rem;
  }

  .home-section-scrollable-5-wrap-copy {
    grid-template-columns: 1.5fr;
  }

  .section-4p2-wrap {
    grid-template-columns: 1fr;
  }

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

  .pricing-card-two {
    align-items: center;
    padding: 24px 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .logo--wrapper-2 {
    margin-top: 0;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .logo---brix {
    padding-left: 6px;
    padding-right: 6px;
    display: block;
  }

  .home-section-scrollable-s2-2.desktop {
    display: none;
  }

  .marquee_item {
    width: 42vw;
    margin-right: 3vw;
  }

  .nuevo-carousel {
    margin-bottom: 20vh;
  }

  .dot-block {
    width: 24px;
  }

  .home-section-scrollable-5.just-mobile {
    display: block;
  }

  .home-section-scrollable-5.desktop {
    display: none;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button.text-size-large.text-color-black.is-leadership {
    margin-top: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .global-padding.is-section-6-about {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 8%;
  }

  .heading-2.text-color-white {
    font-size: 5rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal-2.padding-small {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .projects-item-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr auto;
  }

  .tag-grid {
    display: none;
  }

  .tag-item.tag-button {
    min-width: 6rem;
  }

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

  .column {
    height: 100%;
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-4 {
    font-size: 15vw;
  }

  .section_5 {
    height: auto;
    min-height: 100vh;
  }

  .section-5-left-wrap {
    min-height: 50vh;
  }

  .about-us-section-heading.text-color-black {
    width: 100%;
    font-size: 12vw;
  }

  .side-nav-mobile {
    height: auto;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .about_section_2 {
    height: auto;
  }

  .about_section_2_left_wrap {
    padding-left: 8%;
    padding-right: 8%;
  }

  .about_section_2_right_wrap {
    min-height: 50vh;
  }

  .about_us_s2_left_heading_wrap, .about_section_4 {
    height: auto;
  }

  .team-grid-wrap {
    min-height: 35vh;
  }

  .s6-left-about-wrap {
    padding: 0%;
  }

  .s6-right-about-wrap {
    padding: 0;
  }

  .text-size-xl.text-color-white {
    font-size: 1.2rem;
  }

  .text-block-wrap {
    width: auto;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    min-width: 100%;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .footer-first-block-wrap {
    width: 100%;
  }

  .contact-hero {
    height: auto;
    min-height: 100vh;
  }

  .contact-hero-right-wrap {
    min-height: 50vh;
  }

  .contact-section-heading.text-color-black {
    width: 100%;
    font-size: 12vw;
  }

  .map-wrap {
    min-height: 40vh;
  }

  .project-section-2 {
    height: auto;
  }

  .project-section-5 {
    height: 40vh;
  }

  .project-item-image.is-home, .project-section6, .home-section-scrollable-2, .home-section-scrollable-3 {
    height: auto;
  }

  .home-section-scrollable-3-right-wrap {
    min-height: 50vh;
  }

  .home-section-scrollable-3-left-heading-wrap {
    height: auto;
  }

  .home-section-3-left-wrap {
    padding-left: 8%;
    padding-right: 8%;
  }

  .home-section-scrollable-4 {
    height: auto;
  }

  .home-section-scrollable-4-cms-wrap {
    min-height: 50vh;
  }

  .home-section-scrollable-4-wrap-absolute {
    padding-left: 8%;
    padding-right: 8%;
  }

  .about_section_4_p2 {
    height: auto;
  }

  .social-block-menu-wrap {
    margin-top: 20px;
    margin-left: -20px;
  }

  .social-block-link {
    margin-left: 20px;
  }

  .delegaciones-wrapper {
    padding: 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .animation2, .animation3, .animation4, .animation5 {
    text-align: center;
    font-size: 70px;
  }

  .card---brix.logo-link---brix {
    border-radius: 12px;
    padding: 24px;
  }

  .logo---brix {
    padding-left: 0;
    padding-right: 0;
  }

  .home-section-scrollable-s2-2 {
    height: auto;
  }

  .marquee_item {
    width: 58vw;
    margin-right: 4vw;
  }

  .scroll-base {
    position: relative;
  }

  .content-wrap {
    width: 90%;
    height: 40vh;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .img-block {
    z-index: 3;
    max-height: 40vh;
    min-height: 40vh;
    order: 3;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    max-width: 90%;
  }

  .step-block {
    width: 100vw;
    min-height: 110vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dot-block {
    min-height: 10vh;
    order: 2;
    align-self: center;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .dot {
    z-index: 99;
    position: static;
  }

  .home-section-scrollable-5 {
    height: auto;
  }

  .header-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .header-social-link {
    margin-left: 20px;
  }

  .gallery-overview, .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-large.text-color-black {
    font-size: 1rem;
  }

  .button {
    width: 100%;
    min-height: 5vh;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button:hover {
    color: #fff;
    background-color: #000;
  }

  .button.text-color-black {
    min-height: 35px;
    color: var(--verde-oliva);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .button.text-color-black:hover {
    color: var(--white);
  }

  .button.text-color-black.text-size-large {
    color: var(--verde-oliva);
  }

  .button.text-color-black.text-size-large:hover {
    color: var(--white);
  }

  .button.text-size-large.text-color-black.is-leadership {
    margin-top: 1rem;
    padding-top: .5rem;
  }

  .button.is-project {
    line-height: 1;
  }

  .button.is-projects {
    color: #fff;
    border-color: #fff;
    line-height: 1;
  }

  .text-size-medium.text-weight-light.text-color-white.max-width.text-align-center {
    width: 100%;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .section_herov2 {
    height: 90vh;
    min-height: auto;
    flex-direction: column;
    display: flex;
  }

  .section_herov2.is-scrollable {
    height: 100vh;
    display: block;
  }

  .global-padding {
    padding: 10% 5%;
  }

  .global-padding.is-section-6-about {
    padding-right: 5%;
  }

  .global-padding.footer {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .global-padding.is-project {
    padding-left: 0%;
    padding-right: 0%;
  }

  .global-padding.project {
    padding: 3%;
  }

  .logo-heading-wrap {
    justify-content: center;
  }

  .logo_img {
    height: 10vh;
  }

  .section_3_services {
    height: auto;
  }

  .services-heading-wrap {
    margin-bottom: 1rem;
  }

  .services-heading-wrap.view-more-projects {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2.text-color-white {
    font-size: 3.5rem;
    line-height: .9;
  }

  .heading-2.text-color-white.text-align-center.text-size-custom01 {
    text-align: left;
    font-size: 3rem;
  }

  .heading-2.text-color-white.center {
    text-align: center;
  }

  .services-grid-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .services-item {
    height: auto;
    min-height: 12rem;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal-2.padding-small {
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .projects-item-content {
    height: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 100%;
    align-items: center;
  }

  .projects-item-content.is-arrow {
    grid-template-columns: 100%;
    display: flex;
  }

  .projects-item-title {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: visible;
  }

  .into-view-3 {
    flex-direction: row;
    display: block;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 12vw;
  }

  .heading-3.text-color-yellow {
    font-size: 9vw;
  }

  .heading-3.text-color-black {
    font-size: 2.2rem;
  }

  .heading-3.text-color-black.custom-02 {
    font-size: 2rem;
  }

  .heading-3.text-color-white.special.text-align-center.special2 {
    font-size: 6vw;
  }

  .heading-3.text-color-white.text-align-center {
    font-size: 8vw;
  }

  .heading-3.text-color-white.text-align-center.mobile {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 12vw;
  }

  .tag-grid {
    width: 100%;
    display: block;
  }

  .tag-item.tag-button {
    width: 100%;
    height: 2rem;
    min-width: auto;
  }

  .section_4_numbers {
    height: auto;
  }

  .column {
    border-bottom-color: var(--white);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .heading-4 {
    font-size: 15vw;
  }

  .heading-4.exp, .heading-4.pro, .heading-4.clientes {
    font-size: 18vw;
  }

  .heading-4.text-color-white.s4p2 {
    font-size: 3rem;
  }

  .heading-4.text-color-white.delegaciones {
    width: 100%;
  }

  .heading-4.text-color-white.center, .heading-4.text-color-white.centerr {
    text-align: center;
  }

  .heading-4.is-large {
    font-size: 18vw;
  }

  .sub-counter-text {
    font-size: 14px;
  }

  .section_5 {
    height: auto;
    min-height: auto;
  }

  .section-5-wrap {
    grid-template-columns: 1.5fr;
  }

  .section-5-left-wrap {
    min-height: 50vh;
  }

  .spacer {
    display: none;
  }

  .about-us-heading {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .about-us-section-heading.text-color-black {
    font-size: 3rem;
  }

  .section-5-button {
    width: 100%;
  }

  .heading-5 {
    font-size: 5.5vw;
  }

  .heading-5.is-projects {
    color: #fff;
  }

  .section-5-right-wrap {
    display: none;
  }

  .section_6 {
    height: auto;
  }

  .section-6-wrap {
    grid-template-columns: 1.5fr;
  }

  .horizontal-fields {
    grid-template-columns: 1fr;
  }

  .side-nav-mobile {
    width: 100%;
    height: auto;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-wrapper {
    height: auto;
    flex-direction: row;
    position: relative;
  }

  .nav-wrapper.green {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo--wrapper {
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    margin-top: 0;
    padding: 0;
  }

  .hamburger {
    width: 5rem;
    height: 5rem;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .hamburger.white {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-wrapper {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    background-color: var(--verde-oliva);
    display: none;
  }

  .menu-legal-links-wrap {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    display: block;
    bottom: auto;
    right: auto;
  }

  .menu-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0%;
  }

  .menu-link {
    margin-left: 0;
    font-size: 14vw;
  }

  .menu-link.text-color-white, .menu-link.text-color-white.w--current {
    color: #fff;
  }

  .about_section_2_wrap {
    grid-template-columns: 1.5fr;
  }

  .about_section_2_left_wrap {
    padding: 10% 5%;
  }

  .about_section_2_left_wrap.is-project {
    padding-top: 8%;
  }

  .about_section_2_left_wrap.green {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about_section_2_right_wrap {
    min-height: 35vh;
  }

  .about_section_2_right_wrap.scrollable {
    min-height: 35vh;
    display: block;
    position: absolute;
  }

  .about_section_2_right_wrap.filosofia, .about_section_2_right_wrap.nosotros-oficina, .about_section_2_right_wrap.filosofia01 {
    min-height: 35vh;
  }

  .about_us_s2_left_heading_wrap {
    height: auto;
    padding-top: 0;
    position: relative;
  }

  .about_us_s2_left_heading_wrap.is-project, .about_us_s2_left_heading_wrap.halfwidth {
    width: 100%;
  }

  .about_section_3 {
    height: auto;
  }

  .team-grid-wrap {
    grid-template-columns: 1fr;
  }

  .img_01_team._02, .img_01_team._01 {
    min-height: 40vh;
    background-position: 50% 100%;
  }

  .logo-link {
    z-index: 9999;
    width: 5rem;
    height: 5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .about_section_6 {
    height: auto;
    background-color: var(--verde-oliva);
  }

  .s6-left-about-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0%;
  }

  .s6-right-about-wrap {
    min-height: 30vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-size-xl.text-color-white {
    text-align: justify;
    font-size: 1rem;
    font-weight: 300;
  }

  .services-hero {
    height: auto;
    padding-top: 5rem;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: flex-start;
  }

  .footer-brand {
    width: 60vw;
  }

  .footer-content {
    width: 100%;
    min-width: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-block-1-wrap {
    margin-top: 2rem;
  }

  .service_section_2 {
    height: auto;
  }

  .service_section_2_wrap {
    background-image: none;
    grid-template-columns: 1.5fr;
  }

  .service_section_2_wrap._1 {
    grid-template-rows: auto 216px;
    grid-template-columns: 1fr;
  }

  .service_section_2_wrap._2 {
    grid-template-rows: 1fr;
    grid-template-columns: 1.25fr;
  }

  .service_section_2_right_wrap {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .service_section_2_left_wrap {
    min-height: 30vh;
    background-image: url('../images/mads-eneqvist-j9jyy9s1zak-unsplash-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }

  .heading-3-op2 {
    margin-bottom: 0;
    font-size: 12vw;
  }

  .service_section_3 {
    height: auto;
  }

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

  .flex-block.menu {
    margin-bottom: 2rem;
  }

  .lottie-animation {
    color: var(--verde-oliva);
    padding-top: 10px;
  }

  .contact-hero {
    height: auto;
    min-height: auto;
  }

  .contact-hero-wrap {
    grid-template-columns: 1.5fr;
  }

  .contect-hero-left-wrap {
    display: none;
  }

  .contact-hero-right-wrap {
    width: 100%;
    min-height: 100vh;
    justify-content: flex-end;
    padding-top: 9rem;
  }

  .contact-section-heading.text-color-black {
    font-size: 3rem;
  }

  .contact-section-heading.text-color-black.is-w100 {
    font-size: 15vw;
  }

  .map-wrap {
    min-height: 35vh;
  }

  .project-section-5 {
    height: auto;
  }

  .project-section-5.green.mobile {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .projects-list.is-projects {
    grid-template-columns: 1fr;
  }

  .project-item-image {
    height: 80vh;
  }

  .project-item-image.is-home {
    height: auto;
  }

  .tabs-menu {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    top: 0;
    overflow: scroll;
  }

  .projects-heading-wrap {
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    margin-top: 5rem;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .project-item-hover {
    background-color: rgba(22, 48, 41, .53);
  }

  .project-item-wrap {
    height: 80vh;
    min-height: 80vh;
  }

  .projects-section-3-description-wrap {
    padding-top: 0;
  }

  .projects-section-6-wrap {
    grid-template-columns: 1.5fr;
  }

  .project-section-7 {
    height: auto;
    overflow: hidden;
  }

  .home-section-scrollable-2 {
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .home-section-scrollable-2.just-mobile {
    height: auto;
    min-height: auto;
  }

  .home-section-scrollable-3 {
    height: 100vh;
    display: block;
  }

  .home-section-scrollable-3.just-mobile {
    height: auto;
    min-height: auto;
    background-color: var(--verde-oliva);
    display: block;
  }

  .home-section-scrollable-3.desktop {
    width: 100%;
    height: auto;
    display: block;
  }

  .home-section-scrollable-wrap, .home-section-scrollable-3-wrap {
    grid-template-columns: 1.5fr;
  }

  .home-section-scrollable-3-wrap.is-scrollable {
    min-height: auto;
    background-image: url('../images/oficinas5-3.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-section-scrollable-3-right-wrap {
    height: 100%;
    min-height: auto;
    background-image: url('../images/mads-eneqvist-j9jyy9s1zak-unsplash-1-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .home-section-scrollable-3-left-heading-wrap {
    height: 100%;
    flex: 1;
    justify-content: flex-end;
    padding-top: 0;
    position: relative;
    transform: none;
  }

  .home-section-scrollable-3-heading-wrap {
    margin-bottom: 2rem;
  }

  .home-section-scrollable-3-heading-wrap.retailbrands, .home-section-scrollable-3-heading-wrap.is-slider {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .home-section-3-left-wrap {
    min-height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-section-3-left-wrap.is-scrollable {
    min-height: auto;
    background-image: linear-gradient(rgba(255, 255, 255, .93), rgba(255, 255, 255, .93));
    flex: 1;
    justify-content: space-between;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .home-section-3-left-wrap.is-scrollable.is-black {
    min-height: 35vh;
    border-bottom: 1px #fff;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 45%;
    padding-bottom: 17%;
    position: relative;
  }

  .home-section-3-left-wrap.is-scrollable.is-black.speial {
    height: auto;
    min-height: 15vh;
    justify-content: space-between;
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .home-section-3-left-wrap.is-scrollable.is-black.malls {
    min-height: 35vh;
    justify-content: space-between;
    padding-top: 17%;
  }

  .home-section-3-left-wrap.is-scrollable.is-slider {
    min-height: 25vh;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 45%;
    padding-bottom: 17%;
    position: relative;
  }

  .home-section-scrollable-4 {
    height: 100vh;
  }

  .home-section-scrollable-4.just-mobile {
    height: auto;
  }

  .home-section-scrollable-4-wrap {
    background-image: none;
    grid-template-columns: 1.5fr;
  }

  .home-section-scrollable-4-cms-wrap {
    height: auto;
    min-height: 45vh;
  }

  .home-section-scrollable-4-wrap-absolute {
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .politicas-seccion1 {
    height: auto;
    padding-top: 5rem;
  }

  .fs-slider_image {
    object-fit: contain;
  }

  .contact-form {
    height: auto;
  }

  .hover_extra_info_wrap {
    opacity: .92;
    margin-bottom: 2rem;
  }

  .about_section_bgvideo {
    height: 100vh;
  }

  .home-section-scrollable-5-wrap-copy {
    background-image: none;
    grid-template-columns: 1.5fr;
  }

  .about_section_4_p2 {
    min-height: 55vh;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .section-4p2-wrap {
    width: 100%;
    height: 100%;
  }

  .section-4p2-wrap._2 {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-4p2-logos._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4p2-heading._2 {
    padding-right: 0;
  }

  .section-4-p2-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .about_section_delegaciones {
    height: auto;
  }

  .delegaciones-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .slider-servicio-metalisteria {
    height: 50vh;
  }

  .slide-nav {
    position: relative;
  }

  .logo--wrapper-2 {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0;
    padding: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu {
    flex-direction: column;
  }

  .animation2 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 1.8rem;
  }

  .animated-texts-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .animation3 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 2rem;
  }

  .animation4 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 2rem;
    line-height: 1;
  }

  .animation5 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 10vw;
  }

  .card---brix.logo-link---brix {
    min-height: 15vh;
    margin: 10px;
  }

  .home-section-scrollable-3-logos-wrap.white-bg {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .grid {
    max-height: 150vh;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
    overflow: auto;
  }

  .divider, .divider.white {
    margin-left: auto;
  }

  .project-item-wrapper {
    grid-template-columns: 1fr;
  }

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

  .slider-2 {
    height: 200vh;
    min-height: auto;
    background-color: var(--white);
  }

  .slide-nav-3 {
    display: none;
  }

  .icon-green {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-green._2 {
    margin-left: auto;
  }

  .left-arrow-2, .right-arrow-2 {
    position: fixed;
  }

  .grid-instituciones {
    height: 160vh;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
    overflow: auto;
  }

  .text-span-2, .text-span-3 {
    font-size: 1.8rem;
  }

  .overlay-black {
    height: 100vh;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .home-section-scrollable-s2-2 {
    height: 100vh;
    display: block;
  }

  .home-section-scrollable-s2-2.desktop {
    width: 100%;
    height: auto;
    display: block;
  }

  .marquee {
    padding-bottom: 2rem;
  }

  .marquee_item {
    width: 35vw;
    margin-right: 6vw;
  }

  .marquee_img.zero {
    height: 1.5rem;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .nuevo-carousel {
    display: none;
  }

  .img-block {
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .home-section-scrollable-5 {
    height: 100vh;
  }

  .home-section-scrollable-5.just-mobile {
    height: auto;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-colleciton-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .gallery-collection-item {
    height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .image-3 {
    width: 85%;
  }

  .section {
    height: auto;
  }
}

#w-node-_35bcbc6b-c969-ef00-c738-43cdc049c959-c049c94a, #w-node-_35bcbc6b-c969-ef00-c738-43cdc049c964-c049c94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc685d22-7318-feb6-b0fa-44be5abe9c7d-a3400a52, #w-node-b1acdaec-dc6f-aae0-8a20-c2c0b25080a2-a3400a52, #w-node-_4a3696b2-eb36-e3f9-817f-f4b47842aab3-a3400a52, #w-node-_2d3b94b0-5d6c-3924-f1aa-57086d6a7d6a-a3400a52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_315981cd-8d70-acec-d09c-dbb34664ba56-a3400a6c, #w-node-feb7ccd4-ecaa-0749-2223-51b5010525ac-a3400a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acfbdff9-432d-bff2-5927-1d357662b44b-a3400a6c {
  align-self: center;
  justify-self: center;
}

#w-node-_11e0c081-4568-1d18-2204-fd06f86445be-a3400a6c, #w-node-_971b57e5-801e-f5f3-e31e-a293ee6aaa20-a3400a6c, #w-node-_7271c64d-c1e5-2db5-89f9-884ca625685b-a3400a6c, #w-node-_5cf805d7-97b7-4f83-05e0-7abc8789f217-a3400a6c, #w-node-_2485b7c8-d5a6-d4db-786c-c7971dc64f0f-a3400a6c, #w-node-dfb8156c-8425-b9f4-b970-e576152aafa8-a3400a6c, #w-node-b6e73de2-a009-98ec-6b0a-f907da5a8dd4-a3400a6c, #w-node-_7b2240f3-e85a-f9fe-dec4-a7fecb45512d-a3400a6c, #w-node-a028f3cf-87ef-47d0-877f-921b63e39250-a3400a6c, #w-node-_48869110-044b-7f01-be27-0834f4733b38-a3400a6c, #w-node-_8a84fb21-5816-e3b5-ff90-e39fc4794cfd-a3400a6c, #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a3b-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a3f-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a4a-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a4e-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a59-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a5d-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a68-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a6c-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a77-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a7b-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a86-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a8a-469a2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-a3400a76 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-a3400a76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-a3400a76 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-a3400a76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-a3400a76 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-a3400a76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-a3400a76 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-a3400a76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-a3400a76 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-a3400a76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-a3400a76, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-a3400a76 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-a3400a76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-a3400a76 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-a3400a76, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-a3400a76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-a3400a76 {
  justify-self: start;
}

#w-node-_6d99057b-b6d3-06a0-b793-6132253141ff-466db468, #w-node-_6d99057b-b6d3-06a0-b793-613225314205-466db468, #w-node-_6d99057b-b6d3-06a0-b793-613225314207-466db468, #w-node-_6e84afbd-ca5c-f1a1-1140-f0fd9007ef32-466db468, #w-node-_68c04108-1da0-3e93-0916-9bb1a445de82-466db468, #w-node-a42d4b04-c836-1b4d-9ec7-eded9f8259bc-466db468, #w-node-_67b526e4-948d-9490-393c-b1f5964ec3cb-466db468, #w-node-ea6e8158-72b6-aa0d-e33d-521cfc8c6ec4-466db468, #w-node-_5b93219f-a711-05fa-2a44-99ff91371421-466db468, #w-node-_4a9e0834-c893-5240-8209-05d98e580e1a-466db468, #w-node-b3fc48bd-2a21-acc3-3332-a0a560b7ea29-466db468, #w-node-_3754d5c4-0b50-5fdf-d615-8449fefeda17-466db468, #w-node-fa704e19-134a-a7d5-65be-312ff23e5c95-466db468, #w-node-_59581e97-8bda-b640-64ba-ef5216b4aad7-466db468, #w-node-_71d9f000-46d7-2ea3-b82e-15df279086fa-466db468, #w-node-_24dd2faa-9277-39bb-6c0d-489fef0785c5-466db468, #w-node-_3f04d6bd-c67e-0c4b-90b8-a85d467c9cac-466db468, #w-node-_52dd1448-905f-bb91-a139-c8a21717aebb-466db468, #w-node-_41b8845f-e0c5-e47b-306c-85dc021773f5-466db468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3c612e-632e-d679-cc70-3f107be2018f-466db468, #w-node-fc909fdb-7d82-0fd0-cee7-0a54354f129a-466db468, #w-node-_5cb74e30-fcf5-410c-c637-06d66202c71c-466db468 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c153b53c-17b4-e138-7b03-5cb74ee97f43-466db468, #w-node-e1055a36-7de6-16d8-795f-3cf256425113-466db468, #w-node-_4f3decdf-ef1e-0cc4-d415-3e133e637371-466db468, #w-node-ebdea4d4-e451-ecdd-2b72-71de1b0ca25e-466db468, #w-node-_047a4a18-9442-3638-bd0e-22c695a4f9c8-db1d081d, #w-node-_76bd58a0-df79-b40a-4c64-865eb0a48480-db1d081d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d01e00bf-e562-4f39-2463-3f6e3b376b7b-db1d081d, #w-node-_25cb2c2b-0b00-4550-f11f-b548fb34be70-db1d081d, #w-node-b8957f67-c416-656b-1607-b8afa5f8b4b3-db1d081d, #w-node-_497f92b2-1126-53a2-5eba-46112a71e70f-db1d081d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acfbdff9-432d-bff2-5927-1d357662b446-c58f671f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a3f-469a2a37, #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a4e-469a2a37, #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a5d-469a2a37, #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a6c-469a2a37, #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a7b-469a2a37, #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a8a-469a2a37 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-acfbdff9-432d-bff2-5927-1d357662b44b-a3400a6c {
    order: -9999;
  }

  #w-node-_8a84fb21-5816-e3b5-ff90-e39fc4794cfd-a3400a6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a38-469a2a37 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a3b-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a3f-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a4a-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a4e-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a59-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a5d-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a68-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a6c-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a77-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a7b-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a86-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0184009f-b5a0-c5c3-1ae2-85d3469a2a8a-469a2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


@font-face {
  font-family: 'FoundersGrotesk';
  src: url('../fonts/foundersgrotesktext-bold.woff2') format('woff2'), url('../fonts/foundersgrotesktext-bold.eot') format('embedded-opentype'), url('../fonts/foundersgrotesktext-bold.woff') format('woff'), url('../fonts/foundersgrotesktext-bold.ttf') format('truetype'), url('../fonts/foundersgrotesktext-bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FoundersGrotesk';
  src: url('../fonts/foundersgrotesktext-bolditalic.woff2') format('woff2'), url('../fonts/foundersgrotesktext-bolditalic.eot') format('embedded-opentype'), url('../fonts/foundersgrotesktext-bolditalic.woff') format('woff'), url('../fonts/foundersgrotesktext-bolditalic.ttf') format('truetype'), url('../fonts/foundersgrotesktext-bolditalic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FoundersGrotesk';
  src: url('../fonts/demo.html') format('undefined'), url('../fonts/foundersgrotesktextregular.woff2') format('woff2'), url('../fonts/foundersgrotesktextregular.eot') format('embedded-opentype'), url('../fonts/foundersgrotesktextregular.woff') format('woff'), url('../fonts/foundersgrotesktextregular.ttf') format('truetype'), url('../fonts/foundersgrotesktextregular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FoundersGrotesk';
  src: url('../fonts/foundersgrotesktextlight.woff2') format('woff2'), url('../fonts/foundersgrotesktextlight.eot') format('embedded-opentype'), url('../fonts/foundersgrotesktextlight.woff') format('woff'), url('../fonts/foundersgrotesktextlight.ttf') format('truetype'), url('../fonts/foundersgrotesktextlight.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FoundersGrotesk';
  src: url('../fonts/foundersgrotesktextmedium.woff2') format('woff2'), url('../fonts/foundersgrotesktextmedium.eot') format('embedded-opentype'), url('../fonts/foundersgrotesktextmedium.woff') format('woff'), url('../fonts/foundersgrotesktextmedium.ttf') format('truetype'), url('../fonts/foundersgrotesktextmedium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}