#banner-topo {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
display: flex;
justify-content: center;
background: rgba(255, 255, 255, 0.95);
padding: 10px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.25);
backdrop-filter: blur(5px);
}
#banner-topo .conteudo {
display: flex;
align-items: center;
position: relative;
}
#banner-topo amp-img {
max-width: 970px;
width: 100%;
height: auto;
}
#fechar-banner {
position: absolute;
top: -5px;
right: -5px;
background: #000;
color: #fff;
font-size: 16px;
border-radius: 50%;
padding: 4px 8px;
cursor: pointer;
line-height: 1;
}