.elementor-kit-7{--e-global-color-primary:#003366;--e-global-color-secondary:#0055AA;--e-global-color-text:#000000;--e-global-color-accent:#F8F17D;--e-global-color-e953344:#FFFFFF;--e-global-color-4951540:#F8F17D;--e-global-color-c929133:#00ACEC;--e-global-color-77b5b17:#F7F9FC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-e953344 );font-weight:600;color:var( --e-global-color-e953344 );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-e953344 );color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;}.elementor-kit-7 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:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//* --- VERSÃO COMPUTADOR (Tela Grande) --- */
@media (min-width: 768px) {
    /* Na Home: Transparente e Flutuante */
    body.home .elementor-kit-7 {
        background-color: rgba(0, 35, 71, 0.3) !important;
        backdrop-filter: blur(3px) !important;
        position: absolute !important;
        width: 100%;
        top: 0;
        z-index: 999;
    }
    
    /* Nas outras páginas: Azul e Fixo */
    body:not(.home) .elementor-kit-7 {
        background-color: #00B4D8 !important; /* Ciano */
        position: relative !important;
    }
}

/* --- VERSÃO CELULAR (Tela Pequena) --- */
@media (max-width: 767px) {
    .elementor-kit-7 {
        /* Sempre Sólido e Relativo (Empurra o conteúdo para baixo) */
        background-color: #00B4D8 !important; /* Cor do fundo do menu no cel */
        position: relative !important; 
        backdrop-filter: none !important;
    }
}

/* --- EFEITO AO ROLAR (Para todos) --- */
.elementor-kit-7.elementor-sticky--effects {
    background-color: #002347 !important; /* Fica Azul Escuro ao rolar */
}/* End custom CSS */