.home-v2-inicio {
  --home-v2-container: min(calc(100vw - 6.4rem), 1162.4px);
  --home-v2-header-padding: 50px;
  --home-v2-hero-padding: 100px;
  --home-v2-text: #ffffff;
  --home-v2-gray: #2f2f2f;
  --home-v2-rule: rgba(255, 255, 255, 0.25);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-block: 0 !important;
  color: var(--home-v2-text);
  position: relative;
  isolation: isolate;
  background: transparent;
  overflow: clip;
  font-family: "Helvetica Now Display", sans-serif;
}

[data-home-v2-video-gate] .home-v2-inicio__header,
[data-home-v2-video-gate] .home-v2-inicio__section {
  opacity: 0;
  visibility: hidden;
  transition: opacity 320ms ease, visibility 0ms linear 320ms;
}

[data-home-v2-video-gate].is-video-ready .home-v2-inicio__header,
[data-home-v2-video-gate].is-video-ready .home-v2-inicio__section {
  opacity: 1;
  visibility: visible;
  transition: opacity 320ms ease;
}

.home-v2-inicio__video {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100svh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
  min-height: 100dvh !important;
  object-fit: cover !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: -1;
  pointer-events: none;
  transform: none !important;
}

.home-v2-inicio__header {
  width: 100%;
  padding-top: 1.375rem;
  padding-left: var(--home-v2-header-padding);
  padding-right: var(--home-v2-header-padding);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.home-v2-inicio__branding {
  max-width: 12rem;
}

.home-v2-inicio__branding .custom-logo-link,
.home-v2-inicio__branding .home-v2-inicio__brand-fallback {
  display: inline-flex;
  align-items: flex-start;
  color: #fff;
}

.home-v2-inicio__branding .custom-logo {
  width: 7.5rem;
  height: auto;
  filter: brightness(0) invert(1);
}

.home-v2-inicio__brand-fallback {
  font-size: clamp(3rem, 4vw, 4.25rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.05em;
}

.home-v2-inicio__brand-fallback span {
  margin-left: 0.15em;
  font-size: 0.32em;
  line-height: 1;
}

.home-v2-inicio__work-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.home-v2-inicio__section {
  position: relative;
  z-index: 2;
}

.home-v2-inicio__container {
  width: var(--home-v2-container);
  margin-inline: auto;
}

.home-v2-inicio__hero {
  width: 100%;
  padding-left: var(--home-v2-hero-padding);
  padding-right: var(--home-v2-hero-padding);
}

.home-v2-inicio__stage {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding-top: clamp(5.5rem, 16vw, 14rem);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.home-v2-inicio__headline {
  width: 100%;
  height: fit-content;
  display: grid;
  grid-template-columns: 0 0 0 min-content max-content;
  grid-template-rows: min-content min-content min-content;
  grid-template-areas:
    "title-1 title-1 title-1 title-1 title-1"
    ". title-2 title-2 title-2 title-2"
    ". . row row row";
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.home-v2-inicio__title-row {
  grid-area: row;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.home-v2-inicio__title {
  padding-bottom: 0.375em;
  color: #fff;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: clamp(4rem, 7vw, 5.6rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0;
  white-space: nowrap !important;
}

.home-v2-inicio__title--one {
  grid-area: title-1;
}

.home-v2-inicio__title--two {
  grid-area: title-2;
  line-height: 0.5;
}

.home-v2-inicio__title--three {
  flex: 0 0 auto;
}

.home-v2-inicio__intro {
  max-width: 13.6rem !important;
  flex: 0 0 auto;
  padding-top: 3px;
  color: #fff;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.home-v2-inicio__section--services {
  width: 100%;
  padding-block: 5rem 7rem !important;
  background: linear-gradient(0deg, var(--home-v2-gray) 20%, transparent 80%) !important;
  z-index: 10;
}

.home-v2-inicio__services {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

.home-v2-inicio__services-row {
  width: 100%;
  padding-inline: var(--home-v2-hero-padding);
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 4rem);
}

.home-v2-inicio__services-row--reveal {
  --home-v2-reveal-distance: 100px;
  --home-v2-reveal-duration: 1000ms;
}

.home-v2-inicio__services-row--reveal > *:nth-child(1) {
  --home-v2-reveal-delay: 100ms;
}

.home-v2-inicio__services-row--reveal > *:nth-child(2) {
  --home-v2-reveal-delay: 750ms;
}

.home-v2-inicio__services-row--reveal > *:nth-child(3) {
  --home-v2-reveal-delay: 1000ms;
}

.home-v2-inicio__services-intro {
  width: 330px;
  display: flex;
  flex-direction: column;
  flex: 0 0 330px;
}

.home-v2-inicio__services-intro--primary {
  margin-right: 50px;
  gap: 40px;
}

.home-v2-inicio__services-intro p {
  max-width: 26rem !important;
  font-size: 32px;
  line-height: 0.85;
}

.home-v2-inicio__button {
  width: fit-content;
  padding: 1.25em 2.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4em;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-v2-inicio__button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.home-v2-inicio__service-card {
  width: 200px;
  max-width: 200px !important;
  flex: 0 0 200px;
}

.home-v2-inicio__services-middle {
  padding-inline: var(--home-v2-header-padding);
  padding-block: calc(6rem * 3 - 4rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
  align-items: center;
}

.home-v2-inicio__services-middle hr {
  width: 100%;
  border-width: 1px;
  background-color: var(--home-v2-rule);
  color: var(--home-v2-rule);
}

.home-v2-inicio__services-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem 0;
  position: relative;
  z-index: 2;
}

.home-v2-inicio__services-bottom.home-v2-reveal-group {
  --home-v2-reveal-distance: 100px;
  --home-v2-reveal-duration: 1000ms;
}

.home-v2-inicio__services-bottom.home-v2-reveal-group > :nth-child(1) {
  --home-v2-reveal-delay: 100ms;
}

.home-v2-inicio__services-bottom.home-v2-reveal-group > :nth-child(2) {
  --home-v2-reveal-delay: 400ms;
}

.home-v2-inicio__services-bottom h3,
.home-v2-inicio__services-bottom p {
  text-align: center;
}

.home-v2-inicio__services-bottom p {
  width: 614px;
  max-width: 614px !important;
  font-size: 32px;
  line-height: 0.95;
}

.home-v2-inicio__title.home-v2-reveal-up,
.home-v2-inicio__intro.home-v2-reveal-up {
  --home-v2-reveal-distance: 2rem;
  --home-v2-reveal-duration: 900ms;
}

@media (max-width: 1219px) {
  .home-v2-inicio__title {
    font-size: clamp(3rem, 7vw, 5.1rem);
  }
}

@media (max-width: 1024px) {
  .home-v2-inicio {
    --home-v2-header-padding: 32px;
    --home-v2-hero-padding: 56px;
  }

  .home-v2-inicio__services-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .home-v2-inicio__container {
    width: min(calc(100vw - 2rem), 1440px);
  }

  .home-v2-inicio {
    --home-v2-header-padding: 16px;
    --home-v2-hero-padding: 16px;
  }

  .home-v2-inicio__branding .custom-logo {
    width: 6.25rem;
  }

  .home-v2-inicio__header {
    padding-top: 1.25rem;
  }

  .home-v2-inicio__headline {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, min-content);
    grid-template-areas:
      "title-1"
      "title-2"
      "row";
    row-gap: 0.25rem;
    padding-left: 0;
  }

  .home-v2-inicio__title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .home-v2-inicio__intro {
    max-width: 15rem !important;
  }

  .home-v2-inicio__services-row {
    flex-direction: column;
    gap: 2rem;
  }

  .home-v2-inicio__services-intro,
  .home-v2-inicio__service-card {
    width: 100%;
    max-width: none !important;
    flex: 1 1 auto;
  }

  .home-v2-inicio__services-intro p,
  .home-v2-inicio__services-bottom p {
    font-size: 32px !important;
  }

  .home-v2-inicio__services-middle {
    padding-block: calc(6rem - 4rem);
    grid-template-columns: 1fr;
  }

  .home-v2-inicio__button--secondary {
    display: none;
  }
}
