:root {
  --_space---gap: 80px;
  --_space---gap3: 20px;
  --_space---gap2: 40px;
  --_space---gap4: 10px;
  --_space---gap5: 5px;
  --_sizes---rounded-2: 20px;
  --yellow: #efb036;
  --_sizes---rounded-3: 10px;
  --gray-200: #3e4f5f;
  --gray: #1c2f40;
  --purple: #4c3b90;
  --purple-200: #d2c8fa;
  --green: #4c8b84;
  --green-200: #c1f2ec;
  --blue: #23486a;
  --blue-100: #c2dbf2;
  --gray-100: #eef0f2;
  --_type-weight---font-family: Poppins, sans-serif;
  --_type-size---h3: 20px;
  --_type-weight---title-bold: 550;
  --_type-weight---h3-weigth\<deleted\|variable-e694526c-50d0-3fc6-e245-2b17a4ac865b\>: 600;
  --_type-weight---title-ligth: 300;
  --subtitle: #8093a4;
  --_type-size---p1: 16px;
  --_type-size---h1: 40px;
  --_sizes---rounded: 40px;
  --_type-size---h2: 32px;
  --_type-weight---h2-color\<deleted\|variable-df32a7a9-db10-3624-4485-f26b54191d65\>: #8093a4;
  --_type-size---badge: 12px;
  --_type-weight---pharaghrap: 400;
  --title: #1c2f40;
  --_type-size---menu-sup: 10px;
  --_sizes---rounded-4: 5px;
  --yellow-200: #f7daa1;
  --_type-size---p2: 0px;
  --_type-size---p3: 0px;
}

html {
  overflow-x: hidden;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  width: 100vw;
}

.hero.main {
  width: 100vw;
  height: 90vh;
  padding: var(--_space---gap) var(--_space---gap) var(--_space---gap3);
  display: block;
  overflow: visible;
}

.hero.container {
  width: 100%;
  height: 50%;
  padding-bottom: var(--_space---gap4);
  grid-column-gap: var(--_space---gap3);
  grid-row-gap: var(--_space---gap3);
  justify-content: space-between;
  align-items: center;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  overflow: visible;
}

.hero.container._2 {
  padding-top: var(--_space---gap4);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

.hero.div {
  flex: none;
  width: 40%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.hero.div._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.hero.div._1._3d {
  width: 100%;
  max-width: none;
  height: 50%;
  padding-top: var(--_space---gap5);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  background-color: #0000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition-property: none;
  display: flex;
}

.hero.div._1._3d:hover {
  transform: none;
}

.hero.div._1.h {
  width: 100%;
  height: 50%;
  padding-bottom: var(--_space---gap5);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.hero.div._4 {
  grid-column-gap: var(--_space---gap3);
  grid-row-gap: var(--_space---gap3);
  flex: 0 auto;
  width: 60%;
  max-width: 60%;
  height: 100%;
  overflow: visible;
}

.hero.div._3 {
  grid-column-gap: var(--_space---gap5);
  grid-row-gap: var(--_space---gap5);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
}

.hero.div._3.m {
  display: none;
}

.hero.div.contacto {
  grid-column-gap: var(--_space---gap3);
  grid-row-gap: var(--_space---gap3);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  height: 100%;
  padding: 0;
}

.hero.home-button {
  aspect-ratio: 1;
  border-radius: var(--_sizes---rounded-2);
  background-color: var(--yellow);
  flex: 0 auto;
  width: 100px;
  height: 100px;
  transition: all .2s cubic-bezier(.6, -.28, .735, .045);
  display: block;
}

.hero.home-button:hover {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(5deg)scale(1.2);
}

.hero.home-button.footer {
  width: 80px;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
}

.hero.home-button.menu {
  width: auto;
  height: 100%;
}

.hero.about-me-button {
  width: 40%;
  height: 100%;
  padding: var(--_space---gap3);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--_space---gap3);
  color: var(--gray-200);
  background-color: #dae7f2;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero.about-me-button:hover {
  background-color: var(--gray);
  color: #fff;
  width: 60%;
}

.hero.design-prod {
  width: 80%;
  height: 80%;
  padding: var(--_space---gap3);
  border-radius: var(--_space---gap3);
  background-color: var(--purple);
  color: var(--purple-200);
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  margin-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero.design-prod:hover {
  color: #fff;
  background-color: #261e48;
  width: 100%;
  height: 100%;
  transform: rotate(-2deg);
}

.hero.space {
  width: 20%;
  height: 100%;
  margin-right: 0;
  margin-left: var(--_space---gap3);
  border-radius: var(--_sizes---rounded-2);
  background-color: #f6f8fa;
  flex: 0 auto;
  overflow: visible;
}

.hero.space._2 {
  flex: 1;
  height: 30%;
  margin-left: 0;
}

.hero._3d {
  width: 50%;
  height: 100%;
  padding: var(--_space---gap3);
  grid-column-gap: var(--_sizes---rounded-2);
  grid-row-gap: var(--_sizes---rounded-2);
  border-radius: var(--_space---gap3);
  background-color: var(--green);
  color: var(--green-200);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero._3d:hover {
  color: #fff;
  background-color: #284945;
  width: 60%;
  transform: rotate(1deg);
}

.hero.graphic {
  width: 90%;
  max-width: none;
  height: 90%;
  padding: var(--_space---gap3);
  border-radius: var(--_space---gap3);
  background-color: var(--blue);
  color: var(--blue-100);
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  text-decoration: none;
  transition: all .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.hero.graphic:hover {
  color: #fff;
  background-color: #172f45;
  width: 140%;
  height: 100%;
  transform: rotate(2deg);
}

.hero.contacto {
  width: 80%;
  height: 50%;
  padding: var(--_space---gap3);
  border-radius: var(--_sizes---rounded-2);
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero.contacto.button {
  width: 80%;
  color: var(--gray-200);
  background-color: #dae7f2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all .2s;
  overflow: hidden;
}

.hero.contacto.button:hover {
  background-color: var(--gray);
  width: 100%;
  color: var(--gray-100);
  transform: none;
}

.hero.contacto.button.footer {
  width: 100%;
  height: auto;
  max-height: 150px;
  padding: var(--_space---gap3) var(--_space---gap4) var(--_space---gap3) var(--_space---gap3);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.hero.button.scroll {
  border-radius: var(--_space---gap3);
  background-color: var(--gray-100);
  width: 100px;
  height: 100px;
  color: var(--gray-200);
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.hero.button.scroll:hover {
  background-color: var(--gray);
  width: 150px;
  height: 150px;
  color: var(--gray-100);
  transform: rotate(-3deg);
}

.hero.entry {
  height: auto;
  padding-top: var(--_space---gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3 {
  width: 100%;
  font-family: var(--_type-weight---font-family);
  font-size: var(--_type-size---h3);
  line-height: 20px;
  font-weight: var(--_type-weight---title-bold);
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.purple {
  font-family: var(--_type-weight---font-family);
  color: var(--purple-200);
  font-weight: var(--_type-weight---h3-weigth\<deleted\|variable-e694526c-50d0-3fc6-e245-2b17a4ac865b\>);
}

.h3.purple:hover {
  color: var(--purple-200);
}

.h3.gray {
  color: var(--gray-200);
  font-weight: var(--_type-weight---h3-weigth\<deleted\|variable-e694526c-50d0-3fc6-e245-2b17a4ac865b\>);
}

.h3.green {
  color: var(--green-200);
  font-weight: var(--_type-weight---h3-weigth\<deleted\|variable-e694526c-50d0-3fc6-e245-2b17a4ac865b\>);
}

.h3.blue {
  color: var(--blue-100);
  font-weight: var(--_type-weight---h3-weigth\<deleted\|variable-e694526c-50d0-3fc6-e245-2b17a4ac865b\>);
}

.h3.ligth {
  font-weight: var(--_type-weight---title-ligth);
}

.h3.ligth.m {
  display: none;
}

.h3.project {
  color: var(--subtitle);
  font-size: 20px;
  font-weight: var(--_type-weight---title-bold);
}

.text-span {
  font-size: var(--_type-size---p1);
  font-weight: 400;
}

.h1 {
  font-family: var(--_type-weight---font-family);
  font-size: var(--_type-size---h1);
  font-weight: var(--_type-weight---title-ligth);
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.home {
  font-size: var(--_type-size---h1);
  line-height: 45px;
  font-weight: var(--_type-weight---title-bold);
}

.h1.home.m {
  display: none;
}

.h1.thin {
  font-weight: var(--_type-weight---title-bold);
}

.h1.m {
  display: none;
}

.h1.project {
  font-size: 60px;
  line-height: 70px;
}

.section.home.item-list {
  width: 100vw;
  height: auto;
  padding: var(--_space---gap);
  grid-column-gap: var(--_space---gap2);
  grid-row-gap: var(--_space---gap2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all .8s cubic-bezier(1, 0, 0, 1);
  display: flex;
  overflow: visible;
}

.section.home.item-list._2 {
  padding-top: 220px;
}

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

.icon:hover, ._1 {
  color: var(--purple);
}

._1:hover {
  color: red;
}

.home.item {
  padding: 0;
  display: flex;
}

.space {
  flex: 1;
  height: 100%;
  display: flex;
}

.hover_video_wrapper {
  width: 100%;
  height: auto;
  min-height: 450px;
  padding: var(--_space---gap3);
  grid-column-gap: var(--_space---gap4);
  grid-row-gap: var(--_space---gap4);
  border-radius: var(--_sizes---rounded-2);
  font-family: var(--_type-weight---font-family);
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hover_video_wrapper:hover {
  background-color: #fff;
  box-shadow: 0 2px 9px 1px #00000012;
}

.item-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 70%;
  height: auto;
}

.div-block {
  border-radius: var(--_sizes---rounded-2);
  background-color: var(--purple);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.content-item-home {
  grid-column-gap: var(--_sizes---rounded);
  grid-row-gap: var(--_sizes---rounded);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.content-item-home._100 {
  grid-column-gap: var(--_space---gap5);
  grid-row-gap: var(--_space---gap5);
  width: 100%;
  height: auto;
}

.h2 {
  height: auto;
  font-family: var(--_type-weight---font-family);
  color: var(--subtitle);
  font-size: var(--_type-size---h2);
  font-weight: var(--_type-weight---title-ligth);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 80px;
}

.h2.none-sticky {
  position: static;
}

.p1 {
  font-family: var(--_type-weight---font-family);
  color: var(--_type-weight---h2-color\<deleted\|variable-df32a7a9-db10-3624-4485-f26b54191d65\>);
}

.video {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  border-radius: var(--_sizes---rounded-2);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border: 0 #000;
  flex: 0 auto;
  padding: 0;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.footer {
  width: 100%;
  height: 200px;
  padding-top: var(--_space---gap4);
  padding-right: var(--_space---gap);
  padding-left: var(--_space---gap);
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer.column {
  padding: var(--_space---gap4) 0px;
  grid-column-gap: var(--_space---gap4);
  grid-row-gap: var(--_space---gap4);
  flex-flow: column;
  display: flex;
}

.badge {
  padding: 0px var(--_space---gap4);
  border: 1px solid var(--gray-200);
  border-radius: var(--_sizes---rounded);
  color: var(--gray-200);
  font-size: var(--_type-size---badge);
  font-weight: var(--_type-weight---pharaghrap);
}

.item-video-mobile {
  aspect-ratio: 16 / 9;
  border-radius: var(--_sizes---rounded-2);
  width: 70%;
  display: none;
}

.body {
  overflow: visible;
}

.content-hero {
  grid-column-gap: var(--_space---gap4);
  grid-row-gap: var(--_space---gap4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
}

.div-hero-button {
  width: 100%;
  height: 50%;
  display: flex;
}

.main-hero {
  width: 100vw;
  height: 90vh;
  padding-top: var(--_space---gap2);
  padding-right: var(--_space---gap);
  padding-left: var(--_space---gap);
  flex-flow: column;
  line-height: 25px;
  display: flex;
  overflow: visible;
}

.text-span-2, .text-span-3 {
  font-size: var(--_type-size---p1);
  font-weight: var(--_type-weight---title-ligth);
}

.button-graphic-d-div {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.footer-item {
  width: 100%;
  font-family: var(--_type-weight---font-family);
  color: var(--title);
  font-weight: var(--_type-weight---title-bold);
  text-decoration: none;
}

.header {
  width: 95vw;
  max-width: none;
  height: 80px;
  margin-top: var(--_type-size---menu-sup);
  padding: var(--_sizes---rounded-3) var(--_space---gap4) var(--_space---gap4);
  border-radius: var(--_sizes---rounded-2);
  background-color: #fff;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  transition: all .2s;
  display: block;
  position: fixed;
  inset: 0% 5% auto;
}

.header:hover {
  background-color: #fff;
}

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

.cont-menu {
  width: 100%;
  height: 70px;
  padding-top: var(--_space---gap5);
  padding-bottom: var(--_space---gap5);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.icon-2 {
  display: none;
}

.content {
  width: 100%;
  margin-top: var(--_space---gap2);
  margin-bottom: var(--_space---gap2);
  grid-column-gap: var(--_space---gap4);
  grid-row-gap: var(--_space---gap4);
  flex-flow: column;
  display: flex;
}

.badges-div {
  grid-column-gap: var(--_space---gap4);
  grid-row-gap: var(--_space---gap4);
  display: flex;
}

.image {
  aspect-ratio: 16 / 9;
  border-radius: var(--_space---gap3);
}

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

.button {
  border-radius: var(--_space---gap4);
  background-color: var(--gray);
  font-family: var(--_type-weight---font-family);
  font-weight: var(--_type-weight---pharaghrap);
}

.video-item {
  aspect-ratio: 16 / 9;
  border-radius: var(--_space---gap3);
  object-fit: cover;
  width: 1100px;
  height: auto;
}

.paragraph {
  padding-top: var(--_space---gap5);
  padding-bottom: var(--_space---gap5);
}

.paragraph.item {
  width: 70%;
  max-width: 600px;
  padding-top: var(--_space---gap4);
  padding-bottom: var(--_space---gap4);
  font-family: var(--_type-weight---font-family);
  font-size: var(--_type-size---p1);
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.item._100 {
  width: 100%;
  max-width: none;
}

.project-datails {
  width: 100%;
  height: auto;
  margin-top: var(--_space---gap3);
  margin-bottom: var(--_space---gap3);
  padding: var(--_space---gap3) var(--_space---gap2) var(--_sizes---rounded-2);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_sizes---rounded-2);
  background-color: var(--gray-100);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h4 {
  font-family: var(--_type-weight---font-family);
  color: var(--title);
  font-size: var(--_type-size---p1);
  font-weight: var(--_type-weight---title-bold);
}

.h4.project {
  margin-top: 0;
  margin-bottom: 0;
}

.project-list {
  width: 100vw;
}

.quote {
  border-left-color: var(--purple);
  font-family: var(--_type-weight---font-family);
  color: var(--gray);
  font-weight: var(--_type-weight---title-ligth);
  text-align: left;
}

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

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

.div-block-2 {
  overflow: hidden;
}

.slider {
  aspect-ratio: 16 / 9;
  border-radius: var(--_sizes---rounded-3);
  width: 1100px;
  height: auto;
}

.slide {
  aspect-ratio: 16 / 9;
  width: 1100px;
  height: auto;
}

.div-slider {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.left-arrow {
  width: 40px;
  position: absolute;
  right: 1184px;
}

.right-arrow {
  width: 40px;
}

.icon-3 {
  width: 40px;
  height: 40px;
}

.project-list-heading {
  z-index: -1;
  width: 100vw;
  height: auto;
  padding-right: var(--_space---gap3);
  padding-left: var(--_space---gap3);
  opacity: .38;
  font-family: var(--_type-weight---font-family);
  color: var(--subtitle);
  text-align: center;
  margin-top: 118px;
  margin-bottom: 0;
  font-size: 10vw;
  font-weight: 600;
  line-height: 100px;
  position: fixed;
}

.imagen {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  body {
    --_space---gap: 64px;
    --_space---gap3: 16px;
    --_space---gap2: 32px;
    --_space---gap4: 8px;
    --_space---gap5: 4px;
    --_type-size---h3: 18px;
    --_type-size---p1: 16px;
    --_type-size---h1: 30px;
    --_type-size---h2: 32px;
    --_type-size---badge: 12px;
    --_type-size---menu-sup: 10px;
    --_type-size---p2: 0px;
    --_type-size---p3: 0px;
  }

  .hero.main {
    height: 60vh;
    padding: var(--_space---gap2) var(--_space---gap3);
  }

  .hero.div._1 {
    flex-flow: column;
  }

  .hero.div._1._3d {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero.div._1.h {
    width: 100%;
  }

  .hero.div._4 {
    width: 60%;
    max-width: none;
  }

  .hero.div.contacto {
    max-width: none;
  }

  .hero.home-button.menu {
    width: 60px;
    height: 60px;
  }

  .hero.about-me-button {
    width: 50%;
  }

  .hero.design-prod {
    margin-right: var(--_space---gap4);
  }

  .hero.space {
    flex: 1;
    width: 20%;
  }

  .hero.space._2 {
    aspect-ratio: 1;
    border-radius: var(--_sizes---rounded-3);
    object-fit: cover;
    flex: 1;
    width: auto;
    height: auto;
    max-height: 10%;
  }

  .hero._3d {
    width: 60%;
  }

  .hero._3d:hover {
    width: 80%;
  }

  .hero.graphic {
    width: 100%;
    max-width: none;
  }

  .hero.graphic:hover {
    width: 140%;
  }

  .hero.contacto.button {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .hero.contacto.button:hover {
    height: 60%;
  }

  .hero.entry {
    padding-right: var(--_space---gap3);
    padding-left: var(--_space---gap3);
  }

  .section.home.item-list {
    padding-top: var(--_space---gap3);
    padding-right: var(--_space---gap4);
    padding-left: var(--_space---gap4);
  }

  .section.home.item-list.project-list {
    margin-top: var(--_space---gap);
  }

  .section.home.item-list._2 {
    padding-top: 190px;
  }

  .space.transparent {
    display: none;
  }

  .hover_video_wrapper {
    min-height: 280px;
  }

  .div-block {
    aspect-ratio: 1;
    border-radius: var(--_sizes---rounded-3);
    width: 50px;
    height: auto;
  }

  .video {
    display: none;
  }

  .item-video-mobile {
    aspect-ratio: 1;
    object-fit: cover;
    width: 70%;
    height: auto;
    display: block;
  }

  .main-hero {
    padding-top: var(--_space---gap3);
    padding-right: var(--_space---gap3);
    padding-left: var(--_space---gap3);
  }

  .header {
    width: auto;
    height: 70px;
    margin-right: var(--_space---gap3);
    margin-left: var(--_space---gap3);
    flex: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    left: 0%;
    right: 0%;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

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

  .content {
    grid-column-gap: var(--_space---gap5);
    grid-row-gap: var(--_space---gap5);
  }

  .nav-menu {
    height: 40vw;
    margin-top: var(--_space---gap3);
    padding-top: var(--_space---gap3);
    padding-bottom: var(--_space---gap3);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: var(--_space---gap3);
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    display: block;
    box-shadow: 0 2px 5px #0000001a;
  }

  .video-item {
    width: 100%;
  }

  .menu-button {
    aspect-ratio: 1;
    object-fit: cover;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 10px 0 0 10px;
    transition: all .2s;
    display: flex;
  }

  .menu-button.w--open {
    float: right;
    aspect-ratio: auto;
    border-radius: var(--_sizes---rounded-4);
    width: 60px;
    height: 60px;
    color: var(--purple);
    object-fit: fill;
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 10px;
    display: block;
    position: static;
    transform: rotate(-135deg);
  }

  .code-embed {
    transform: rotate(0);
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    text-align: center;
  }

  .div-block-2 {
    flex: 1;
    width: 10px;
    height: auto;
  }

  .slide {
    width: 100%;
  }

  .div-slider {
    padding-right: var(--_space---gap3);
    padding-left: var(--_space---gap3);
  }
}

@media screen and (max-width: 479px) {
  body {
    --_space---gap: 64px;
    --_space---gap3: 16px;
    --_space---gap2: 32px;
    --_space---gap4: 8px;
    --_space---gap5: 4px;
    --_type-size---h3: 16px;
    --_type-size---p1: 14px;
    --_type-size---h1: 32px;
    --_type-size---h2: 24px;
    --_type-size---badge: 12px;
    --_type-size---menu-sup: 10px;
    --_type-size---p2: 0px;
    --_type-size---p3: 0px;
  }

  .hero.main {
    width: 100vw;
    height: 90vh;
    padding-top: var(--_space---gap3);
    grid-column-gap: var(--_space---gap3);
    grid-row-gap: var(--_space---gap3);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero.container {
    width: 100%;
    height: 70%;
    padding-right: var(--_space---gap4);
    padding-bottom: 0;
    padding-left: var(--_space---gap4);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero.container._2 {
    flex-flow: column;
    height: 30%;
    padding-top: 0;
  }

  .hero.div {
    width: 100%;
    height: 45%;
    padding-bottom: var(--_space---gap4);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero.div._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .hero.div._1._3d {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48%;
    padding-top: 0;
  }

  .hero.div._1.h {
    width: 100%;
    height: 48%;
    margin-bottom: var(--_space---gap4);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .hero.div._4 {
    grid-column-gap: var(--_space---gap4);
    grid-row-gap: var(--_space---gap4);
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .hero.div._3 {
    width: 100%;
    display: none;
  }

  .hero.div._3.m {
    height: auto;
    display: block;
  }

  .hero.div.contacto {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    max-width: none;
  }

  .hero.home-button {
    width: auto;
    height: 100%;
    margin-right: var(--_space---gap4);
    object-fit: cover;
  }

  .hero.home-button.footer {
    aspect-ratio: 1;
    border-radius: var(--_sizes---rounded-3);
    width: auto;
    max-width: none;
    height: 80px;
    max-height: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero.home-button.menu {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: contain;
    flex: 0 auto;
    align-self: center;
    width: 50px;
    max-width: none;
    height: 50px;
    min-height: 0;
    max-height: none;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .hero.about-me-button {
    width: 40%;
    margin-left: var(--_space---gap4);
    padding-top: var(--_space---gap3);
    padding-left: var(--_space---gap3);
  }

  .hero.design-prod {
    width: 80%;
    height: 100%;
    margin-right: var(--_space---gap4);
    padding-right: var(--_space---gap4);
    padding-bottom: 0;
  }

  .hero.design-prod:hover {
    margin-right: 0;
  }

  .hero.space {
    aspect-ratio: auto;
    flex: 1;
    width: 10%;
    margin-left: 0;
    display: block;
  }

  .hero.space._2 {
    aspect-ratio: 1;
    height: auto;
    max-height: none;
  }

  .hero._3d {
    width: 60%;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero._3d:hover {
    width: 80%;
  }

  .hero.graphic {
    z-index: 1;
    width: 100%;
    max-width: none;
    padding: var(--_space---gap4) var(--_space---gap4) var(--_space---gap3) var(--_space---gap3);
    position: relative;
  }

  .hero.graphic:hover {
    width: 120%;
  }

  .hero.contacto.button {
    width: 100%;
    height: auto;
    padding: var(--_space---gap4);
    grid-column-gap: var(--_sizes---rounded-3);
    grid-row-gap: var(--_sizes---rounded-3);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero.contacto.button:hover {
    height: 80%;
  }

  .hero.contacto.button.footer {
    height: 100px;
    padding-top: var(--_space---gap3);
    padding-left: var(--_space---gap3);
    background-color: var(--gray);
    color: var(--gray-100);
  }

  .hero.contacto.button.footer:hover {
    background-color: var(--purple);
  }

  .hero.button.scroll {
    width: 60px;
    height: 60px;
  }

  .hero.button.scroll:hover {
    width: 120px;
    height: 120px;
  }

  .hero.entry {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3 {
    font-size: var(--_type-size---h3);
    line-height: 22px;
  }

  .h3.ligth, .h3.ligth.m {
    display: block;
  }

  .h1 {
    font-size: 30px;
    display: block;
  }

  .h1.home, .h1.home.m, .h1.m {
    display: block;
  }

  .h1.project {
    font-size: 35px;
    line-height: 40px;
  }

  .section.home.item-list {
    padding-right: var(--_space---gap4);
    padding-bottom: var(--_space---gap);
    padding-left: var(--_space---gap4);
  }

  .section.home.item-list._2 {
    padding-top: 180px;
  }

  .space {
    display: none;
  }

  .hover_video_wrapper {
    padding: var(--_space---gap4);
    flex-flow: column;
  }

  .div-block {
    object-fit: cover;
    width: 30px;
    height: auto;
  }

  .content-item-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: auto;
  }

  .h2 {
    color: var(--subtitle);
  }

  .h2.none-sticky {
    padding-top: var(--_space---gap5);
    padding-bottom: var(--_space---gap5);
  }

  .video {
    display: none;
  }

  .footer {
    height: auto;
    padding-right: var(--_space---gap2);
    padding-bottom: var(--_space---gap2);
    padding-left: var(--_space---gap2);
    grid-column-gap: var(--_space---gap3);
    grid-row-gap: var(--_space---gap3);
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: start center;
  }

  .footer.column {
    height: auto;
  }

  .item-video-mobile {
    aspect-ratio: auto;
    border-radius: var(--_sizes---rounded-2);
    width: 100%;
    height: 450px;
    display: block;
  }

  .body {
    overflow: visible;
  }

  .content-hero {
    display: none;
  }

  .div-hero-button {
    height: 30%;
    padding-right: var(--_space---gap4);
    padding-left: var(--_space---gap4);
  }

  .main-hero {
    padding-top: var(--_space---gap3);
    padding-left: 0;
    padding-right: 0;
  }

  .button-graphic-d-div {
    z-index: 1;
    position: relative;
  }

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

  .header {
    width: 95vw;
    padding: var(--_space---gap5) var(--_space---gap4) 0px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    left: 0%;
    right: 0%;
  }

  .body-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    margin-top: var(--_space---gap3);
    margin-bottom: var(--_space---gap3);
    padding-right: var(--_space---gap3);
    padding-left: var(--_space---gap3);
    grid-column-gap: var(--_space---gap4);
    grid-row-gap: var(--_space---gap4);
  }

  .content.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .video-item, .paragraph.item {
    width: 100%;
  }

  .project-datails {
    padding-right: var(--_space---gap3);
    padding-bottom: var(--_sizes---rounded-3);
    padding-left: var(--_space---gap3);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    flex: 1;
  }
}


