[data-servicios-section="3"]#servicios-section-3 {
  background: var(--dos-text);
  color: var(--dos-base);
  display: block !important;
  order: 4;
  overflow: hidden;
  padding: clamp(8.8rem, 11vw, 15.5rem) var(--grid-outerGutter) clamp(7.8rem, 10vw, 13rem);
  position: relative;
  z-index: 5;
}

[data-servicios-section="3"] .servicios-section-3-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 94rem;
  min-height: auto;
  position: relative;
  text-align: center;
  width: 100%;
}

[data-servicios-section="3"] .servicios-section-3-kicker {
  color: rgba(246, 245, 242, 0.62) !important;
  justify-content: center;
  margin: 0 0 clamp(7.2rem, 7.4vw, 10.8rem);
  opacity: 1;
  text-align: center;
}

[data-servicios-section="3"] .servicios-section-3-kicker .label {
  color: rgba(246, 245, 242, 0.62) !important;
}

[data-servicios-section="3"] .servicios-section-3-title {
  color: var(--dos-base);
  font-family: var(--dos-font-display) !important;
  font-size: var(--servicios-layer-title-font-size);
  font-weight: var(--servicios-layer-title-font-weight) !important;
  letter-spacing: var(--servicios-layer-title-letter-spacing) !important;
  line-height: var(--servicios-layer-title-line-height) !important;
  margin: 0;
  max-width: var(--servicios-layer-title-max-width);
}

[data-servicios-section="3"] .servicios-section-3-title-line {
  display: inline;
}

[data-servicios-section="3"] .servicios-section-3-title-accent {
  color: var(--dos-signal);
}

[data-servicios-section="3"] .servicios-section-3-title .copy-lines-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  display: grid;
  justify-items: center;
  line-height: inherit;
  min-height: 2.12em;
  position: relative;
  white-space: normal;
  width: 100%;
}

[data-servicios-section="3"] .servicios-section-3-title .copy-lines-wrapper .line {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: var(--dos-base) !important;
  display: block;
  grid-area: 1 / 1;
  line-height: inherit;
  text-align: center;
  white-space: normal;
  width: 100%;
}

[data-servicios-section="3"] .servicios-section-3-title .copy-lines-wrapper .line span {
  color: var(--dos-signal) !important;
}

[data-servicios-section="3"] .servicios-section-3-title .copy-lines-wrapper .line div {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

[data-servicios-section="3"] .servicios-section-3-stack {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(5.6rem, 6.45vw, 9.3rem);
  margin-top: clamp(7.4rem, 7.8vw, 11.2rem);
  width: min(100%, 30rem);
}

[data-servicios-section="3"] .servicios-section-3-image {
  display: block;
  height: auto;
  object-fit: contain;
  width: clamp(20rem, 18.9vw, 27.3rem);
  will-change: transform;
}

[data-servicios-section="3"] .servicios-section-3-copy {
  color: var(--dos-base);
  font-family: Inter, sans-serif;
  font-size: clamp(1.18rem, 0.95vw, 1.42rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.28;
  margin: clamp(3.2rem, 3vw, 4.2rem) auto 0;
  max-width: 43rem;
}

[data-servicios-section="3"] .servicios-section-3-marker {
  align-items: center;
  color: rgba(246, 245, 242, 0.62);
  display: inline-flex;
  height: 2.35rem;
  justify-content: center;
  margin-top: clamp(6.2rem, 5.7vw, 8.2rem);
  width: 2.35rem;
}

[data-servicios-section="3"] .servicios-section-3-marker > svg {
  display: block;
  height: 100%;
  width: 100%;
}

[data-servicios-section="3"] .servicios-section-3-marker .servicios-section-marker-arrow {
  display: none;
}

[data-servicios-section="3"] .servicios-section-3-reveal-word {
  display: inline-block;
  filter: blur(10px);
  opacity: 0;
  transition:
    opacity 1.3s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--servicios-section-3-text-delay, 0s);
  will-change: opacity, transform, filter;
}

[data-servicios-section="3"] [data-servicios-section-3-visible="true"] .servicios-section-3-reveal-word {
  filter: blur(0);
  opacity: 1;
}

[data-servicios-section="3"] .servicios-section-3-reveal-line {
  display: block;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition:
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--servicios-section-3-text-delay, 0s);
  will-change: opacity, transform;
}

[data-servicios-section="3"] [data-servicios-section-3-visible="true"] .servicios-section-3-reveal-line {
  opacity: 0.88;
  transform: translate3d(0, 0, 0);
}

[data-servicios-section="3"] .servicios-section-3-marker[data-servicios-section-3-text-reveal="fade"] {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.7s;
  will-change: opacity, transform;
}

[data-servicios-section="3"] .servicios-section-3-marker[data-servicios-section-3-visible="true"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 834px) {
  [data-servicios-section="3"]#servicios-section-3 {
    margin-bottom: -6.1rem;
    margin-top: -1.25rem;
    padding-top: clamp(6rem, 5.8vw, 8rem);
    padding-bottom: clamp(6.2rem, 6vw, 8.4rem);
  }

  [data-servicios-section="3"] .servicios-section-3-marker {
    height: 2.7rem;
    width: 2.7rem;
  }

  [data-servicios-section="3"] .servicios-section-3-marker > svg {
    display: none;
  }

  [data-servicios-section="3"] .servicios-section-3-marker .servicios-section-marker-arrow {
    display: flex;
    transform: rotate(90deg);
    transform-origin: center;
  }
}

@media (max-width: 767px) {
  [data-servicios-section="3"]#servicios-section-3 {
    padding: 8.6rem var(--grid-outerGutter) 7.4rem;
  }

  [data-servicios-section="3"] .servicios-section-3-inner {
    min-height: auto;
  }

  [data-servicios-section="3"] .servicios-section-3-kicker {
    font-size: 0.86rem;
    margin-bottom: 6.8rem;
  }

  [data-servicios-section="3"] .servicios-section-3-title {
    font-size: var(--servicios-layer-title-mobile-font-size);
    max-width: var(--servicios-layer-title-mobile-max-width);
  }

  [data-servicios-section="3"] .servicios-section-3-stack {
    gap: 5.4rem;
    margin-top: 7rem;
    width: min(76vw, 28rem);
  }

  [data-servicios-section="3"] .servicios-section-3-image {
    width: min(66vw, 25rem);
  }

  [data-servicios-section="3"] .servicios-section-3-copy {
    font-size: 1.18rem;
    line-height: 1.31;
    margin-top: 3.6rem;
    max-width: 31rem;
  }

  [data-servicios-section="3"] .servicios-section-3-marker {
    height: 2rem;
    margin-top: 5.4rem;
    width: 2rem;
  }

  [data-servicios-section="3"] .servicios-section-3-marker > svg {
    display: none;
  }

  [data-servicios-section="3"] .servicios-section-3-marker .servicios-section-marker-arrow-component {
    color: inherit;
    flex: 0 0 auto;
    height: 3.35rem !important;
    min-height: 3.35rem;
    min-width: 2.5rem;
    pointer-events: none;
    transform: rotate(90deg);
    transform-origin: center;
    width: 2.5rem !important;
  }
}
