[data-servicios-section="2"] {
  background: #f6f5f2;
  color: #262626;
  display: block !important;
  order: 3;
  overflow: hidden;
  padding: clamp(3.8rem, 4.6vw, 6.4rem) var(--grid-outerGutter) clamp(8.5rem, 10vw, 14.5rem);
  position: relative;
  z-index: 4;
}

[data-servicios-section="2"] .servicios-capa1-inner {
  display: block;
  margin: 0 auto;
  max-width: 78rem;
  width: 100%;
}

[data-servicios-section="2"] .servicios-capa1-accordion {
  border-bottom: 0.5px solid rgba(216, 210, 200, 0.82);
  width: 100%;
}

[data-servicios-section="2"] .servicios-capa1-item {
  border-top: 0.5px solid rgba(216, 210, 200, 0.82);
  opacity: 0;
  transform: translate3d(0, 2.4rem, 0);
  transition:
    opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html.servicios-section-0-route [data-servicios-static-anchor] {
  scroll-margin-top: -1rem;
}

[data-servicios-section="2"] .servicios-capa1-head {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  column-gap: clamp(1.8rem, 2.2vw, 3.2rem);
  cursor: pointer;
  display: grid;
  font: inherit;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: clamp(8rem, 7.2vw, 10.6rem);
  padding: clamp(2.1rem, 2.4vw, 3.4rem) 0;
  text-align: left;
  width: 100%;
}

[data-servicios-section="2"] .servicios-capa1-index {
  align-items: center;
  background: #5e6e64;
  border-radius: 999px;
  color: #faf8f5;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  height: 2.25rem;
  justify-content: center;
  min-width: 3.35rem;
  padding: 0 0.9rem;
}

[data-servicios-section="2"] .servicios-capa1-title {
  color: #262626;
  font-family: Satoshi, sans-serif;
  font-size: clamp(2.06rem, 1.69vw, 2.51rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  max-width: 78rem;
}

[data-servicios-section="2"] .servicios-capa1-control {
  align-items: center;
  border: 0.5px solid rgba(38, 38, 38, 0.45);
  border-radius: 999px;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  justify-self: end;
  min-width: 3.1rem;
  position: relative;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease;
  width: 3.1rem;
}

[data-servicios-section="2"] .servicios-capa1-control::before,
[data-servicios-section="2"] .servicios-capa1-control::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.28s ease, opacity 0.28s ease;
  width: 0.82rem;
}

[data-servicios-section="2"] .servicios-capa1-control::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

[data-servicios-section="2"] .servicios-capa1-item[data-servicios-capa1-open="true"] .servicios-capa1-control {
  background: rgba(250, 248, 245, 0.78);
  border-color: rgba(216, 210, 200, 0.9);
}

[data-servicios-section="2"] .servicios-capa1-item[data-servicios-capa1-open="true"] .servicios-capa1-control::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

[data-servicios-section="2"] .servicios-capa1-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.36s ease-in-out,
    opacity 0.32s ease,
    visibility 0.32s ease;
  visibility: hidden;
}

[data-servicios-section="2"] .servicios-capa1-panel[data-servicios-capa1-panel-open="true"] {
  max-height: none;
  opacity: 1;
  visibility: visible;
}

[data-servicios-section="2"] .servicios-capa1-content {
  display: block;
  padding: 0 0 clamp(4.8rem, 5.5vw, 7.6rem) calc(3.35rem + clamp(1.8rem, 2.2vw, 3.2rem));
}

[data-servicios-section="2"] .servicios-capa1-descriptor {
  color: #262626;
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.22;
  margin: 0;
  max-width: 68rem;
  opacity: 0.72;
}

[data-servicios-section="2"] .servicios-capa1-body {
  color: #262626;
  font-family: Inter, sans-serif;
  font-size: clamp(1.28rem, 1.05vw, 1.56rem);
  font-weight: 400;
  line-height: 1.16;
  margin-top: 3.6rem;
  max-width: 86rem;
}

[data-servicios-section="2"] .servicios-capa1-body p {
  margin: 0;
}

[data-servicios-section="2"] .servicios-capa1-body p + p {
  margin-top: 0.35rem;
}

[data-servicios-section="2"] .servicios-capa1-group {
  margin-top: 2.45rem;
}

[data-servicios-section="2"] .servicios-capa1-pill {
  background: #5e6e64;
  border-radius: 999px;
  color: #faf8f5;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.2rem;
  padding: 0.72rem 1.15rem;
}

[data-servicios-section="2"] .servicios-capa1-list {
  color: #262626;
  display: flex;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.24;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 0.85rem;
}

[data-servicios-section="2"] .servicios-capa1-list li {
  opacity: 0.58;
  padding-left: 2.35rem;
  position: relative;
}

[data-servicios-section="2"] .servicios-capa1-list li::before {
  border: 1px solid #d8d2c8;
  border-radius: 999px;
  content: "";
  height: 0.62rem;
  left: 0;
  position: absolute;
  top: 0.32rem;
  width: 0.62rem;
}

[data-servicios-section="2"] .servicios-capa1-investment {
  align-items: center;
  color: #262626;
  column-gap: 1.15rem;
  display: flex;
  font-family: Inter, sans-serif;
  margin-top: 2.25rem;
}

[data-servicios-section="2"] .servicios-capa1-investment-label {
  font-size: 0.8rem;
  opacity: 0.46;
}

[data-servicios-section="2"] .servicios-capa1-investment-arrow {
  align-items: center;
  background: rgba(250, 248, 245, 0.78);
  border: 0.5px solid rgba(38, 38, 38, 0.45);
  border-radius: 999px;
  display: inline-flex;
  height: 1.15rem;
  justify-content: center;
  min-width: 2.05rem;
  width: 2.05rem;
}

[data-servicios-section="2"] .servicios-capa1-investment-arrow svg {
  display: block;
  height: 0.55rem;
  width: 0.82rem;
}

[data-servicios-section="2"] .servicios-capa1-investment-value {
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.74;
}

@media (max-width: 833px) {
  [data-servicios-section="2"] {
    padding: 8.8rem var(--grid-outerGutter) 8.4rem;
  }

  [data-servicios-section="2"] .servicios-capa1-accordion {
    margin-top: 0;
  }

  [data-servicios-section="2"] .servicios-capa1-title {
    font-size: 1.76rem;
    max-width: 23rem;
  }

  [data-servicios-section="2"] .servicios-capa1-control {
    height: 1.85rem;
    min-width: 2.9rem;
    width: 2.9rem;
  }

  [data-servicios-section="2"] .servicios-capa1-content {
    display: block;
    padding: 0 0 5rem;
  }

  [data-servicios-section="2"] .servicios-capa1-descriptor {
    font-size: 1.15rem;
    max-width: 31rem;
  }

  [data-servicios-section="2"] .servicios-capa1-body {
    font-size: 1.55rem;
    line-height: 1.16;
    margin-top: 4.2rem;
    max-width: 32rem;
  }

  [data-servicios-section="2"] .servicios-capa1-group {
    margin-top: 2.6rem;
  }

  [data-servicios-section="2"] .servicios-capa1-list {
    font-size: 1.25rem;
    line-height: 1.25;
    row-gap: 1rem;
  }

  [data-servicios-section="2"] .servicios-capa1-investment-value {
    font-size: 1.65rem;
  }
}

html.servicios-section-0-route #visibilidad:target + [data-servicios-section="2"] .servicios-capa1-inner,
html.servicios-section-0-route #operacion:target + [data-servicios-section="4"] .servicios-section-4-inner,
html.servicios-section-0-route #automatizacion:target + [data-servicios-section="6"] .servicios-section-6-inner,
html.servicios-section-0-route [data-servicios-section="2"][data-servicios-anchor-entry="true"] .servicios-capa1-inner,
html.servicios-section-0-route [data-servicios-section="4"][data-servicios-anchor-entry="true"] .servicios-section-4-inner,
html.servicios-section-0-route [data-servicios-section="6"][data-servicios-anchor-entry="true"] .servicios-section-6-inner {
  animation: servicios-anchor-wake 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: opacity, transform, filter;
}

@keyframes servicios-anchor-wake {
  0% {
    filter: blur(8px);
    opacity: 0.01;
    transform: translate3d(0, 1.6rem, 0);
  }

  100% {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.servicios-section-0-route #visibilidad:target + [data-servicios-section="2"] .servicios-capa1-inner,
  html.servicios-section-0-route #operacion:target + [data-servicios-section="4"] .servicios-section-4-inner,
  html.servicios-section-0-route #automatizacion:target + [data-servicios-section="6"] .servicios-section-6-inner,
  html.servicios-section-0-route [data-servicios-section="2"][data-servicios-anchor-entry="true"] .servicios-capa1-inner,
  html.servicios-section-0-route [data-servicios-section="4"][data-servicios-anchor-entry="true"] .servicios-section-4-inner,
  html.servicios-section-0-route [data-servicios-section="6"][data-servicios-anchor-entry="true"] .servicios-section-6-inner {
    animation: none;
    will-change: auto;
  }
}
