.elementor-931 .elementor-element.elementor-element-41fbeb9{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}body:not(.rtl) .elementor-931 .elementor-element.elementor-element-11686b1{left:0px;}body.rtl .elementor-931 .elementor-element.elementor-element-11686b1{right:0px;}.elementor-931 .elementor-element.elementor-element-11686b1{top:0px;}body.elementor-page-931:not(.elementor-motion-effects-element-type-background), body.elementor-page-931 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2EFE9;}:root{--page-title-display:none;}body.elementor-page-931{padding:0px 0px 0px 0px;}/* Start custom CSS *//* =========================================
   1. BLOQUEIO DE SCROLL LATERAL (ANTI-QUEBRA)
   ========================================= */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    position: relative !important;
}

/* =========================================
   2. SCROLLBAR PERSONALIZADO (PREMIUM)
   ========================================= */
/* Largura da barra */
::-webkit-scrollbar {
    width: 10px !important;
    background-color: #122827 !important; /* Fundo Verde Escuro */
}

/* O trilho (fundo por onde a barra corre) */
::-webkit-scrollbar-track {
    background: #122827 !important;
}

/* A barra em si (o "polegar") */
::-webkit-scrollbar-thumb {
    background-color: #327975 !important; /* Verde Marca */
    border-radius: 10px !important; /* Arredondado */
    border: 2px solid #122827 !important; /* Borda da mesma cor do fundo para criar um respiro elegante */
}

/* Quando passa o mouse na barra */
::-webkit-scrollbar-thumb:hover {
    background-color: #EAE6DE !important; /* Muda para o Bege (destaque) */
}

/* =========================================
   3. SELEÇÃO DE TEXTO (HIGHLIGHT)
   ========================================= */
/* Para navegadores padrão */
::selection {
    background-color: #327975 !important; /* Fundo Verde Marca */
    color: #FFFFFF !important; /* Texto Branco Puro */
    text-shadow: none !important;
}

/* Para Firefox */
::-moz-selection {
    background-color: #327975 !important;
    color: #FFFFFF !important;
    text-shadow: none !important;
}/* End custom CSS */