.elementor-873 .elementor-element.elementor-element-f6e4f96{--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-873 .elementor-element.elementor-element-f449ca3{font-family:"Open Sans", Sans-serif;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-f449ca3 *//* Container geral das seções */
section {
  margin-bottom: 40px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  line-height: 1.6;
}

/* Títulos principais */
section h2 {
  font-size: 28px;
  color: #1a1a1a;
  border-bottom: 3px solid #ff6600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Subtítulos */
section h3 {
  font-size: 20px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Parágrafos */
section p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #444444;
}

/* Listas */
section ul {
  margin-left: 25px;
  margin-bottom: 20px;
  list-style-type: disc;
  color: #555;
}

/* Itens da lista */
section ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

/* Link destacado para contato ou algo que queira adicionar */
a.highlight {
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
}

a.highlight:hover {
  text-decoration: underline;
}/* End custom CSS */