.pdf-page{width:min(1100px,100%);margin:0 auto;padding:2rem 1rem 3rem;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.pdf-page .titulo{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700}.pdf-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;justify-items:center}.pdf-card{width:220px;height:220px;border-radius:50%;background:var(--color-primario);color:#fff;text-decoration:none;padding:1.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 18px #0000002e;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;text-align:center}.pdf-card__title{font-size:.9rem;line-height:1.3}.pdf-card__icon{width:28px;height:28px}.pdf-card:hover{background:var(--color-secundario);transform:translateY(-4px) scale(1.02);box-shadow:0 14px 24px #00000040}@media(max-width:600px){.pdf-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:1rem}.pdf-card{width:130px;height:130px;padding:.75rem}.pdf-card__title{font-size:.5rem}.pdf-card__icon{width:22px;height:22px}}
