*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:var(--frm-fonte, Lato),Lato,Helvetica,Arial,sans-serif;background:var(--frm-fundo);color:rgba(var(--frm-texto-rgb),1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.frm-palco{position:relative;min-height:100svh;display:flex;flex-direction:column;background-color:var(--frm-fundo);background-image:var(--frm-fundo-imagem, none);background-size:cover;background-position:center;background-attachment:scroll;overflow-x:hidden}.frm-veu{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--frm-fundo);opacity:var(--frm-veu-forca, .45);pointer-events:none}.frm-topo,.frm-meio,.frm-nav{position:relative;z-index:1}.frm-topo{display:flex;flex-direction:column;gap:12px;padding:16px 16px 0}.frm-logo-caixa{display:flex}.frm-logo-caixa[data-pos=left]{justify-content:flex-start}.frm-logo-caixa[data-pos=center]{justify-content:center}.frm-logo-caixa[data-pos=right]{justify-content:flex-end}.frm-logo{max-height:56px;max-width:180px;display:block}.frm-barra{height:4px;width:100%;border-radius:10px;background:rgba(var(--frm-texto-rgb),.3);overflow:hidden}.frm-barra-cheia{height:100%;width:0;border-radius:10px;background:var(--frm-cor);transition:width 1s ease-out}.frm-meio{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 66px 40px 16px}.frm-carregando{min-height:100svh;display:grid;place-items:center;color:rgba(var(--frm-texto-rgb),.6);font-size:15px}.frm-nav{position:fixed;right:0;top:0;bottom:0;width:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.frm-nav button{width:36px;height:36px;border:none;border-radius:50px;background:transparent;color:rgba(var(--frm-texto-rgb),1);font-size:20px;line-height:1;cursor:pointer;transition:background-color .15s,opacity .15s}.frm-nav button:hover:not(:disabled){background:rgba(var(--frm-cor-rgb),.15);color:var(--frm-cor)}.frm-nav button:disabled{opacity:.35;cursor:default}@media(max-width:700px){.frm-meio{align-items:flex-start;padding:8px 16px 32px;padding-top:6svh}.frm-nav{top:auto;left:0;right:0;bottom:0;width:100%;height:52px;flex-direction:row;justify-content:flex-end;gap:8px;padding-right:12px;background:linear-gradient(to top,var(--frm-fundo),transparent)}.frm-nav button{width:40px;height:40px}}
