@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Frenchlovers Demo;
  src: url('../fonts/frenchlovers-demo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-90: #0f1013;
  --white: white;
  --gris-oscuro: #17171a;
  --gris-75: #7f7f80;
  --red: #f8452e;
  --gris-25: #f5f4f3;
  --gris-50: #eaeaea;
  --color--grey--25-2: ;
}

.body {
  background-color: var(--black-90);
  pointer-events: auto;
  cursor: none;
}

.section_header {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section_header.background-color-dark {
  z-index: 0;
  background-color: #0f1013;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.container-large {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1650px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.header_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black-90);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.logo_linkblock {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

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

.text-color-white.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.text-color-white.font-inter.font-weight-semibold {
  margin: 0;
  font-weight: 600;
}

.text-color-white.font-inter.font-weight-semibold.text-size-small-2 {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}

.header_nav_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  width: 33%;
  display: flex;
}

.header_nav_link {
  white-space: nowrap;
  text-decoration: none;
  transition: opacity .2s;
}

.header_nav_link:hover {
  opacity: .8;
}

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

.header_nav_link.text-color-white.font-inter {
  font-family: Inter, sans-serif;
}

.header_nav_link.text-color-white.font-inter.font-weight-medium {
  font-weight: 500;
}

.header_nav_link.text-color-white.font-inter.font-weight-medium.text-size-small-2 {
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.header_button_wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  white-space: nowrap;
  align-items: center;
  height: 54px;
  padding-left: 5px;
  padding-right: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.header_button_wrapper:hover {
  opacity: .9;
}

.header_button_wrapper.background-color-light-gray {
  background-color: #f5f4f3;
}

.header_button_wrapper.background-color-light-gray.border-radius-pill {
  border-radius: 50px;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.header_button_icon_circle {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.header_button_icon_circle.background-color-accent {
  background-color: #f8452e;
}

.header_button_icon_circle.background-color-accent.border-radius-circle {
  border-radius: 35px;
  width: 42px;
  height: 42px;
}

.icon-size-small {
  width: 15px;
  height: 15px;
}

.text-color-dark {
  color: #0f1013;
  margin: 0;
}

.text-color-dark.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.text-color-dark.font-inter.font-weight-medium {
  margin: 0;
  font-weight: 500;
}

.text-color-dark.font-inter.font-weight-medium.text-size-small-2 {
  color: var(--black-90);
  letter-spacing: 0;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.text-color-dark.text-size-small-2 {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.text-color-dark.text-size-small-2.text-weight-medium.text-align-center {
  text-align: center;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section_hero.background-color-dark {
  background-color: #0f1013;
}

.hero_component {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.hero_content_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.hero_name_container {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.hero_name_overlay {
  z-index: 21;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_name_overlay.background-color-dark {
  background-color: #0f1013;
}

.hero_name_text {
  z-index: 23;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero_name_text.text-color-light-gray-2 {
  color: #f9f9f9;
  margin: 0;
}

.hero_name_text.text-color-light-gray-2.font-french-lovers {
  margin: 0;
}

.hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero {
  margin: 0;
  font-size: 150px;
}

.hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero.opacity-40 {
  opacity: .4;
  margin: 0;
}

.hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero.opacity-40.text-align-center {
  text-align: center;
  margin: 0;
}

.hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero.opacity-40.text-align-center.letter-spacing-neg-4 {
  z-index: auto;
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 100;
  color: var(--white);
  letter-spacing: 0;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 90px;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
  inset: 0%;
  transform: none;
}

.hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero.text-align-center {
  text-align: center;
  margin: 0;
}

.hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero.text-align-center.letter-spacing-neg-4 {
  letter-spacing: -4px;
  margin: 0;
  font-family: Frenchlovers Demo, Impact, sans-serif;
  font-size: 100px;
  line-height: 20;
}

.hero_image_wrapper {
  z-index: 33;
  width: 542px;
  height: 352px;
  position: relative;
}

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

.hero_image_wrapper.background-color-white.border-radius-medium {
  border-radius: 20px;
}

.hero_image_wrapper.background-color-white.border-radius-medium.shadow-medium {
  border: 0px solid var(--black-90);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
  width: 450px;
  height: 275px;
  display: block;
  overflow: hidden;
}

.hero_image {
  border-radius: inherit;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_title_description_wrapper {
  z-index: 26;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 730px;
  display: flex;
}

.hero_title.text-color-light-gray {
  color: #f5f4f3;
  margin: 0;
}

.hero_title.text-color-light-gray.font-inter-display {
  margin: 0;
}

.hero_title.text-color-light-gray.font-inter-display.heading-style-h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.hero_title.text-color-light-gray.font-inter-display.heading-style-h2.text-align-center {
  text-align: center;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
}

.hero_description.text-color-gray {
  color: #7f7f80;
  margin: 0;
}

.hero_description.text-color-gray.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.hero_description.text-color-gray.font-inter.text-size-small-2 {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.hero_description.text-color-gray.font-inter.text-size-small-2.font-weight-medium {
  margin: 0;
  font-weight: 500;
}

.hero_description.text-color-gray.font-inter.text-size-small-2.font-weight-medium.text-align-center {
  text-align: center;
  margin: 0;
  font-weight: 400;
}

.hero_scroll_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_scroll_text.text-color-white {
  color: #fff;
  margin: 0;
}

.hero_scroll_text.text-color-white.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.hero_scroll_text.text-color-white.font-inter.text-size-large-2 {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
}

.hero_scroll_text.text-color-white.font-inter.text-size-large-2.font-weight-semibold {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}

.hero_chat_icon {
  z-index: 31;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero_chat_icon.icon-size-large {
  z-index: 3;
  width: auto;
  height: 18px;
  display: inline-block;
  position: relative;
}

.section_about2 {
  justify-content: space-between;
  align-items: center;
  min-height: 60vh;
  padding: 0 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_about2.background-color-dark {
  z-index: 1;
  background-color: #0f1013;
  background-image: url('../images/svg10265791896.svg');
  background-position: 50%;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 50px;
  display: flex;
}

.about_background_image {
  z-index: 0;
  background-image: url('../images/abstract_background.png');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 880px;
  position: absolute;
  top: 0;
  left: 0;
}

.about_component {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.about_header_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.about_intro_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  align-items: center;
  width: 25%;
  min-width: 200px;
  display: flex;
}

.about_intro_dot {
  width: 13px;
  height: 13px;
}

.about_intro_dot.background-color-accent-2 {
  background-color: #ff462e;
}

.about_intro_dot.background-color-accent-2.border-radius-extra-small {
  border-radius: 3px;
}

.about_intro_text.text-color-white {
  color: #fff;
  margin: 0;
}

.about_intro_text.text-color-white.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.about_intro_text.text-color-white.font-inter.font-weight-medium {
  margin: 0;
  font-weight: 500;
}

.about_intro_text.text-color-white.font-inter.font-weight-medium.text-size-small-2 {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.about_heading {
  max-width: 1294px;
  margin: 0;
}

.about_heading.heading-style-h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}

.about_heading.heading-style-h1.text-color-white {
  color: #fff;
  margin: 0;
}

.about_heading.heading-style-h1.text-color-white.font-inter-display {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
}

.button_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding: 5px 20px 5px 5px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.button_wrapper:hover {
  opacity: .8;
}

.button_wrapper.background-color-light-gray {
  background-color: #f5f4f3;
}

.button_wrapper.background-color-light-gray.border-radius-pill {
  border-radius: 50px;
  width: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.button_icon_circle {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  display: flex;
}

.button_icon_circle.background-color-accent {
  background-color: #f8452e;
}

.button_icon_circle.background-color-accent.border-radius-circle {
  clear: none;
  perspective-origin: 0%;
  border-radius: 35px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 0 14px;
  display: flex;
  position: static;
}

.button_icon {
  width: 15px;
  height: 15px;
  display: block;
}

.button_icon.icon-size-small {
  width: 15px;
  height: 15px;
}

.button_text.text-color-dark {
  color: #0f1013;
  margin: 0;
}

.button_text.text-color-dark.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.button_text.text-color-dark.font-inter.font-weight-medium {
  margin: 0;
  font-weight: 500;
}

.button_text.text-color-dark.font-inter.font-weight-medium.text-size-small-2 {
  z-index: 1;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 25px;
  font-size: 1em;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button_text.text-color-dark-gray {
  color: #0f1013;
  margin: 0;
}

.button_text.text-color-dark-gray.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.button_text.text-color-dark-gray.font-inter.text-size-regular {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.button_text.text-color-dark-gray.font-inter.text-size-regular.text-weight-medium {
  margin: 0;
  font-weight: 500;
}

.button_text.text-color-dark-gray.font-inter.text-size-regular.text-weight-medium.text-align-center {
  text-align: center;
  margin: 0;
}

.about_content_grid_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.about_content_block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about_content_line {
  background-color: currentColor;
  width: 100%;
  height: 1px;
}

.about_content_line.border-width-1 {
  border-width: 1px;
}

.about_content_line.border-width-1.border-color-light-gray-3 {
  border-color: #eaeaea;
}

.about_content_line.border-width-1.border-color-light-gray-3.opacity-65 {
  border: 0px solid var(--white);
  opacity: 1;
  border-radius: 0;
  height: 1px;
}

.about_text_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.about_subheading.text-color-light-gray-2 {
  color: #f9f9f9;
  margin: 0;
}

.about_subheading.text-color-light-gray-2.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.about_subheading.text-color-light-gray-2.font-inter.font-weight-semibold {
  margin: 0;
  font-weight: 600;
}

.about_subheading.text-color-light-gray-2.font-inter.font-weight-semibold.text-size-regular-2 {
  margin: 0;
  font-size: 16.88px;
  line-height: 26px;
}

.about_subheading.text-color-light-gray-2.font-inter.font-weight-semibold.text-size-regular-2.letter-spacing-neg-1 {
  letter-spacing: -.1px;
  margin: 0;
  font-size: 1.2em;
}

.about_paragraph.text-color-gray {
  color: #7f7f80;
  margin: 0;
}

.about_paragraph.text-color-gray.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.about_paragraph.text-color-gray.font-inter.font-weight-medium {
  margin: 0;
  font-weight: 500;
}

.about_paragraph.text-color-gray.font-inter.font-weight-medium.text-size-small-2 {
  margin: 0;
  font-size: 1em;
  line-height: 20px;
}

.about_decorative_lines_wrapper {
  z-index: 38;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 1319px;
  left: 0;
}

.about_line_horizontal {
  background-color: currentColor;
  width: 1736px;
  height: 1px;
}

.about_line_horizontal.border-color-light-gray-3 {
  border-color: #eaeaea;
}

.about_line_horizontal.border-color-light-gray-3.opacity-65 {
  border: 1px solid var(--white);
  opacity: .65;
  border-radius: 2px;
}

.about_line_vertical_wrapper {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.about_line_vertical_short {
  background-color: currentColor;
  width: 9px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.about_line_vertical_short.rotate-neg-90 {
  transform: rotate(-90deg);
}

.about_line_vertical_short.rotate-neg-90.border-color-light-gray-3 {
  border-color: #eaeaea;
}

.about_line_vertical_short.rotate-neg-90.border-color-light-gray-3.opacity-65 {
  opacity: .65;
}

.about_line_vertical_short_alt {
  background-color: currentColor;
  width: 1px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.about_line_vertical_short_alt.border-color-light-gray-3 {
  border-color: #eaeaea;
}

.about_line_vertical_short_alt.border-color-light-gray-3.opacity-65 {
  background-color: var(--white);
  opacity: .65;
}

.section_experience {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section_experience.background-color-dark {
  background-color: #0f1013;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 50px;
  position: relative;
}

.experience_component {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.experience_content_left_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  display: flex;
}

.experience_heading.heading-style-h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}

.experience_heading.heading-style-h1.text-color-white {
  color: #fff;
  margin: 0;
}

.experience_heading.heading-style-h1.text-color-white.font-inter-display {
  margin: 0;
}

.experience_heading.heading-style-h1.text-color-white.font-inter-display.text-align-left {
  text-align: left;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  line-height: 48px;
}

.experience_text.text-size-regular {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
}

.experience_text.text-size-regular.text-color-gray-2 {
  color: #9c9c9d;
  margin: 0;
}

.experience_text.text-size-regular.text-color-gray-2.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.experience_text.text-size-regular.text-color-gray-2.font-inter.text-align-left {
  text-align: left;
  margin: 0;
  line-height: 22px;
}

.experience_list_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: relative;
}

.experience_item_wrapper {
  padding: 1px;
  position: relative;
}

.experience_item_wrapper.background-color-dark-2 {
  background-color: #17171a;
}

.experience_item_wrapper.background-color-dark-2.border-radius-medium-2 {
  z-index: 1;
  background-color: var(--gris-oscuro);
  border-radius: 25px;
  position: sticky;
  top: 75px;
}

.experience_item_border {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: solid;
  align-items: center;
  height: 91px;
  padding: 20px;
  display: flex;
}

.experience_item_border.border-width-1 {
  border-width: 1px;
}

.experience_item_border.border-width-1.border-color-white-opacity-10 {
  border-color: #ffffff0f;
}

.experience_item_border.border-width-1.border-color-white-opacity-10.border-radius-medium-3 {
  border: 0px solid var(--gris-75);
  box-shadow: inset 0 .5px 1px 0 var(--gris-75);
  opacity: 1;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
}

.experience_item_border.border-width-1.border-color-white-opacity-10.border-radius-medium-3.experience_ultimo {
  position: relative;
}

.experience_item_icon {
  flex-shrink: 0;
}

.experience_item_icon.icon-size-medium {
  outline-offset: 0px;
  outline: 3px #333;
  flex: none;
  width: 48px;
  height: 48px;
  display: block;
  position: static;
  overflow: clip;
}

.experience_item_text_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.experience_item_title.text-size-regular {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
}

.experience_item_title.text-size-regular.font-weight-semibold {
  margin: 0;
  font-weight: 600;
}

.experience_item_title.text-size-regular.font-weight-semibold.text-color-white {
  color: #fff;
  margin: 0;
}

.experience_item_title.text-size-regular.font-weight-semibold.text-color-white.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.experience_item_title.text-size-regular.font-weight-semibold.text-color-white.font-inter.text-align-left {
  text-align: left;
  margin: 0;
}

.experience_item_subtitle.text-size-small-2 {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.experience_item_subtitle.text-size-small-2.font-weight-medium {
  margin: 0;
  font-weight: 500;
}

.experience_item_subtitle.text-size-small-2.font-weight-medium.text-color-gray-2 {
  color: #9c9c9d;
  margin: 0;
}

.experience_item_subtitle.text-size-small-2.font-weight-medium.text-color-gray-2.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.experience_item_subtitle.text-size-small-2.font-weight-medium.text-color-gray-2.font-inter.text-align-left {
  text-align: left;
  margin: 0;
  font-weight: 400;
}

.experience_item_date {
  flex-shrink: 0;
  margin: 0;
}

.experience_item_date.text-size-regular {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
}

.experience_item_date.text-size-regular.font-weight-semibold {
  margin: 0;
  font-weight: 600;
}

.experience_item_date.text-size-regular.font-weight-semibold.text-color-white {
  color: #fff;
  margin: 0;
}

.experience_item_date.text-size-regular.font-weight-semibold.text-color-white.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.experience_item_date.text-size-regular.font-weight-semibold.text-color-white.font-inter.text-align-right {
  text-align: right;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
}

.experience_divider {
  border-top: 1px solid;
  margin-top: 10px;
  margin-bottom: 10px;
}

.experience_divider.line-horizontal {
  width: 600px;
  height: 1px;
}

.experience_divider.line-horizontal.border-color-white-opacity-10 {
  background-color: var(--white);
  opacity: .2;
  color: var(--white);
  border-color: #ffffff0f;
  width: 100%;
  height: .5px;
}

.experience_item_subtitle_group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.experience_item_dot {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
}

.experience_item_dot.background-color-gray-2 {
  background-color: #9c9c9d;
}

.experience_item_dot.background-color-gray-2.border-radius-extra-small-2 {
  border-radius: 4px;
}

.experience_item_icon_graphic {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: flex;
  position: absolute;
}

.experience_item_icon_graphic.icon-size-medium {
  width: 48px;
  height: 48px;
}

.section_client-logos {
  padding-top: 92px;
  padding-bottom: 92px;
}

.section_client-logos.background-color-dark {
  background-color: #0f1013;
  padding-top: 0;
  padding-bottom: 0;
}

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

.client-logos_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  min-height: 100px;
  padding: 10px 20px;
  display: flex;
}

.client-logos_component.background-color-dark-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #17171a;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding: 5px 0;
}

.client-logos_logo_wrapper {
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 180px;
  height: 50px;
  display: flex;
}

.client-logos_logo_wrapper.client-logos_logo_wrapper-santes {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: auto;
  margin-top: 10px;
  margin-left: 30px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  transform: translate(-50%, -50%);
}

.client-logos_logo {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.client-logos_logo.logo-size-medium, .client-logos_logo.logo-size-small, .client-logos_logo.logo-size-medium-2, .client-logos_logo.logo-size-small-2 {
  width: 100%;
  max-width: 75px;
  height: 100%;
  max-height: 30px;
  overflow: visible;
}

.client-logos_logo.logo-size-medium-3 {
  width: auto;
  max-width: 75px;
  height: 100%;
  max-height: 30px;
  overflow: visible;
}

.client-logos_logo.logo-size-medium-4 {
  flex: 0 auto;
  width: 100%;
  max-width: 75px;
  height: 100%;
  max-height: 28px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.client-logos_logo.logo-size-large {
  width: 143.85px;
  height: 15.52px;
}

.client-logos_logo-icon {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  position: absolute;
}

.client-logos_logo-icon.logo-icon-small {
  width: 52.8px;
  height: 24.75px;
}

.section_creative-projects {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section_creative-projects.background-color-dark {
  background-color: #0f1013;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 50px;
  display: flex;
}

.creative-projects_component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.creative-projects_component.padding-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 1290px;
}

.creative-projects_header_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  max-width: 780px;
  display: flex;
}

.heading-style-h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}

.heading-style-h1.text-color-white {
  color: #fff;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
}

.heading-style-h1.text-color-white.text-align-center {
  text-align: center;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
}

.text-size-regular {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
}

.text-size-regular.text-color-gray-2 {
  color: #9c9c9d;
  margin: 0;
}

.text-size-regular.text-color-gray-2.text-align-center {
  text-align: center;
  margin: 0;
}

.text-size-regular.text-color-gray-2.text-align-center.font-weight-semibold {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
}

.creative-projects_grid_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: 500px 500px 500px 500px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.project-card {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.project-card.background-color-dark {
  background-color: #0f1013;
  border-radius: 15px;
  width: 50%;
  text-decoration: none;
  display: block;
}

.project-card.background-color-dark.border-radius-medium-3 {
  border-radius: 18px;
  width: 50%;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.project-card.background-color-dark.border-radius-medium-3:hover {
  pointer-events: none;
  display: block;
}

.project-card_image {
  object-fit: cover;
  width: 100%;
  height: 340px;
  display: block;
}

.project-card_image.border-radius-top-medium {
  border-radius: 0;
  height: 290px;
}

.project-card_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
  display: flex;
}

.project-card_content.background-color-dark-2 {
  background-color: #17171a;
}

.project-card_content.background-color-dark-2.border-radius-bottom-medium {
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 175px;
  padding: 20px 20px 30px;
}

.project-card_tag_wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 10px 16px;
  display: inline-flex;
}

.project-card_tag_wrapper.background-color-black-opacity-8 {
  background-color: #00000014;
}

.project-card_tag_wrapper.background-color-black-opacity-8.border-width-1 {
  border-width: 1px;
}

.project-card_tag_wrapper.background-color-black-opacity-8.border-width-1.border-color-gray-3 {
  border-color: #3f4042;
}

.project-card_tag_wrapper.background-color-black-opacity-8.border-width-1.border-color-gray-3.border-radius-pill-2 {
  border: .25px solid var(--gris-75);
  border-radius: 100px;
  padding: 5px 12px;
}

.text-size-small {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.text-size-small.text-color-white {
  color: #fff;
  margin: 0;
}

.text-size-small.text-color-white.font-weight-normal {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-size-small.text-color-gray-2 {
  color: #9c9c9d;
  margin: 0;
}

.text-size-small.text-color-gray-2.font-weight-medium {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.text-size-small.text-weight-semibold.text-color-gray-2 {
  color: #9c9c9d;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.heading-style-h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
}

.heading-style-h3.text-color-white {
  color: #fff;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
}

.section_hard-skills {
  flex-direction: column;
  min-height: 727px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section_hard-skills.background-color-dark {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0f1013;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0 50px;
}

.hard-skills_header_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.hard-skills_header_left_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.hard-skills_header_icon_wrapper {
  width: 13px;
  height: 13px;
}

.hard-skills_header_icon_wrapper.background-color-accent {
  background-color: #f8452e;
}

.hard-skills_header_icon_wrapper.background-color-accent.border-radius-extra-small {
  border-radius: 3px;
}

.hard-skills_header_text.text-color-white {
  color: #fff;
  margin: 0;
}

.hard-skills_header_text.text-color-white.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.hard-skills_header_text.text-color-white.font-inter.text-size-regular-3 {
  margin: 0;
  font-size: 16.73px;
  line-height: 26px;
}

.hard-skills_header_text.text-color-white.font-inter.text-size-regular-3.font-weight-medium {
  margin: 0;
  font-weight: 500;
}

.hard-skills_header_text.text-color-white.font-inter.text-size-regular-3.font-weight-medium.letter-spacing-neg-1 {
  letter-spacing: -.1px;
  margin: 0;
}

.hard-skills_header_text.text-color-white.font-inter.text-size-regular-3.font-weight-medium.letter-spacing-neg-1.line-height-26 {
  margin: 0;
  font-weight: 500;
  line-height: 26px;
}

.hard-skills_copyright_text.text-color-white {
  color: #fff;
  margin: 0;
}

.hard-skills_copyright_text.text-color-white.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.hard-skills_copyright_text.text-color-white.font-inter.text-size-regular-4 {
  margin: 0;
  font-size: 17.16px;
  line-height: 26px;
}

.hard-skills_copyright_text.text-color-white.font-inter.text-size-regular-4.font-weight-medium {
  margin: 0;
  font-weight: 500;
}

.hard-skills_copyright_text.text-color-white.font-inter.text-size-regular-4.font-weight-medium.letter-spacing-neg-1 {
  letter-spacing: -.1px;
  margin: 0;
}

.hard-skills_copyright_text.text-color-white.font-inter.text-size-regular-4.font-weight-medium.letter-spacing-neg-1.line-height-26 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.hard-skills_component {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hard-skills_content_wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  max-width: 500px;
  display: flex;
}

.hard-skills_title {
  margin: 0;
}

.hard-skills_title.text-color-white {
  color: #fff;
  margin: 0;
}

.hard-skills_title.text-color-white.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.hard-skills_title.text-color-white.font-inter.heading-style-h0 {
  margin: 0;
  font-size: 103.5px;
  font-weight: 600;
  line-height: 90px;
}

.hard-skills_title.text-color-white.font-inter.heading-style-h0.letter-spacing-neg-4 {
  letter-spacing: -4px;
  margin: 0;
}

.hard-skills_title.text-color-white.font-inter.heading-style-h0.letter-spacing-neg-4.line-height-90 {
  margin: 0;
  line-height: 90px;
}

.hard-skills_description {
  margin: 0;
}

.hard-skills_description.text-color-gray {
  color: #7f7f80;
  margin: 0;
}

.hard-skills_description.text-color-gray.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.hard-skills_description.text-color-gray.font-inter.text-size-regular {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
}

.hard-skills_description.text-color-gray.font-inter.text-size-regular.font-weight-semibold {
  margin: 0;
  font-weight: 600;
}

.hard-skills_description.text-color-gray.font-inter.text-size-regular.font-weight-semibold.line-height-30 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.hard-skills_divider {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hard-skills_divider.line-horizontal {
  width: 600px;
  height: 1px;
}

.hard-skills_divider.line-horizontal.background-color-light-gray-4 {
  background-color: #d9d9d9;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.hard-skills_feature_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.hard-skills_feature_icon_wrapper {
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  display: flex;
}

.hard-skills_feature_icon_wrapper.background-color-light-red {
  background-color: #f9d3cd;
}

.hard-skills_feature_icon_wrapper.background-color-light-red.border-radius-pill {
  border-radius: 50px;
}

.hard-skills_feature_icon.icon-size-extra-small {
  width: 10.15px;
  height: 10.15px;
}

.hard-skills_feature_text.text-color-light-gray-3 {
  color: #eaeaea;
  margin: 0;
}

.hard-skills_feature_text.text-color-light-gray-3.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.hard-skills_feature_text.text-color-light-gray-3.font-inter.text-size-small-2 {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.hard-skills_feature_text.text-color-light-gray-3.font-inter.text-size-small-2.font-weight-medium {
  margin: 0;
  font-weight: 500;
}

.hard-skills_feature_text.text-color-light-gray-3.font-inter.text-size-small-2.font-weight-medium.line-height-23 {
  margin: 0;
  line-height: 23px;
}

.hard-skills_list_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 2;
  display: flex;
}

.hard-skills_service_item {
  max-width: 100%;
  height: auto;
}

.hard-skills_service_item.service-item-large {
  width: 1190px;
  height: 104px;
}

.section_design-gallery {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section_design-gallery.background-color-dark {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0f1013;
  flex-flow: column;
  width: auto;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.design-gallery_component {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.design-gallery_content_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.heading-style-h2-2 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.heading-style-h2-2.text-color-white {
  color: #fff;
  margin: 0;
}

.heading-style-h2-2.text-color-white.text-align-center {
  text-align: center;
  margin: 0;
}

.heading-style-h2-2.text-color-white.text-align-center.font-plus-jakarta-sans {
  margin: 0;
}

.heading-style-h2-2.text-color-white.text-align-center.font-plus-jakarta-sans.font-weight-semibold {
  margin: 0;
  font-weight: 600;
}

.heading-style-h2-2.text-color-white.text-align-center.font-plus-jakarta-sans.font-weight-semibold.line-height-56 {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  line-height: 56px;
}

.text-size-regular-5 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}

.text-size-regular-5.text-color-gray-2 {
  color: #9c9c9d;
  margin: 0;
}

.text-size-regular-5.text-color-gray-2.text-align-center {
  text-align: center;
  margin: 0;
}

.text-size-regular-5.text-color-gray-2.text-align-center.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.text-size-regular-5.text-color-gray-2.text-align-center.font-inter.font-weight-normal {
  margin: 0;
  font-weight: 400;
}

.text-size-regular-5.text-color-gray-2.text-align-center.font-inter.font-weight-normal.line-height-27 {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}

.button {
  color: #0f1013;
  cursor: pointer;
  background-color: #f5f4f3;
  border: 1px solid #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.button:hover {
  opacity: .8;
}

.button.is-primary {
  color: #fff;
  background-color: #f8452e;
}

.button.is-primary.design-gallery_button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 16px;
}

.button.is-primary.design-gallery_button.background-gradient-red {
  background: linear-gradient(#f5522f 0%, #ff5029 100%);
}

.button.is-primary.design-gallery_button.background-gradient-red.border-radius-small-2 {
  border-radius: 12px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.is-secondary {
  color: #0f1013;
  background-color: #f5f4f3;
}

.button.is-secondary.border-radius-pill {
  border-radius: 50px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.text-size-small-2 {
  font-size: 16px;
  line-height: 23px;
}

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

.text-size-small-2.text-color-white.font-inter {
  font-family: Inter, sans-serif;
}

.text-size-small-2.text-color-white.font-inter.font-weight-light {
  font-weight: 300;
}

.text-size-small-2.text-color-white.font-inter.font-weight-light.line-height-23 {
  line-height: 23px;
}

.icon-size-extra-small-2 {
  width: 12.14px;
  height: 12.14px;
}

.icon-size-extra-small-2.design-gallery_button_icon {
  width: 17px;
  height: 17px;
}

.design-gallery_grid_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.design-gallery_image {
  max-width: 100%;
  height: auto;
  display: block;
}

.design-gallery_image.border-radius-small {
  border-radius: 16px;
}

.section_footer {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.section_footer.background-color-dark {
  background-color: #0f1013;
  padding: 0 50px 30px;
}

.footer_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1650px;
  display: flex;
}

.footer_main_content_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer_brand_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 422px;
  margin-bottom: 30px;
  display: flex;
}

.text-size-large {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
}

.text-size-large.text-weight-semibold.text-color-gray-2 {
  color: #9c9c9d;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
}

.footer_name_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.footer_accent_lines_wrapper {
  width: 10px;
  height: 10px;
  position: relative;
}

.footer_accent_line_horizontal {
  width: 2px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_accent_line_horizontal.background-color-accent {
  background-color: #f8452e;
}

.footer_accent_line_horizontal.background-color-accent.border-radius-small {
  border-radius: 16px;
}

.footer_accent_line_vertical {
  transform-origin: center;
  width: 2px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_accent_line_vertical.background-color-accent {
  background-color: #f8452e;
}

.footer_accent_line_vertical.background-color-accent.border-radius-small {
  border-radius: 16px;
}

.footer_accent_line_vertical.background-color-accent.border-radius-small.rotate-neg-90 {
  transform: rotate(-90deg);
}

.button_text_wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.footer_social_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.heading-style-h3-2 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.heading-style-h3-2.text-color-white {
  color: #fff;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
}

.footer_social_links_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-size-large-2 {
  font-size: 17px;
  line-height: 30px;
}

.text-size-large-2.text-weight-semibold.text-color-white {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer_divider_line {
  width: 100%;
  height: 1px;
}

.footer_divider_line.border-color-white-opacity-10 {
  border-color: #ffffff0f;
}

.footer_divider_line.border-color-white-opacity-10.border-width-1 {
  opacity: .5;
  border-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.footer_bottom_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.footer_bottom_divider_line {
  width: 100%;
  height: 1px;
}

.footer_bottom_divider_line.border-color-white-opacity-10 {
  border-color: #ffffff0f;
}

.footer_bottom_divider_line.border-color-white-opacity-10.border-width-1 {
  border-width: 1px;
}

.footer_legal_links_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-size-extra-small {
  font-size: 15.67px;
  line-height: 20px;
}

.text-size-extra-small.text-weight-medium.text-color-white {
  color: #fff;
}

.text-size-extra-small.text-weight-medium.text-color-white.text-align-center {
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.text-size-extra-small-2 {
  margin: 0;
  font-size: 15.67px;
  line-height: 20px;
}

.text-size-extra-small-2.text-weight-medium.text-color-white {
  color: #fff;
  margin: 0;
}

.text-size-extra-small-2.text-weight-medium.text-color-white.text-align-center {
  text-align: center;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.div-block-2 {
  z-index: 1;
  text-align: center;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

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

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.image {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.div-block-9 {
  background-color: var(--gris-oscuro);
  border: 0 solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading-2 {
  color: var(--gris-75);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-10 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 10px;
  display: flex;
}

.puntitos_rojos {
  border: 1px solid var(--red);
  background-color: var(--red);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.div-block-11 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.div-block-12 {
  background-color: var(--white);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.div-block-12.red {
  background-color: var(--red);
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-14 {
  flex: 1;
  height: 1px;
}

.div-block-15 {
  background-color: var(--gris-75);
  flex: 1;
  height: .5px;
}

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

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

.image-2 {
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 30px;
  margin-top: 10px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  display: flex;
}

.div-block-19, .div-block-20, .div-block-21 {
  width: 100px;
  height: 80px;
}

.div-block-22 {
  padding-top: 60px;
}

.carrusel_marcas {
  background-color: var(--gris-oscuro);
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  left: auto;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-25 {
  width: 400px;
  height: 300px;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 100%;
  padding-left: 10px;
  display: flex;
  overflow: visible;
}

.div-block-27 {
  border-radius: 10px;
  width: 400px;
  height: 300px;
  display: block;
  overflow: hidden;
}

.img_carrusel {
  border-radius: 20px;
  width: 400%;
  height: 300px;
}

.image-4, .image-5 {
  width: 400px;
  height: 300px;
}

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

.div-block-29 {
  width: 33%;
}

.menu-button {
  display: block;
}

.div-block-30 {
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0;
  display: flex;
}

.div-block-31 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 3px 20px 3px 3px;
  display: flex;
}

.container_navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container_navbar.nav {
  padding: 20px;
}

.logo {
  color: var(--white);
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 300;
  display: block;
}

.section_navbar.nav {
  width: 100%;
  display: block;
}

.menu_link {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.nav_links {
  color: var(--white);
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.nav_links:hover, .nav_links.w--current:hover {
  color: var(--red);
}

.nav_links.cta-contacta {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  height: 48px;
  padding: 6px 3px;
  display: flex;
  position: relative;
}

.nav_links.cta-contacta.tablet {
  display: none;
}

.nav_links.cta-behance {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  height: 48px;
  padding: 6px 3px;
  display: flex;
  position: relative;
}

.div-block-32 {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.hamburger-lottie {
  display: none;
}

.image-6 {
  color: var(--white);
}

.image-7 {
  width: 80px;
}

.lottie-animation {
  width: 50px;
  height: 50px;
}

.lottie-animation-2 {
  width: auto;
  transform: scale(1.2);
}

.button_vermas {
  grid-column-gap: 6px;
  background-image: linear-gradient(#f5522f 0%, #ff5029 100%);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ver-ms {
  color: #fff;
  text-shadow: 0 0 .5px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.component-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 18px;
  left: 82px;
}

.galera-de-diseo {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 56px;
  text-decoration: none;
}

.desde-renders-hiperrealistas-hasta-campaas-visuales-cada-pieza-una-muestra-del-poder-de-una-direccin {
  color: #9c9c9d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.container-2 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--white);
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--black-90);
  background-color: var(--red);
  opacity: 1;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.image-8 {
  transform-origin: 50%;
}

.div-block-33 {
  width: 33%;
}

.div-block-34 {
  justify-content: space-between;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.section_hero-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_hero_background {
  z-index: 0;
  background-image: url('../images/3d_render.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.padding-global-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 54px 70px 150px;
  display: flex;
  position: relative;
}

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

.hero_navbar_component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_navbar_logo_wrapper {
  align-items: center;
  display: flex;
}

.text-color-white-2 {
  color: #fff;
  margin: 0;
}

.text-color-white-2.font-inter {
  margin: 0;
  font-family: Inter, sans-serif;
}

.text-color-white-2.font-inter.text-size-regular {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.text-color-white-2.font-inter.text-size-regular.text-weight-normal {
  margin: 0;
  font-weight: 400;
}

.text-color-white-2.font-inter.text-size-regular.text-weight-normal.text-align-left {
  text-align: left;
  margin: 0;
}

.text-color-white-2.font-inter-display {
  margin: 0;
}

.text-color-white-2.font-inter-display.heading-style-h1 {
  margin: 0;
  font-size: 103.5px;
  font-weight: 600;
  line-height: 90px;
}

.text-color-white-2.font-inter-display.heading-style-h1.text-weight-semibold {
  margin: 0;
  font-weight: 600;
}

.text-color-white-2.font-inter-display.heading-style-h1.text-weight-semibold.line-height-90 {
  margin: 0;
  line-height: 90px;
}

.text-color-white-2.font-inter-display.heading-style-h1.text-weight-semibold.line-height-90.letter-spacing-negative-4 {
  letter-spacing: -4px;
  margin: 0;
}

.text-color-white-2.font-inter-display.heading-style-h1.text-weight-semibold.line-height-90.letter-spacing-negative-4.text-align-left {
  text-align: left;
  margin: 0;
}

.text-color-white-2.font-inter-display.heading-style-h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.text-color-white-2.font-inter-display.heading-style-h3.text-weight-medium {
  margin: 0;
  font-weight: 500;
}

.text-color-white-2.font-inter-display.heading-style-h3.text-weight-medium.line-height-50 {
  margin: 0;
  line-height: 50px;
}

.text-color-white-2.font-inter-display.heading-style-h3.text-weight-medium.line-height-50.text-align-left {
  text-align: left;
  margin: 0;
}

.hero_navbar_links_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
}

.hero_navbar_link {
  text-decoration: none;
  transition: opacity .2s;
}

.hero_navbar_link:hover {
  opacity: .7;
}

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

.hero_navbar_link.text-color-white-2.font-inter {
  font-family: Inter, sans-serif;
}

.hero_navbar_link.text-color-white-2.font-inter.text-size-regular {
  font-size: 16px;
  line-height: 23px;
}

.hero_navbar_link.text-color-white-2.font-inter.text-size-regular.text-weight-medium {
  font-weight: 500;
}

.hero_navbar_link.text-color-white-2.font-inter.text-size-regular.text-weight-medium.text-align-center {
  text-align: center;
}

.button-2 {
  color: #f8452e;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 176px;
  height: 54px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.button-2:hover {
  opacity: .8;
}

.button-2.hero_navbar_button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0 20px 0 10px;
}

.button-2.hero_navbar_button.background-color-light-gray {
  background-color: #f5f4f3;
}

.button-2.hero_navbar_button.background-color-light-gray.border-radius-pill {
  border-radius: 50px;
}

.button_circle {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.button_circle.background-color-red {
  background-color: #f8452e;
}

.button_circle.background-color-red.border-radius-circle {
  border-radius: 35px;
}

.button_icon-2 {
  object-fit: contain;
  width: 18px;
  max-width: 100%;
  height: 18px;
  max-height: 100%;
}

.hero_content_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 800px;
  display: flex;
}

.body-3 {
  background-color: var(--black-90);
  cursor: none;
}

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

.button-3 {
  color: #f8452e;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 176px;
  height: 54px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.button-3:hover {
  opacity: .8;
}

.button-3.hero_navbar_button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0 20px 0 10px;
}

.button-3.hero_navbar_button.background-color-light-gray {
  background-color: #f5f4f3;
}

.button-3.hero_navbar_button.background-color-light-gray.border-radius-pill {
  border-radius: 50px;
}

.button_icon-3 {
  object-fit: contain;
  width: 18px;
  max-width: 100%;
  height: 18px;
  max-height: 100%;
}

.home_hover_header {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.work {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}

.project_hover_header {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.about {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}

.sobremi_hover_header {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}

.button_contacta_animation {
  grid-column-gap: 16px;
  background-color: #f5f4f3;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 24px 7px 7px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 4px #0000000d;
}

.circle {
  background-color: #f8452e;
  border-radius: 35px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.contacta {
  color: #0f1013;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  position: absolute;
  top: 17px;
  left: 63px;
}

.button_behance_animation {
  grid-column-gap: 16px;
  background-color: #f5f4f3;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 24px 7px 7px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 4px #0000000d;
}

.behance {
  color: #0f1013;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  position: absolute;
  top: 15px;
  left: 63px;
}

.arrow {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.linkedin, .youtube, .instagram {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.proyecto-3d {
  grid-row-gap: 13px;
  background-color: #0f1013;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1920px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.home-3d {
  grid-row-gap: 0px;
  background-image: linear-gradient(180deg, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Figuritas_blanco_2_1.0040.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3d.web {
  background-image: linear-gradient(180deg, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Portada_web.jpg');
}

.home-3d.publi {
  background-image: linear-gradient(180deg, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Portada_KFC.jpg');
}

.home-3d.editorial {
  background-image: linear-gradient(180deg, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Mockup_Portada.jpg');
}

.home-3d.packaging {
  background-image: linear-gradient(180deg, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Coffee-Bag-Packaging-Mockup.jpg');
}

.home-3d.audiovisual {
  background-image: linear-gradient(180deg, var(--black-90), #0000 7%, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Portada_audiovisual.jpg');
}

.home-3d.direccioncreativa {
  background-image: linear-gradient(180deg, var(--black-90), #0000 8%, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Portada_mockup_bueno.jpg');
}

.home-3d.ia_portada {
  background-image: linear-gradient(180deg, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Perfume_IA.jpg');
}

.header-style {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 54px 70px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.visualbyernest {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.menu {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 54px;
  text-decoration: none;
  display: flex;
}

.titles {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0 0 0 80px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.apple-vision-pro {
  color: #fff;
  letter-spacing: -4px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 70px;
  text-decoration: none;
}

.h3-header {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display;
  font-size: 2em;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.intro-3d {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 880px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-31 {
  background-image: url('../images/Frame-31.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 880px;
  min-height: 880px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.lines_top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  height: 9px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.horizontal-divider {
  opacity: .65;
  background-color: #f5f4f3;
}

.vertical-divider {
  background-color: #f5f4f3;
  border-radius: 16px;
  position: absolute;
  top: .00012207px;
  left: 867px;
}

.div_container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1800px;
  padding-top: 100px;
  text-decoration: none;
  display: flex;
}

.background {
  background-color: #ff462e;
  border-radius: 3px;
}

.contexto {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}

.apple-vision-pro-llega-para-transformar-el-mercado-y-posicionar-las-gafas-de-realidad-mixta-como-una {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}

.container_parrafos {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-5-collaborate-with-me {
  color: #f5f4f3;
  letter-spacing: -.1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.este-proyecto-nace-como-respuesta-a-la-polmica-que-rodea-a-las-apple-vision-pro-a-travs-del-diseo-3d {
  color: #7f7f80;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}

.video_animado {
  grid-row-gap: 10px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container_img_larga {
  grid-row-gap: 10px;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  display: flex;
  overflow: hidden;
}

.description {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 539px;
  padding: 185px 60px;
  display: flex;
  overflow: hidden;
}

.dcha {
  grid-row-gap: 61px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1338px;
  height: 301px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.galeria {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.galeria.packaging {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 0;
}

.galeria.direccion_arte {
  max-width: 1100px;
}

.img_izq {
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.img_dcha {
  grid-row-gap: 10px;
  background-color: #0000;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container_arrow {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 50px 60px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  text-decoration: none;
  display: block;
}

.footer_animado {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 743px;
  padding-top: 183px;
  padding-bottom: 183px;
  display: flex;
  overflow: hidden;
}

.container_medio {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1580px;
  height: 423px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container_izq {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  height: 299px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.texto {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.ernesto {
  color: #9c9c9d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.frame-10 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 230px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rodriguez {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}

.ayudo-a-marcas-a-encontrar-soluciones-creativas-a-sus-proyectos-soluciones-creativas-a-sus-proyectos {
  color: #9c9c9d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.container_dcha {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 299px;
  padding-top: 74px;
  padding-bottom: 74px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-social-media {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 163px;
  height: 231px;
  padding: 68px 39px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.redes {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}

.container_footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1580px;
  height: 100px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.privacy-policy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.copyright-2025-all-right-reserved {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.terms-conditions {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.container-3 {
  border-radius: 35px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 11px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-4 {
  overflow: hidden;
}

.linkedin-2, .youtube-2, .instagram-2 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.behance-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.behance-3 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.vertical-divider-2 {
  background-color: #f5f4f3;
  border-radius: 16px;
  position: absolute;
  top: 4.00012px;
  left: 872px;
}

.container-5 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-6 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1330px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-7 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-8 {
  grid-column-gap: 85px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-9 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.horizontal-divider-2 {
  opacity: .65;
  border: 1px solid #eaeaea;
}

.container-10 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1750px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-11 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1580px;
  height: 465px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.horizontal-divider-3 {
  opacity: .65;
  background-color: #fff;
}

.copyright-2025-all-right-reserved-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .25rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.copyright-2025-all-right-reserved-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.div-block-35 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container_titles_header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 120px;
  padding-left: 80px;
  display: flex;
}

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

.background-video {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-38 {
  display: none;
}

.image-9 {
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
}

.container_about2 {
  justify-content: center;
  align-items: center;
  display: block;
}

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

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

.div_dcha_about2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.body-4 {
  background-color: var(--black-90);
  pointer-events: auto;
  cursor: none;
}

.div-block-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text1 {
  color: var(--white);
  letter-spacing: -4px;
  font-family: Inter, Arial, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 50px;
}

.text2 {
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 25px;
}

.body-5, .body-6 {
  background-color: var(--black-90);
  cursor: none;
}

.image-10 {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.div-block-40 {
  max-width: 900px;
  max-height: 703px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-7 {
  background-color: var(--black-90);
}

.body-8 {
  background-color: var(--black-90);
  cursor: none;
}

.div-block-41 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.image-11 {
  max-width: 900px;
}

.section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 100px;
  display: flex;
}

.body-9 {
  background-color: var(--black-90);
  cursor: none;
}

.video_bueno {
  border-radius: 25px;
  width: 100%;
  height: 100vh;
}

.video_grande_container {
  padding: 50px;
}

.body-10 {
  background-color: var(--black-90);
  cursor: none;
}

.div-block-42 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-11 {
  background-color: var(--black-90);
  cursor: none;
}

.galeriade3 {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 15px;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-44 {
  border-radius: 0;
}

.image-12, .image-13, .image-14 {
  border-radius: 20px;
}

.background-video-2 {
  width: 100%;
}

.div-block-45 {
  float: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

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

.background-video-3 {
  overflow: clip;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--gris-25);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: static;
  overflow: visible;
}

.flecha_inside_cursor {
  padding-left: 7px;
  padding-right: 7px;
  display: none;
  overflow: clip;
}

/* Solución simple para evitar que las animaciones se "rayen" entre divs cercanos */
.project-card {
  transition: all 0.1s ease-out;
}

/* Quitar la interacción del cursor y añadir shadow en hover */
.project-card.background-color-dark {
  box-shadow: none;
  transition: box-shadow 0.3s ease-out;
}

.project-card.background-color-dark:hover {
  box-shadow: 0px 0px 12px -2px rgba(128, 128, 128, 0.75);
}

@media screen and (min-width: 1920px) {
  .container-large, .header_nav_wrapper {
    justify-content: center;
    align-items: center;
  }

  .header_nav_link.text-color-white.font-inter.font-weight-medium.text-size-small-2 {
    color: var(--white);
  }

  .section_about2.background-color-dark {
    background-position: 50%;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .button_icon_circle.background-color-accent.border-radius-circle {
    width: 42px;
    height: 42px;
  }

  .button_text.text-color-dark.font-inter.font-weight-medium.text-size-small-2 {
    padding-right: 30px;
    font-size: .8em;
  }

  .about_content_line.border-width-1.border-color-light-gray-3.opacity-65 {
    background-color: var(--white);
    opacity: 100;
    height: .5px;
  }

  .section_experience.background-color-dark {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .experience_divider.line-horizontal.border-color-white-opacity-10 {
    background-color: var(--white);
    opacity: .2;
    width: auto;
    height: .5px;
  }

  .section_client-logos.background-color-dark {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .client-logos_logo_wrapper {
    max-width: 200px;
    height: 60px;
  }

  .client-logos_logo.logo-size-medium-2 {
    max-width: 90px;
    max-height: 35px;
  }

  .client-logos_logo.logo-size-small-2 {
    max-width: 70px;
  }

  .client-logos_logo.logo-size-medium-3 {
    max-width: 80px;
    max-height: 35px;
  }

  .client-logos_logo.logo-size-medium-4 {
    max-width: 75px;
    max-height: 25px;
  }

  .creative-projects_component.padding-section {
    max-width: 1300px;
  }

  .project-card.background-color-dark.border-radius-medium-3 {
    text-decoration: none;
    -webkit-text-decoration-color: var(--gris-75);
    text-decoration-color: var(--gris-75);
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
  }

  .project-card_tag_wrapper.background-color-black-opacity-8.border-width-1.border-color-gray-3.border-radius-pill-2 {
    border-color: var(--gris-75);
    background-color: #00000014;
    display: inline-flex;
  }

  .section_hard-skills.background-color-dark {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_footer.background-color-dark {
    padding-top: 60px;
  }

  .image-2 {
    max-width: 110px;
    max-height: 50px;
  }

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

  .nav_links, .nav_links.w--current {
    font-size: 1.3em;
  }

  .nav_links.cta-contacta {
    width: 165px;
    height: 50px;
  }

  .home-3d {
    background-position: 0 0, 50%;
  }

  .apple-vision-pro {
    font-size: 6em;
  }

  .h3-header {
    font-size: 2.5em;
  }

  .video_animado {
    grid-row-gap: 0px;
    border-radius: 0;
    width: auto;
    max-width: none;
    height: auto;
    margin: 50px;
    padding: 0;
    overflow: visible;
  }

  .container_titles_header {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 100px;
    padding-left: 100px;
  }

  .background-video {
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
    max-width: 1800px;
    height: 100vh;
    max-height: 1013px;
    position: static;
  }

  .text1 {
    font-size: 6em;
  }

  .text2 {
    font-size: 2em;
  }

  .image-11 {
    max-width: 1100px;
  }

  .video_grande_container {
    padding: 70px;
  }
}

@media screen and (max-width: 991px) {
  .section_header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_component {
    height: auto;
  }

  .logo_linkblock {
    z-index: 5;
  }

  .text-color-white.font-inter.font-weight-semibold.text-size-small-2 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .header_nav_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .header_nav_link.text-color-white.font-inter.font-weight-medium.text-size-small-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .header_button_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 48px;
    padding-right: 15px;
  }

  .header_button_icon_circle {
    width: 38px;
    height: 38px;
  }

  .text-color-dark.font-inter.font-weight-medium.text-size-small-2, .text-color-dark.text-size-small-2 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .text-color-dark.text-size-small-2.text-weight-medium.text-align-center {
    font-size: .9em;
  }

  .section_hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero_component {
    z-index: 0;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-height: calc(100% - 160px);
  }

  .hero_content_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero_name_container {
    height: 120px;
    margin-bottom: -80px;
  }

  .hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero {
    margin: 0;
    font-size: 120px;
  }

  .hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero.opacity-40.text-align-center.letter-spacing-neg-4 {
    width: 100%;
    height: auto;
    font-size: 5em;
    display: flex;
  }

  .hero_image_wrapper {
    width: 450px;
    height: 290px;
  }

  .hero_image_wrapper.background-color-white.border-radius-medium.shadow-medium {
    border-radius: 15px;
    width: 325px;
    height: 199px;
  }

  .hero_title_description_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero_title.text-color-light-gray.font-inter-display.heading-style-h2 {
    margin: 0;
    font-size: 34px;
    line-height: 42px;
  }

  .hero_title.text-color-light-gray.font-inter-display.heading-style-h2.text-align-center {
    font-size: 2em;
  }

  .hero_description.text-color-gray.font-inter.text-size-small-2 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .hero_description.text-color-gray.font-inter.text-size-small-2.font-weight-medium.text-align-center {
    font-size: 1em;
  }

  .hero_scroll_wrapper {
    padding-top: 30px;
  }

  .hero_scroll_text.text-color-white.font-inter.text-size-large-2 {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .hero_scroll_text.text-color-white.font-inter.text-size-large-2.font-weight-semibold {
    font-size: .8em;
  }

  .section_about2 {
    padding-top: 0;
  }

  .section_about2.background-color-dark {
    background-position: 50% 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .about_background_image {
    height: 700px;
  }

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

  .about_header_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .about_intro_text.text-color-white.font-inter.font-weight-medium.text-size-small-2 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .about_heading.heading-style-h1 {
    margin: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .about_heading.heading-style-h1.text-color-white.font-inter-display {
    font-size: 1.8em;
    line-height: 30px;
  }

  .button_wrapper.background-color-light-gray.border-radius-pill {
    padding: 2px 18px 2px 2px;
  }

  .button_icon_circle.background-color-accent.border-radius-circle {
    width: 42px;
    height: 42px;
    padding-left: 14px;
  }

  .button_icon {
    width: 13px;
    height: 13px;
  }

  .button_text.text-color-dark.font-inter.font-weight-medium.text-size-small-2 {
    margin: 0;
    padding-left: 0;
    padding-right: 30px;
    font-size: 1em;
    line-height: 17px;
  }

  .button_text.text-color-dark-gray.font-inter.text-size-regular {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .about_content_grid_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 20px;
  }

  .about_subheading.text-color-light-gray-2.font-inter.font-weight-semibold.text-size-regular-2 {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .about_subheading.text-color-light-gray-2.font-inter.font-weight-semibold.text-size-regular-2.letter-spacing-neg-1 {
    font-size: 1em;
  }

  .about_paragraph.text-color-gray.font-inter.font-weight-medium.text-size-small-2 {
    margin: 0;
    font-size: 1em;
    line-height: 22px;
  }

  .about_decorative_lines_wrapper {
    top: 1000px;
  }

  .about_line_horizontal {
    width: 100%;
    max-width: 800px;
  }

  .section_experience {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_experience.background-color-dark {
    margin-top: 0;
    padding-top: 20px;
  }

  .experience_component {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .experience_content_left_wrapper {
    width: 100%;
    max-width: 100%;
  }

  .experience_heading.heading-style-h1 {
    margin: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .experience_text.text-size-regular {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .experience_list_wrapper {
    width: 100%;
  }

  .experience_item_border {
    flex-wrap: wrap;
    height: auto;
    padding: 16px;
  }

  .experience_item_border.border-width-1.border-color-white-opacity-10.border-radius-medium-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .experience_item_text_wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

  .experience_item_title.text-size-regular {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .experience_item_title.text-size-regular.font-weight-semibold.text-color-white.font-inter.text-align-left {
    font-size: 1em;
  }

  .experience_item_subtitle.text-size-small-2 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .experience_item_subtitle.text-size-small-2.font-weight-medium.text-color-gray-2.font-inter.text-align-left {
    font-size: 1em;
  }

  .experience_item_date {
    text-align: left;
    flex-basis: 100%;
    margin: 8px 0 0;
  }

  .experience_item_date.text-size-regular {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .experience_item_date.text-size-regular.font-weight-semibold.text-color-white.font-inter.text-align-right {
    flex: 0 auto;
    font-size: 1em;
  }

  .experience_divider {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .experience_divider.line-horizontal {
    width: 400px;
  }

  .experience_divider.line-horizontal.border-color-white-opacity-10 {
    width: 100%;
  }

  .section_client-logos {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section_client-logos.background-color-dark {
    overflow: hidden;
  }

  .client-logos_component {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    min-height: 80px;
  }

  .client-logos_logo_wrapper {
    min-width: 70px;
    max-width: 150px;
    height: 40px;
  }

  .client-logos_logo_wrapper.client-logos_logo_wrapper-santes {
    min-width: 120px;
  }

  .section_creative-projects {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_creative-projects.background-color-dark {
    padding-top: 100px;
  }

  .creative-projects_component {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .creative-projects_component.padding-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-style-h1 {
    margin: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .heading-style-h1.text-color-white {
    font-size: 2em;
  }

  .heading-style-h1.text-color-white.text-align-center {
    font-size: 3em;
  }

  .text-size-regular {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .text-size-regular.text-color-gray-2.text-align-center.font-weight-semibold {
    font-size: 1em;
  }

  .creative-projects_grid_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .project-card.background-color-dark.border-radius-medium-3 {
    width: 100%;
    max-width: 500px;
  }
  
  .project-card.background-color-dark {
    width: 100%;
    max-width: 500px;
  }
  
  .cursor-wrapper {
    display: none;
  }

  .project-card_content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px;
  }

  .text-size-small {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .text-size-small.text-color-white.font-weight-normal, .text-size-small.text-color-gray-2.font-weight-medium {
    font-size: 1em;
  }

  .text-size-small.text-weight-semibold.text-color-gray-2 {
    font-size: 1em;
    line-height: 15px;
  }

  .heading-style-h3 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-style-h3.text-color-white {
    font-size: 1.5em;
  }

  .section_hard-skills {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hard-skills_header_wrapper {
    margin-bottom: 40px;
  }

  .hard-skills_header_text.text-color-white.font-inter.text-size-regular-3, .hard-skills_copyright_text.text-color-white.font-inter.text-size-regular-4 {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .hard-skills_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hard-skills_content_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: 100%;
  }

  .hard-skills_title.text-color-white.font-inter.heading-style-h0 {
    margin: 0;
    font-size: 80px;
    line-height: 70px;
  }

  .hard-skills_title.text-color-white.font-inter.heading-style-h0.letter-spacing-neg-4.line-height-90 {
    font-size: 5em;
    line-height: 70px;
  }

  .hard-skills_description.text-color-gray.font-inter.text-size-regular {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .hard-skills_description.text-color-gray.font-inter.text-size-regular.font-weight-semibold.line-height-30 {
    font-size: 1em;
  }

  .hard-skills_divider.line-horizontal {
    width: 400px;
  }

  .hard-skills_feature_text.text-color-light-gray-3.font-inter.text-size-small-2 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .hard-skills_feature_text.text-color-light-gray-3.font-inter.text-size-small-2.font-weight-medium.line-height-23 {
    font-size: 1em;
  }

  .hard-skills_list_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .section_design-gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_design-gallery.background-color-dark {
    padding-top: 60px;
  }

  .design-gallery_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .design-gallery_content_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-style-h2-2 {
    margin: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .text-size-regular-5 {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .button {
    padding: 12px 18px;
    font-size: 15px;
  }

  .button.is-secondary.border-radius-pill {
    padding: 2px 18px 2px 2px;
  }

  .text-size-small-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .design-gallery_grid_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .section_footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .footer_main_content_wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer_brand_wrapper {
    width: 50%;
    max-width: none;
  }

  .text-size-large {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .text-size-large.text-weight-semibold.text-color-gray-2 {
    font-size: 1em;
  }

  .footer_social_wrapper {
    justify-content: center;
    align-items: flex-end;
    width: 50%;
  }

  .heading-style-h3-2 {
    margin: 0;
    font-size: 26px;
    line-height: 42px;
  }

  .heading-style-h3-2.text-color-white {
    font-size: 2em;
  }

  .footer_social_links_wrapper {
    align-items: flex-start;
  }

  .text-size-large-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .text-size-large-2.text-weight-semibold.text-color-white {
    font-size: 1em;
  }

  .footer_legal_links_wrapper {
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .text-size-extra-small {
    font-size: 14px;
    line-height: 18px;
  }

  .text-size-extra-small.text-weight-medium.text-color-white.text-align-center {
    font-size: 1em;
  }

  .text-size-extra-small-2 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .text-size-extra-small-2.text-weight-medium.text-color-white.text-align-center {
    font-size: 1em;
  }

  .div-block-2 {
    max-width: 550px;
  }

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

  .div-block-5 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 60px;
  }

  .div-block-7 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .image, .div-block-9 {
    border-radius: 10px;
  }

  .heading, .heading-2 {
    font-size: 1em;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .carrusel_marcas {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: visible;
  }

  .img_carrusel {
    width: 300px;
    height: 225px;
  }

  .div-block-28 {
    height: auto;
  }

  .container_navbar.nav {
    flex-flow: row;
  }

  .menu_link {
    z-index: 998;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--gris-oscuro);
    pointer-events: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    margin-left: -100%;
    position: fixed;
    inset: 0%;
  }

  .nav_links {
    z-index: 5;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .nav_links.w--current {
    z-index: 5;
    position: relative;
  }

  .nav_links.cta-contacta {
    border-radius: 30px;
    height: 48px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .nav_links.cta-contacta.tablet {
    z-index: 7;
    display: block;
    position: relative;
  }

  .div-block-32 {
    z-index: 4;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -100%;
    padding-bottom: 200px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-32.prueba {
    min-height: auto;
    margin-left: auto;
    padding-bottom: 0;
  }

  .hamburger-lottie {
    z-index: 999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
  }

  .lottie-animation-2 {
    transform: scale(1);
  }

  .galera-de-diseo {
    font-size: 2.5em;
  }

  .desde-renders-hiperrealistas-hasta-campaas-visuales-cada-pieza-una-muestra-del-poder-de-una-direccin {
    font-size: 1em;
    line-height: 20px;
  }

  .div-block-33 {
    z-index: 999;
    position: relative;
  }

  .padding-global-2 {
    padding: 40px 40px 100px;
  }

  .text-color-white-2.font-inter.text-size-regular {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .text-color-white-2.font-inter-display.heading-style-h1 {
    margin: 0;
    font-size: 72px;
    line-height: 78px;
  }

  .text-color-white-2.font-inter-display.heading-style-h3 {
    margin: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .hero_navbar_links_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-right: 30px;
  }

  .hero_navbar_link.text-color-white-2.font-inter.text-size-regular {
    font-size: 15px;
    line-height: 22px;
  }

  .button-2 {
    min-width: 150px;
    height: 48px;
  }

  .hero_content_component {
    max-width: 600px;
  }

  .button-3 {
    min-width: 150px;
    height: 48px;
  }

  .home-3d {
    position: static;
  }

  .home-3d.audiovisual {
    background-image: linear-gradient(180deg, var(--black-90), #0101010d 9%, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Portada_audiovisual.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .home-3d.direccioncreativa {
    background-image: linear-gradient(180deg, var(--black-90), #0101010d 12%, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Portada_mockup_bueno.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .apple-vision-pro {
    z-index: 0;
    font-size: 4em;
    position: relative;
  }

  .h3-header {
    font-family: Inter, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 25px;
  }

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

  .galeria.ia_galeria {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img_izq, .img_dcha {
    border-radius: 15px;
  }

  .container_arrow {
    padding-top: 80px;
    padding-left: 20px;
  }

  .container_titles_header {
    z-index: auto;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    flex: 1;
    width: 100%;
    padding-bottom: 80px;
    padding-left: 50px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .background-video {
    border-radius: 25px;
    flex: 0 auto;
    width: 700px;
    height: 400px;
  }

  .image-9 {
    width: 30px;
    height: 30px;
  }

  .block_about2 {
    flex-flow: column;
  }

  .div_izq_about2 {
    width: 100%;
  }

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

  .text1 {
    color: var(--white);
    letter-spacing: -3px;
    padding: 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 4em;
    font-weight: 600;
    line-height: 70px;
  }

  .text2 {
    color: var(--white);
    font-family: Inter, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 25px;
  }

  .video_bueno {
    border-radius: 20px;
    height: 50vh;
  }

  .video_grande_container {
    padding: 30px;
  }

  .image-12, .image-13, .image-14 {
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section_header {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .padding-global {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header_component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo_linkblock {
    order: 1;
  }

  .text-color-white.font-inter.font-weight-semibold.text-size-small-2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .header_nav_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    order: 2;
    justify-content: center;
    width: 100%;
  }

  .header_nav_link.text-color-white.font-inter.font-weight-medium.text-size-small-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .header_button_wrapper {
    order: 1;
    height: 44px;
    padding-right: 12px;
  }

  .header_button_icon_circle {
    width: 34px;
    height: 34px;
  }

  .text-color-dark.font-inter.font-weight-medium.text-size-small-2, .text-color-dark.text-size-small-2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .section_hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero_component {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-height: calc(100% - 120px);
  }

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

  .hero_name_container {
    height: 90px;
    margin-bottom: -60px;
  }

  .hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero {
    margin: 0;
    font-size: 90px;
  }

  .hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero.opacity-40.text-align-center.letter-spacing-neg-4 {
    font-size: 4em;
  }

  .hero_image_wrapper {
    aspect-ratio: 542 / 352;
    width: 100%;
    height: auto;
  }

  .hero_title_description_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero_title.text-color-light-gray.font-inter-display.heading-style-h2 {
    margin: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .hero_description.text-color-gray.font-inter.text-size-small-2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .hero_scroll_wrapper {
    padding-top: 20px;
  }

  .hero_scroll_text.text-color-white.font-inter.text-size-large-2 {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .hero_chat_icon {
    margin-top: 20px;
    position: static;
  }

  .hero_chat_icon.icon-size-large {
    width: auto;
    height: 15px;
  }

  .section_about2 {
    padding-top: 0;
  }

  .about_background_image {
    height: 600px;
  }

  .about_header_wrapper {
    padding-top: 20px;
  }

  .about_intro_text.text-color-white.font-inter.font-weight-medium.text-size-small-2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .about_heading.heading-style-h1 {
    margin: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .about_heading.heading-style-h1.text-color-white.font-inter-display {
    font-size: 1.5em;
    line-height: 25px;
  }

  .button_icon_circle.background-color-accent.border-radius-circle {
    padding-left: 14px;
  }

  .button_icon {
    width: 13px;
    height: 13px;
  }

  .button_text.text-color-dark.font-inter.font-weight-medium.text-size-small-2 {
    margin: 0;
    padding-right: 25px;
    font-size: 14px;
    line-height: 20px;
  }

  .button_text.text-color-dark-gray.font-inter.text-size-regular {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .about_content_grid_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 10px;
  }

  .about_subheading.text-color-light-gray-2.font-inter.font-weight-semibold.text-size-regular-2 {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .about_paragraph.text-color-gray.font-inter.font-weight-medium.text-size-small-2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .about_decorative_lines_wrapper {
    top: 800px;
  }

  .about_line_horizontal {
    max-width: 500px;
  }

  .section_experience {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_experience.background-color-dark {
    padding-top: 0;
  }

  .experience_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .experience_heading.heading-style-h1 {
    margin: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .experience_text.text-size-regular {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .experience_item_wrapper.background-color-dark-2.border-radius-medium-2 {
    border-radius: 18px;
  }

  .experience_item_border {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .experience_item_border.border-width-1.border-color-white-opacity-10.border-radius-medium-3 {
    border-radius: 18px;
  }

  .experience_item_icon {
    width: 40px;
    height: 40px;
  }

  .experience_item_title.text-size-regular {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .experience_item_subtitle.text-size-small-2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .experience_item_date {
    margin: 6px 0 0;
  }

  .experience_item_date.text-size-regular {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .experience_divider.line-horizontal {
    width: 100%;
    height: auto;
  }

  .experience_item_icon_graphic {
    width: 40px;
    height: 40px;
  }

  .section_client-logos {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .client-logos_component {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 60px;
  }

  .client-logos_logo_wrapper {
    min-width: 60px;
    max-width: 120px;
    height: 30px;
  }

  .client-logos_logo_wrapper.client-logos_logo_wrapper-santes {
    min-width: 100px;
    margin-top: 8px;
    margin-left: 25px;
  }

  .client-logos_logo.logo-size-large {
    width: 120px;
  }

  .section_creative-projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .creative-projects_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-style-h1 {
    margin: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-style-h1.text-color-white.text-align-center {
    font-size: 2.5em;
  }

  .text-size-regular {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .text-size-regular.text-color-gray-2.text-align-center.font-weight-semibold {
    line-height: 20px;
  }

  .creative-projects_grid_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .project-card_image {
    height: 250px;
  }

  .project-card_content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 16px;
  }

  .text-size-small {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-style-h3 {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .section_hard-skills {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hard-skills_header_wrapper {
    margin-bottom: 30px;
  }

  .hard-skills_header_text.text-color-white.font-inter.text-size-regular-3, .hard-skills_copyright_text.text-color-white.font-inter.text-size-regular-4 {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .hard-skills_content_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hard-skills_title.text-color-white.font-inter.heading-style-h0 {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .hard-skills_title.text-color-white.font-inter.heading-style-h0.letter-spacing-neg-4.line-height-90 {
    font-size: 4em;
    line-height: 55px;
  }

  .hard-skills_description.text-color-gray.font-inter.text-size-regular {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .hard-skills_description.text-color-gray.font-inter.text-size-regular.font-weight-semibold.line-height-30 {
    line-height: 18px;
  }

  .hard-skills_divider.line-horizontal {
    width: 100%;
    height: auto;
  }

  .hard-skills_feature_text.text-color-light-gray-3.font-inter.text-size-small-2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .hard-skills_list_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hard-skills_service_item.service-item-large {
    width: 100%;
    height: auto;
  }

  .section_design-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_design-gallery.background-color-dark {
    padding-top: 40px;
  }

  .design-gallery_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .design-gallery_content_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-style-h2-2 {
    margin: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .text-size-regular-5 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .button {
    padding: 10px 15px;
    font-size: 14px;
  }

  .text-size-small-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .design-gallery_grid_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .section_footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section_footer.background-color-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_main_content_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_brand_wrapper {
    flex-flow: column;
    max-width: 100%;
  }

  .text-size-large {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .footer_social_wrapper {
    display: none;
  }

  .heading-style-h3-2 {
    margin: 0;
    font-size: 24px;
    line-height: 38px;
  }

  .text-size-large-2 {
    font-size: 15px;
    line-height: 26px;
  }

  .footer_legal_links_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .text-size-extra-small {
    font-size: 13px;
    line-height: 16px;
  }

  .text-size-extra-small.text-weight-medium.text-color-white.text-align-center {
    font-size: .5em;
  }

  .text-size-extra-small-2 {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .text-size-extra-small-2.text-weight-medium.text-color-white.text-align-center {
    font-size: .5em;
  }

  .div-block-2 {
    max-width: 425px;
  }

  .div-block-5 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-22 {
    padding-top: 0;
  }

  .container_navbar.nav {
    flex-flow: row;
  }

  .nav_links.cta-contacta, .nav_links.cta-behance {
    width: 140px;
    height: 48px;
  }

  .div-block-32 {
    margin-left: -100%;
  }

  .image-7 {
    width: 60px;
  }

  .container-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .link-block {
    padding: 12px;
  }

  .padding-global-2 {
    padding: 30px 20px 80px;
  }

  .hero_navbar_component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-color-white-2.font-inter.text-size-regular {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .text-color-white-2.font-inter-display.heading-style-h1 {
    margin: 0;
    font-size: 56px;
    line-height: 64px;
  }

  .text-color-white-2.font-inter-display.heading-style-h3 {
    margin: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .hero_navbar_links_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .hero_navbar_link.text-color-white-2.font-inter.text-size-regular {
    font-size: 14px;
    line-height: 20px;
  }

  .button-2 {
    min-width: 130px;
    height: 42px;
  }

  .button-2.hero_navbar_button {
    min-width: unset;
    width: 100%;
  }

  .hero_content_component {
    text-align: center;
    align-items: center;
    max-width: 90%;
  }

  .button-3 {
    min-width: 130px;
    height: 42px;
  }

  .button-3.hero_navbar_button {
    min-width: unset;
    width: 100%;
  }

  .home-3d {
    background-image: linear-gradient(180deg, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Figuritas_blanco_2_1.0040.png');
  }

  .apple-vision-pro {
    letter-spacing: -2px;
    font-size: 3.3em;
    line-height: 50px;
  }

  .h3-header {
    font-size: 1.2em;
  }

  .video_animado {
    padding: 10px 0;
  }

  .galeria {
    flex-flow: column;
  }

  .galeria.ia_galeria {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img_izq, .img_dcha {
    border-radius: 10px;
  }

  .container_arrow {
    padding-left: 10px;
  }

  .container_titles_header {
    z-index: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
  }

  .background-video {
    border-radius: 20px;
    width: 500px;
    height: 281px;
  }

  .image-9 {
    width: 20px;
    height: 20px;
  }

  .div_izq_about2 {
    width: 100%;
  }

  .text1 {
    letter-spacing: -3px;
  }

  .image-10 {
    border-radius: 15px;
  }

  .video_bueno {
    border-radius: 15px;
    height: 35vh;
  }

  .video_grande_container {
    padding: 20px;
  }

  .galeriade3 {
    padding-bottom: 10px;
  }

  .div-block-43 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-12, .image-13, .image-14 {
    border-radius: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section_header {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .padding-global {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-large {
    padding-bottom: 20px;
  }

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

  .text-color-white.font-inter.font-weight-semibold.text-size-small-2 {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .header_nav_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .header_nav_link.text-color-white.font-inter.font-weight-medium.text-size-small-2 {
    font-size: 13px;
    line-height: 18px;
  }

  .header_button_wrapper {
    justify-content: center;
    width: 100%;
    height: 40px;
    padding-right: 10px;
  }

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

  .text-color-dark.font-inter.font-weight-medium.text-size-small-2, .text-color-dark.text-size-small-2 {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .section_hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero_component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: calc(100% - 80px);
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_name_container {
    height: 60px;
    margin-bottom: -40px;
  }

  .hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero {
    margin: 0;
    font-size: 60px;
  }

  .hero_name_text.text-color-light-gray-2.font-french-lovers.text-size-hero.opacity-40.text-align-center.letter-spacing-neg-4 {
    font-size: 2.4em;
  }

  .hero_image_wrapper {
    aspect-ratio: 542 / 352;
    width: 100%;
    height: auto;
  }

  .hero_image_wrapper.background-color-white.border-radius-medium.shadow-medium {
    border-radius: 12px;
    flex: 0 auto;
    width: 250px;
    height: 150px;
    display: block;
  }

  .hero_title_description_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero_title.text-color-light-gray.font-inter-display.heading-style-h2 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .hero_title.text-color-light-gray.font-inter-display.heading-style-h2.text-align-center {
    font-size: 1.5em;
    line-height: 25px;
  }

  .hero_description.text-color-gray.font-inter.text-size-small-2 {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .hero_description.text-color-gray.font-inter.text-size-small-2.font-weight-medium.text-align-center {
    font-size: .8em;
    line-height: 16px;
  }

  .hero_scroll_wrapper {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .hero_scroll_text.text-color-white.font-inter.text-size-large-2 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .hero_chat_icon {
    margin-top: 15px;
  }

  .hero_chat_icon.icon-size-large {
    width: auto;
    height: 12px;
  }

  .section_about2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section_about2.background-color-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about_background_image {
    height: 450px;
  }

  .about_component {
    justify-content: flex-start;
    align-items: center;
  }

  .about_header_wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
  }

  .about_intro_dot.background-color-accent-2.border-radius-extra-small {
    width: 10px;
    height: 10px;
  }

  .about_intro_text.text-color-white.font-inter.font-weight-medium.text-size-small-2 {
    margin: 0;
    font-size: .8em;
    line-height: 18px;
  }

  .about_heading.heading-style-h1 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .about_heading.heading-style-h1.text-color-white.font-inter-display {
    text-align: left;
    font-size: 1em;
    line-height: 18px;
  }

  .button_wrapper {
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
  }

  .button_wrapper.background-color-light-gray.border-radius-pill {
    padding: 1px 15px 1px 1px;
  }

  .button_icon_circle {
    margin-right: 8px;
  }

  .button_icon_circle.background-color-accent.border-radius-circle {
    width: 42px;
    height: 42px;
    padding-left: 14px;
  }

  .button_icon {
    width: 14px;
    height: 14px;
  }

  .button_text.text-color-dark.font-inter.font-weight-medium.text-size-small-2 {
    margin: 0;
    padding-right: 20px;
    font-size: .8em;
    line-height: 18px;
  }

  .button_text.text-color-dark-gray.font-inter.text-size-regular {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .about_content_grid_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 20px;
  }

  .about_subheading.text-color-light-gray-2.font-inter.font-weight-semibold.text-size-regular-2 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .about_paragraph.text-color-gray.font-inter.font-weight-medium.text-size-small-2 {
    margin: 0;
    font-size: .8em;
    line-height: 18px;
  }

  .about_decorative_lines_wrapper {
    top: 600px;
  }

  .about_line_horizontal {
    max-width: 300px;
  }

  .section_experience {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_experience.background-color-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .experience_component {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .experience_heading.heading-style-h1 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .experience_heading.heading-style-h1.text-color-white.font-inter-display.text-align-left {
    font-size: 1.5em;
    line-height: 30px;
  }

  .experience_text.text-size-regular {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .experience_text.text-size-regular.text-color-gray-2.font-inter.text-align-left {
    font-size: .8em;
    line-height: 16px;
  }

  .experience_list_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .experience_item_wrapper.background-color-dark-2.border-radius-medium-2 {
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .experience_item_border {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .experience_item_border.border-width-1.border-color-white-opacity-10.border-radius-medium-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    border-radius: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .experience_item_icon {
    width: 36px;
    height: 36px;
  }

  .experience_item_icon.icon-size-medium {
    width: 25px;
    height: 25px;
  }

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

  .experience_item_title.text-size-regular {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .experience_item_title.text-size-regular.font-weight-semibold.text-color-white.font-inter.text-align-left {
    font-size: .8em;
    line-height: 15px;
  }

  .experience_item_subtitle.text-size-small-2 {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .experience_item_subtitle.text-size-small-2.font-weight-medium.text-color-gray-2.font-inter.text-align-left {
    font-size: .8em;
    line-height: 15px;
  }

  .experience_item_date {
    margin: 4px 0 0;
  }

  .experience_item_date.text-size-regular {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .experience_item_date.text-size-regular.font-weight-semibold.text-color-white.font-inter.text-align-right {
    width: 100%;
    padding-right: 10px;
    font-size: .8em;
    line-height: 10px;
  }

  .experience_item_icon_graphic {
    width: 36px;
    height: 36px;
  }

  .section_client-logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client-logos_component {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    min-height: auto;
    padding: 10px;
  }

  .client-logos_logo_wrapper {
    min-width: unset;
    max-width: 100%;
    height: auto;
    padding: 5px 0;
  }

  .client-logos_logo_wrapper.client-logos_logo_wrapper-santes {
    min-width: unset;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    height: auto;
    margin: 0;
    position: static;
    transform: none;
  }

  .client-logos_logo.logo-size-medium, .client-logos_logo.logo-size-small, .client-logos_logo.logo-size-medium-2 {
    max-width: 50px;
    max-height: 20px;
  }

  .client-logos_logo.logo-size-small-2 {
    max-width: 45px;
    max-height: 20px;
  }

  .client-logos_logo.logo-size-medium-3, .client-logos_logo.logo-size-medium-4 {
    max-width: 50px;
    max-height: 20px;
  }

  .client-logos_logo.logo-size-large {
    width: 100px;
  }

  .section_creative-projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_creative-projects.background-color-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .creative-projects_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-style-h1 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-style-h1.text-color-white {
    font-size: 1.5em;
  }

  .heading-style-h1.text-color-white.text-align-center {
    font-size: 2em;
  }

  .text-size-regular {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .project-card.background-color-dark.border-radius-medium-3 {
    border-radius: 12px;
    max-height: none;
    width: 100%;
    max-width: 500px;
  }
  
  .project-card.background-color-dark {
    width: 100%;
    max-width: 500px;
  }
  
  .cursor-wrapper {
    display: none;
  }

  .project-card_image {
    height: 200px;
  }

  .project-card_image.border-radius-top-medium {
    height: 175px;
  }

  .project-card_content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 12px;
  }

  .project-card_content.background-color-dark-2.border-radius-bottom-medium {
    padding-bottom: 0;
    font-family: Inter, Arial, sans-serif;
  }

  .project-card_tag_wrapper {
    padding: 8px 12px;
  }

  .text-size-small {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .text-size-small.text-color-white.font-weight-normal, .text-size-small.text-color-gray-2.font-weight-medium {
    font-size: .8em;
  }

  .text-size-small.text-weight-semibold.text-color-gray-2 {
    font-size: .7em;
    line-height: 12px;
  }

  .heading-style-h3 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-style-h3.text-color-white {
    font-size: 1.2em;
  }

  .section_hard-skills {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_hard-skills.background-color-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hard-skills_header_wrapper {
    margin-bottom: 20px;
  }

  .hard-skills_header_icon_wrapper.background-color-accent.border-radius-extra-small {
    width: 10px;
    height: 10px;
  }

  .hard-skills_header_text.text-color-white.font-inter.text-size-regular-3 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .hard-skills_header_text.text-color-white.font-inter.text-size-regular-3.font-weight-medium.letter-spacing-neg-1.line-height-26 {
    font-size: .8em;
  }

  .hard-skills_copyright_text.text-color-white.font-inter.text-size-regular-4 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .hard-skills_copyright_text.text-color-white.font-inter.text-size-regular-4.font-weight-medium.letter-spacing-neg-1.line-height-26 {
    font-size: .7em;
  }

  .hard-skills_content_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hard-skills_title.text-color-white.font-inter.heading-style-h0 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .hard-skills_title.text-color-white.font-inter.heading-style-h0.letter-spacing-neg-4.line-height-90 {
    letter-spacing: -1px;
    font-size: 2.5em;
    line-height: 40px;
  }

  .hard-skills_description.text-color-gray.font-inter.text-size-regular {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .hard-skills_description.text-color-gray.font-inter.text-size-regular.font-weight-semibold.line-height-30 {
    font-size: .8em;
    line-height: 15px;
  }

  .hard-skills_feature_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hard-skills_feature_text.text-color-light-gray-3.font-inter.text-size-small-2 {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .hard-skills_feature_text.text-color-light-gray-3.font-inter.text-size-small-2.font-weight-medium.line-height-23 {
    font-size: .7em;
  }

  .hard-skills_list_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section_design-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .design-gallery_component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .design-gallery_content_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-style-h2-2 {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .text-size-regular-5 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .button {
    width: 100%;
    padding: 8px 12px;
    font-size: 13px;
  }

  .button.is-primary.design-gallery_button {
    margin-top: 12px;
  }

  .button.is-secondary.border-radius-pill {
    width: auto;
    padding: 1px 15px 1px 1px;
  }

  .text-size-small-2 {
    font-size: 13px;
    line-height: 18px;
  }

  .design-gallery_grid_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .section_footer {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .footer_main_content_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer_brand_wrapper {
    margin-bottom: 20px;
  }

  .text-size-large {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .text-size-large.text-weight-semibold.text-color-gray-2 {
    font-size: .9em;
  }

  .heading-style-h3-2 {
    margin: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .text-size-large-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-size-extra-small {
    font-size: 12px;
    line-height: 14px;
  }

  .text-size-extra-small-2 {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-5 {
    padding-bottom: 60px;
  }

  .image, .div-block-9 {
    border-radius: 8px;
  }

  .heading {
    font-size: .8em;
    line-height: 15px;
  }

  .heading-2 {
    font-size: .8em;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-11 {
    display: none;
  }

  .image-2 {
    max-width: 50px;
    max-height: 20px;
  }

  .carrusel_marcas {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: 100%;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--gris-oscuro);
  }

  .img_carrusel {
    width: 200px;
    height: 150px;
  }

  .container_navbar.nav {
    flex-flow: row;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_links.cta-contacta, .nav_links.cta-behance {
    width: 135px;
    height: 48px;
  }

  .div-block-32 {
    margin-left: -100%;
  }

  .galera-de-diseo {
    font-size: 1.8em;
    line-height: 30px;
  }

  .desde-renders-hiperrealistas-hasta-campaas-visuales-cada-pieza-una-muestra-del-poder-de-una-direccin {
    font-size: .8em;
    line-height: 15px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: .8em;
    font-weight: 400;
  }

  .link-block {
    border-radius: 8px;
    padding: 10px 8px;
  }

  .image-8 {
    width: 11px;
    height: 11px;
  }

  .div-block-33 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .padding-global-2 {
    padding: 20px 15px 60px;
  }

  .text-color-white-2.font-inter.text-size-regular {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .text-color-white-2.font-inter-display.heading-style-h1 {
    letter-spacing: -2px;
    margin: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .text-color-white-2.font-inter-display.heading-style-h3 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .hero_navbar_links_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .hero_navbar_link.text-color-white-2.font-inter.text-size-regular {
    font-size: 13px;
    line-height: 18px;
  }

  .button-2 {
    width: 100%;
    min-width: 100px;
    height: 38px;
  }

  .button-2.hero_navbar_button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 0 10px 0 5px;
  }

  .button_circle {
    width: 38px;
    height: 38px;
  }

  .button-3 {
    width: 100%;
    min-width: 100px;
    height: 38px;
  }

  .button-3.hero_navbar_button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 0 10px 0 5px;
  }

  .home-3d {
    background-image: linear-gradient(180deg, #0000 59%, #00000073 85%, var(--black-90)), url('../images/Figuritas_blanco_2_1.0040.png');
  }

  .galeria {
    flex-flow: column;
  }

  .galeria.ia_galeria {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img_izq, .img_dcha {
    border-radius: 5px;
  }

  .container_arrow {
    padding: 40px 20px 20px;
  }

  .container_titles_header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 40px;
  }

  .background-video {
    width: 300px;
    height: 169px;
  }

  .div_izq_about2 {
    width: 100%;
  }

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

  .text1 {
    letter-spacing: -2px;
    font-size: 4em;
    line-height: 60px;
  }

  .text2 {
    font-size: 1em;
    line-height: 10px;
  }

  .image-10 {
    border-radius: 10px;
  }

  .div-block-40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video_bueno {
    border-radius: 10px;
    height: 20vh;
  }

  .video_grande_container {
    padding: 10px;
  }

  .galeriade3 {
    padding-bottom: 5px;
  }

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

  .image-12, .image-13, .image-14 {
    border-radius: 5px;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frenchlovers Demo';
  src: url('../fonts/frenchlovers-demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Estilos específicos para igualar altura de imagen y video en ia.html */
.galeria.ia_galeria .img_izq,
.galeria.ia_galeria .img_dcha {
  height: 400px !important;
  position: relative !important;
  max-width: 900px !important;
  width: 100% !important;
  flex: 1 1 50% !important;
}

.galeria.ia_galeria {
  max-width: 1800px !important;
  margin: 0 auto !important;
  justify-content: center !important;
  gap: 20px !important;
}

.galeria.ia_galeria .img_izq img,
.galeria.ia_galeria .img_dcha video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit !important;
  display: block !important;
}

@media screen and (max-width: 991px) {
  .galeria.ia_galeria .img_izq,
  .galeria.ia_galeria .img_dcha {
    height: 350px !important;
    max-width: none !important;
    flex: 1 1 100% !important;
  }
  
  .galeria.ia_galeria {
    max-width: none !important;
    flex-flow: column !important;
  }
}

@media screen and (max-width: 767px) {
  .galeria.ia_galeria .img_izq,
  .galeria.ia_galeria .img_dcha {
    height: 300px !important;
  }
}

@media screen and (max-width: 479px) {
  .galeria.ia_galeria .img_izq,
  .galeria.ia_galeria .img_dcha {
    height: 250px !important;
  }
}