/* topo */
.topo{position:sticky;top:env(safe-area-inset-top,0px);z-index:10;display:flex;align-items:center;justify-content:space-between;height:52px;margin:0 -12px;padding:0 12px;background:rgba(230,239,255,.86);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}
.topo img{height:24px;width:auto;display:block}
.redes{display:flex;gap:6px}
.ic{width:36px;height:36px;border-radius:50%;background:var(--card);display:flex;align-items:center;justify-content:center}
.ic svg{width:18px;height:18px}
.k b{white-space:nowrap}
.k span{align-items:center;gap:5px}
.k.vivo b{color:var(--laranja)}
.cab{display:flex;justify-content:space-between;align-items:baseline;margin:16px 2px 8px}
.cab h2{margin:0;font-size:19px;font-weight:700;letter-spacing:-.01em}
.cab span{font-size:13px;color:var(--sec)}

