/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* =========================
   FIA | Quadro Branco (Base)
   ========================= */

/* Base do site */
html, body {
  background: #ffffff !important;
  margin: 0;
  padding: 0;
}

/* Fonte global */
body,
p, span, li, a,
input, textarea, select, button,
label, small {
  font-family: "DMS Sans", Arial, sans-serif !important;
  color: #1f2933;
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
  font-family: "DMS Sans", Arial, sans-serif !important;
  font-weight: 700;
  color: #1f2933;
}

/* Links */
a {
  color: #006341; /* verde FIA (ajuste se quiser) */
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* “Limpeza” visual: sem caixas/sombras por padrão */
.dnd-section,
.dnd-column,
.hs_cos_wrapper_type_module,
.hs_cos_wrapper_type_rich_text,
.module {
  background: transparent !important;
  box-shad