.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   UTILITÁRIOS GERAIS (Scroll, Seleção e Bloqueio)
   ========================================= */

/* 1. Definição das Cores (Caso não tenha globalmente) */
:root {
    --brand-deep-green: #313d36;
    --brand-beige: #e8e1d9;
}

/* 2. Bloqueio TOTAL de Scroll Lateral */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}

/* 3. Barra de Rolagem Personalizada (Webkit) */
/* Largura da barra */
::-webkit-scrollbar {
    width: 12px;
}

/* O "trilho" do fundo (Verde para camuflar) */
::-webkit-scrollbar-track {
    background: var(--brand-deep-green);
}

/* A barra que se move (Bege com borda verde para dar efeito flutuante) */
::-webkit-scrollbar-thumb {
    background-color: var(--brand-beige);
    border-radius: 10px;
    border: 3px solid var(--brand-deep-green); /* Cria um respiro elegante */
}

/* 4. Seleção de Texto Personalizada (Invertida) */
::selection {
    background: var(--brand-beige); /* Fundo Bege */
    color: var(--brand-deep-green); /* Texto Verde */
}

::-moz-selection {
    background: var(--brand-beige);
    color: var(--brand-deep-green);
}/* End custom CSS */