body.elementor-page-22:not(.elementor-motion-effects-element-type-background), body.elementor-page-22 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050507;}/* Start custom CSS *//* remove scroll horizontal */
html, body {
  width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: auto !important;
}

/* remove duplo scroll */
[data-elementor-type="wp-page"] {
  overflow: hidden !important;
}

/* quebra o texto suavemente */
.text-warped {
  text-wrap: nowrap;
}

/* quebra o texto abruptamente */
.text-balance {
  text-wrap: balance;
}

/* Bloquear margem vazia dos textos */
p:last-child {
  margin: 0;
}

.linha-top::before{
    content: "";
    background: #006EC3;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
}/* End custom CSS */