.pix-menu-tree {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.pix-menu-parent {
    font-size: 1.15rem;
    font-weight: 700;

    padding: 0.75rem 1rem;

    border-radius: 12px;

    text-decoration: none;
}
.pix-menu-nav {
    max-height: 100vh;
    overflow-y: auto;
}
.pix-menu-sub {
    display: flex;
    flex-direction: column;

    margin-left: 1rem;
    margin-bottom: 1rem;
}
.pix-menu-child {
    padding: 0.5rem 1rem;

    opacity: 0.85;

    text-decoration: none;
}

.pix-menu-child,
.pix-menu-parent {
    min-height: 44px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {

    .dialog-widget-content {

        width: 100vw !important;
        max-width: 100vw !important;

        height: 100vh;

        border-radius: 0;

    }

}
html {
    scroll-behavior: smooth;
}
.elementor-menu-anchor {
    scroll-margin-top: 120px;
}