.gff-datos{--gff-datos-bg:#0f1e33;--gff-datos-card-bg:#fff;--gff-datos-card-br:12px;--gff-datos-gap:clamp(12px,2vw,24px);--gff-datos-kpi-size:clamp(24px,4vw,36px);--gff-datos-label-size:clamp(12px,2vw,14px);color:#1a2a42}
.gff-datos{box-sizing:border-box;max-width:1120px;margin:0 auto}
.gff-datos__header{margin-block-end:var(--gff-datos-gap);text-align:center}
.gff-datos__title{margin-bottom:8px;font-weight:600;font-size:28px;line-height:34px;letter-spacing:-1px;color:#151d2c}
.gff-datos__title-hidden{display:none}
.gff-datos__subtitle{margin-bottom:32px;font-size:20px;color:#384868;line-height:26px;letter-spacing:-1px}
.gff-datos__subtitle-hidden{display:none}
.gff-datos__content{display:grid;grid-template-columns:1fr;gap:32px}
.gff-datos__media{margin:0;background:var(--gff-datos-bg);border-radius:16px;overflow:hidden;max-width:544px;height:376px}
.gff-datos__media img,.gff-datos__media video{display:block;width:100%;height:100%;object-fit:cover}
.gff-datos__cards{--cols:2;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:32px}
.gff-datos__card{background:var(--bg-card);border:1px solid #b3bdd1;border-radius:16px;padding:31px;display:grid;align-content:start;justify-items:center;text-align:center}
.gff-datos__card-border{border:0;padding:32px}
.gff-datos__kpi{font-weight:800;font-size:48px;line-height:60px;letter-spacing:-2px;color:var(--color-title-card)}
.gff-datos__label{color:var(--color-subtitle-card);line-height:24px;letter-spacing:-0.5px;font-weight:400;font-size:16px}
@media(max-width:1024px){.gff-datos{margin:0 32px}
.gff-datos__card{padding:31px 16px}
.gff-datos__cards{gap:16px;--cols:3}
.gff-datos__cards:has(>.gff-datos__card:nth-child(4)){--cols:4}
.gff-datos__media{max-height:345px;max-width:100%}
.gff-datos__title{font-size:22px;line-height:28px}
.gff-datos__subtitle{font-size:16px;line-height:24px;letter-spacing:-0.5px;margin-bottom:24px}
.gff-datos__kpi{font-size:32px;line-height:38px}
.gff-datos__label{font-size:16px}
}
@media(min-width:1024px){.gff-datos__content{grid-template-columns:1fr 1fr;align-items:start}
.gff-datos__cards{--cols:2}
}
@media(min-width:1024px){.gff-datos__cards>.gff-datos__card:nth-child(3):last-child{grid-column:1 / -1}
}
@media(min-width:1024px){.gff-datos__cards.gff-datos__cards--third-spans>.gff-datos__card:nth-child(3){grid-column:1 / -1}
}
@media(prefers-reduced-motion:reduce){.gff-datos *{transition:none !important}
}
@media screen and (max-width:767px){.gff-datos{margin:0 16px}
.gff-datos__header p{text-align:left !important}
.gff-datos__cards{--cols:2 !important}
.gff-datos__media{width:100%;height:auto;min-width:328px;max-height:212px}
}