/* === Blog / Sala de prensa — acento AZUL INSTITUCIONAL ===
   Encolado por el plugin FUNAJIT Páginas solo donde hay shortcodes [blog_...]. */

.bg-hero { --fjx-accent: #1D4ED8; }
.fjx-hero.bg-hero { padding-top:180px !important; padding-bottom:44px !important; min-height:0 !important; display:block !important; }
.bg-hero .fjx-eyebrow { color: #1D4ED8 !important; }
.bg-hero .fjx-btn { background:#1D4ED8 !important; }
.bg-hero .fjx-btn:hover { background:#1E3A8A !important; }
@media (max-width:760px){ .fjx-hero.bg-hero { padding-top:120px !important; } }

/* nota destacada */
.bg-feat { display:grid; grid-template-columns:1.1fr .9fr; gap:0; margin:26px 0 22px; border-radius:22px; overflow:hidden; background:#fff; border:1px solid rgba(16,42,67,.08); box-shadow:0 22px 54px rgba(30,58,138,.12); text-decoration:none !important; transition:transform .2s ease, box-shadow .2s ease; }
.bg-feat:hover { transform:translateY(-4px); box-shadow:0 30px 68px rgba(30,58,138,.18); }
.bg-feat .bg-thumb { width:100%; height:100%; min-height:280px; object-fit:cover; }
.bg-feat-body { padding:30px 32px; display:flex; flex-direction:column; gap:10px; justify-content:center; }
.bg-feat-title { font-family:"Outfit",sans-serif; font-weight:900; font-size:24px; line-height:1.22; margin:0; color:#0a1628; }
.bg-leer { font-weight:800; color:#1D4ED8; font-size:14.5px; }
@media (max-width:860px){ .bg-feat { grid-template-columns:1fr; } .bg-feat .bg-thumb { min-height:200px; aspect-ratio:16/9; } }

/* grilla de tarjetas */
.bg-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.bg-card { display:flex; flex-direction:column; border-radius:18px; overflow:hidden; background:#fff; border:1px solid rgba(16,42,67,.08); box-shadow:0 12px 30px rgba(16,42,67,.08); text-decoration:none !important; transition:transform .15s ease, box-shadow .15s ease; }
.bg-card:hover { transform:translateY(-4px); box-shadow:0 20px 44px rgba(30,58,138,.14); }
.bg-card .bg-thumb { width:100%; aspect-ratio:16/9; object-fit:cover; }
.bg-thumb-ph { display:flex; align-items:center; justify-content:center; aspect-ratio:16/9; background:linear-gradient(135deg,#1E3A8A,#2563EB); color:#fff; font-family:"Outfit",sans-serif; font-weight:900; letter-spacing:.04em; }
.bg-feat .bg-thumb-ph { height:100%; min-height:280px; }
.bg-card-body { padding:18px 20px 20px; display:flex; flex-direction:column; gap:8px; }
.bg-meta { font-size:12.5px; font-weight:700; color:#66748c; }
.bg-meta i { font-style:normal; color:#1D4ED8; font-weight:900; text-transform:uppercase; letter-spacing:.04em; font-size:11.5px; }
.bg-card-title { font-family:"Outfit",sans-serif; font-weight:800; font-size:16.5px; line-height:1.3; margin:0; color:#0a1628; }
.bg-desc { font-size:13.5px; line-height:1.55; color:#4b5a75; margin:0; }
@media (max-width:980px){ .bg-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .bg-grid { grid-template-columns:1fr; } }

/* fila CTA — degradado azul institucional */
.fjx-cta-row { background:linear-gradient(135deg,#1E3A8A 0%, #2563EB 100%) !important; }
.fjx-cta-row .fjx-title { max-width:none !important; margin-left:auto !important; margin-right:auto !important; text-align:center !important; color:#fff !important; }
.fjx-cta-row .fjx-lead { margin-left:auto !important; margin-right:auto !important; text-align:center !important; max-width:62ch; }
.fjx-cta-row .fjx-btn-light { color:#1E3A8A !important; }
.fjx-cta-row .fjx-btn-outline { color:#fff !important; border:2px solid rgba(255,255,255,.75) !important; background:transparent !important; }
.fjx-cta-row .fjx-btn-outline:hover { background:rgba(255,255,255,.16) !important; border-color:#fff !important; color:#fff !important; }
