/* Start custom CSS for text-editor, class: .elementor-element-45604afd *//* BOTÃO COM BORDA E HOVER LARANJA */
.custom-borda-laranja {
  border: 2px solid #ED8D1F !important;
}

.custom-borda-laranja:hover {
  background-color: #ED8D1F !important;
  color: #ffffff !important;
  border-color: #ED8D1F !important;
}

/* TRAÇO DECORATIVO À ESQUERDA DO TÍTULO */
.porto-heading.custom-border-1::before,
.wp-block-porto-porto-heading.custom-border-1::before,
h4.custom-border-1::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #ED8D1F !important;
  margin-right: 10px;
  vertical-align: middle;
}/* End custom CSS */