.kpis-intro {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 auto 2.25rem;
  line-height: 1.6;
  color: #2f3a41;
  font-size: clamp(1rem, 0.6vw + 0.95rem, 1.125rem);
}

/* FILA centrada con flex */
.kpis-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10%;
  flex-wrap: wrap;
  margin: 5% 0 3% 0;
}

/* Cada KPI */
.kpi {
  min-width: 220px;
  text-align: center;
}

.kpi-icon {
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 0.75rem;
}

.kpi-num {
  color: #184c5b;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 2.4vw + 1rem, 3rem);
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.kpi-label {
  color: #0f2e3a;
  font-size: clamp(1rem, 0.4vw + 0.95rem, 1.25rem);
}

.kpis-final .title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #1f5969;
  line-height: 1.3;
}

/* Check decorativo */
.kpis-check {
  width: 46px;
  height: auto;
  margin-top: 22px;
  opacity: 0.9;
}

/* Responsive*/
@media (max-width: 1023px) {
  .kpis-row {
    gap: 1.75rem;
  }
}/*# sourceMappingURL=trust.css.map */