.elementor-22 .elementor-element.elementor-element-fa31f0e{--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>

/* ===================================
   SELEÇÃO DE TEXTO — contraste universal
   Sólido: funciona em fundo claro E escuro
   =================================== */
body ::selection {
    background: #14dc8f !important;
    color: #032115 !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #032115 !important;
}

body ::-moz-selection {
    background: #14dc8f !important;
    color: #032115 !important;
    text-shadow: none !important;
}

body p::selection,
body h1::selection,
body h2::selection,
body h3::selection,
body h4::selection,
body span::selection,
body a::selection,
body li::selection,
body div::selection {
    background: #14dc8f !important;
    color: #032115 !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #032115 !important;
}

body p::-moz-selection,
body h1::-moz-selection,
body h2::-moz-selection,
body h3::-moz-selection,
body h4::-moz-selection,
body span::-moz-selection,
body a::-moz-selection,
body li::-moz-selection,
body div::-moz-selection {
    background: #14dc8f !important;
    color: #032115 !important;
    text-shadow: none !important;
}

/* ===================================
   SCROLL LATERAL BLOQUEADO
   =================================== */
html,
body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* ===================================
   BARRA DE ROLAGEM — Chrome / Edge / Safari
   =================================== */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #0d0d0d;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #14dc8f 0%, #0b7e52 100%);
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #1fffa8 0%, #14dc8f 100%);
}

::-webkit-scrollbar-corner {
    background: #0d0d0d;
}

/* ===================================
   BARRA DE ROLAGEM — Firefox
   =================================== */
* {
    scrollbar-width: thin;
    scrollbar-color: #14dc8f #0d0d0d;
}

</style>/* End custom CSS */