.elementor-69 .elementor-element.elementor-element-55bb53a{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;--z-index:3;}.elementor-69 .elementor-element.elementor-element-da7d04e{--display:flex;--flex-direction:row-reverse;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:space-between;--align-items:center;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#0000001F;--border-color:#0000001F;--border-radius:0px 0px 0px 0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-69 .elementor-element.elementor-element-ff2a650.elementor-element{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-69 .elementor-element.elementor-element-ec86066 .elementor-heading-title{font-family:"Instrument Sans", Sans-serif;font-size:18px;font-weight:700;line-height:29px;color:#8B6B73;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-69 .elementor-element.elementor-element-ec86066{text-align:center;}}@media(max-width:767px){.elementor-69 .elementor-element.elementor-element-ec86066{text-align:start;}.elementor-69 .elementor-element.elementor-element-ec86066 .elementor-heading-title{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-ff2a650 */.elementor-button:hover, .nav-item.btn:hover{
    box-shadow: none !important;
    transform: scale(1.02);
}
.nav-item.btn{
    transition: .25s linear;
    background: green;
    padding: 10px 14px;
    border-radius: 9999px;
    background: linear-gradient(90deg, var(--color-red-54, #B85C6E) 0%, var(--color-red-42, #8F4554) 100%);
    box-shadow: 0 252px 71px 0 rgba(0, 0, 0, 0.00), 0 161px 65px 0 rgba(0, 0, 0, 0.01), 0 91px 54px 0 rgba(0, 0, 0, 0.05), 0 40px 40px 0 rgba(0, 0, 0, 0.09), 0 10px 22px 0 rgba(0, 0, 0, 0.10) !important;
}
 
.nav-item.btn a.nav-link{
    color: #ffffff !important;
}
@font-face{
 src: url("https://murielgiongo.com.br/wp-content/uploads/2026/02/InstrumentSans-Regular.woff2");
 font-family: "InstrumentSans-Regular";
}

li {
    list-style: none;
}

.menu a {
    color: #511524 !important;
    font-family: "InstrumentSans-Regular";
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
}

.nav-link {
    color: #ffffff !important;
    transition: .5s;
}

.nav-link:hover {
    color: red;
}

/* Botão MENU */
.hamburguer {
    display: none;
    cursor: pointer;
    font-family: "InstrumentSans-Regular";
    font-weight: 700;
    font-size: 18px;
    padding: 5px 20px;
    background: #511524;
    color: #ffffff;
    width: 120px;
    border-radius: 100px;
    text-align: center;
    transition: 0.3s;
    z-index: 10000; /* 🔹 Adicionado para manter o botão acima do menu */
    position: relative; /* 🔹 Mantém a hierarquia correta */
}

@media (max-width: 1024px) {
    .hamburguer {
        display: block;
        top: 0px;
        right: 0px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0px;
        gap: 0px;
        flex-direction: column;
        background: #ffffff;
        width: 100%;
        height: 100vh;
        justify-content: center;
        text-align: center;
        transition: 0.3s;
    }

    .nav-menu.active a {
        color: #191960 !important;
    }

    .nav-item {
        margin: 10px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    /* Animação no botão */
    .hamburguer.active {
        background: red;
        color: #ffffff !important;
    }
}/* End custom CSS */