/* Preserve the supplied 3:1 wordmark in every shared site header and footer. */
.portal .topo img.marca-selo{width:210px;height:70px;object-fit:contain;filter:none}
.portal .rodape img.marca-selo{width:240px;height:80px;object-fit:contain;filter:none;max-width:100%}
@media(max-width:767px){
  .portal .topo img.marca-selo{width:clamp(104px,32vw,152px);height:48px}
}
