.elementor-12 .elementor-element.elementor-element-7132aee{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}body.elementor-page-12{margin:-1px -1px -1px -1px;}/* Start custom CSS for html, class: .elementor-element-6d92c4e *//* 1. Remove bordas e sombras do estado normal */
.nav-link {
    border: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 2. O IMPORTANTE: Remove a linha vermelha se ela for feita via 'pseudo-elemento' (muito comum) */
.nav-link::after,
.nav-link::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    background: transparent !important;
}

/* 3. Remove tudo ao passar o mouse (hover), focar ou estar ativo */
.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.nav-link:visited {
    border: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: white !important; /* Mantém a cor do texto branca se quiser travar a cor */
}

/* 4. Garante que a linha não volte no hover */
.nav-link:hover::after,
.nav-link:hover::before,
.nav-link.active::after {
    display: none !important;
}/* End custom CSS */