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

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

.slider {
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.img-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 700px;
  margin: auto;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.body {
  background-color: #1a1a1a;
  cursor: none;
}

.lottie-trigger {
  position: relative;
  z-index: 9999999;
  width: 25px;
  height: 25px;
}

.menu-item-link {
  font-family: Helvetica, sans-serif;
  color: #222;
  font-size: 115px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: -3px;
  text-decoration: none;
  white-space: normal;
}

.tet-menu-below {
  display: none;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.1px;
}

.footer-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100px;
}

.link-block-menu {
  position: relative;
  z-index: 2;
  width: auto;
  margin: 20px auto;
  color: #242424;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.link-block-menu.w--current {
  z-index: 2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.header {
  position: absolute;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: relative;
  z-index: 20;
  width: 35px;
  height: 35px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.logo:hover {
  -webkit-filter: invert(20%);
  filter: invert(20%);
}

.logo.absolute-logo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 19;
  opacity: 0.65;
  -webkit-filter: blur(5px) invert(95%);
  filter: blur(5px) invert(95%);
}

.menu-button {
  display: block;
  padding: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.scroll-down-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 35px;
  height: 55px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
}

.lottie-animation-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.h1-absolute {
  position: static;
  z-index: 0;
  margin: 0px 25px 50px;
  opacity: 0.1;
  font-family: Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0);
  font-size: 25vw;
  line-height: 1;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.h1-absolute.side {
  position: absolute;
  left: auto;
  top: 10%;
  right: -10%;
  bottom: auto;
  z-index: -10000;
  display: inline-block;
  margin: 0px;
  opacity: 0.05;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: hsla(0, 0%, 100%, 0);
  letter-spacing: -10px;
}

.h1-absolute.next-project {
  color: hsla(0, 0%, 100%, 0);
  font-size: 20vw;
}

.h1-absolute.main {
  margin-bottom: 75px;
}

.hero-scroll-container {
  position: relative;
  height: 400vh;
  background-color: transparent;
}

.hero-headline {
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 9.5em;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
}

.hero-headline._3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 4em;
  line-height: 1.1;
  letter-spacing: 0px;
}

.hero-headline._3._3-1 {
  margin-top: 15px;
  font-family: Helvetica, sans-serif;
}

.hero-headline._3._3-1.short {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.hero-headline._3.left {
  margin-top: 5px;
  margin-bottom: 0px;
  clear: both;
  font-family: Helvetica, sans-serif;
  text-align: left;
}

.hero-headline._3.left.main-p {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.hero-headline._3.left.main-p.about {
  width: 90%;
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  line-height: 1.3;
  letter-spacing: 0px;
  text-indent: 0px;
}

.hero-headline._2 {
  margin-bottom: 40px;
  font-family: Helvetica, sans-serif;
  line-height: 0.85;
}

.hero-headline.main-p {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 4em;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0px;
}

.hero-headline.main-p.about {
  display: inline-block;
  width: auto;
  margin-bottom: 60px;
  font-size: 7em;
  letter-spacing: -1px;
}

.hero-headline.main-p.about.home {
  width: auto;
  margin-bottom: 35px;
  padding-right: 50px;
  font-size: 6em;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: none;
}

.hero-headline.contact {
  font-size: 7em;
}

.hero-headline.work {
  margin-top: 0px;
}

.hero-headline.work._404 {
  font-size: 15em;
  letter-spacing: 2px;
}

.hero-bullet-points {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 990px;
  border-radius: 0px;
  opacity: 0;
}

.hero-bullet-points._2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  opacity: 0;
}

.hero-underline {
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 1.5em;
  text-align: center;
}

.hero-underline._2 {
  line-height: 1.2;
}

.hero-underline._2.short {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.hero-text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 990px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text-container.main {
  overflow: hidden;
  width: 100%;
  max-width: none;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-overline {
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 1.4em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hero-overline._2 {
  font-family: Helvetica, sans-serif;
  font-size: 1.2em;
}

.link-underline {
  -webkit-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.85);
  font-style: normal;
  text-decoration: none;
}

.link-underline:hover {
  color: #fff;
  text-decoration: underline;
}

.hero {
  position: relative;
  overflow: visible;
}

.hero-text {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0px 0px 75px;
  text-align: center;
}

.hero-text.contact {
  width: 75%;
}

.image-preview-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  display: none;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 2px solid #fff;
  border-bottom: 1px none #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0);
  text-decoration: none;
}

.link-project:hover {
  color: #fff;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
}

.link-project.last {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.link-project.next-project {
  position: absolute;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-style: none;
  border-bottom-style: none;
  -webkit-transition: color 350ms cubic-bezier(.497, -.003, .509, .997);
  transition: color 350ms cubic-bezier(.497, -.003, .509, .997);
  color: rgba(255, 255, 255, 0.5);
}

.link-project.next-project:hover {
  color: #fff;
}

.link-project.contact {
  display: inline-block;
  width: auto;
  padding-right: 35px;
  border-top-style: none;
  border-bottom-style: none;
  text-align: center;
}

.link-project.d-none {
  display: none;
}

.proyect-section {
  position: relative;
  height: auto;
  margin-top: -225px;
}

.proyect-section.work {
  margin-top: 0px;
  padding-top: 175px;
  padding-bottom: 0px;
}

.section-title {
  width: 90%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.section-title.main-p {
  display: block;
  width: auto;
  margin: 0px 0px 25px;
}

.section-title.main-p.about {
  margin-bottom: 60px;
}

.section-title.project {
  margin-bottom: 0px;
}

.section-title.contact {
  margin-bottom: 25px;
}

.section-title.about.tilte {
  overflow: visible;
}

.project-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  font-family: Helvetica, sans-serif;
  font-size: 6.5em;
  line-height: 1;
  font-weight: 700;
}

.image-preview {
  width: 400px;
  border-radius: 5px;
}

.image-preview.email {
  width: 300px;
}

.hero-overline-2 {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hero-overline-2._2 {
  font-size: 1.2em;
}

.hero-overline-2._2.left {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.hero-overline-2._2.left.main-p {
  font-size: 1em;
}

.type-of-work {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-align: right;
}

.scroll-indicator-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.scroll-indicator {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  display: block;
  width: 2px;
  height: 200px;
  margin-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.scroll-indicator.back-indicator {
  opacity: 0.25;
}

.projects-container.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-container.contact.email {
  margin-bottom: 0px;
}

.clients-section {
  position: relative;
  display: none;
  overflow: hidden;
  padding-top: 175px;
  padding-bottom: 175px;
}

.clients-section.about {
  display: block;
  padding-top: 50px;
  padding-bottom: 100px;
}

.highlight {
  color: hsla(0, 0%, 100%, 0.75);
  font-weight: 700;
}

.clients-projects {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.client-figure {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 75px;
  margin-bottom: 70px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.client {
  width: 200px;
  opacity: 0.25;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.client:hover {
  opacity: 1;
}

.client.h-100 {
  width: auto;
  height: 100%;
}

.client.footy {
  width: 150px;
}

.client.mfn {
  width: 250px;
}

.client.pifenur {
  width: 150px;
}

.client.sgurity {
  width: 175px;
}

.client.eco-arenales {
  width: 225px;
}

.client.upmetrika {
  width: 225px;
}

.client.progrecity {
  width: 215px;
}

.client.inzone {
  width: 185px;
}

.form-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.form-section.contact {
  display: block;
  height: auto;
  margin-top: 100px;
  margin-bottom: 0px;
}

.main-container {
  position: relative;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.main-container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-style: none;
}

.main-container.footer.nav {
  background-color: transparent;
}

.main-container.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-container.gray {
  background-color: #dcdcdc;
}

.form-container {
  width: 50%;
  margin-left: auto;
}

.moises-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 350px;
  margin-top: -75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a);
  opacity: 1;
}

.form-label {
  width: 99%;
  margin-bottom: 25px;
  padding: 0px;
}

.form-label.short {
  display: inline-block;
  width: 49%;
  padding-right: 10px;
  padding-left: 10px;
}

.form-label.short.left {
  padding-right: 15px;
  padding-left: 0px;
}

.form-label.short.right {
  padding-right: 0px;
  padding-left: 15px;
}

.submit-button {
  margin-left: 0px;
  padding: 8px 0px;
  background-color: transparent;
  font-family: Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.submit-button:hover {
  text-decoration: none;
}

.field-label {
  font-family: Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 16px;
  font-weight: 400;
}

.field-label._2 {
  font-size: 1.1em;
  font-weight: 500;
}

.field-label._2.nav {
  position: relative;
  margin-right: 40px;
  color: #222;
  font-size: 1.2em;
  text-decoration: none;
}

.field-label._2.nav:hover {
  text-decoration: none;
}

.text-field {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.825rem;
  font-weight: 700;
}

.recaptcha {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer {
  height: 80px;
  margin-top: 0px;
  border-top: 2px solid hsla(0, 0%, 100%, 0.25);
  background-color: rgba(26, 26, 26, 0);
}

.logo-social {
  width: auto;
  height: 30px;
  margin-left: 0px;
  opacity: 0.35;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.logo-social:hover {
  opacity: 1;
}

.logo-social.linkedin {
  height: 23px;
  margin-bottom: 3px;
}

.logo-social.linkedin.about {
  height: 33px;
}

.logo-social.dribbble {
  height: 23px;
}

.logo-social.dribbble.about {
  height: 33px;
}

.logo-social.instagram {
  height: 25px;
}

.logo-social.instagram.about {
  height: 35px;
}

.logo-social.nav {
  opacity: 1;
}

.logo-social.about {
  height: 40px;
}

.social-link {
  margin-left: 35px;
}

.social-link.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.social-link.nav:hover {
  border-color: #000;
}

.social-link.about {
  margin-right: 80px;
  margin-left: 0px;
}

.social-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 2px;
  margin-bottom: -5px;
  background-color: rgba(0, 0, 0, 0.25);
}

.line-link.form {
  height: 3px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.line-link.form.page {
  margin-bottom: -10px;
}

.line-link-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 15px;
  margin-right: auto;
  margin-bottom: -15px;
  margin-left: 0px;
  background-color: #222;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.img-holder-home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100vh;
}

.img-home-wrapper {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 100vh;
}

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

.img-back._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.85)), to(rgba(34, 34, 34, 0.85))), url('../images/Stream.uy-01.png');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url('../images/Stream.uy-01.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  opacity: 0;
}

.img-back._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.85)), to(rgba(34, 34, 34, 0.85))), url('../images/footy-06.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url('../images/footy-06.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  opacity: 0;
}

.img-back.work-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.75)), to(rgba(34, 34, 34, 0.75))), url('../images/footy-06.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.75), rgba(34, 34, 34, 0.75)), url('../images/footy-06.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  opacity: 0;
}

.img-back.work-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.75)), to(rgba(34, 34, 34, 0.75))), url('../images/Sharp-Detail-01.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.75), rgba(34, 34, 34, 0.75)), url('../images/Sharp-Detail-01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  opacity: 0;
}

.img-back.work-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.75)), to(rgba(34, 34, 34, 0.75))), url('../images/Medically-01.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.75), rgba(34, 34, 34, 0.75)), url('../images/Medically-01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  opacity: 0;
}

.img-back.work-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.75)), to(rgba(34, 34, 34, 0.75))), url('../images/Powerhouse-01.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.75), rgba(34, 34, 34, 0.75)), url('../images/Powerhouse-01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  opacity: 0;
}

.img-back.work-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.75)), to(rgba(34, 34, 34, 0.75))), url('../images/Stream.uy-01.png');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.75), rgba(34, 34, 34, 0.75)), url('../images/Stream.uy-01.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  opacity: 0;
}

.img-back.work-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.85)), to(rgba(34, 34, 34, 0.85))), url('../images/inzone-01.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d6d6));
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url('../images/inzone-01.png'), linear-gradient(180deg, #fff, #d6d6d6);
  background-position: 0px 0px, 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, auto, cover, auto;
  opacity: 0;
}

.img-back.work-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.85)), to(rgba(34, 34, 34, 0.85))), url('../images/mercadosincro-01.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url('../images/mercadosincro-01.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
  opacity: 0;
}

.img-back.work-8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a)), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.85)), to(rgba(34, 34, 34, 0.85))), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a), linear-gradient(180deg, rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url('../images/4.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  opacity: 0;
}

.social-wrapper.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: none;
  width: 150px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 45px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: rgba(34, 34, 34, 0.25);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  text-decoration: none;
}

.link-language:hover {
  color: #222;
}

.link-language.active {
  opacity: 1;
  color: #222;
  text-shadow: none;
}

.lang-name {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
}

.line-language {
  width: 2px;
  height: 35px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #222;
  opacity: 1;
}

.main-project-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-project-section.contact {
  margin-bottom: 0px;
}

.main-project-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50%;
  height: auto;
  margin-top: -20px;
  margin-bottom: 0px;
  box-shadow: 11px 11px 30px 0 rgba(0, 0, 0, 0.15);
}

.main-project-img.inzone {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d6d6));
  background-image: linear-gradient(180deg, #fff, #d6d6d6);
}

.main-project-info {
  width: 45%;
  margin-bottom: 25px;
  margin-left: auto;
}

.about-project-section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.about-project-section.text {
  padding-top: 50px;
}

.img-project-section {
  padding-top: 68px;
}

.img-w-100 {
  width: 100%;
  margin-bottom: 50px;
}

.img-w-100.mb-0 {
  margin-bottom: 0px;
}

.next-project-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60vh;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-horizontal {
  position: relative;
  z-index: -100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.marquee-horizontal.home-main {
  position: absolute;
  z-index: -100;
  height: 100vh;
}

.marquee-horizontal.home-main._2 {
  position: fixed;
}

.marquee-horizontal.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.track-horizontal-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-proyect-headline {
  font-size: 5.5em;
  line-height: 1;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9007199254740991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.cursor_dot {
  position: absolute;
  width: 75px;
  height: 75px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 50%;
}

.cursor_dot_small {
  width: 15px;
  height: 15px;
  border-radius: 100vh;
  background-color: #fff;
}

.link-contact {
  margin-right: auto;
  margin-left: auto;
}

.title-about-me {
  width: 70%;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
  white-space: normal;
}

.stroke-text {
  color: hsla(0, 0%, 100%, 0);
}

.client-role {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -20px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.client-role._2 {
  margin-bottom: -40px;
}

.client-role._3 {
  margin-bottom: -30px;
}

.testimonial-section {
  margin-top: 50px;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: 15px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100vh;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block {
  position: relative;
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.author-name.position {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.testimonial-paragraph {
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.4;
  font-style: normal;
  font-weight: 500;
}

.quote-image {
  position: absolute;
  left: 100px;
  top: 0px;
  z-index: -10;
  width: 70px;
  min-width: auto;
  opacity: 0.1;
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.slide-nav-6 {
  display: none;
  margin-bottom: -60px;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
}

.icon-7 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.icon-6 {
  margin: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-slider {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-testiomonial {
  margin-top: 35px;
}

.left-arrow-6 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: -75px 85px 0px 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.35);
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 30px;
}

.left-arrow-6:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.right-arrow-6 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70px;
  height: 70px;
  margin-top: -75px;
  margin-bottom: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.35);
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.right-arrow-6:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mask-2 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.say-hey-section {
  position: relative;
  overflow: hidden;
  height: 80vh;
  margin-bottom: -175px;
  background-color: transparent;
}

.form-mail {
  width: 45%;
}

.form-text {
  width: 75%;
  font-family: Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 500;
}

.main-link {
  color: #fff;
  text-decoration: none;
}

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

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a);
}

.gif {
  height: 150px;
}

.gif-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.gif-container.inside {
  position: relative;
  padding: 0px;
}

.line {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 12px;
  background-color: #fff;
}

.line.right {
  width: 10px;
}

.line.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 10px;
}

.line.top.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 10px;
}

.moisez-about {
  position: absolute;
  width: 50%;
  height: 575px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #222;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a1a1a), color-stop(35%, #222), color-stop(65%, #222), to(#1a1a1a));
  background-image: linear-gradient(90deg, #1a1a1a, #222 35%, #222 65%, #1a1a1a);
}

.img-moisez-about {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.proyect-text {
  width: 50%;
  font-family: Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 1.8em;
  line-height: 1.4;
  font-weight: 500;
}

.email-section {
  margin-top: 0px;
  padding-top: 100px;
}

.button-form-container {
  position: relative;
  display: inline-block;
}

.success-message {
  background-color: transparent;
}

.success-error {
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 700;
}

.success-error.error {
  color: #f44;
}

.success-error.page {
  margin-bottom: 35px;
  font-size: 4.5em;
  text-align: center;
}

.success-error.page.error {
  width: 75%;
}

.error-message {
  margin-top: 50px;
  background-color: transparent;
}

.form-state-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.return {
  position: relative;
  text-decoration: none;
}

.return-text {
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.page-transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9007199254740991;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #222;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999992;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.web-link {
  color: #fff;
  text-decoration: none;
}

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

.video-background {
  width: 824px;
  height: 464px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}

.video-background.img {
  height: auto;
}

.project-large-container {
  position: relative;
  overflow: hidden;
  padding: 65px 50px;
  background-color: transparent;
}

.project-large-container.footy {
  margin-bottom: 50px;
  background-color: #26d464;
}

.background-video {
  z-index: 10000;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.inzone-img {
  width: 100%;
  border-radius: 10px;
}

.inzone-img.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d6d6));
  background-image: linear-gradient(180deg, #fff, #d6d6d6);
}

@media screen and (min-width: 1920px) {
  .main-container.gray {
    background-color: #dcdcdc;
  }

  .video-background {
    width: 1200px;
    height: 675px;
    border-radius: 10px;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
  }

  .project-large-container {
    background-color: transparent;
  }

  .background-video {
    border-radius: 10px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    cursor: auto;
  }

  .lottie-trigger {
    width: 20px;
    height: 20px;
  }

  .menu-item-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 4.1em;
  }

  .footer-menu {
    height: 85px;
  }

  .link-block-menu {
    margin-top: 0px;
    margin-bottom: 2px;
  }

  .header {
    width: 100%;
    margin-top: 0px;
    padding: 25px 0px 0px;
  }

  .logo {
    width: 30px;
    height: 30px;
  }

  .menu-button {
    padding: 12px;
  }

  .navbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scroll-down-container {
    display: none;
    width: 25px;
    height: 45px;
  }

  .scroll-down-container.w--current {
    display: block;
  }

  .scroll-down-container.project {
    display: none;
  }

  .scroll-down-container.main {
    display: none;
  }

  .scroll-down-container.main.w--current {
    display: none;
  }

  .h1-absolute {
    margin-bottom: 50px;
    color: hsla(0, 0%, 100%, 0);
  }

  .h1-absolute.next-project {
    margin-bottom: 75px;
  }

  .h1-absolute.say-hey {
    margin-bottom: 0px;
    line-height: 1.4;
  }

  .hero-headline {
    font-size: 5.4em;
  }

  .hero-headline._3._3-1 {
    font-size: 2.4em;
  }

  .hero-headline._3._3-1.short {
    width: auto;
  }

  .hero-headline._3.left {
    font-size: 3em;
  }

  .hero-headline._3.left.main-p {
    font-size: 1.6em;
  }

  .hero-headline._2 {
    font-size: 4.8em;
    line-height: 1;
  }

  .hero-headline.main-p {
    width: 75%;
    font-size: 2.8em;
  }

  .hero-headline.main-p.about {
    font-size: 4.5em;
  }

  .hero-headline.main-p.about.home {
    padding-right: 0px;
    text-align: center;
  }

  .hero-headline.contact {
    font-size: 4.4em;
  }

  .hero-bullet-points {
    width: 90%;
    max-width: none;
    opacity: 0;
  }

  .hero-bullet-points._2 {
    z-index: 1;
    opacity: 1;
  }

  .hero-underline {
    font-size: 1.2em;
  }

  .hero-underline._2 {
    font-size: 1.2em;
  }

  .hero-underline._2.short {
    width: auto;
  }

  .hero-text-container.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .hero-overline {
    font-size: 1.2em;
  }

  .hero-overline._2 {
    font-size: 1.1em;
  }

  .hero-text {
    padding-bottom: 50px;
  }

  .hero-text.contact {
    padding-bottom: 25px;
  }

  .link-project {
    height: 450px;
    margin-bottom: 70px;
    padding-top: 0px;
    padding-bottom: 45px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-style: none;
    border-bottom-style: none;
    font-size: 16px;
    cursor: pointer;
  }

  .link-project.last {
    border-bottom-style: none;
  }

  .link-project.last.stream-uy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.25)), to(rgba(26, 26, 26, 0.75))), url('../images/Stream.uy-06.png');
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.25), rgba(26, 26, 26, 0.75)), url('../images/Stream.uy-06.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .link-project.next-project {
    height: auto;
  }

  .link-project.contact {
    height: auto;
    padding: 0px;
  }

  .link-project.mercado-sincro {
    padding-bottom: 45px;
    background-color: #2752ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.25)), to(rgba(26, 26, 26, 0.75))), url('../images/mercadosincro-08.jpg');
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.25), rgba(26, 26, 26, 0.75)), url('../images/mercadosincro-08.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .link-project.inzone {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.25)), to(rgba(26, 26, 26, 0.75))), url('../images/inzone-05.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#dbdbdb));
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.25), rgba(26, 26, 26, 0.75)), url('../images/inzone-05.jpg'), linear-gradient(180deg, #fafafa, #dbdbdb);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
  }

  .link-project.footy {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.25)), to(rgba(26, 26, 26, 0.75))), url('../images/footy-06.jpg');
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.25), rgba(26, 26, 26, 0.75)), url('../images/footy-06.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .link-project.sharp-detail {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.25)), to(rgba(26, 26, 26, 0.75))), url('../images/Sharp-Detail-01.jpg');
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.25), rgba(26, 26, 26, 0.75)), url('../images/Sharp-Detail-01.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .link-project.medically {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.25)), to(rgba(26, 26, 26, 0.75))), url('../images/medically-01-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.25), rgba(26, 26, 26, 0.75)), url('../images/medically-01-mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .link-project.powerhouse {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.25)), to(rgba(26, 26, 26, 0.75))), url('../images/Powerhouse-02.jpg');
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.25), rgba(26, 26, 26, 0.75)), url('../images/Powerhouse-02.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .proyect-section.work {
    padding-top: 125px;
  }

  .section-title {
    margin-bottom: 70px;
  }

  .project-headline {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
  }

  .image-preview {
    display: none;
  }

  .type-of-work {
    margin-top: 15px;
    color: hsla(0, 0%, 100%, 0.5);
  }

  .scroll-indicator {
    height: 125px;
    margin-bottom: 20px;
  }

  .client-figure {
    margin-bottom: 40px;
  }

  .client:hover {
    opacity: 0.25;
  }

  .client.footy {
    width: 100px;
  }

  .form-section {
    height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .main-container.footer.nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-container.form {
    margin: 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-container.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-container {
    width: auto;
  }

  .moises-div {
    display: none;
  }

  .field-label._2.nav {
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 1em;
  }

  .logo-social.linkedin.nav {
    height: 20px;
  }

  .logo-social.dribbble.nav {
    height: 20px;
  }

  .logo-social.nav {
    height: 22px;
  }

  .logo-social.about {
    height: 43px;
  }

  .social-link.nav {
    width: 40px;
    height: 40px;
  }

  .social-link.nav:hover {
    border-color: rgba(0, 0, 0, 0.35);
  }

  .social-link.nav:active {
    border-color: #000;
  }

  .social-link.about {
    margin-right: 40px;
    margin-left: 40px;
  }

  .links-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .line-link.form.page {
    height: 2px;
  }

  .line-link-nav {
    height: 8px;
    margin-bottom: -5px;
  }

  .social-wrapper.about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-project-section {
    overflow: hidden;
    height: auto;
    padding-top: 140px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-project-section.contact {
    padding-top: 0px;
  }

  .main-project-img {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: -1;
    width: auto;
    height: 100%;
    max-width: none;
    margin: 0px auto;
    opacity: 0.25;
  }

  .main-project-info {
    width: auto;
    margin-bottom: 0px;
  }

  .next-project-section {
    height: 100vh;
  }

  .marquee-horizontal.home-main._2 {
    opacity: 1;
  }

  .next-proyect-headline {
    font-size: 4em;
  }

  .cursor {
    display: none;
  }

  .title-about-me {
    font-size: 4.5em;
  }

  .client-role {
    margin-bottom: -10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .client-role._2 {
    margin-bottom: -45px;
  }

  .client-role._3 {
    margin-bottom: -15px;
  }

  .client-role._5 {
    margin-bottom: -30px;
  }

  .testimonial-content-block {
    width: 90%;
  }

  .quote-image {
    left: 15px;
  }

  .say-hey-section {
    height: 75vh;
    margin-bottom: 0px;
  }

  .form-mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .gif {
    width: 80%;
    height: auto;
  }

  .moisez-about {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding: 70px 0px 0px;
  }

  .proyect-text {
    width: 80%;
    font-size: 1.4em;
  }

  .email-section {
    padding-top: 0px;
  }

  .success-error.page {
    font-size: 3.5em;
  }

  .success-error.page.error {
    width: auto;
  }

  .form-state-section {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .return-text {
    font-size: 1.6em;
  }

  .video-background {
    width: 592px;
    height: 360px;
  }

  .project-large-container.footy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    margin-top: 40px;
    padding: 0px;
  }

  .navbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .scroll-down-container {
    width: 25px;
    height: 45px;
  }

  .h1-absolute.say-hey {
    margin-bottom: 25px;
  }

  .hero-headline {
    font-size: 4.2em;
  }

  .hero-headline.contact {
    font-size: 4.2em;
  }

  .hero-overline {
    font-size: 1.2em;
  }

  .hero-text {
    padding-bottom: 50px;
  }

  .link-project {
    margin-bottom: 70px;
  }

  .link-project.contact {
    height: auto;
    padding: 0px;
  }

  .link-project.mercado-sincro {
    background-position: 0px 0px, 50% 50%;
  }

  .project-headline {
    font-size: 40px;
  }

  .submit-button {
    margin-left: 0px;
  }

  .field-label._2 {
    font-size: 1em;
  }

  .field-label._2.nav {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .logo-social {
    height: 28px;
  }

  .logo-social.linkedin {
    height: 21px;
  }

  .logo-social.linkedin.nav {
    height: 16px;
  }

  .logo-social.dribbble {
    height: 21px;
  }

  .logo-social.dribbble.nav {
    height: 20px;
  }

  .logo-social.instagram {
    height: 23px;
  }

  .logo-social.instagram.nav {
    height: 20px;
  }

  .logo-social.nav {
    height: 23px;
  }

  .social-link {
    margin-left: 25px;
  }

  .social-link.nav {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }

  .testimonial-content-block {
    width: 90%;
  }

  .gif {
    width: auto;
    height: auto;
  }

  .proyect-text {
    width: auto;
  }

  .button-form-container {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .video-background {
    width: 382px;
    height: 214px;
  }

  .project-large-container {
    padding: 25px;
  }

  .project-large-container.footy {
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    cursor: auto;
  }

  .menu-item-link {
    font-size: 5em;
  }

  .footer-menu {
    position: fixed;
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-menu {
    margin: 5px 0px;
  }

  .menu-wrapper {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .header {
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scroll-down-container {
    display: none;
    width: 36px;
    height: 55px;
  }

  .scroll-down-container.main {
    display: block;
  }

  .scroll-down-container.main.w--current {
    display: block;
  }

  .h1-absolute {
    margin-bottom: 75px;
    color: hsla(0, 0%, 100%, 0);
    font-size: 45vw;
  }

  .h1-absolute.side {
    top: 5%;
  }

  .h1-absolute.next-project {
    font-size: 45vw;
  }

  .hero-headline {
    font-size: 6em;
  }

  .hero-headline._3._3-1 {
    font-size: 2.2em;
  }

  .hero-headline._3._3-1.short {
    width: auto;
  }

  .hero-headline._3.left.main-p {
    font-size: 1.4em;
  }

  .hero-headline._3.left.main-p.about {
    width: auto;
  }

  .hero-headline._2 {
    font-size: 5em;
  }

  .hero-headline.main-p {
    width: auto;
    font-size: 2.4em;
  }

  .hero-headline.main-p.about {
    font-size: 4.5em;
  }

  .hero-headline.main-p.about.home {
    font-size: 4.2em;
  }

  .hero-headline.contact {
    font-size: 3.8em;
    line-height: 1.1;
  }

  .hero-bullet-points {
    opacity: 0;
  }

  .hero-bullet-points._2 {
    height: auto;
    margin-bottom: -75px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
  }

  .hero-underline {
    opacity: 1;
    font-size: 1.2em;
    line-height: 24px;
  }

  .hero-underline._2.short {
    width: auto;
  }

  .hero-text-container.main {
    height: 100vh;
    padding: 0px;
  }

  .hero-overline {
    font-size: 1em;
    line-height: 1.4;
  }

  .hero-overline._2 {
    font-size: 1em;
    line-height: 1.2;
  }

  .hero-text.contact {
    padding-bottom: 50px;
  }

  .link-project {
    height: 75vh;
    margin-bottom: 70px;
    padding-bottom: 35px;
    padding-left: 25px;
  }

  .link-project.last.stream-uy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.5)), to(rgba(26, 26, 26, 0.95))), url('../images/Stream.uy-06.png');
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.95)), url('../images/Stream.uy-06.png');
    background-position: 0px 0px, 50% 50%;
  }

  .link-project.next-project {
    height: auto;
    margin-right: 25px;
    margin-left: 25px;
    color: rgba(255, 255, 255, 0.5);
  }

  .link-project.contact {
    height: auto;
    padding: 0px;
  }

  .link-project.mercado-sincro {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.5)), to(rgba(26, 26, 26, 0.95))), url('../images/mercadosincro-08.jpg');
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.95)), url('../images/mercadosincro-08.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .link-project.powerhouse {
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .proyect-section.work {
    padding-top: 150px;
  }

  .section-title {
    margin-bottom: 70px;
  }

  .project-headline {
    font-family: Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 500;
  }

  .type-of-work {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .scroll-indicator {
    height: 175px;
    margin-bottom: 40px;
  }

  .clients-section.about {
    overflow: hidden;
  }

  .client-figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .client {
    width: 145px;
  }

  .client.h-100 {
    height: 75%;
  }

  .client.footy {
    width: 85px;
  }

  .client.pifenur {
    width: 125px;
  }

  .client.sgurity {
    width: 145px;
  }

  .client.eco-arenales {
    width: 155px;
  }

  .client.upmetrika {
    width: 155px;
  }

  .client.progrecity {
    width: 155px;
  }

  .client.inzone {
    width: 125px;
  }

  .form-section.contact {
    margin-top: 0px;
  }

  .main-container.footer {
    padding-top: 25px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-container.footer.nav {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-container.form {
    margin-right: auto;
    margin-left: auto;
  }

  .form-container {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .moises-div {
    left: auto;
    right: auto;
    display: block;
    margin-right: 0px;
    margin-left: 25px;
  }

  .form-label.short.left {
    width: 100%;
    padding-right: 0px;
  }

  .form-label.short.right {
    width: 100%;
    padding-left: 0px;
  }

  .field-label._2 {
    width: auto;
    font-size: 1em;
    text-align: center;
  }

  .field-label._2.nav {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

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

  .recaptcha {
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    height: auto;
  }

  .logo-social {
    height: 35px;
  }

  .logo-social.linkedin {
    height: 23px;
  }

  .logo-social.linkedin.nav {
    height: 20px;
  }

  .logo-social.linkedin.about {
    height: 28px;
  }

  .logo-social.dribbble {
    height: 23px;
  }

  .logo-social.dribbble.nav {
    height: 22px;
  }

  .logo-social.dribbble.about {
    height: 28px;
  }

  .logo-social.instagram {
    height: 25px;
  }

  .logo-social.instagram.nav {
    height: 25px;
  }

  .logo-social.instagram.about {
    height: 30px;
  }

  .logo-social.nav {
    height: 27px;
  }

  .logo-social.about {
    height: 37px;
  }

  .social-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .social-link.nav {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .social-link.about {
    margin-right: auto;
    margin-left: auto;
  }

  .social-nav {
    margin-bottom: 30px;
  }

  .links-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line-link-nav {
    height: 10px;
  }

  .social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-wrapper.about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-project-section {
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-project-section.contact {
    padding-top: 0px;
  }

  .main-project-img {
    position: static;
    height: auto;
    max-width: 100%;
    margin-bottom: 50px;
    opacity: 1;
  }

  .next-project-section {
    height: 60vh;
  }

  .next-proyect-headline {
    font-size: 2.9em;
    text-align: center;
  }

  .title-about-me {
    width: auto;
    font-size: 3.5em;
  }

  .client-role {
    display: block;
    font-size: 0.8em;
  }

  .client-role._2 {
    margin-bottom: -35px;
    line-height: 1.4;
  }

  .client-role._5 {
    margin-bottom: -10px;
  }

  .testimonial-content-block {
    width: auto;
  }

  .author-name {
    line-height: 1.2;
  }

  .author-name.position {
    line-height: 1.4;
  }

  .testimonial-paragraph {
    font-size: 1.6em;
  }

  .icon-7 {
    font-size: 16px;
  }

  .icon-6 {
    font-size: 16px;
  }

  .slide-testiomonial {
    padding-right: 25px;
    padding-left: 25px;
  }

  .left-arrow-6 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50px;
    height: 50px;
    margin-top: -35px;
    margin-right: 75px;
    margin-left: auto;
  }

  .left-arrow-6:hover {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .right-arrow-6 {
    width: 50px;
    height: 50px;
    margin-top: -35px;
    margin-right: 13px;
  }

  .right-arrow-6:hover {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .right-arrow-6:active {
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .mask-2 {
    padding: 0px;
  }

  .say-hey-section {
    height: 40vh;
    margin-bottom: 0px;
  }

  .form-text {
    width: auto;
  }

  .link-container {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .gif {
    width: auto;
    height: auto;
  }

  .moisez-about {
    position: static;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: -160px;
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .img-moisez-about {
    width: 60%;
    height: auto;
  }

  .proyect-text {
    width: auto;
    font-size: 1.2em;
  }

  .button-form-container {
    margin-right: auto;
    margin-left: auto;
  }

  .success-error {
    font-size: 2em;
  }

  .success-error.page {
    font-size: 3em;
  }

  .form-state-section {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .return-text {
    font-size: 1.4em;
  }

  .video-background {
    width: 100%;
    height: 205px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .video-background.img {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .project-large-container {
    padding: 25px;
  }

  .project-large-container.footy {
    width: 100%;
    padding: 0px;
  }

  .background-video {
    border-radius: 10px;
  }

  .form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Condensed';
  src: url('../fonts/HelveticaNeueCondensedBlack.ttf') format('truetype'), url('../fonts/HelveticaNeueCondensedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueMediumItalic.ttf') format('truetype'), url('../fonts/HelveticaNeueMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueUltraLightItalic.ttf') format('truetype'), url('../fonts/HelveticaNeueUltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}