.ten-tcned{--ink:#0a1f33;--blue:#005eb8;--light:#f5f7fa;--line-light:#e6ebf1;--muted:#5a6b7b;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Inter",-apple-system,sans-serif;background:#fff;color:var(--ink);font-family:var(--sans)}.ten-tcned *{box-sizing:border-box}.ten-tcned .ed-wrap{margin:0 auto;max-width:1200px;padding:1rem 1.5rem 3rem}.ten-tcned .ed-bloco{border-top:1px solid var(--line-light);padding:2.6rem 0}.ten-tcned .ed-bloco:first-child{border-top:0;padding-top:1rem}.ten-tcned .ed-cab{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin:0 0 1.6rem}.ten-tcned .ed-titulo{color:var(--ink);font-family:var(--sans);font-size:.82rem;font-weight:700;letter-spacing:.16em;margin:0;padding-left:.9rem;position:relative;text-transform:uppercase}.ten-tcned .ed-titulo:before{background:var(--blue);border-radius:2px;bottom:.05em;content:"";left:0;position:absolute;top:.05em;width:4px}.ten-tcned .ed-todos{align-items:center;color:var(--blue);display:inline-flex;font-size:.78rem;font-weight:600;gap:.35rem;text-decoration:none;transition:gap .2s;white-space:nowrap}.ten-tcned .ed-todos:hover{gap:.6rem}.ten-tcned .ed-todos svg{fill:none;height:14px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:14px}.ten-tcned .ed-lista{display:grid;gap:1.2rem 1.4rem;grid-template-columns:repeat(4,1fr)}.ten-tcned .ed-card{color:inherit;display:flex;flex-direction:column;min-width:0;text-decoration:none}.ten-tcned .ed-card__media{background:linear-gradient(135deg,#0a78d0,#004a93);background-position:50%;background-size:cover;border-radius:10px;display:block;height:90px;margin-bottom:.7rem}.ten-tcned .ed-card__txt{display:flex;flex-direction:column;min-width:0}.ten-tcned .ed-card__fmt{color:var(--blue);display:block;font-size:.64rem;font-weight:700;letter-spacing:.09em;margin-bottom:.35rem;min-height:.9em;text-transform:uppercase}.ten-tcned .ed-card__fmt span:not(:first-child){display:none}.ten-tcned .ed-card__titulo{color:var(--ink);font-family:var(--serif);font-size:1.02rem;font-weight:700;line-height:1.26;transition:color .2s}.ten-tcned .ed-card:hover .ed-card__titulo{color:var(--blue)}.ten-tcned .ed-card__resumo{color:var(--muted);display:none;font-size:.92rem;line-height:1.6;margin-top:.5rem}.ten-tcned .ed-card__data{color:#8a99a8;font-size:.72rem;margin-top:.5rem}.ten-tcned .ed-card:first-child{grid-column:span 2;grid-row:span 2}.ten-tcned .ed-card:first-child .ed-card__media{height:260px;margin-bottom:1rem}.ten-tcned .ed-card:first-child .ed-card__titulo{font-size:1.65rem;line-height:1.18}.ten-tcned .ed-card:first-child .ed-card__resumo{display:block}@media(max-width:900px){.ten-tcned .ed-lista{grid-template-columns:repeat(2,1fr)}.ten-tcned .ed-card:first-child{grid-column:span 2;grid-row:auto}.ten-tcned .ed-card:first-child .ed-card__media{height:200px}.ten-tcned .ed-card:first-child .ed-card__titulo{font-size:1.35rem}}@media(max-width:560px){.ten-tcned .ed-lista{grid-template-columns:1fr}.ten-tcned .ed-card:first-child{grid-column:span 1}.ten-tcned .ed-card__media{height:70px}.ten-tcned .ed-card:first-child .ed-card__media{height:170px}}