:root{
  --uem-azul:#004587;
  --uem-azul-claro:#005baa;
  --uem-verde:#00a859;
  --uem-texto:#334155;
  --uem-cinza:#64748b;
  --uem-fundo:#ffffff;
  --uem-fundo-suave:#f8fafc;
  --uem-borda:rgba(0,69,135,.12);
  --uem-container:1400px;
}

html{
  scroll-behavior:smooth;
}

.uem-theme{
  margin:0;
  color:var(--uem-texto);
}

/* Sem reset global: protege o admin do Plone. */

.uem-theme .hiddenStructure{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
