@font-face {
  font-family: Libre Caslon Display;
  src: url('../fonts/LibreCaslonDisplay-Regular.ttf') format("truetype"), url('../fonts/LibreCaslonDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #0b0b0b;
  --color-corporativo: #628a86;
  --red: #435d5b;
  --charcoal: #141414;
  --steel-blue: #2787a5;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 19vh;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Caslon Display, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.6;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Caslon Display, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
}

p {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.6;
}

a {
  font-size: 1em;
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

.container {
  flex-direction: column;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.container.hero-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.hero-container.mas {
  padding-top: 200px;
}

.container.small {
  padding-left: 8rem;
  padding-right: 8rem;
}

.container.footer-content {
  z-index: 2;
}

.container.works {
  position: static;
}

.section {
  z-index: 1;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.section.hero {
  background-image: linear-gradient(180deg, #0000, var(--color-corporativo) 54%), url('../images/2148845408.jpg');
  cursor: none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.intro {
  cursor: none;
}

.section.call-to-action_mid {
  cursor: none;
  padding-top: 8em;
  padding-bottom: 8em;
  overflow: hidden;
}

.section.about {
  color: var(--black);
  cursor: none;
  background-color: #fff;
  position: relative;
}

.section.contact {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 1000px;
  display: flex;
  overflow: hidden;
}

.section.light {
  color: var(--black);
  cursor: none;
  background-color: #fff;
  overflow: hidden;
}

.section.projects {
  background-image: linear-gradient(180deg, var(--color-corporativo), #fff0), linear-gradient(to bottom, #628a869e, #628a869e), url('../images/Foto-de-fondo-proyectos.png');
  cursor: none;
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 0;
}

.no-t-padding {
  padding-top: 0;
}

.no-b-padding {
  padding-bottom: 0;
}

.no-tb-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.no-t-margin {
  margin-top: 0;
}

.no-b-margin {
  margin-bottom: 0;
}

.no-tb-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.header {
  z-index: 99;
  width: 100%;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header.difference {
  padding-top: 1em;
}

.navbar_logo {
  width: 100%;
  height: 100%;
}

.nav {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
  display: grid;
}

.nav_link {
  color: #000;
  font-size: 1.25em;
  text-decoration: none;
}

.navbar_inner {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.hero_inner {
  z-index: 3;
  perspective: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.hero_img-wrap {
  z-index: 1;
  perspective: 1000px;
  width: 70%;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: perspective(2000px);
}

.hero_image {
  filter: brightness(65%);
  object-fit: cover;
  width: 70vw;
  height: 100%;
  min-height: 65vh;
  max-height: 85vh;
}

.hero_heading {
  justify-content: center;
  width: 100%;
  line-height: 1;
  display: flex;
}

.hero_heading.heading-1 {
  text-align: center;
  text-shadow: 0 0 4em #00000040;
}

.hero_heading.heading-2 {
  text-align: center;
  font-weight: 300;
}

.hero_heading.heading-3 {
  text-align: center;
  font-family: DM Serif Display, sans-serif;
  font-weight: 400;
}

.hero_heading.heading-4 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.hero_heading-wrap {
  z-index: 5;
  mix-blend-mode: overlay;
  transform-style: preserve-3d;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: perspective(200px);
}

.hero_heading-wrap.control {
  display: none;
  position: absolute;
  inset: 0%;
}

.section_body.large {
  max-width: 24.5em;
  font-size: 3em;
  line-height: 1.3;
}

.section_body.large.intro {
  max-width: 21.5em;
}

.section_body.large.about {
  text-align: center;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 9.5em;
  font-size: 7.5em;
  font-weight: 300;
  line-height: 1.5;
}

.section_body.large.about.control {
  display: none;
}

.section_body.small.service-desc {
  padding-left: 4rem;
}

.section_body.small.about-1 {
  z-index: 2;
  max-width: 30em;
  position: relative;
}

.section_body.intro {
  max-width: 20em;
}

.section_body.footer {
  position: absolute;
  bottom: 107%;
}

.t-margin {
  margin-top: 10em;
}

.b-margin {
  margin-bottom: 10em;
}

.tb-margin {
  margin-top: 10em;
  margin-bottom: 10em;
}

.section_heading {
  font-size: 6em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.section_heading.ticker-text {
  flex: none;
}

.section_heading.ticker-text.black {
  font-weight: 900;
}

.section_heading.projects {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  font-size: 19vh;
  font-weight: 900;
  line-height: 1;
}

.process_item {
  flex: none;
  width: 100vw;
}

.service {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: relative;
}

.services_collection {
  margin-top: 10em;
}

.services_list {
  grid-column-gap: 7em;
  grid-row-gap: 14em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.service_accent {
  background-color: var(--red);
  transform-origin: 50% 0;
  width: 1em;
  height: 100%;
  max-height: 5em;
  transition: transform 2s cubic-bezier(.19, 1, .22, 1);
}

.globals {
  display: none;
}

.service_list {
  z-index: 1;
  color: var(--red);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.service_icon {
  width: 10em;
  height: 10em;
  position: absolute;
  top: 40%;
  left: 20em;
  right: auto;
}

.cta-mid_btn {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-mid_btn:hover {
  z-index: 20;
}

.section_content {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: relative;
}

.inline-link {
  color: var(--red);
}

.email_link {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: none;
}

.email_text {
  z-index: 5;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 7em;
  font-weight: 900;
  position: relative;
}

.custom-cursor_wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  transition: opacity .1s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--red);
  opacity: 0;
  mix-blend-mode: difference;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  transition: background-color .5s cubic-bezier(.19, 1, .22, 1), border-radius .5s cubic-bezier(.19, 1, .22, 1), width .5s cubic-bezier(.19, 1, .22, 1), height .5s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor.grow {
  background-color: #fff;
  border-radius: 0%;
  width: 3em;
  height: 3em;
}

.cursor.cta-grow {
  background-color: #fff;
  border-radius: 0%;
  width: 8em;
  height: 8em;
}

.cursor.blur-grow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #ffffff59;
  border-radius: 5000px;
  width: 10em;
  height: 10em;
}

.img-reveal_block {
  z-index: 2;
  transform-origin: 50% 0;
  position: absolute;
  inset: -5%;
  transform: translate(0, -100%);
}

.img-reveal_block.dark {
  z-index: 2;
  background-color: var(--color-corporativo);
  display: none;
}

.img-reveal_wrap {
  position: relative;
  overflow: hidden;
}

.img-reveal_wrap.hero_img-wrap {
  z-index: 3;
  perspective: none;
  width: 40%;
  min-width: 30em;
  height: 80vh;
  transform: translate(0)perspective(200px);
}

.img-reveal_img {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 25vh;
  height: 25vh;
  position: relative;
}

.img-reveal_img.hero_image {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  display: none;
}

.img-reveal_img.narrow {
  width: 12.5vh;
}

.img-reveal_img.med {
  width: 15vh;
  height: 30vh;
  margin-top: -5%;
}

.img-reveal_img.wide {
  width: 35vh;
  margin-top: -5%;
}

.service-content {
  z-index: 2;
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
  position: relative;
}

.hero_heading-all {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero_heading_embed {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate(0);
}

.hero_heading_embed._2 {
  display: none;
}

.hero_heading-inner {
  width: 100%;
  display: flex;
}

.hero_heading-track.heading-4 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.emoji {
  font-size: .75em;
  display: inline-block;
  overflow: hidden;
}

.ticker {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  text-decoration: none;
  overflow: hidden;
}

.ticker.cta {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  align-items: center;
  height: 8em;
  display: flex;
  position: relative;
}

.ticker.forwards.opacity-25 {
  opacity: .25;
}

.ticker.forwards.projects {
  z-index: 2;
  text-transform: uppercase;
  border-left-color: #1d1d1d;
  border-right-color: #1d1d1d;
  margin-top: 6em;
  font-size: 2vh;
  font-weight: 900;
  position: sticky;
  top: 6em;
}

.ticker.reverse {
  justify-content: flex-end;
  display: flex;
}

.ticker.reverse.opacity-50 {
  opacity: .5;
}

.ticker.slow.opacity-75, .ticker.giant.opacity-75 {
  opacity: .75;
}

.ticker_track {
  z-index: 1;
  display: flex;
  position: relative;
}

.ticker_track.reverse {
  justify-content: flex-end;
}

.ticker_group {
  flex: none;
  display: flex;
}

.flow-grid {
  grid-column-gap: 0em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: stretch;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: grayscale();
  color: #fff;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project.vsds {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: none;
  border-radius: 14px;
  width: 40em;
  height: 40em;
}

.project.tmm {
  filter: none;
  border-radius: 14px;
  width: 35em;
  height: 35em;
}

.project.bkz {
  filter: none;
  border-radius: 14px;
  width: 25em;
  height: 25em;
}

.project.bkz._2 {
  width: 30em;
  height: 30em;
}

.project.bbq {
  width: 18em;
  height: 18em;
}

.project.pli {
  width: 32em;
  height: 32em;
}

.project.ej {
  width: 22em;
  height: 22em;
}

.project.mwa {
  width: 20em;
  height: 20em;
}

.project_item {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.project_item.bkz {
  z-index: 3;
  position: relative;
}

.project_item.tmm {
  z-index: 1;
  margin-right: -4rem;
  position: relative;
}

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

.project_item.pli {
  z-index: 3;
  position: relative;
}

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

.project_item.vsds {
  z-index: 3;
  margin-left: -4rem;
  position: relative;
}

.project_item.ej {
  z-index: 3;
  position: relative;
}

.project_name {
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.35em;
  font-weight: 900;
  line-height: 1.6;
}

.project_info {
  z-index: 3;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-right: 2px solid #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  max-width: 90%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: .7rem;
  display: flex;
  position: relative;
}

.project_image {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.project_image.vsds {
  width: 40em;
  height: 40em;
}

.project_image.tmm {
  width: 35em;
  height: 35em;
}

.project_image.bkz {
  width: 25em;
  height: 25em;
}

.project_image.bkz._2 {
  width: 30em;
  height: 30em;
}

.project_image.bbq {
  width: 18em;
  height: 18em;
}

.project_image.ej {
  width: 22em;
  height: 22em;
}

.project_image.pli {
  width: 32em;
  height: 32em;
}

.project_image.mwa {
  width: 20em;
  height: 20em;
}

.project_darken {
  z-index: 2;
  background-image: linear-gradient(#0000, #0b0b0b 90%);
  border-radius: 7px;
  width: 105%;
  height: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project_desc {
  opacity: .5;
  text-align: right;
  font-size: 1.15em;
}

.projects_heading-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 6rem;
  left: 0;
  overflow: hidden;
}

.projects_heading-wrap.no-point {
  border-left: 3px solid #383838;
  border-right: 3px solid #383838;
  position: sticky;
}

.serif {
  font-family: DM Serif Display, sans-serif;
  font-weight: 400;
}

.cta-ticker_overlay {
  z-index: 2;
  background-color: var(--red);
  mix-blend-mode: overlay;
  width: 200vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cursor_arrow {
  opacity: 0;
  width: 65%;
  height: auto;
  transition: opacity .2s;
}

.img-carousel {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: sticky;
}

.img-span {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-span_img-wrap {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-span_img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-width: 150px;
  max-width: 250px;
  height: 100%;
  min-height: 100px;
  max-height: 400px;
  position: relative;
}

.img-span_img-outer {
  z-index: -1;
  position: absolute;
}

.img-span_text {
  font-family: DM Serif Display, sans-serif;
}

.img-span_reveal {
  z-index: 2;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 106%;
  height: 106%;
  display: flex;
  position: absolute;
  inset: -3%;
  transform: scale3d(1, 0, 1);
}

.about-text {
  z-index: 1;
  margin-top: 7em;
  position: relative;
}

.grow-text {
  transform-origin: 0 0;
  display: inline-block;
}

.cta-underline {
  background-color: var(--red);
  transform-origin: 50% 100%;
  height: 4em;
  margin-top: -5.3em;
}

.footer-tickers {
  z-index: 0;
  opacity: .05;
  flex-direction: column;
  height: 100%;
  font-size: 15vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-ticker-group {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.logo_link {
  width: 60px;
  height: 60px;
  position: relative;
}

.logo_link.w--current {
  width: 80px;
}

.logo-fill {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0b0b0b80;
  position: absolute;
  inset: -5%;
}

.cursor-text {
  opacity: 0;
  white-space: nowrap;
  transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
  display: none;
  position: absolute;
}

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

.text-block {
  font-size: 1.25em;
}

.dropdown-toggle {
  color: #000;
  padding: 0 20px 0 0;
}

.icon {
  margin-right: 0;
}

.div-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.section-2 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.section-2._2 {
  padding-top: 20px;
  padding-bottom: 80px;
}

.text-block-2 {
  z-index: 1;
  border-left: 3px solid var(--black);
  color: var(--red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2rem;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 3.3;
  display: flex;
  position: relative;
}

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

.dropdown-list.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  border-radius: 10px;
  margin-top: 35px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-2 {
  margin-top: 10em;
}

.div-block-3 {
  grid-column-gap: 7em;
  grid-row-gap: 14em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: relative;
}

.field-label {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

.text-field {
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 0;
}

.text-field.min {
  min-height: 200px;
}

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

.form-block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto -42px;
}

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

.button {
  text-align: center;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 1.3em;
  transition: all .2s;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.link {
  color: #fff;
}

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

.div-block-7 {
  background-image: url('../images/2251.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
}

.div-block-7._1 {
  background-image: url('../images/2148845408.jpg');
}

.div-block-7._2 {
  background-image: url('../images/2149613748.jpg');
}

.div-block-7._3 {
  background-image: url('../images/2148845396.jpg');
}

.div-block-7._4 {
  background-image: url('../images/2147909437.jpg');
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  max-width: 1200px;
  display: flex;
}

.link-2 {
  color: #fff;
  font-weight: 300;
}

.text-block-3 {
  font-weight: 300;
}

.div-block-9 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  padding: 0;
  display: flex;
}

.div-block-11 {
  z-index: 3;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
}

.div-block-11.menos {
  padding: 0;
}

.div-block-12 {
  width: 100%;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

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

.text-block-4, .div-block-14 {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #ffffffd9;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

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

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

.nav-menu-two {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 1.25em;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.text-block-5 {
  font-size: 4rem;
}

.div-block-15 {
  margin-top: 20px;
}

.text-block-6 {
  font-size: 1.7rem;
  line-height: 1em;
}

.div-block-16 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-17 {
  width: 33.33%;
  padding: 10px;
}

.div-block-18 {
  aspect-ratio: 1;
  color: #fff;
  background-image: linear-gradient(0deg, #000 9%, #fff0 90%), url('../images/2147624694.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-18:hover {
  transform: scale(1.03);
}

.div-block-18._2 {
  background-image: linear-gradient(0deg, #000 9%, #fff0 90%), url('../images/124.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-18._3 {
  background-image: linear-gradient(0deg, #000 9%, #fff0 90%), url('../images/IMAGEN-REESCALADA.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-18._4 {
  background-image: linear-gradient(0deg, #000 9%, #fff0 90%), url('../images/2147909437.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-18._5 {
  background-image: linear-gradient(0deg, #000 9%, #fff0 90%), url('../images/2148845396.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 9.91px;
  }

  p {
    font-size: 1.5em;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.hero-container.mas {
    min-height: 1100px;
  }

  .container.small {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.hero {
    min-height: 100vh;
  }

  .section.contact {
    max-height: 650px;
  }

  .hero_heading {
    font-size: 17vh;
  }

  .hero_heading-wrap {
    width: 100%;
  }

  .section_body.large.about {
    max-width: none;
    font-size: 8.75vw;
  }

  .section_body.small.service-desc {
    padding-left: 0;
  }

  .section_body.footer {
    bottom: 200%;
  }

  .section_heading.projects {
    font-size: 25vw;
  }

  .service {
    grid-template-columns: 1fr .75fr;
  }

  .email_text {
    font-size: 6.5vw;
  }

  .custom-cursor_wrap {
    display: none;
  }

  .img-reveal_wrap.hero_img-wrap {
    width: 100%;
    min-width: 0;
  }

  .service-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .hero_heading_embed {
    display: none;
  }

  .hero_heading_embed._2 {
    display: flex;
  }

  .flow-grid {
    grid-column-gap: 0em;
    grid-row-gap: 2.5em;
  }

  .project.vsds {
    width: 30em;
    height: 30em;
  }

  .project.tmm {
    width: 27em;
    height: 27em;
  }

  .project.bkz {
    width: 20em;
    height: 20em;
  }

  .project.pli {
    width: 25em;
    height: 25em;
  }

  .project_item.tmm {
    margin-right: 0;
  }

  .project_item.vsds {
    margin-left: 0;
  }

  .project_image.vsds {
    width: 30em;
    height: 30em;
  }

  .project_image.tmm {
    width: 27em;
    height: 27em;
  }

  .project_image.bkz {
    width: 20em;
    height: 20em;
  }

  .project_image.pli {
    width: 25em;
    height: 25em;
  }

  .projects_heading-wrap {
    display: flex;
    position: sticky;
  }

  .cta-underline {
    margin-top: -5vw;
  }

  .logo_link {
    width: 50px;
    height: 50px;
  }

  .text-block-2._2 {
    display: none;
  }

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

  .div-block-7._1, .div-block-7._2, .div-block-7._3, .div-block-7._4 {
    min-width: 60vw;
    min-height: 300px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .div-block-17 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .container.hero-container.mas {
    min-height: auto;
  }

  .container.small {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero_img-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 100vh;
    display: flex;
  }

  .hero_heading {
    font-size: 22vw;
  }

  .section_body.large.about {
    font-size: 12vw;
  }

  .section_body.small.service-desc {
    padding-left: 0;
  }

  .section_heading {
    font-size: 4em;
  }

  .services_list {
    grid-row-gap: 10em;
  }

  .service_icon {
    width: 6em;
    height: 6em;
    position: relative;
    top: auto;
    left: auto;
  }

  .img-reveal_wrap.hero_img-wrap {
    height: 80vh;
  }

  .hero_heading_embed._2 {
    display: none;
  }

  .hero_heading_embed._3 {
    display: flex;
  }

  .ticker.forwards.projects {
    width: 100%;
  }

  .flow-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .project.vsds, .project.tmm, .project.bkz {
    width: 40em;
    height: 40em;
    margin-left: 0;
  }

  .project.bkz._2, .project_image.vsds, .project_image.tmm, .project_image.bkz, .project_image.bkz._2 {
    width: 40em;
    height: 40em;
  }

  .img-span_img {
    min-width: 100px;
    max-width: 200px;
    max-height: 350px;
  }

  .cta-underline {
    height: 3em;
  }

  .div-block.tarjet {
    width: 100%;
  }

  .text-block-2 {
    border-left-style: none;
    padding-left: 0;
    display: none;
  }

  .text-block-2._2 {
    font-size: 3vw;
    display: block;
  }

  .div-block-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .div-block-6 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-7._1 {
    border-right: 7px solid #000;
    width: 100%;
    min-width: 100%;
  }

  .div-block-7._2, .div-block-7._3, .div-block-7._4 {
    border-right: 7px solid #000;
  }

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

  .text-block-4 {
    text-align: center;
    font-size: 13vw;
    font-weight: 300;
    line-height: 1.2;
    display: block;
  }

  .text-span {
    font-family: Roboto, sans-serif;
    font-weight: 900;
  }

  .text-span-2 {
    font-family: PT Serif, serif;
    font-weight: 700;
  }

  .div-block-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container.hero-container.mas {
    max-height: 600px;
  }

  .section.hero {
    min-height: 75vh;
    padding-bottom: 0;
  }

  .section.intro {
    padding-top: 0;
  }

  .section.call-to-action_mid {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.contact {
    max-height: 750px;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .nav {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_link {
    margin-right: 3vw;
    font-size: 4vw;
  }

  .navbar_inner {
    display: none;
  }

  .hero_img-wrap {
    width: 100%;
  }

  .hero_heading {
    font-size: 13vw;
  }

  .hero_heading-wrap {
    transform: translate3d(0, 0, 100px)scale(.9)perspective(2000px);
  }

  .section_body.large.about {
    font-size: 13vw;
  }

  .section_heading {
    font-size: 3.5em;
    line-height: 1;
    display: block;
  }

  .process_item {
    width: 100vw;
  }

  .email_text {
    font-size: 5.5vw;
  }

  .img-reveal_wrap.hero_img-wrap {
    height: 20em;
  }

  .flow-grid {
    grid-column-gap: 0em;
    grid-row-gap: 5em;
  }

  .project.vsds, .project.tmm, .project.bkz, .project.bkz._2 {
    width: 25em;
    height: 25em;
  }

  .project.bbq, .project.pli, .project.ej, .project.mwa {
    width: 27em;
    height: 27em;
  }

  .project_image.vsds, .project_image.tmm, .project_image.bkz, .project_image.bkz._2 {
    width: 25em;
    height: 25em;
  }

  .project_image.bbq, .project_image.ej, .project_image.pli, .project_image.mwa {
    width: 27em;
    height: 27em;
  }

  .img-span {
    justify-content: center;
    display: flex;
  }

  .cta-underline {
    height: 2em;
  }

  .logo_link {
    width: 15vw;
    max-width: 50px;
    height: 15vw;
    max-height: 50px;
  }

  .text-block-2._2 {
    font-size: 6vw;
    line-height: 1em;
  }

  .text-block-4 {
    font-size: 7vw;
  }

  .div-block-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-top: 20px;
    display: grid;
  }

  .navbar-logo-left-container.shadow-three {
    display: flex;
  }

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

  .nav-menu-two {
    background-color: #ffffffd9;
    flex-direction: column;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #fff0;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .menu-button {
    color: var(--color-corporativo);
  }

  .menu-button.w--open {
    background-color: var(--color-corporativo);
    border-radius: 10px;
  }

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

  .div-block-17 {
    width: 100%;
  }
}

#w-node-_9f3f3223-5878-20eb-144c-2a6d6eb0b722-37c6d001 {
  justify-self: end;
}

#w-node-d598eda8-5510-9ab0-efa5-2e0911baa9f9-37c6d001 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-d598eda8-5510-9ab0-efa5-2e0911baa9fb-37c6d001 {
  place-self: end;
}

#w-node-_38dd3b4c-cb92-db5f-4150-41ad4990dca6-37c6d001 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_38dd3b4c-cb92-db5f-4150-41ad4990dca8-37c6d001 {
  place-self: end;
}

#w-node-dd501c57-c493-e9d9-e9f9-65f07aa67942-37c6d001 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-dd501c57-c493-e9d9-e9f9-65f07aa67944-37c6d001 {
  place-self: end;
}

#w-node-_11651ce1-3c9f-7ee6-8ded-4b236c24f790-37c6d001 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_11651ce1-3c9f-7ee6-8ded-4b236c24f792-37c6d001 {
  place-self: end;
}

#w-node-_905402ce-be84-fb80-7faa-5824d5f28431-37c6d001 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_905402ce-be84-fb80-7faa-5824d5f28433-37c6d001 {
  place-self: end;
}

#w-node-_1edd71cc-8c94-e590-3a00-239eaa40ef11-37c6d001, #w-node-_527abd97-5cc5-ba85-f3e5-15d17edfb43d-37c6d001, #w-node-f39c93a5-7ac0-d1cb-7135-9517d6ac7532-37c6d001, #w-node-b1b71f84-efcc-6820-6917-9b4b4063a48e-37c6d001 {
  place-self: start stretch;
}

#w-node-f3dc6715-e1c3-c222-48ca-c01fb00eb123-37c6d001 {
  align-self: center;
}

#w-node-_98a14f7d-fdb7-2633-ed68-c96352d5cbba-37c6d001 {
  place-self: center end;
}

#w-node-_22c0522a-67ab-67e1-b431-80078ead5b09-37c6d001, #w-node-_1b6afe74-1809-997e-3d15-1910ffe34fd9-37c6d001 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_6ad8516c-44c8-efe1-8e32-da217e85b444-37c6d001, #w-node-_527abd97-5cc5-ba85-f3e5-15d17edfb438-37c6d001, #w-node-f39c93a5-7ac0-d1cb-7135-9517d6ac752d-37c6d001, #w-node-b1b71f84-efcc-6820-6917-9b4b4063a489-37c6d001 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1b71f84-efcc-6820-6917-9b4b4063a48a-37c6d001 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_23362570-771b-0c45-251f-7b311e606ac7-37c6d001 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Libre Caslon Display';
  src: url('../fonts/LibreCaslonDisplay-Regular.ttf') format('truetype'), url('../fonts/LibreCaslonDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yeseva';
  src: url('../fonts/YesevaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}