[data-servicios-section="5"]#servicios-section-5 {
  background: #D8D2C8;
  color: #262626;
  display: block !important;
  order: 6;
  overflow: hidden;
  padding: clamp(8rem, 8.8vw, 12.8rem) var(--grid-outerGutter) clamp(9.5rem, 10.5vw, 15.2rem);
  position: relative;
  z-index: 4;
}

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

[data-servicios-section="5"] .servicios-section-5-kicker {
  color: #5e6e64;
  justify-content: center;
  margin: 0 0 clamp(5.4rem, 4.9vw, 7rem);
  opacity: 0.9;
  text-align: center;
}

[data-servicios-section="5"] .servicios-section-5-title {
  color: #262626;
  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);
  position: relative;
  z-index: 2;
}

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

[data-servicios-section="5"] .servicios-section-5-title-line:first-child {
  text-align: center;
  white-space: nowrap;
}

[data-servicios-section="5"] .servicios-section-5-title-line:nth-child(2) {
  text-align: center;
}

[data-servicios-section="5"] .servicios-section-5-title-line:nth-child(3) {
  text-align: center;
}

[data-servicios-section="5"] .servicios-section-5-title-accent {
  color: #5e6e64;
}

[data-servicios-section="5"] .servicios-section-5-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.22em;
  position: relative;
  white-space: normal;
  width: 100%;
}

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

[data-servicios-section="5"] .servicios-section-5-title .copy-lines-wrapper .line span {
  color: #5e6e64 !important;
}

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

[data-servicios-section="5"] .servicios-section-5-image-wrap {
  column-gap: clamp(1.05rem, 1.05vw, 1.8rem);
  display: flex;
  justify-content: center;
  margin-top: clamp(-8.4rem, -5.8vw, -5.2rem);
  max-width: min(66rem, 38vw);
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 3;
}

[data-servicios-section="5"] .servicios-section-5-image {
  aspect-ratio: 1195 / 1605;
  display: block;
  flex: 1 1 0;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition:
    opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
  width: calc(50% - clamp(0.525rem, 0.525vw, 0.9rem));
  will-change: transform, opacity;
}

[data-servicios-section="5"] .servicios-section-5-image-right {
  margin-top: clamp(8.2rem, 8.35vw, 12rem);
}

[data-servicios-section="5"] .servicios-section-5-image[data-servicios-section-5-visible="true"] {
  filter: blur(0);
  opacity: 1;
  visibility: visible;
}

[data-servicios-section="5"] .servicios-section-5-copy {
  color: #262626;
  font-family: Inter, sans-serif;
  font-size: clamp(1.55rem, 1.18vw, 2.15rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  margin: clamp(5.5rem, 5.2vw, 7.2rem) auto 0;
  max-width: 68rem;
  position: relative;
  z-index: 2;
}

[data-servicios-section="5"] .servicios-section-5-marker {
  background: #5e6e64;
  border-radius: 0.65rem;
  color: #5e6e64;
  display: inline-flex;
  height: 3.55rem;
  justify-content: center;
  margin-top: clamp(6rem, 5vw, 7.2rem);
  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;
  width: 3rem;
  will-change: opacity, transform;
}

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

[data-servicios-section="5"] .servicios-section-5-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-5-text-delay, 0s);
  will-change: opacity, filter;
}

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

[data-servicios-section="5"] .servicios-section-5-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-5-text-delay, 0s);
  will-change: opacity, transform;
}

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

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

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

  [data-servicios-section="5"] .servicios-section-5-marker {
    background: transparent;
    border-radius: 50%;
    height: 2.7rem;
    width: 2.7rem;
  }

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

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

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

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

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

  [data-servicios-section="5"] .servicios-section-5-title .copy-lines-wrapper {
    min-height: 3.05em;
  }

  [data-servicios-section="5"] .servicios-section-5-title-line,
  [data-servicios-section="5"] .servicios-section-5-title-line:first-child,
  [data-servicios-section="5"] .servicios-section-5-title-line:nth-child(2),
  [data-servicios-section="5"] .servicios-section-5-title-line:nth-child(3) {
    text-align: center;
    white-space: normal;
  }

  [data-servicios-section="5"] .servicios-section-5-image-wrap {
    column-gap: 1rem;
    margin-top: -4.8rem;
    max-width: min(78vw, 31rem);
  }

  [data-servicios-section="5"] .servicios-section-5-image-right {
    margin-top: 18vw;
  }

  [data-servicios-section="5"] .servicios-section-5-copy {
    font-size: clamp(1.35rem, 4vw, 1.62rem);
    line-height: 1.5;
    margin-top: 6.2rem;
    max-width: 31rem;
  }

  [data-servicios-section="5"] .servicios-section-5-marker {
    background: transparent;
    border-radius: 0.55rem;
    height: 2.9rem;
    margin-top: 5.8rem;
    width: 2.45rem;
  }

  [data-servicios-section="5"] .servicios-section-5-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;
  }
}
