html.servicios-section-0-route {
  --servicios-layer-title-font-size: clamp(3.94rem, 4.35vw, 6.26rem);
  --servicios-layer-title-font-weight: 300;
  --servicios-layer-title-letter-spacing: -0.006em;
  --servicios-layer-title-line-height: 1.06;
  --servicios-layer-title-max-width: 60vw;
  --servicios-layer-title-mobile-font-size: clamp(3.15rem, 9vw, 3.94rem);
  --servicios-layer-title-mobile-max-width: 92vw;
}

html.servicios-section-0-route main.main {
  display: flex;
  flex-direction: column;
}

html.servicios-section-0-route main.main > section.product-feature-highlight {
  order: 1;
}

html.servicios-section-0-route main.main > section.product-intro {
  display: block !important;
  order: 2;
}

html.servicios-section-0-route main.main > section:not(.product-feature-highlight):not(.product-intro) {
  order: 3;
}

html.servicios-section-0-route .product-intro {
  background: #f6f5f2 !important;
  color: #262626 !important;
  min-height: 0;
  overflow: hidden;
}

html.servicios-section-0-route .product-intro .product-intro-container {
  padding: 2.4rem var(--grid-outerGutter) clamp(3.8rem, 4.6vw, 6.4rem) !important;
}

html.servicios-section-0-route .product-intro .product-intro-section-head {
  color: #5e6e64;
  justify-content: center;
  opacity: 0.9;
  text-align: center;
}

html.servicios-section-0-route .product-intro .product-intro-section-head .icon-wrapper {
  display: none;
}

html.servicios-section-0-route #servicios-section-1 .product-intro-section-head .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;
}

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

html.servicios-section-0-route .product-intro .title-inner {
  margin-top: 8rem;
  max-width: var(--servicios-layer-title-max-width);
}

html.servicios-section-0-route .product-intro .title {
  color: #262626 !important;
  font-size: var(--servicios-layer-title-font-size);
  line-height: 0.96;
}

html.servicios-section-0-route .product-intro .title span {
  color: #5e6e64 !important;
}

html.servicios-section-0-route #servicios-section-1.product-intro .title .copy-lines-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  display: grid;
  justify-items: center;
  line-height: inherit;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

html.servicios-section-0-route #servicios-section-1.product-intro .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: nowrap;
  width: 100%;
}

html.servicios-section-0-route #servicios-section-1.product-intro .title .copy-lines-wrapper .line span {
  color: #5e6e64 !important;
}

html.servicios-section-0-route #servicios-section-1.product-intro .title .copy-lines-wrapper .line div {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

html.servicios-section-0-route .product-intro .product-intro-image-sequence {
  display: none;
}

html.servicios-section-0-route .product-intro .content {
  margin-top: 8.8rem;
}

html.servicios-section-0-route .product-intro .copy {
  color: #262626 !important;
  max-width: 32rem;
  opacity: 1 !important;
}

@media only screen and (min-width: 834px) {
  html.servicios-section-0-route .product-intro .product-intro-container {
    padding-top: 7.2rem !important;
  }

  html.servicios-section-0-route .product-intro .copy {
    max-width: 39rem;
    text-align: left;
  }
}

html.servicios-section-0-route .product-intro .categories-wrapper {
  color: #5e6e64;
}

html.servicios-section-0-route .product-intro .categories-label,
html.servicios-section-0-route .product-intro .categories-label .label,
html.servicios-section-0-route .product-intro .categories-label .icon-wrapper {
  color: #5e6e64 !important;
  opacity: 1 !important;
}

html.servicios-section-0-route .product-intro .categories-label {
  align-items: center;
  column-gap: 0.6rem;
  display: flex !important;
  justify-content: center;
}

html.servicios-section-0-route .product-intro .categories-label .label {
  display: inline-block !important;
}

html.servicios-section-0-route .product-intro .categories {
  column-gap: 0.6rem;
}

html.servicios-section-0-route .product-intro .pill,
html.servicios-section-0-route .product-intro .pill .label {
  color: #5e6e64 !important;
  opacity: 1 !important;
}

html.servicios-section-0-route .product-intro .pill {
  background: rgba(250, 248, 245, 0.72) !important;
  border-color: rgba(216, 210, 200, 0.7) !important;
}

html.servicios-section-0-route .product-intro .categories-label .icon-wrapper {
  align-items: center;
  background-color: rgba(250, 248, 245, 0.72);
  border: 0.5px solid rgba(216, 210, 200, 0.7);
  border-radius: 0.4rem;
  display: inline-flex;
  height: 1.7rem;
  justify-content: center;
  width: 1.7rem;
}

html.servicios-section-0-route .product-intro .categories-label .icon-wrapper svg {
  display: none;
}

html.servicios-section-0-route .product-intro .section-1-marker-isotipo {
  display: block;
  height: 0.9rem;
  opacity: 0.82;
  width: 0.9rem;
}

@media only screen and (max-width: 833px) {
  html.servicios-section-0-route {
    --servicios-layer-title-letter-spacing: -0.004em;
    --servicios-layer-title-line-height: 0.98;
  }

  html.servicios-section-0-route .product-intro .product-intro-container {
    padding: 5.2rem var(--grid-outerGutter) 5.2rem !important;
  }

  html.servicios-section-0-route .product-intro .title-inner {
    margin-top: 7.8rem;
    max-width: var(--servicios-layer-title-mobile-max-width);
  }

  html.servicios-section-0-route .product-intro .title {
    font-size: var(--servicios-layer-title-mobile-font-size);
  }

  html.servicios-section-0-route #servicios-section-1.product-intro .title .copy-lines-wrapper {
    min-height: 1.96em;
    white-space: normal;
  }

  html.servicios-section-0-route #servicios-section-1.product-intro .title .copy-lines-wrapper .line {
    white-space: normal;
    width: calc(100vw - 4rem);
  }

  html.servicios-section-0-route .product-intro .content {
    margin-top: 8rem;
  }

  html.servicios-section-0-route .product-intro .copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 29rem;
  }

  html.servicios-section-0-route .product-intro .categories-wrapper {
    margin-top: 5.6rem;
    row-gap: 2.2rem;
    text-align: center;
  }

  html.servicios-section-0-route .product-intro .categories {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.6rem;
  }
}
