.gm-about {
  background: #fff;
  color: #121212;
}

.gm-about-label {
  margin: 0 0 20px;
  font-family: "Sora", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: 2.4px;
}

/* HERO */

.gm-about-hero {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  overflow: hidden;
  color: #fff;
}

.gm-about-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-about-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .38);
}

.gm-about-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.gm-about-hero h1 {
  margin: 0 0 20px;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: -3.5px;
}

.gm-about-hero__sub {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  font-size: 24px;
  line-height: 28.8px;
}

/* PRESENTACION */

.gm-about-intro {
  padding: 110px 0;
}

.gm-about-intro__copy {
  max-width: 820px;
  margin-bottom: 80px;
}

.gm-about-intro__copy h2,
.gm-about-differentials > .gm-container > h2 {
  margin: 0 0 32px;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.gm-about-intro__copy > p:not(.gm-about-label) {
  max-width: 760px;
  margin: 0;
  color: #57585a;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 28.8px;
}

.gm-about-intro__copy > p + p {
  margin-top: 18px;
}

.gm-about-presence {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 64px;
  align-items: center;
}

.gm-about-map {
  position: relative;
  aspect-ratio: 1791 / 865;
}

.gm-about-map img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gm-about-map__base {
  z-index: 1;
}

.gm-about-map__overlay {
  z-index: 2;
}

.gm-about-presence__lists {
  display: grid;
  gap: 40px;
}

.gm-about-presence__lists h3 {
  margin: 0 0 16px;
  color: #28448e;
  font-family: "Sora", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
}

.gm-about-presence__lists p {
  margin: 4px 0;
  color: #57585a;
  font-family: "Sora", Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
}

/* DIFERENCIALES */

.gm-about-differentials {
  padding: 105px 0;
  background: #f5f5f5;
}

.gm-about-differentials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 60px;
}

.gm-about-differentials article {
  min-height: 260px;
  padding: 34px;
  border-top: 1px solid #d1d1d1;
}

.gm-about-differentials article:nth-child(3n + 2),
.gm-about-differentials article:nth-child(3n + 3) {
  border-left: 1px solid #d1d1d1;
}

.gm-about-differentials article > span,
.gm-about-process__steps article > span {
  display: block;
  margin-bottom: 38px;
  color: #28448e;
  font-family: "Sora", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.gm-about-differentials h3 {
  margin: 0 0 15px;
  color: #28448e;
  font-family: "Sora", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.gm-about-differentials article p {
  margin: 0;
  color: #57585a;
  font-family: "Sora", Arial, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

/* COMPROMISO */

.gm-about-commitment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
}

.gm-about-commitment__media {
  overflow: hidden;
}

.gm-about-commitment__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-about-commitment__content {
  display: flex;
  padding: 70px;
  flex-direction: column;
  justify-content: center;
  background: #041e41;
  color: #fff;
}

.gm-about-commitment__content h2 {
  max-width: 600px;
  margin: 0;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

/* PROCESO */

.gm-about-process {
  padding: 110px 0;
}

.gm-about-process__heading {
  max-width: 850px;
  margin-bottom: 60px;
}

.gm-about-process__heading h2 {
  margin: 0;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 35px;
  line-height: 43px;
}

.gm-about-process__images {
  margin-bottom: 65px;
}

.gm-about-process__images img {
  display: block;
  width: 100%;
  max-width: 839px;
  height: auto;
  object-fit: cover;
}

.gm-about-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gm-about-process__steps article {
  min-height: 330px;
  padding: 32px 26px;
  background: #28448e;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.2);
}

.gm-about-process__steps article:nth-child(even) {
  background: #041e41;
}

.gm-about-process__steps article > span {
  color: #ddc762;
}

.gm-about-process__steps h3 {
  margin: 0 0 16px;
  font-family: "Sora", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.gm-about-process__steps p {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

/* INNOVACION */

.gm-about-innovation {
  padding: 100px 0;
  background: #f5f5f5;
}

.gm-about-innovation__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.gm-about-innovation__image img {
  display: block;
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.gm-about-innovation__copy h2 {
  margin: 0;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 42px;
  line-height: 51px;
}

/* VALORES */

.gm-about-values {
  position: relative;
  min-height: 650px;
  padding: 100px 0;
  overflow: hidden;
  color: #fff;
}

.gm-about-values__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-about-values__overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 30, 65, .83);
}

.gm-about-values__content {
  position: relative;
  z-index: 1;
}

.gm-about-values__content > h2 {
  margin: 0 0 55px;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.gm-about-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gm-about-values article {
  padding: 25px;
  border-left: 1px solid rgba(255,255,255,.35);
}

.gm-about-values article:first-child {
  padding-left: 0;
  border-left: 0;
}

.gm-about-values h3 {
  margin: 0 0 18px;
  font-family: "Sora", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.gm-about-values p {
  margin: 0;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

/* CTA */

.gm-about-cta {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
  overflow: hidden;
  color: #fff;
}

.gm-about-cta__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-about-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.48);
}

.gm-about-cta__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

.gm-about-cta__content h2 {
  margin: 0 0 34px;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 46px;
  line-height: 55px;
}

.gm-about-cta__button {
  display: inline-flex;
  min-width: 180px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-family: "Sora", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
}

/* MOBILE */

@media (max-width: 767px) {
  .gm-about-hero {
    min-height: 570px;
  }

  .gm-about-hero h1 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .gm-about-hero__sub {
    font-size: 18px;
    line-height: 24px;
  }

  .gm-about-intro,
  .gm-about-differentials,
  .gm-about-process,
  .gm-about-innovation {
    padding: 70px 0;
  }

  .gm-about-intro__copy {
    margin-bottom: 50px;
  }

  .gm-about-intro__copy h2,
  .gm-about-differentials > .gm-container > h2 {
    font-size: 26px;
    line-height: 31.2px;
  }

  .gm-about-intro__copy > p:not(.gm-about-label) {
    font-size: 15px;
    line-height: 24px;
  }

  .gm-about-presence {
    display: block;
  }

  .gm-about-map {
    margin-bottom: 40px;
  }

  .gm-about-differentials__grid {
    display: block;
    margin-top: 36px;
  }

  .gm-about-differentials article,
  .gm-about-differentials article:nth-child(3n + 2),
  .gm-about-differentials article:nth-child(3n + 3) {
    min-height: auto;
    padding: 28px 0;
    border-top: 1px solid #d1d1d1;
    border-left: 0;
  }

  .gm-about-differentials article > span {
    margin-bottom: 18px;
  }

  .gm-about-commitment {
    display: block;
  }

  .gm-about-commitment__media {
    height: 330px;
  }

  .gm-about-commitment__content {
    min-height: 390px;
    padding: 44px 18px;
  }

  .gm-about-commitment__content h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .gm-about-process__heading h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .gm-about-process__images {
  margin-bottom: 65px;
}

  .gm-about-process__images img {
  display: block;
  width: 100%;
  max-width: 839px;
  height: auto;
  object-fit: cover;
}

  .gm-about-process__images img + img {
    margin-top: 12px;
  }

  .gm-about-process__steps {
    display: block;
  }

  .gm-about-process__steps article {
    min-height: auto;
    padding: 35px 25px;
  }

  .gm-about-process__steps h3 {
    font-size: 16px;
    line-height: 28.8px;
  }

  .gm-about-innovation__layout {
    display: block;
  }

  .gm-about-innovation__image {
    margin-bottom: 40px;
  }

  .gm-about-innovation__image img {
    min-height: 0;
    height: 310px;
  }

  .gm-about-innovation__copy h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .gm-about-values {
    min-height: 860px;
    padding: 70px 0;
  }

  .gm-about-values__content > h2 {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 31.2px;
  }

  .gm-about-values__grid {
    display: block;
  }

  .gm-about-values article,
  .gm-about-values article:first-child {
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.35);
    border-left: 0;
  }

  .gm-about-values article:first-child {
    border-top: 0;
  }

  .gm-about-cta {
    min-height: 430px;
  }

  .gm-about-cta__content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .gm-about-cta__content h2 {
    font-size: 31px;
    line-height: 38px;
  }
}

/* Variantes de imagen - Cómo trabajamos */

.gm-about-process__images .gm-about-process__image--desktop {
  display: block;
  width: 100%;
  max-width: 839px;
  aspect-ratio: 839 / 670;
  height: auto;
  object-fit: cover;
}

.gm-about-process__images .gm-about-process__image--mobile {
  display: none;
}

@media (max-width: 767px) {
  .gm-about-process__images .gm-about-process__image--desktop {
    display: none;
  }

  .gm-about-process__images .gm-about-process__image--mobile {
    display: block;
    width: 100%;
    max-width: 339px;
    aspect-ratio: 339 / 232;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
  }
}
/* Mapa de cobertura - revelado progresivo por scroll */

.gm-about-map {
  position: relative;
  aspect-ratio: 1791 / 865;
}

.gm-about-map img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gm-about-map__base {
  z-index: 1;
}

.gm-about-map__overlay {
  z-index: 2;
  clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}

/* Ajuste desktop - escala y composición del mapa */

@media (min-width: 768px) {
  .gm-about-presence {
    position: relative;
    display: block;
    width: min(94vw, 1791px);
    margin-right: auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .gm-about-map {
    width: 100%;
    aspect-ratio: 1791 / 865;
  }

  .gm-about-presence__lists {
    position: absolute;
    z-index: 3;
    top: 23%;
    right: 7%;
    width: min(320px, 22vw);
  }
}

/* Ajuste final desktop - mapa grande sin superposición de textos */

@media (min-width: 768px) {
  .gm-about-presence {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
    gap: 64px;
    width: min(94vw, 1791px);
    margin-right: auto;
    margin-left: 50%;
    align-items: center;
    transform: translateX(-50%);
  }

  .gm-about-map {
    width: 100%;
    aspect-ratio: 1791 / 865;
  }

  .gm-about-presence__lists {
    position: static;
    z-index: auto;
    width: auto;
    align-self: center;
  }
}

/* ==========================================================
   Ajuste final Wix actual
   Innovación / Valores / Primer consulta
   ========================================================== */

/* INNOVACION */

.gm-about-innovation {
  position: relative;
  height: 576px;
  min-height: 576px;
  padding: 0;
  overflow: hidden;
  background: #041e41;
}

.gm-about-innovation__layout {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
}

.gm-about-innovation__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.gm-about-innovation__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  opacity: .68;
}

.gm-about-innovation__copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(877px, calc(100% - 60px));
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.gm-about-innovation__copy .gm-about-label {
  display: none;
}

.gm-about-innovation__copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 46.4375px;
  font-weight: 700;
  line-height: 55.7333px;
  text-align: center;
}


/* NUESTROS VALORES */

.gm-about-values {
  position: relative;
  height: 494px;
  min-height: 494px;
  padding: 0;
  overflow: hidden;
  color: #fff;
}

.gm-about-values__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-about-values__overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 30, 65, .72);
}

.gm-about-values__content {
  position: relative;
  z-index: 2;
  width: min(1365px, calc(100% - 106px));
  height: 100%;
  padding-top: 40px;
}

.gm-about-values__content > h2 {
  margin: 0 0 42px;
  color: #fff;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 46.4375px;
  font-weight: 700;
  line-height: 55.7333px;
  text-align: center;
}

.gm-about-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.gm-about-values article {
  padding: 20px 24px;
  border-left: 1px solid rgba(255,255,255,.35);
}

.gm-about-values article:first-child {
  border-left: 0;
}

.gm-about-values h3 {
  margin: 0 0 16px;
  font-family: "Sora", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.gm-about-values p {
  margin: 0;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 28.8px;
}


/* HAZ TU PRIMER CONSULTA */

.gm-about-cta {
  position: relative;
  display: block;
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
}

.gm-about-cta__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-about-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.48);
}

.gm-about-cta__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(877px, calc(100% - 60px));
  max-width: none;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gm-about-cta__content .gm-about-label {
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 21.6px;
}

.gm-about-cta__content h2 {
  width: 100%;
  margin: 0 0 34px;
  color: #fff;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 46.4375px;
  font-weight: 700;
  line-height: 55.7333px;
  text-align: center;
}


/* MOBILE - valores observados en Wix */

@media (max-width: 767px) {

  .gm-about-innovation {
    height: 350px;
    min-height: 350px;
  }

  .gm-about-innovation__copy {
    width: min(302px, calc(100% - 38px));
    margin: 0 auto;
    flex-direction: column;
  }

  .gm-about-innovation__copy .gm-about-label {
    display: inline-flex;
    min-height: 38px;
    margin: 0 0 28px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
  }

  .gm-about-innovation__copy h2 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .gm-about-values {
    height: auto;
    min-height: 860px;
    padding: 0;
  }

  .gm-about-values__content {
    width: calc(100% - 36px);
    height: auto;
    padding-top: 60px;
  }

  .gm-about-values__content > h2 {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 31.2px;
  }

  .gm-about-values__grid {
    display: block;
  }

  .gm-about-values article,
  .gm-about-values article:first-child {
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.35);
    border-left: 0;
  }

  .gm-about-values article:first-child {
    border-top: 0;
  }

  .gm-about-cta__content {
    width: calc(100% - 36px);
  }

  .gm-about-cta__content h2 {
    font-size: 31px;
    line-height: 38px;
  }
}

/* ==========================================================
   Fidelidad desktop Wix - Quiénes Somos
   Mapa / Cómo trabajamos / Valores / CTA
   ========================================================== */

@media (min-width: 768px) {

  /* --------------------------------------------------------
     MAPA
     -------------------------------------------------------- */

  .gm-about-presence {
    position: relative;
    display: block;
    width: min(94vw, 1791px);
    margin-right: auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .gm-about-map {
    width: 100%;
    aspect-ratio: 1791 / 865;
  }

  .gm-about-presence__lists {
    position: absolute;
    z-index: 4;
    inset: 0;
    display: block;
    width: 100%;
    pointer-events: none;
  }

  .gm-about-presence__lists > div {
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow:
      0 12px 35px rgba(0, 0, 0, .09);
    color: #121212;
  }

  .gm-about-presence__lists > div:first-child {
    top: 25%;
    left: 2.5%;
    width: 272px;
    min-height: 282px;
    padding: 44px 38px 30px;
  }

  .gm-about-presence__lists > div:last-child {
    top: 34%;
    right: 2.5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 38px;
    width: 370px;
    min-height: 348px;
    padding: 26px 26px 32px;
  }

  .gm-about-presence__lists h3 {
    display: inline-flex;
    min-height: 43px;
    margin: 0 0 22px;
    padding: 0 16px;
    align-items: center;
    gap: 12px;
    border-radius: 3px;
    color: #fff;
    font-family: "Sora", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .gm-about-presence__lists h3::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    box-sizing: border-box;
    border: 7px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    background: #fff;
  }

  .gm-about-presence__lists > div:first-child h3 {
    background: #304f9e;
  }

  .gm-about-presence__lists > div:last-child h3 {
    grid-column: 1 / -1;
    justify-self: start;
    background: #10a6d8;
  }

  .gm-about-presence__lists p {
    margin: 0;
    color: #121212;
    font-family: "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 18px;
    line-height: 38px;
  }


  /* --------------------------------------------------------
     COMO TRABAJAMOS
     -------------------------------------------------------- */

  .gm-about-process {
    padding: 95px 0 120px;
  }

  .gm-about-process > .gm-container {
    display: grid;
    grid-template-columns:
      minmax(0, 1.05fr)
      minmax(500px, .85fr);
    grid-template-areas:
      "heading steps"
      "images  steps";
    column-gap: 80px;
    row-gap: 30px;
    align-items: start;
  }

  .gm-about-process__heading {
    grid-area: heading;
    max-width: 680px;
    margin: 0;
  }

  .gm-about-process__heading h2 {
    margin: 0;
    color: #041e41;
    font-family: "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
  }

  .gm-about-process__images {
    grid-area: images;
    width: 100%;
    margin: 0;
  }

  .gm-about-process__images .gm-about-process__image--desktop {
    display: block;
    width: 100%;
    max-width: none;
    aspect-ratio: 839 / 670;
    height: auto;
    object-fit: cover;
    border-radius: 11px;
  }

  .gm-about-process__images .gm-about-process__image--mobile {
    display: none;
  }

  .gm-about-process__steps {
    grid-area: steps;
    display: flex;
    flex-direction: column;
    gap: 54px;
  }

  .gm-about-process__steps article,
  .gm-about-process__steps article:nth-child(even) {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 17px;
    min-height: 210px;
    padding: 25px 30px 27px;
    box-sizing: border-box;
    background: #8d8d8b;
    border: 0;
    border-radius: 11px;
    color: #fff;
  }

  .gm-about-process__steps article > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #ddc762;
    color: #fff;
    font-size: 0;
    letter-spacing: 0;
  }
.gm-about-process__steps h3 {
    margin: 0;
    align-self: center;
    color: #fff;
    font-family: "Sora", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .gm-about-process__steps p {
    grid-column: 1 / -1;
    margin: 28px 0 0;
    color: #fff;
    font-family: "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 18px;
    line-height: 28.8px;
  }


  /* --------------------------------------------------------
     NUESTROS VALORES
     -------------------------------------------------------- */

  .gm-about-values {
    height: auto;
    min-height: 660px;
    padding: 72px 0 82px;
  }

  .gm-about-values__overlay {
    background: rgba(38, 75, 158, .91);
  }

  .gm-about-values__content {
    width: min(1470px, calc(100% - 70px));
    height: auto;
    padding: 0;
  }

  .gm-about-values__content > h2 {
    margin: 0 0 52px;
    color: #fff;
    font-size: 46.4375px;
    font-weight: 400;
    line-height: 55.7333px;
    text-align: center;
  }

  .gm-about-values__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 36px;
  }

  .gm-about-values article,
  .gm-about-values article:first-child {
    box-sizing: border-box;
    min-height: 356px;
    padding: 40px 24px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 10px;
    background: rgba(255, 255, 255, .015);
  }

  .gm-about-values h3 {
    margin: 0 0 88px;
    color: #fff;
    font-family: "Sora", Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
  }

  .gm-about-values p {
    margin: 0;
    color: #fff;
    font-family: "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
  }


  /* --------------------------------------------------------
     HAZ TU PRIMER CONSULTA
     -------------------------------------------------------- */

  .gm-about-cta__overlay {
    background: rgba(25, 25, 25, .38);
  }

  .gm-about-cta__content h2 {
    font-size: 46.4375px;
    font-weight: 400;
    line-height: 55.7333px;
  }

  .gm-about-cta__button {
    width: 166px;
    min-width: 166px;
    height: 62px;
    min-height: 62px;
    border: 0;
    border-radius: 7px;
    background: #304f9e;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }
}

/* ==========================================================
   Diferenciales - Wix actual
   ========================================================== */

.gm-about-differentials {
  padding: 90px 0 110px;
  background: #fff;
}

.gm-about-differentials > .gm-container > .gm-about-label {
  display: none;
}

.gm-about-differentials > .gm-container > h2 {
  margin: 0 0 60px;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}

.gm-about-differentials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
}

.gm-about-differentials article,
.gm-about-differentials article:nth-child(3n + 2),
.gm-about-differentials article:nth-child(3n + 3) {
  box-sizing: border-box;
  min-height: 291px;
  padding: 38px;
  border: 0;
  border-radius: 9px;
  background: #f5f5f5;
}

.gm-about-differential-icon {
  display: flex;
  width: 64px;
  height: 60px;
  margin-bottom: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8.6px;
  background: #28448e;
}

.gm-about-differential-icon img {
  display: block;
  width: 38px;
  height: 38px;
}

.gm-about-differentials h3 {
  margin: 0 0 28px;
  color: #28448e;
  font-family: "Sora", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.gm-about-differentials article p {
  margin: 0;
  color: #121212;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .gm-about-differentials {
    padding: 70px 0;
  }

  .gm-about-differentials > .gm-container > h2 {
    margin-bottom: 38px;
    font-size: 28px;
    line-height: 34px;
    text-align: left;
  }

  .gm-about-differentials__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gm-about-differentials article,
  .gm-about-differentials article:nth-child(3n + 2),
  .gm-about-differentials article:nth-child(3n + 3) {
    min-height: 0;
    padding: 30px 26px;
    border: 0;
    border-radius: 9px;
  }

  .gm-about-differential-icon {
    margin-bottom: 30px;
  }
}

/* ==========================================================
   Corrección visual verificada contra Wix
   Compromiso / Cómo trabajamos / Innovación
   ========================================================== */

@media (min-width: 768px) {

  /* COMPROMISO */

  .gm-about-commitment {
    position: relative;
    display: block;
    min-height: 500px;
    overflow: hidden;
    color: #fff;
  }

  .gm-about-commitment__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .gm-about-commitment__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, .48);
  }

  .gm-about-commitment__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gm-about-commitment__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 500px;
    padding: 0 80px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent;
    text-align: center;
    color: #fff;
  }

  .gm-about-commitment__content .gm-about-label {
    display: inline-flex;
    min-width: 180px;
    min-height: 44px;
    margin: 0 0 36px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 4px;
    background: rgba(100,100,100,.35);
    color: #fff;
  }

  .gm-about-commitment__content h2 {
    max-width: 1000px;
    margin: 0;
    font-size: 46px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
  }


  /* COMO TRABAJAMOS */

  .gm-about-process > .gm-container {
    grid-template-columns:
      minmax(0, 1.2fr)
      minmax(520px, .8fr);
    column-gap: 90px;
  }

  .gm-about-process__heading {
    max-width: 760px;
  }

  .gm-about-process__heading h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
  }

  .gm-about-process__steps {
    gap: 44px;
  }

  .gm-about-process__steps article,
  .gm-about-process__steps article:nth-child(even) {
    grid-template-columns: 44px 1fr;
    min-height: 200px;
    padding: 26px 30px;
    background: #8d8d8b;
  }

  .gm-about-process__steps article > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #ddc762;
    color: #fff;
    font-family: "Sora", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .gm-about-process__steps h3 {
    font-size: 19px;
    line-height: 26px;
  }

  .gm-about-process__steps p {
    margin-top: 28px;
    font-size: 17px;
    line-height: 27px;
  }


  /* INNOVACION */

  .gm-about-innovation__copy {
    display: flex;
    flex-direction: column;
  }

  .gm-about-innovation__copy .gm-about-label {
    display: inline-flex;
    min-width: 175px;
    min-height: 38px;
    margin: 0 0 34px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 3px;
    background: rgba(100,100,100,.35);
    color: #fff;
  }

  .gm-about-innovation__copy h2 {
    max-width: 900px;
    font-size: 46px;
    font-weight: 400;
    line-height: 56px;
  }
}

/* Ajuste geométrico desktop - Cómo trabajamos */

@media (min-width: 1200px) {
  .gm-about-process > .gm-container {
    width: calc(100% - 110px);
    max-width: none;
    margin-right: auto;
    margin-left: auto;

    grid-template-columns:
      minmax(0, 49%)
      minmax(0, 40%);

    column-gap: 0;
    justify-content: space-between;
  }

  .gm-about-process__heading {
    width: 100%;
    max-width: none;
  }

  .gm-about-process__heading h2 {
    max-width: 760px;
  }

  .gm-about-process__images {
    width: 100%;
  }
.gm-about-process__steps {
    width: 100%;
  }

  .gm-about-process__steps article,
  .gm-about-process__steps article:nth-child(even) {
    width: 100%;
  }
}

/* ==========================================================
   Cómo trabajamos - desplazamiento tipo Wix
   ========================================================== */

@media (min-width: 1200px) {

  .gm-about-process > .gm-container {
    display: grid;
    grid-template-columns:
      minmax(0, 49%)
      minmax(0, 40%);
    column-gap: 0;
    justify-content: space-between;
    align-items: start;
  }

  .gm-about-process__left {
    grid-column: 1;
    position: sticky;
    top: 110px;
    align-self: start;
  }

  .gm-about-process__heading {
    grid-area: auto;
    margin-bottom: 30px;
  }

  .gm-about-process__images {
    grid-area: auto;
    margin: 0;
  }

  .gm-about-process__steps {
    grid-area: auto;
    grid-column: 2;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .gm-about-process__left {
    position: static;
  }
}

/* ==========================================================
   Ajuste tipográfico final desktop - Quiénes Somos
   ========================================================== */

@media (min-width: 768px) {

  /* Cómo trabajamos */

  .gm-about-process__steps h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .gm-about-process__steps p {
    margin-top: 24px;
    font-family: "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.45px;
  }

  /* Nuestros Valores */

  .gm-about-values h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
  }

  .gm-about-values p {
    font-family: "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  }
}