@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-1: #f7f7f7;
  --high-light-5: #1d1f24;
  --high-light-2: #ebbe42;
  --border-1: 5px;
  --background-2: #fff;
  --rounded-element-1: 20px;
  --foreground-1: #efefef;
  --red-1\<deleted\|variable-b2769a74-87ff-4b6c-ec7e-4fb9d5ba1782\>: #da0037;
  --high-light-4: #ebebeb;
  --high-ligth-4-hover: #d6d6d6;
  --generalsans: Generalsans, sans-serif;
  --h1-h2-ligth: #fff;
  --h1-color: #0c0c0d;
  --h2-color: #18181a;
  --blue-2\<deleted\|variable-148b3f53-706a-3563-24bf-1669ff86fdea\>: #0a2458;
  --high-light-3: #0054a1;
  --high-light-1: #402c7b;
  --p1-color: #2f2e33;
  --ligth\<deleted\|variable-38543115-eb3f-b3a6-19c3-ae58dca4975c\>: #efefef;
  --dark\<deleted\|variable-06e1b50f-041d-5d90-33c5-f12bb9920407\>: #080b10;
  --p2-color: #6b6971;
  --red-2\<deleted\|variable-d8fd5ba9-b943-3304-7635-29505c72d6d5\>: #5a041c;
  --rounded-element-2: 10px;
  --h3-h4-color: #5e5e78;
  --h5-h6-color: #2f2f33;
}

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

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

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

.home-section {
  background-color: var(--background-1);
  color: #080b10;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 1080px;
  min-height: 100%;
  max-height: 100%;
}

.container.home {
  color: #16161600;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  display: flex;
}

.container.home.horizontal {
  flex: 1;
  order: 2;
  justify-content: flex-end;
  width: 50%;
  min-width: 50%;
  height: auto;
  min-height: auto;
  max-height: 100%;
}

.container.home.horizontal.movil {
  height: auto;
  min-height: 50%;
  max-height: 100%;
}

.container.home.vertical {
  z-index: 1;
  color: #16161600;
  flex-direction: column;
  flex: 0 auto;
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw;
  height: auto;
  min-height: 50%;
  max-height: 100%;
  position: relative;
}

.container.home.vertical._50 {
  border: 4px solid var(--background-1);
  border-radius: 20px;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  width: 45%;
  min-width: auto;
  max-width: 50%;
}

.container.home.vertical.name {
  z-index: 3;
  border: 4px solid var(--background-1);
  background-color: var(--high-light-5);
  border-radius: 20px;
  justify-content: flex-end;
  width: 50vw;
  min-width: 50vw;
  height: auto;
  min-height: auto;
  max-height: 100%;
  padding: 20px;
  position: relative;
}

.container.home.movil-2 {
  height: 40vh;
  min-height: 300px;
  max-height: 50vh;
}

.container.home.movil-3 {
  height: auto;
  min-height: 300px;
  max-height: 50vh;
}

.container.home.about {
  align-self: flex-start;
}

.container.logo {
  border: 4px solid var(--background-1);
  background-color: var(--high-light-2);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 20px;
  display: flex;
}

.container.menu.contact {
  background-color: var(--background-1);
  border-radius: 0;
  flex: 0 auto;
  width: 40%;
  min-width: 40%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.menu.contact-1 {
  flex: 1;
  width: 100%;
  min-width: 80%;
  height: 20%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.container.contact {
  border: var(--border-1) none var(--background-1);
  background-color: var(--background-2);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.container.gray {
  border-radius: var(--rounded-element-1);
  background-color: var(--foreground-1);
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  display: flex;
}

.link {
  background-color: var(--red-1\<deleted\|variable-b2769a74-87ff-4b6c-ec7e-4fb9d5ba1782\>);
  flex-direction: column;
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.link.about {
  border: 4px solid var(--background-1);
  background-color: var(--high-light-4);
  border-radius: 20px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 60%;
  min-width: 40%;
  max-width: 60%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  text-decoration: none;
  transition: min-width .6s;
}

.link.about:hover {
  background-color: var(--high-ligth-4-hover);
  min-width: 75%;
  transform: translate(0);
}

.h2 {
  width: auto;
  height: auto;
  font-family: var(--generalsans);
  color: var(--h1-h2-ligth);
  align-self: flex-end;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  text-decoration: none;
}

.h2.about {
  width: 100%;
  min-width: 100%;
  max-width: 99.9999%;
  height: auto;
  min-height: auto;
  max-height: none;
  font-family: var(--generalsans);
  color: var(--high-light-5);
  border-width: 1px;
  border-color: #000;
  align-items: flex-end;
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
  text-decoration: none;
  display: flex;
}

.h2.grafico {
  width: auto;
  font-family: var(--generalsans);
  color: var(--high-light-5);
  -webkit-text-stroke-color: #efefef;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.h2.ux {
  min-width: 100%;
  color: var(--high-light-4);
  font-size: 100px;
  line-height: 110px;
}

.h2.contacto {
  width: 0;
  color: var(--high-light-5);
  align-self: stretch;
  margin-left: 10px;
  padding-left: 0;
  font-size: 35px;
}

.h2.industrial.white {
  color: var(--high-light-4);
}

.h2._2 {
  width: 100%;
  color: var(--h1-color);
  text-align: left;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 600;
  line-height: 48px;
}

.h2._2.center {
  text-align: center;
  width: 100%;
}

.h2._2.pegado {
  margin-top: 0;
  margin-bottom: 10px;
}

.h2._2.cerospace {
  margin-top: 0;
}

.h2._2.cerospace.white {
  color: var(--background-2);
}

.link-block {
  background-color: var(--blue-2\<deleted\|variable-148b3f53-706a-3563-24bf-1669ff86fdea\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block.industrial {
  border: 4px solid var(--background-1);
  background-color: var(--high-light-3);
  perspective-origin: 50% 0;
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  order: -1;
  align-items: flex-start;
  transition: min-height .4s;
  position: static;
}

.link-block.industrial:hover {
  flex: 1;
  order: -1;
  min-height: 90%;
  position: static;
  bottom: 218px;
}

.link-block.grafico {
  z-index: 2;
  border: 4px solid var(--background-1);
  background-color: var(--high-light-2);
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 20px;
  flex: 1;
  order: 1;
  align-items: flex-start;
  width: 70%;
  min-width: 55%;
  max-width: 55%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  transition: min-width .4s;
  position: relative;
}

.link-block.grafico:hover {
  z-index: 2;
  clear: right;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  flex: none;
  order: 0;
  align-self: auto;
  min-width: 80%;
  position: static;
  left: 134px;
}

.link-block.contacto {
  border: 1px solid var(--background-1);
  background-color: var(--high-light-4);
  border-radius: 14px;
  flex-direction: column;
  order: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  height: 50%;
  min-height: 40%;
  max-height: none;
  padding-left: 0;
  padding-right: 20px;
  transition: min-height .4s;
}

.link-block.contacto:hover {
  background-color: var(--high-ligth-4-hover);
  min-height: 80%;
  padding-left: 0;
  padding-right: 20px;
}

.link-block.ux {
  border: 4px solid var(--background-1);
  background-color: var(--high-light-1);
  border-radius: 20px;
  align-items: flex-end;
  width: 80%;
  min-width: 80%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  transition: all .8s, min-width .6s;
}

.link-block.ux:hover {
  width: 80%;
  min-width: 100%;
}

.image.ux {
  max-width: 100px;
}

.h1 {
  width: auto;
  max-width: none;
  font-family: var(--generalsans);
  color: var(--h1-h2-ligth);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

.h1._2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 40px;
  display: block;
}

.h1.x3 {
  border-radius: var(--rounded-element-1);
  width: 80%;
  color: var(--h1-color);
  text-align: left;
  margin-bottom: 20px;
  font-size: 90px;
  font-weight: 600;
  line-height: 100px;
}

.h1.white {
  color: var(--high-light-4);
}

.text-block {
  font-family: var(--generalsans);
  color: var(--p1-color);
}

.text-block.home {
  color: var(--ligth\<deleted\|variable-38543115-eb3f-b3a6-19c3-ae58dca4975c\>);
  font-family: Poppins;
  font-weight: 500;
}

.text-block.home._2 {
  font-family: var(--generalsans);
  color: var(--h1-h2-ligth);
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.text-block.home._2.white {
  color: var(--high-light-4);
}

.text-block.behance {
  color: var(--high-light-3);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-block.linkedin, .text-block.cv {
  color: var(--high-light-4);
  font-size: 40px;
  line-height: 40px;
}

.body {
  border: 1px solid var(--dark\<deleted\|variable-06e1b50f-041d-5d90-33c5-f12bb9920407\>);
  background-color: var(--background-2);
  height: auto;
  min-height: 100vh;
  max-height: 100vh;
  font-family: Poppins;
  overflow: hidden;
}

.body.projects {
  background-color: var(--background-1);
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.image-2 {
  align-self: center;
  min-width: 0%;
}

.div-block {
  align-self: flex-end;
}

.menu {
  z-index: 2;
  width: 100%;
  height: 12vh;
  font-family: var(--generalsans);
  background-color: #0000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  display: block;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.menu:hover {
  background-color: var(--background-2);
}

.menu.conteiner {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: 0;
  display: block;
}

.content {
  border-radius: var(--rounded-element-1);
  width: 90%;
  max-width: 90%;
  min-height: auto;
  margin: 100px 0 0;
  padding: 0 0 100px;
  overflow: hidden;
}

.content.grid-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 90%;
  max-width: 90%;
  box-shadow: none;
  flex-direction: column;
  padding: 0;
}

.content.grid-image.horizontal {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  flex-flow: row;
  margin-top: 40px;
  padding: 0;
}

.content.post {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.content.sliders {
  margin-top: 40px;
}

.content.hero {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.content.hero._2 {
  padding-bottom: 0;
}

.content.cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content.none {
  display: none;
}

.item-list {
  border-radius: var(--rounded-element-1);
  background-color: var(--high-light-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  height: 82vh;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 100px;
}

.item-list.jac, .item-list.jac:hover {
  background-image: url('../images/Jac_2024.jpg');
  background-position: 100%;
  background-size: cover;
}

.item-list.amazon {
  background-color: var(--background-1);
  background-image: url('../images/amazonportada.jpg');
  background-position: 100%;
  background-size: cover;
}

.item-list.amazon:hover {
  background-image: url('../images/amazonportada.jpg');
  background-position: 100%;
  background-size: cover;
}

.item-list.vitro, .item-list.vitro:hover {
  background-image: url('../images/portada-vitro-oc.jpg');
  background-position: 100%;
  background-size: cover;
}

.item-list.krecento {
  background-image: url('../images/portada-krecento.jpg');
  background-position: 100%;
  background-size: cover;
}

.item-list.pups {
  background-image: url('../images/portada-pups.jpg');
  background-position: 100%;
  background-size: cover;
}

.item-list.dise-ografico {
  background-image: url('../images/portada-diseñografico.jpg');
  background-position: 100%;
  background-size: cover;
}

.item-list.jac3d {
  background-image: url('../images/jac-3d.jpg');
  background-position: 100%;
  background-size: cover;
}

.item-list.rendergeneral {
  background-image: url('../images/render-portada.jpg');
  background-position: 100%;
  background-size: cover;
}

.item-list.proyectos-ui {
  background-image: url('../images/portada-ui.jpg');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
}

.item-list.organizt {
  background-image: url('../images/organizt.jpg');
  background-position: 100%;
  background-size: cover;
}

.menu-item {
  width: 100%;
  min-width: 100%;
  height: 60px;
  min-height: 60px;
  color: var(--ligth\<deleted\|variable-38543115-eb3f-b3a6-19c3-ae58dca4975c\>);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.menu-item:hover, .menu-item:visited {
  background-color: var(--blue-2\<deleted\|variable-148b3f53-706a-3563-24bf-1669ff86fdea\>);
}

.menu-item.w--current {
  color: var(--ligth\<deleted\|variable-38543115-eb3f-b3a6-19c3-ae58dca4975c\>);
}

.menu-item.contact.logo {
  border: var(--border-1) solid var(--background-1);
  border-radius: var(--rounded-element-1);
  background-color: var(--high-light-2);
  width: 50%;
  min-width: auto;
  height: 100%;
  color: var(--high-light-2);
  flex-wrap: nowrap;
  flex: 0 auto;
}

.menu-item.contact.home {
  border: var(--border-1) solid var(--background-1);
  border-radius: var(--rounded-element-1);
  background-color: var(--high-light-3);
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #efefef;
  -webkit-text-stroke-color: #efefef;
  cursor: pointer;
  flex: 1;
  order: -1;
  width: 50%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  transition: width .2s;
}

.menu-item.contact.home:hover {
  background-color: var(--high-light-5);
  width: 70%;
  min-width: auto;
  font-family: var(--generalsans);
  color: #efefef;
}

.menu-item.contact.home.w--current {
  border: var(--border-1) solid var(--background-1);
  border-radius: var(--rounded-element-1);
  background-color: var(--high-light-3);
  color: var(--high-light-3);
}

.menu-item.contact.home.w--current:hover {
  background-color: var(--high-light-1);
}

.section.contenido {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
  display: flex;
  overflow: hidden;
}

.section.contenido.cta {
  justify-content: center;
  align-items: center;
}

.section.contact {
  background-color: var(--high-light-1);
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section.projects {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 4vh 20px;
  display: flex;
}

.section.hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.section._2columns {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.body-entry {
  background-color: var(--background-2);
  font-family: Poppins;
  font-size: 18px;
}

.image-entry {
  border-radius: 13px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  font-family: var(--generalsans);
  color: var(--p2-color);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph.x2 {
  font-size: 24px;
}

.paragraph._50 {
  direction: ltr;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph._80-w {
  max-width: 80%;
  margin-top: 0;
  padding-top: 0;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.paragraph.cerospace {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.cerospace.white {
  color: var(--background-2);
}

.paragraph.bold {
  color: var(--h1-h2-ligth);
  font-size: 18px;
  font-weight: 600;
}

.paragraph.simple {
  margin-top: 0;
  margin-bottom: 0;
}

.image-container {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.contact-form {
  width: 100%;
  min-width: 80%;
}

.button {
  border-radius: var(--rounded-element-1);
  background-color: var(--high-light-5);
  width: 50%;
  height: auto;
  max-height: none;
  font-family: var(--generalsans);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.button:hover {
  background-color: var(--high-light-2);
}

.button.form {
  margin-top: 40px;
}

.label-form {
  font-family: var(--generalsans);
  color: var(--p1-color);
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.success-message {
  border-radius: var(--rounded-element-1);
  background-color: var(--high-light-1);
}

.text-block-3 {
  color: var(--blue-2\<deleted\|variable-148b3f53-706a-3563-24bf-1669ff86fdea\>);
  font-size: 18px;
}

.home-icon {
  width: auto;
  height: 50%;
}

.menu-item-2 {
  color: #efefef;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 60px;
  min-height: 60px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.menu-item-2:hover, .menu-item-2:visited {
  background-color: #0a2458;
}

.menu-item-2.w--current {
  color: #efefef;
}

.menu-item-2.contact.linkedin {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: var(--border-1) solid var(--background-1);
  border-radius: var(--rounded-element-1);
  background-color: var(--high-light-3);
  cursor: pointer;
  flex: 0 auto;
  height: 20%;
  min-height: auto;
  transition: height .2s;
}

.menu-item-2.contact.linkedin:hover {
  background-color: var(--blue-2\<deleted\|variable-148b3f53-706a-3563-24bf-1669ff86fdea\>);
  height: 40%;
  min-height: auto;
  max-height: none;
  font-family: var(--generalsans);
  flex: 0 auto;
}

.menu-item-2.contact.behnace {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: var(--border-1) solid var(--background-1);
  border-radius: var(--rounded-element-1);
  background-color: var(--high-light-1);
  cursor: pointer;
  flex: 0 auto;
  height: 40%;
  min-height: 20%;
  transition: height .2s;
}

.menu-item-2.contact.behnace:hover {
  background-color: var(--red-2\<deleted\|variable-d8fd5ba9-b943-3304-7635-29505c72d6d5\>);
  height: 60%;
  min-height: auto;
}

.menu-item-2.contact.behance {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: var(--border-1) solid var(--background-1);
  border-radius: var(--rounded-element-1);
  background-color: var(--high-light-4);
  cursor: pointer;
  flex: 1;
  height: 20%;
  min-height: 20%;
  transition: height .2s;
}

.menu-item-2.contact.behance:hover {
  background-color: var(--high-ligth-4-hover);
  height: 40%;
  min-height: auto;
  max-height: none;
  color: var(--high-ligth-4-hover);
  flex: 0 auto;
  order: 0;
}

.icon-menu {
  height: 60px;
}

.slider {
  background-color: #dddddd5c;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: 577px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.slider.amazon {
  display: none;
}

.lightbox-link {
  width: 100%;
  height: auto;
  min-height: auto;
}

.slide-image {
  border-radius: var(--rounded-element-1);
  width: 100%;
  height: auto;
  min-height: auto;
}

.slide {
  width: 100%;
  height: auto;
  min-height: auto;
}

.icon {
  color: var(--dark\<deleted\|variable-06e1b50f-041d-5d90-33c5-f12bb9920407\>);
}

.link-button {
  width: 40%;
  font-family: var(--generalsans);
  color: var(--high-light-3);
  text-align: left;
  background-color: #d9003b00;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 22px;
}

.link-button:hover {
  color: var(--high-light-2);
  background-color: #5a041c00;
}

.link-button.light {
  width: auto;
  font-family: var(--generalsans);
  color: var(--high-light-2);
  align-self: flex-start;
  font-size: 16px;
}

.link-button.light:hover {
  color: var(--high-light-3);
}

.buttons-container {
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  display: block;
}

.textarea {
  border-radius: var(--rounded-element-2);
  font-family: var(--generalsans);
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.text-field {
  border-style: none none solid;
  border-width: 5px 5px 2px;
  border-color: black black var(--p2-color);
  width: auto;
  height: auto;
  font-family: var(--generalsans);
  flex: 1;
  align-self: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.menu-option {
  border-radius: var(--rounded-element-2);
  background-color: var(--high-light-2);
  align-self: center;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.breadcrumbs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h3 {
  max-width: 80%;
  font-family: var(--generalsans);
  color: var(--h3-h4-color);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.text-link {
  width: auto;
  height: auto;
  font-family: var(--generalsans);
  color: var(--p2-color);
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  color: var(--high-light-1);
}

.hero-image {
  border-radius: var(--rounded-element-1);
  width: 100%;
  height: auto;
}

.grid-image {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.grid-image._1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  margin-right: 0;
  padding-left: 0;
}

.grid-image.vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
}

.grid-image.organizt2 {
  flex-direction: column;
}

.grid-image._50-w {
  border-radius: var(--rounded-element-1);
  width: 49%;
}

.image-grid {
  border-radius: var(--rounded-element-1);
  width: 32%;
  max-width: 40%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-grid._2 {
  width: 49%;
  max-width: 55%;
  height: auto;
  max-height: none;
}

.image-grid.vertical._50-h {
  width: 100%;
  max-width: none;
  height: auto;
}

.image-grid.organizt {
  width: 618px;
}

.image-grid._4 {
  width: 24%;
}

.grid-vertical {
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  display: flex;
}

.grid-vertical._50-w {
  width: 49%;
}

.image-7 {
  width: 100%;
  height: auto;
}

.full-image {
  width: 100%;
  height: auto;
}

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

.image-8 {
  width: 100%;
  height: auto;
}

.right-arrow, .left-arrow, .right-arrow-2, .left-arrow-2 {
  cursor: pointer;
}

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

.navlink {
  font-family: var(--generalsans);
  color: var(--p2-color);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.navlink:hover {
  color: var(--high-light-3);
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-top: 10px;
  display: block;
}

.contact1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video {
  aspect-ratio: 16 / 9;
  border-radius: var(--rounded-element-1);
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.background-video.item {
  height: 700px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-item.dark {
  border-radius: var(--rounded-element-1);
  background-color: #1d1f2499;
}

.columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: block;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.column.item {
  width: 100%;
  height: auto;
  padding-right: 0;
}

.column._2 {
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 0;
}

.lightbox-link-2 {
  text-decoration: none;
}

.item-image {
  border-radius: var(--rounded-element-1);
  width: 100%;
  height: auto;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.error-messege {
  border-radius: 10px;
}

@media screen and (min-width: 1280px) {
  .container {
    justify-content: space-between;
    display: flex;
  }

  .container.home.horizontal {
    height: 50vh;
    min-height: 100%;
  }

  .container.home.vertical.name {
    height: 50vh;
    min-height: 100%;
    max-height: 50vh;
  }

  .container.home.movil-2 {
    height: auto;
    min-height: 50%;
    max-height: 50vh;
  }

  .container.home.movil-3 {
    height: 50%;
    min-height: auto;
    max-height: 50vh;
  }

  .h1 {
    margin-top: 10px;
  }

  .text-block.home._2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .body {
    max-height: 100vh;
  }

  .image-container {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1440px) {
  .container.home.movil-2 {
    min-height: 20%;
    max-height: 20%;
  }

  .h2._2 {
    width: 100%;
    color: var(--h2-color);
    font-size: 45px;
    line-height: 48px;
  }

  .h1.x3 {
    color: var(--h1-color);
    margin-top: 0;
    line-height: 105px;
  }

  .menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    transition: background-color .2s;
  }

  .menu:hover {
    background-color: #ffffffdb;
    border-radius: 8px;
  }

  .menu.conteiner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content {
    max-width: 75%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .content.grid-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .item-list {
    max-width: none;
    transition: background-color .2s;
  }

  .item-list:hover {
    background-color: #e8e8e8;
  }

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

  .section.hero {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .body-entry {
    background-color: #fff;
  }

  .image-entry {
    width: 90%;
  }

  .paragraph {
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph._50 {
    width: 60%;
    color: var(--p1-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .image-container {
    justify-content: center;
    align-items: center;
  }

  .breadcrumbs {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h3 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-link {
    font-size: 18px;
    line-height: 18px;
  }

  .hero-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #0000001a;
  }

  .grid-image._1 {
    margin-top: 20px;
  }

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

@media screen and (min-width: 1920px) {
  .home-section {
    height: 100vh;
    min-height: auto;
  }

  .container.home.horizontal {
    height: 50vh;
    min-height: auto;
  }

  .link-block.ux {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .body {
    max-height: 100vh;
  }

  .link-button {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .home-section {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }

  .container.home.horizontal {
    flex-direction: row;
  }

  .container.home.horizontal.movil {
    flex-direction: column;
  }

  .container.home.vertical._50 {
    width: 100%;
    max-width: 100%;
    height: 50%;
    min-height: 50%;
  }

  .container.home.movil-2 {
    height: 50%;
    min-height: auto;
    max-height: 50%;
  }

  .container.home.movil-3 {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }

  .container.menu.contact {
    min-width: 35%;
    max-width: 35%;
  }

  .container.contact {
    max-width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link.about {
    justify-content: space-between;
    align-self: stretch;
  }

  .h2.about {
    width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .h2.grafico {
    font-size: 50px;
  }

  .h2.ux {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
    line-height: 90px;
  }

  .h2.contacto {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .h2._2 {
    font-size: 38px;
  }

  .link-block.industrial {
    align-items: stretch;
  }

  .link-block.grafico {
    min-width: 70%;
    min-height: 50%;
    max-height: 50%;
  }

  .link-block.grafico:hover {
    min-width: 100%;
  }

  .link-block.contacto {
    min-height: 65%;
    padding-left: 20px;
  }

  .link-block.contacto:hover {
    min-height: 100%;
  }

  .link-block.ux {
    justify-content: space-between;
    align-self: stretch;
    padding-bottom: 120px;
  }

  .image {
    align-self: flex-start;
  }

  .image.ux {
    align-self: flex-end;
    width: 100px;
  }

  .h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .h1._2 {
    font-size: 30px;
    line-height: 32px;
  }

  .h1.x3 {
    font-size: 50px;
    line-height: 54px;
  }

  .text-block.home._2 {
    font-size: 20px;
    line-height: 32px;
  }

  .text-block.behance, .text-block.linkedin, .text-block.cv {
    font-size: 30px;
    line-height: 30px;
  }

  .menu {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu.conteiner {
    flex: 1;
    padding-top: 0;
    display: block;
  }

  .content {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.hero {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .menu-item.w--current {
    text-align: center;
  }

  .section.contenido {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.projects {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    min-width: 60%;
    max-width: 80%;
  }

  .home-icon {
    height: 40%;
  }

  .menu-item-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .icon-menu {
    height: 30%;
  }

  .slider {
    background-color: #ddd0;
    width: 100%;
    height: auto;
  }

  .lightbox-link, .slide-image {
    width: 100%;
    height: auto;
  }

  .image-9 {
    width: 50px;
  }

  .menu-button {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container.menu.contact {
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    max-height: 80px;
    position: static;
  }

  .container.menu.contact-1 {
    width: 10%;
    min-width: 10%;
    height: 100%;
  }

  .container.contact {
    width: 100%;
    max-width: none;
    min-height: 80vh;
  }

  .link.about {
    justify-content: space-between;
    align-self: stretch;
  }

  .h2.about {
    font-size: 30px;
    line-height: 30px;
  }

  .h2.grafico {
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .h2.ux {
    font-size: 40px;
    line-height: 50px;
  }

  .h2._2 {
    font-size: 34px;
    line-height: 38px;
  }

  .link-block.industrial {
    padding: 10px;
  }

  .link-block.grafico {
    padding-bottom: 10px;
  }

  .image {
    align-self: flex-start;
  }

  .image.ux {
    align-self: flex-end;
  }

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

  .h1._2 {
    font-size: 28px;
    line-height: 32px;
  }

  .h1.x3 {
    font-size: 45px;
    line-height: 48px;
  }

  .text-block.home._2 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block.behance, .text-block.linkedin {
    font-size: 20px;
  }

  .text-block.cv {
    font-size: 20px;
    line-height: 20px;
  }

  .menu {
    height: 10vh;
    display: block;
  }

  .menu.conteiner {
    padding-bottom: 0;
  }

  .content {
    width: 100%;
  }

  .menu-item.contact.logo {
    display: none;
  }

  .menu-item.contact.home {
    width: 100%;
    min-width: 100%;
  }

  .section.contact {
    flex-direction: column;
  }

  .section.projects {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    min-width: 90%;
    max-width: 90%;
  }

  .button {
    display: block;
  }

  .menu-item-2.contact.linkedin, .menu-item-2.contact.behnace {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 1;
    width: 25%;
    min-width: 25%;
    height: 100%;
    min-height: 100%;
  }

  .menu-item-2.contact.behance {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    flex: 1;
    width: 25%;
    min-width: 25%;
    height: 100%;
    min-height: 100%;
  }

  .menu-option.w--current {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    display: block;
  }

  .nav-menu {
    border-radius: var(--rounded-element-1);
    background-color: var(--background-2);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .home-section {
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }

  .container.home {
    flex-direction: row;
    height: 50%;
    min-height: 50%;
  }

  .container.home.horizontal {
    width: 100%;
    min-width: 100%;
    min-height: 50%;
    max-height: 50%;
  }

  .container.home.horizontal.movil {
    width: 100%;
    min-width: 100%;
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }

  .container.home.vertical {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }

  .container.home.vertical._50 {
    height: 40%;
    min-height: 50%;
    max-height: 25%;
  }

  .container.home.vertical.name {
    width: 100%;
    min-width: 50%;
    height: 50%;
    min-height: 40%;
    max-height: 50%;
    padding: 10px 20px;
  }

  .container.home.movil-2 {
    flex-direction: column;
    height: 45vh;
    min-height: 48vh;
    max-height: 50vh;
  }

  .container.home.movil-3 {
    flex-direction: column;
    height: 40vh;
    min-height: 40vh;
    max-height: 50vh;
  }

  .container.logo {
    flex-direction: row;
  }

  .container.menu.contact {
    min-height: 12%;
    max-height: 12%;
  }

  .container.menu.contact:hover {
    height: 100px;
  }

  .container.menu.contact-1 {
    justify-content: center;
    min-width: 20%;
  }

  .container.contact {
    flex: 0 auto;
    height: auto;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.gray {
    padding: 20px 10px;
  }

  .link.about {
    flex-direction: row;
    align-self: flex-end;
    align-items: center;
    width: auto;
    min-width: 75%;
    max-width: 80%;
    min-height: 100%;
    max-height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .h2.about {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .h2.grafico {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 25px;
  }

  .h2.ux {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 45px;
  }

  .h2.contacto {
    align-self: center;
    font-size: 20px;
    line-height: 25px;
  }

  .h2.industrial {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
  }

  .h2.industrial.white {
    font-size: 35px;
  }

  .h2._2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 37px;
  }

  .link-block.industrial {
    justify-content: space-between;
    align-items: center;
    min-height: 50%;
    max-height: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link-block.industrial:hover {
    min-height: 20%;
  }

  .link-block.grafico {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 50%;
    max-height: 50%;
    padding-top: 10px;
  }

  .link-block.contacto {
    flex-direction: row;
    width: 60%;
    height: 100%;
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block.ux {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 100%;
    padding-bottom: 40px;
  }

  .image {
    width: 35px;
    max-width: none;
  }

  .image.ux {
    width: 60px;
  }

  .h1 {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .h1._2 {
    font-size: 22px;
  }

  .h1._2.white {
    font-size: 20px;
  }

  .h1.x3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 48px;
  }

  .text-block.home._2 {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block.behance, .text-block.linkedin, .text-block.cv {
    display: none;
  }

  .body {
    background-color: var(--dark\<deleted\|variable-06e1b50f-041d-5d90-33c5-f12bb9920407\>);
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

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

  .menu {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .menu.conteiner {
    flex: none;
  }

  .content {
    max-width: 100%;
    margin-top: 20px;
    padding: 20px 0;
  }

  .content.grid-image.horizontal {
    flex-flow: column;
  }

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

  .item-list {
    background-image: url('../images/organizt.jpg');
    justify-content: flex-end;
    align-items: stretch;
    height: 75vh;
    margin-top: 0;
  }

  .item-list.jac, .item-list.jac:hover {
    background-image: url('../images/Jac_2024movil.jpg');
  }

  .item-list.amazon, .item-list.amazon:hover {
    background-image: url('../images/amazonportadamovil.jpg');
  }

  .item-list.vitro, .item-list.vitro:hover {
    background-image: url('../images/portada-vitro-oc-movil.jpg');
    background-position: 50%;
  }

  .item-list.krecento {
    background-image: url('../images/portada-krecentomovil.jpg');
  }

  .item-list.pups {
    background-image: url('../images/portada-pupsmovil.jpg');
    background-position: 50%;
  }

  .item-list.jac3d {
    background-image: url('../images/jac-3d-movil.jpg');
    background-position: 50%;
    top: 100px;
  }

  .item-list.rendergeneral {
    background-image: url('../images/render-portada-movil.jpg');
    top: 100px;
  }

  .item-list.proyectos-ui {
    justify-content: flex-end;
    align-items: stretch;
    top: 0;
  }

  .item-list.organizt {
    background-image: url('../images/organizt-movil.jpg');
    background-position: 50%;
  }

  .menu-item.contact.logo {
    display: none;
  }

  .menu-item.contact.home {
    height: 100px;
  }

  .section.contenido {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.contact {
    height: auto;
  }

  .section.projects {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px 40px;
  }

  .section.hero, .section._2columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.x2 {
    min-width: auto;
    max-width: none;
    font-size: 18px;
  }

  .paragraph._50 {
    width: 100%;
  }

  .paragraph._80-w {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .contact-form {
    width: 100%;
    min-width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }

  .button {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    display: block;
  }

  .button.form {
    width: 100%;
  }

  .label-form {
    width: 100%;
    font-size: 28px;
  }

  .menu-item-2.contact.linkedin, .menu-item-2.contact.behnace, .menu-item-2.contact.behnace:hover, .menu-item-2.contact.behance, .menu-item-2.contact.behance:hover {
    height: 100px;
  }

  .icon-menu {
    height: 50%;
  }

  .html-embed {
    display: none;
  }

  .link-button {
    width: 100%;
  }

  .link-button.light {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-field {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .menu-option {
    width: 40px;
    height: 40px;
  }

  .menu-option.w--current {
    display: block;
  }

  .breadcrumbs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h3 {
    max-width: 100%;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .text-link {
    font-size: 18px;
    line-height: 18px;
  }

  .grid-image, .grid-image._1, .grid-image.vertical {
    flex-direction: column;
  }

  .grid-image._50-w {
    width: 100%;
  }

  .image-grid {
    width: 100%;
    max-width: 100%;
  }

  .image-grid._2 {
    width: auto;
    max-width: 100%;
  }

  .grid-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .grid-vertical._50-w {
    width: 100%;
  }

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

  .image-9 {
    align-self: center;
    width: 35px;
  }

  .nav-menu {
    display: block;
    overflow: hidden;
  }

  .menu-button {
    display: block;
    overflow: visible;
  }

  .contact1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .background-video {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .background-video.item {
    height: 500px;
  }

  .div-item {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 40px 10px 20px;
  }

  .div-item.dark {
    justify-content: center;
    align-items: flex-start;
  }

  .column {
    padding-right: 0;
  }

  .column._2 {
    padding-top: 0;
    padding-left: 0;
  }

  .lightbox-link-2 {
    width: 100%;
    margin-top: 0;
  }

  .form {
    width: 100%;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}