.elementor-5109 .elementor-element.elementor-element-f3eb179{--display:flex;}/* Start custom CSS for html, class: .elementor-element-629ca5e */.elementor-5109 .elementor-element.elementor-element-629ca5e h2 {
    color: #0080F6;
}

.elementor-5109 .elementor-element.elementor-element-629ca5e ul {
  list-style-type: none; /* Remove o número padrão */
  padding-left: 1.2em;   /* Espaço à esquerda */
}

.elementor-5109 .elementor-element.elementor-element-629ca5e ul li::before {
    font-size: 10px;
  font-family: "Font Awesome 5 Free"; /* ou "Font Awesome 6 Free" */
  content: "\f054"; /* Chevron Right */
  color: #333;           /* Cor opcional */
  margin-right: 0.5em;   /* Espaço entre o > e o texto */
  font-weight: bold;     /* Negrito opcional */
}

.category-pagination {
  margin-top: 2em;
  text-align: center;
  font-size: 16px;
}

.category-pagination a,
.category-pagination .dots {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 4px;
  text-decoration: none;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.category-pagination a:hover {
  background-color: #0073aa;
  color: #fff;
}

.category-pagination a.current-page {
  background-color: #0073aa;
  color: #fff;
  font-weight: bold;
}

.category-pagination .dots {
  color: #999;
  cursor: default;
}

.category-pagination a.prev-page i,
.category-pagination a.next-page i {
  font-size: 18px;
}/* End custom CSS */