/* Start custom CSS for section, class: .elementor-element-44be9b82 *//* Caixa 4: CSS Adicional para Elementor */

h2.strong-name {
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 0.4em;
}

h2.small-name {
  font-weight: normal;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.4em;
  color: #222;
}

h2.em-name {
  font-style: italic;
  font-size: 1em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
  color: #555;
}

h2.em-name:last-of-type {
  margin-bottom: 1.2em;
}

ul {
  padding-left: 1.2em;
  margin-top: 0;
  margin-bottom: 1.4em;
}

ul li {
  margin-bottom: 0;
  padding: 0;
}

/* Justificado para textos */
.justificado {
  text-align: justify;
}

/* Aplica altura de linha apenas em desktop */
@media(min-width: 1024px) {
  ul li {
    line-height: 0.9em;
  }
  h2.em-name {
    line-height: 1.2em;
  }
}/* End custom CSS */