.elementor-4774 .elementor-element.elementor-element-545736b{--display:flex;--flex-direction:row;--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;--justify-content:space-between;--align-items:center;--padding-top:020px;--padding-bottom:020px;--padding-left:20px;--padding-right:20px;}.elementor-4774 .elementor-element.elementor-element-545736b:not(.elementor-motion-effects-element-type-background), .elementor-4774 .elementor-element.elementor-element-545736b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#363636;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4774 .elementor-element.elementor-element-0d3273e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-545736b */#menu-alternativo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-alternativo li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-alternativo li::marker {
    display: none;
    content: "";
}

#menu-alternativo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 24px;
    border: 1px solid rgba(111, 0, 46, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #6f002e;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(111, 0, 46, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

#menu-alternativo a:hover,
#menu-alternativo a:focus {
    background: #6f002e;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(111, 0, 46, 0.18);
}

#menu-alternativo .current-menu-item > a,
#menu-alternativo .current_page_item > a {
    background: #6f002e;
    color: #ffffff;
    border-color: #6f002e;
}

@media (max-width: 767px) {
    #menu-alternativo {
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    #menu-alternativo a {
        min-height: 40px;
        padding: 10px 18px;
        font-size: 0.88rem;
        white-space: nowrap;
    }
}/* End custom CSS */