.elementor-kit-6{--e-global-color-primary:#1F2833;--e-global-color-secondary:#00CCFF;--e-global-color-text:#1a1a1a;--e-global-color-accent:#00b4d8;--e-global-color-background:#ffffff;--e-global-color-backgroundAccent:#f0f4f8;--e-global-color-transparent:#00000000;--e-global-color-71504d3:#219EE0;--e-global-color-7a35e73:#1D8BC6;--e-global-color-d3e4b3b:#1B7DB1;--e-global-color-9f12ac9:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Montserrat";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Montserrat";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Montserrat";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Montserrat";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Montserrat";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Oculta o título da pagina Wordpress */
.wp-block-post-title {
    display: none !important;
}

/* =================================================================
   ESTILOS GERAIS DO HEADER
   ================================================================= */
.meu-header-fixo {
    transition: background-color 1.2s ease, padding 1.2s ease, border-radius 1.2s ease, box-shadow 1.2s ease;
}

.meu-header-fixo .elementor-nav-menu a {
    transition: color 1.2s ease-in-out;
}

/* =================================================================
   ESTADO FIXO (STICKY)
   ================================================================= */
.elementor-sticky--effects.meu-header-fixo {
    background-color: white;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
}

/* =================================================================
   AJUSTE APENAS PARA DESKTOP (TELAS MAIORES QUE 1024px)
   ================================================================= */
@media (min-width: 1025px) {
    .elementor-sticky--effects.meu-header-fixo {
        width: calc(100% - 40px);
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0 0 15px 15px;
    }
}

/* =================================================================
   MUDA A COR DOS LINKS DO MENU NO ESTADO FIXO
   ================================================================= */
.elementor-sticky--effects.meu-header-fixo .elementor-nav-menu a {
    color: #333333 !important;
}

/* Garante que o header fixo se alinhe abaixo da barra de admin */
body.admin-bar .elementor-sticky--effects.meu-header-fixo {
    top: 32px !important;
}/* End custom CSS */