.elementor-12 .elementor-element.elementor-element-71fdcea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS */<style>
/* ================================
   SCROLLBAR PERSONALIZADA
   ================================ */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #1a2e12;
}
::-webkit-scrollbar-thumb {
  background: #7AAD52;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: #5e8f3d;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #7AAD52 #1a2e12;
}

/* ================================
   SELEÇÃO DE TEXTO
   ================================ */
::selection {
  background: #7AAD52;
  color: #FAFAF7;
}
::-moz-selection {
  background: #7AAD52;
  color: #FAFAF7;
}

/* ================================
   BLOQUEIO DE SCROLL LATERAL
   ================================ */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}
</style>/* End custom CSS */