/* =========================================================
   OFICINA Y UBICACION — SITIO PUBLICO

   Mismo lenguaje que el resto de la home: verde de marca, tarjeta
   blanca de esquinas suaves y sombra baja, tipografia Inter.
========================================================= */

.cgx-section,
.cgx-section *{ box-sizing:border-box; }

.cgx-section{
    padding:88px 0 104px;
    background:#fbfdfb;
    color:#101525;
    font-family:Inter,Montserrat,Arial,sans-serif;
}

.cgx-wrap{
    width:min(1260px,100%);
    margin:0 auto;
    padding:0 30px;
}

.cgx-head{
    max-width:670px;
    margin:0 auto 50px;
    text-align:center;
}

.cgx-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:16px;
    color:#27386e;
    font-size:10px;
    font-weight:850;
    letter-spacing:2.7px;
    text-transform:uppercase;
}

.cgx-eyebrow::before,
.cgx-eyebrow::after{
    content:"";
    width:22px;
    height:1px;
    background:#fcc640;
}

.cgx-head h2{
    margin:0 0 15px;
    color:#070a15;
    font-size:clamp(27px,2.6vw,35px);
    line-height:1.08;
    letter-spacing:-1.2px;
}

.cgx-head p{
    margin:0;
    color:#646c7b;
    font-size:14px;
    line-height:1.7;
}

.cgx-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
    align-items:start;
}

.cgx-panel{
    overflow:hidden;
    padding:19px;
    border:1px solid #e8e5df;
    border-radius:22px;
    background:#fff;
    box-shadow:0 17px 44px rgba(15,23,42,.075);
}

.cgx-panel-title{
    margin:0 0 14px;
    color:#101525;
    font-size:17px;
    font-weight:700;
    letter-spacing:-.3px;
}

.cgx-photo-marco,
.cgx-mapa-marco{
    overflow:hidden;
    border-radius:16px;
    background:#f4f2ee;
}

.cgx-photo-marco{ aspect-ratio:16/10; }
.cgx-mapa-marco{ aspect-ratio:16/11; }

.cgx-photo-marco img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.cgx-mapa-marco iframe{
    width:100%;
    height:100%;
    display:block;
    border:0;
}

.cgx-datos{
    margin-top:16px;
    display:flex;
    flex-direction:column;
    gap:11px;
}

.cgx-dato{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#414650;
    font-size:13px;
    line-height:1.5;
}

.cgx-dato i{
    margin-top:2px;
    color:#324377;
    font-size:13px;
}

.cgx-location-head{ margin-bottom:14px; }

.cgx-location-copy strong{
    display:block;
    color:#101525;
    font-size:13px;
    font-weight:750;
}

.cgx-location-copy span{
    color:#828998;
    font-size:12px;
}

@media(max-width:1050px){
    .cgx-grid{ grid-template-columns:1fr; gap:22px; }
}

@media(max-width:650px){
    .cgx-section{ padding:62px 0 76px; }
    .cgx-wrap{ padding:0 15px; }
    .cgx-head{ margin-bottom:38px; }
    .cgx-head h2{ font-size:24px; }
}
