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.

The mission, vision, and values define GCS’s identity as a firm. They are not aspirational statements — they are the operating principles behind every project, every decision, and every relationship the firm builds. The MisionValores component on the Sobre Nosotros page presents them under the heading “Lo que nos define”, anchoring the firm’s purpose in language that is both precise and human.

Mission & Vision

Misión

Brindar soluciones integrales personalizadas transformando el conocimiento en valor para nuestros clientes y nuestra gente.

Visión

Ser la Firma que satisface sus necesidades al ser parte de sus soluciones.
The pairing is intentional: the mission defines how GCS creates value (through knowledge transformed into personalized, integrated solutions), while the vision defines what GCS aspires to be (a firm that participates in solutions rather than simply advising from a distance).

Corporate Values

Nuestros valores son los pilares de una identidad compartida que definen el posicionamiento de la firma y la manera de hacer las cosas trabajando en equipo, con respeto, confidencialidad, calidad y oportunidad. Los fundamentos de nuestra actividad se basan en los siguientes valores corporativos:

Trabajo en equipo

Results are only possible when every member of the team contributes with the same commitment to the client’s success.

Respeto

Every interaction — internal or external — is grounded in mutual respect for people, roles, and processes.

Confidencialidad

Client information is handled with the highest standards of discretion and professional responsibility.

Calidad

Deliverables meet national and international standards because quality is a commitment, not a goal.

Oportunidad

Timely delivery and responsiveness are as important as technical excellence — the right answer at the right moment creates real value.

Values Graphic

The values are visualized as interlocking hexagons in the MisionValores component. The graphic assets are served from:
  • /Sobre-nosotros/valores-corporativos.png — hexagon diagram of corporate values
  • /Sobre-nosotros/figuras.png — decorative graphic element
Beside the values diagram the component renders the firm’s internal motto:
Solo con un gran equipo se obtienen los mejores resultados

Component Reference

components/sections/sobre-nosotros/mision-valores.tsx
{/* Misión */}
<div className="bg-[#212b59] text-white p-10 md:p-14">
  <h3 className="text-3xl font-bold mb-2">Misión</h3>
  <p className="text-lg font-light leading-relaxed">
    Brindar soluciones integrales personalizadas transformando el
    conocimiento en valor para nuestros clientes y nuestra gente.
  </p>
</div>

{/* Visión */}
<div className="bg-white p-10 md:p-14 flex flex-col justify-center">
  <h3 className="text-3xl font-bold text-[#1d6b9e] mb-2">Visión</h3>
  <p className="text-[#3b4369] text-lg font-light leading-relaxed">
    Ser la Firma que satisface sus necesidades al ser parte de sus soluciones.
  </p>
</div>

{/* Valores gráfico */}
<img
  src="/Sobre-nosotros/valores-corporativos.png"
  alt="Valores corporativos"
  className="w-full max-w-[450px] object-contain"
/>
<img
  src="/Sobre-nosotros/figuras.png"
  alt="Adorno gráfico"
  className="w-48 md:w-60 object-contain"
/>

Build docs developers (and LLMs) love