.elementor-kit-3377{--e-global-color-primary:#2E3B1F;--e-global-color-secondary:#54595F;--e-global-color-text:#2E3B1F;--e-global-color-accent:#D4E157;--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-3377 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* ========================================
      DESKTOP – NÃO ALTERA NADA
======================================== */
@media (min-width: 769px) {
    #mobile-hamburger,
    #mobile-menu {
        display: none !important;
    }
}

/* ========================================
      MOBILE — SOMENTE MOBILE
======================================== */
@media (max-width: 768px) {

    /* HAMBURGER BRANCO */
    #mobile-hamburger {
        width: 35px;
        height: 28px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 999999;
    }

    #mobile-hamburger span {
        height: 4px;
        background: #fff; /* ← 3 barras brancas */
        border-radius: 5px;
        display: block;
    }

    /* MENU FULLSCREEN */
    #mobile-menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff; /* FUNDO BRANCO */
        z-index: 999998;
        transition: top .35s ease;
        padding: 80px 20px;
    }

    #mobile-menu.show-menu {
        top: 0;
    }

    /* BOTÃO X */
    #close-mobile-menu {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 999999;
        color: #000;
    }

    /* LISTA VERTICAL */
    .mobile-menu-list {
        list-style: none;
        padding: 0;
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .mobile-menu-list li a {
        text-decoration: none;
        color: #000;
        font-size: 24px;
        font-weight: 600;
        display: block;
        padding: 10px 0;
    }
}/* End custom CSS */