Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/gcsconsultores/gcs-website/llms.txt

Use this file to discover all available pages before exploring further.

GCS’s consulting approach is built on the conviction that real value comes not from issuing recommendations, but from accompanying organizations through the full journey — from diagnosis to sustainable execution. The DiferencialMetodologia component on the Sobre Nosotros page presents this approach in two parts: three core differentials that define how GCS thinks and works, followed by a five-step methodology that defines what GCS does on every engagement.

Our Differentials

Three principles set GCS apart from conventional consulting firms. They are rendered as interactive hexagons in the DiferencialMetodologia component.

Pensamiento Estratégico

Ayudamos a la dirección a tomar decisiones con una visión integral de negocio.

Implementación Real

Nos involucramos en la ejecución para convertir las estrategias en resultados.

Soluciones Integradas

Articulamos estrategia, auditoría, cumplimiento, riesgos y tecnología bajo un mismo enfoque.
The headline above these hexagons reads:
Conectamos estrategia, ejecución y personas para generar resultados reales.

Five-Step Methodology

Every GCS engagement follows a structured five-step cycle. Each step has a dedicated image asset located in /public/Sobre-nosotros/ and is connected to the next by a directional arrow in the UI (alternating green #A3C02E and navy #27325D).
1

Comprender

Identificamos brechas y riesgos críticos.Image asset: /Sobre-nosotros/comprender.jpeg — Arrow to next step: #A3C02E (green)
2

Analizar

Enfocamos esfuerzos donde más valor generan.Image asset: /Sobre-nosotros/analizar.jpeg — Arrow to next step: #27325D (navy)
3

Diseñar

Construimos soluciones personalizadas.Image asset: /Sobre-nosotros/diseñar.jpeg — Arrow to next step: #27325D (navy)
4

Implementar

Ejecutamos junto a su equipo.Image asset: /Sobre-nosotros/implementar.jpeg — Arrow to next step: #A3C02E (green)
5

Mejorar

Evaluamos, ajustamos y escalamos.Image asset: /Sobre-nosotros/mejorar.jpeg — Last step; no arrow.

Component Reference

The full methodology section lives in a single component:
components/sections/sobre-nosotros/diferencial-metodologia.tsx
const diferenciales = [
  {
    title: "Pensamiento\nEstratégico",
    desc: "Ayudamos a la dirección a tomar decisiones con una visión integral de negocio.",
    icon: "/Sobre-nosotros/pensamiento-icon.png",
  },
  {
    title: "Implementación\nReal",
    desc: "Nos involucramos en la ejecución para convertir las estrategias en resultados.",
    icon: "/Sobre-nosotros/implementacion-icon.png",
  },
  {
    title: "Soluciones\nIntegradas",
    desc: "Articulamos estrategia, auditoría, cumplimiento, riesgos y tecnología bajo un mismo enfoque.",
    icon: "/Sobre-nosotros/soluciones-icon.png",
  },
];

const steps = [
  { title: "Comprender",  desc: "Identificamos brechas\ny riesgos críticos.",      image: "/Sobre-nosotros/comprender.jpeg",  arrowColor: "#A3C02E" },
  { title: "Analizar",    desc: "Enfocamos esfuerzos\ndonde más valor generan.",   image: "/Sobre-nosotros/analizar.jpeg",    arrowColor: "#27325D" },
  { title: "Diseñar",     desc: "Construimos soluciones\npersonalizadas.",          image: "/Sobre-nosotros/diseñar.jpeg",     arrowColor: "#27325D" },
  { title: "Implementar", desc: "Ejecutamos junto a\nsu equipo.",                  image: "/Sobre-nosotros/implementar.jpeg", arrowColor: "#A3C02E" },
  { title: "Mejorar",     desc: "Evaluamos, ajustamos\ny escalamos.",              image: "/Sobre-nosotros/mejorar.jpeg",     arrowColor: null },
];
Our model converts knowledge into concrete actions and sustainable results. Every step of the methodology is designed to leave the organization stronger — not dependent on external consultants, but equipped to sustain what was built.

Build docs developers (and LLMs) love