.elementor-1681 .elementor-element.elementor-element-19e2749e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1681 .elementor-element.elementor-element-35ae4548{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-1681 .elementor-element.elementor-element-35ae4548.elementor-element{--align-self:center;}/* Start custom CSS for text-editor, class: .elementor-element-35ae4548 */p.destaque {
  font-size: 1.35rem;    
    
  font-style: italic;    
  margin-bottom: 1.8rem;  
   
}


/* Títulos principais */
h2 {
  color: #0058A3;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* Subtítulos */
h3 {
  color: #0058A3;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #0058A3;
  padding-bottom: 0.3rem;
  max-width: max-content;
}

/* Parágrafos */
p {
  text-indent: 1.5em; /* recuo da primeira linha */
  margin-bottom: 1em;

}

/* Itálico dentro do texto */
em {
  font-style: italic;
  color: #555555;
}

/* Negrito dentro do texto */
strong {
  font-weight: 600;
  color: #222222;
}

/* Créditos */
p em {
  font-size: 0.9rem;
  color: #666666;
  text-indent: 0; /* sem recuo para créditos */
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* Para links (caso tenha) */
a {
  color: #0058A3;
  text-decoration: none;
  border-bottom: 1px dotted #0058A3;
  transition: color 0.3s ease;
}

a:hover {
  color: #003d70;
  border-bottom-style: solid;
}/* End custom CSS */