
.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;margin-top:34px}
.texto h2{font-family:var(--serif);font-weight:600;font-size:36px;color:var(--navy);
    line-height:1.12;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:8px 0}
.texto .traducao{font-style:italic;color:#5a5a52}
.texto .box{border-radius:12px;padding:18px 22px;margin:22px 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:0}
.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;display:block}
.texto .box--gold .rotulo{color:#88692B}
.texto .box p:last-child{margin-bottom:0}
.texto .tab-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0}
.texto table{width:100%;border-collapse:collapse;margin: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 .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}
.texto .faq{border-bottom:1px solid rgba(0,46,110,.1);padding:6px 0}
.texto .faq summary{font-family:var(--sans);font-weight:600;color:var(--navy);cursor:pointer;
    padding:12px 0;font-size:1.0625rem;list-style:none}
.texto .faq summary::-webkit-details-marker{display:none}
.texto .faq summary::before{content:"+";color:var(--gold-texto);font-weight:700;margin-right:10px}
.texto .faq[open] summary::before{content:"–"}
.texto .faq p{margin:0 0 14px 24px;font-size:1.0625rem}
@media print{
.texto .no-print{display:none!important}
.texto section{break-inside:avoid-page}
.texto .faq{break-inside:avoid}
.texto .faq[open] p{display:block}
.texto details{display:block}
.texto details p{display:block!important}
.texto table{min-width:0}
.texto .tab-wrap{overflow:visible}
.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 .tab-wrap{overflow:visible}
.texto table{min-width:0}
.texto thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.texto table,.texto tbody,.texto tr,.texto td{display:block;width:100%}
.texto tr{border:1px solid rgba(0,46,110,.16);border-radius:12px;margin:0 0 14px;overflow:hidden;background:#fff}
.texto tr:nth-child(even) td{background:transparent}
.texto td{padding:12px 16px;border-bottom:1px solid rgba(0,46,110,.08);vertical-align:baseline}
.texto tr td:first-child{background:var(--navy);color:#fff;font-family:var(--sans);
      font-size:1.0625rem;font-weight:600;letter-spacing:.02em}
.texto tr td:first-child strong{color:#fff}
.texto tr td:first-child .traducao{color:rgba(255,255,255,.72);font-weight:400}
.texto td:not(:first-child)::before{content:attr(data-label);display:block;font-family:var(--sans);
      font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
      color:var(--navy);margin-bottom:3px}
.texto td:last-child{border-bottom:0}
}
@media (max-width:640px),(pointer:coarse){
.texto .faq summary{padding:14px 0}
}
