
.texto img,.texto svg{max-width:100%;height:auto}
.texto .rotulo{font-family:var(--sans);font-size:.875rem;font-weight:600;letter-spacing:.18em;
    text-transform:uppercase;color:var(--teal-texto);display:block}
.texto section{padding-top:24px;margin-top:20px;border-top:1px solid rgba(0,46,110,.1);scroll-margin-top:14px}
.texto section:first-of-type{border-top:0}
.texto h2{font-family:var(--serif);font-weight:600;font-size:clamp(26px,6.4vw,38px);color:var(--navy);
    line-height:1.12;margin:6px 0 4px;letter-spacing:-.3px}
.texto h3{font-family:var(--serif);font-weight:600;font-size:clamp(20px,4.8vw,24px);color:var(--navy);margin:24px 0 4px}
.texto p{margin:12px 0}
.texto a{color:var(--navy)}
.texto strong{font-weight:600;color:var(--navy-deep)}
.texto ul,.texto ol{margin:12px 0;padding-left:20px}
.texto li{margin:7px 0}
.texto .filete{height:2px;width:60px;background:var(--gold);border:0;margin:18px 0}
.texto .box{border-radius:12px;padding:16px clamp(16px,3.6vw,22px);margin:20px 0;border:1px solid rgba(0,46,110,.12)}
.texto .box--teal{background:var(--agua-tint);border-left:3px solid var(--teal)}
.texto .box--gold{background:var(--ouro-tint);border-left:3px solid var(--gold)}
.texto .box--navy{background:var(--navy);color:#fff;border-color:transparent}
.texto .box--navy h3,.texto .box--navy strong{color:#fff}
.texto .box--navy a{color:var(--agua);text-decoration:underline;
    text-underline-offset:3px;font-weight:600}
.texto .box--navy a:hover,.texto .box--navy a:focus-visible{color:#fff}
.texto .box--navy .rotulo{color:var(--agua)}
.texto .box .rotulo{margin-bottom:6px}
.texto .box--gold .rotulo{color:#88692B}
.texto .box p:first-of-type{margin-top:6px}
.texto .box p:last-child{margin-bottom:0}
.texto .tabela-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0}
.texto table{width:100%;border-collapse:collapse;font-size:1.0625rem;}
.texto th{background:var(--navy);color:#fff;font-family:var(--sans);font-weight:600;
    font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;text-align:left;padding:11px 14px}
.texto td{padding:11px 14px;border-bottom:1px solid rgba(0,46,110,.1);vertical-align:top}
.texto tr:nth-child(even) td{background:rgba(230,246,248,.5)}
.texto .mito{border-radius:12px;border:1px solid rgba(0,46,110,.12);padding:14px 18px;margin:12px 0;background:#fff}
.texto .mito .m{font-weight:600;color:var(--navy-deep);display:block;margin-bottom:2px}
.texto .mito .v{display:block;font-size:1.0625rem}
.texto .mito .v::before{content:"→";color:var(--gold-texto);font-weight:700;margin-right:8px}
.texto .figuras{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin:22px 0}
.texto .fig{background:#fff;border:1px solid rgba(0,46,110,.12);border-radius:12px;padding:16px;text-align:center}
.texto .fig svg{display:block;margin:0 auto;width:100%;max-width:230px;height:auto}
.texto .fig figcaption{font-size:1.0625rem;color:#555;margin-top:10px;line-height:1.45}
.texto .fig figcaption b{color:var(--navy);font-weight:600}
.texto .grade{fill:none;stroke:var(--navy);stroke-width:1.1;stroke-linecap:round}
.texto .amsler{background:#fff;border:1px solid rgba(0,46,110,.12);border-radius:12px;
    padding:16px;max-width:330px;margin:18px auto}
.texto .amsler svg{display:block;width:100%;height:auto}
.texto .pills{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}
.texto .pill{background:#fff;border:1px solid var(--gold);color:var(--navy-deep);
    border-radius:999px;padding:6px 15px;font-size:1.0625rem;font-weight:500}
@media print{
.texto .no-print{display:none!important}
.texto section{break-inside:avoid-page;page-break-inside:avoid}
.texto .box,.texto .fig,.texto .amsler,.texto .mito,.texto table{break-inside:avoid;page-break-inside:avoid}
.texto h2,.texto h3{break-after:avoid;page-break-after:avoid}
.texto .tabela-scroll{overflow:visible}
.texto table{min-width:0}
.texto a{color:var(--navy)!important;text-decoration:none}
.texto .box--navy{background:#fff!important;color:var(--tinta)!important;
      border:1px solid rgba(0,46,110,.35)}
.texto .box--navy .rotulo,.texto .box--navy strong,.texto .box--navy h3{color:var(--navy)!important}
}
@media(max-width:640px){
.texto .figuras{grid-template-columns:1fr}
}
