
.texto .rotulo{font-family:var(--sans);font-size:.875rem;font-weight:600;letter-spacing:.18em;
    text-transform:uppercase;color:var(--teal-texto)}
.texto .filete{height:2px;width:64px;background:var(--gold);border:0;margin:20px 0}
.texto section{padding-top:26px;margin-top:22px;border-top:1px solid rgba(0,46,110,.1)}
.texto section:first-of-type{border-top:0}
.texto h2{font-family:var(--serif);font-weight:600;font-size:38px;color:var(--navy);
    line-height:1.1;margin:6px 0 4px}
.texto h3{font-family:var(--serif);font-weight:600;font-size:24px;color:var(--navy);margin:26px 0 6px}
.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:22px}
.texto li{margin:6px 0}
.texto .box{border-radius:12px;padding:18px 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}
.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 .rotulo{margin-bottom:6px}
.texto .box--gold .rotulo{color:#88692B}
.texto .box p:first-of-type{margin-top:0}
.texto .box p:last-child{margin-bottom:0}
.texto .alerta ul{list-style:none;padding-left:0;margin:10px 0 0}
.texto .alerta li{position:relative;padding-left:30px;margin:12px 0;font-weight:500}
.texto .alerta li::before{content:"›";position:absolute;left:6px;top:-2px;color:var(--gold);
    font-size:22px;font-weight:700;line-height:1.4}
.texto table{width:100%;border-collapse:collapse;margin:18px 0;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 .tabela-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0;border-radius:10px}
.texto .tabela-scroll table{margin:0;}
.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:5px 14px;font-size:1.0625rem;font-weight:500}
@media print{
.texto .no-print{display:none!important}
.texto section{break-inside:avoid-page}
.texto .box{break-inside:avoid}
.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 h2{font-size:28px}
.texto h3{font-size:21px}
}
