.banner-topo-wrapper{position:fixed;top:0;left:0;z-index:1000;width:100vw;height:100px;background:var(--banner-topo-background,transparent);transition:transform 0.25s ease,opacity 0.25s ease}.banner-topo-wrapper.is-hidden-on-scroll{opacity:0;pointer-events:none;transform:translateY(-100%)}.banner-topo{display:flex;align-items:center;justify-content:center;width:1154px;max-width:100%;height:100px;margin:0 auto;line-height:0}@media (max-width:700px){.banner-topo-wrapper,.banner-topo{height:auto}}.banner-topo img{width:700px;height:100%;display:block;object-fit:contain}body.banner-topo-visivel{padding-top:var(--banner-topo-height,0)}body.banner-topo-visivel .header{top:var(--banner-topo-height,0)}body.banner-topo-visivel .header .logo{top:calc(31px + var(--banner-topo-height, 0px))}body.banner-topo-visivel .open-menu{top:calc(18px + var(--banner-topo-height, 0px))}@media (max-width:1154px){body.banner-topo-visivel .open-menu{top:calc(18px + var(--banner-topo-height, 0px))}}