<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --menumobile-background: white; /*var(--corcontrasteclara, white);*/
    --menumobile-color: black; /*var(--corbackgroundescuro, black);*/
    --menumobile-active: transparent; /*var(--menumobile-background);*/
    --menumobile-active-color: var(--corprincipalcliente, black);
    --menumobile-nome-color: var(--corprincipalcliente, #55A9F2);
    --menumobile-nif-color: #999;
}
/*--------------------------------------------------------------
  # Menu Superior
  --------------------------------------------------------------*/

.sf-arrows .sf-with-ul {
    padding-right: 10px;
    padding-top: 10px;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu a {
        padding: 20px 8px 10px 8px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 13px;
    }

        .nav-menu a:hover:before,
        .nav-menu li:hover &gt; a:before,
        .nav-menu .menu-active &gt; a:before {
            visibility: visible;
            transform: scaleX(1);
        }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

        .nav-menu li:hover &gt; ul,
        .nav-menu li.sfHover &gt; ul {
            display: block;
        }

    .nav-menu &gt; li {
        margin-left: 10px;
        float: left;
    }

        .nav-menu &gt; li &gt; a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #1179CF;
            background-color: var(--corprincipalcliente, #1179CF);
            visibility: hidden;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out 0s;
        }

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: -145px;
        z-index: 99;
        margin: 4px 0 0 0;
        border: 1px solid #e7e7e7;
    }
        /*
.nav-menu2 ul {
    display: none;
}

.nav-menu2 li{
  /*  border-top: solid 1px #dedede;*/

        /*}*/

        .nav-menu ul li {
            min-width: 190px;
        }

            .nav-menu ul li:first-child {
                border-top: 0;
            }

            .nav-menu ul li a {
                padding: 10px;
                color: #333;
                transition: 0.3s;
                display: block;
                font-size: 13px;
                text-transform: uppercase;
            }

                .nav-menu ul li a:hover {
                    /*    background: #91c5f2;
    color:#fff;*/
                    transition: 0.2s;
                }

            .nav-menu ul li ul li a {
                text-transform: unset;
            }



        .nav-menu ul ul {
            margin: 0;
            top: 0;
            left: auto;
            right: 100%;
            background-color: #ffffff;
        }

body.mobile-nav-active-mynet-less,
body.mobile-nav-active-user-less {
    overflow: hidden;
}

    body.mobile-nav-active-mynet-less #mobile-nav-mynet-less {
        left: 0px;
        right: auto;
        overflow-y: scroll;
    }

    body.mobile-nav-active-user-less #mobile-nav-user-less {
        left: auto;
        right: 0px;
    }

    body.mobile-nav-active-mynet-less #mobile-nav-toggle-mynet,
    body.mobile-nav-active-user-less #mobile-nav-toggle-user-less {
        color: #251f20;
    }

#nav-menu-container-mynet {
    float: right;
    margin: 0;
}

#nav-menu-container-user {
    float: right;
    margin: 0;
    display: inline-flex;
    margin-top: 25px;
}


#mobile-nav-mynet-less,
#mobile-nav-user-less {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: white;
    background: var(--menumobile-background, white);
    width: 260px;
    transition: 0.3s;
    border-bottom: 1px solid #dedede;
}

#mobile-nav-mynet-less {
    left: -260px;
}

#mobile-nav-user-less {
    right: -260px;
}

    #mobile-nav-mynet-less ul,
    #mobile-nav-user-less ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav-mynet-less ul li,
        #mobile-nav-user-less ul li {
            position: relative;
            background-color: transparent;
        }

            #mobile-nav-mynet-less ul li a,
            #mobile-nav-user-less ul li a {
                font-size: 16px;
                overflow: hidden;
                padding: 10px 10px 10px 22px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                color: #251f20;
                color: var(--menumobile-color, #251f20);
                text-transform: uppercase;
            }


#mobile-nav-mynet-less li &gt; ul li &gt; a {
    text-transform: uppercase;
}



#mobile-nav-mynet-less ul li li,
#mobile-nav-user-less ul li li {
    padding-left: 30px;
}

#mobile-nav-user-less .nomevisao360less {
    font-size: 16px;
    text-transform: uppercase;
    color: #55A9F2;
    color: var(--menumobile-nome-color, #55A9F2);
    text-align: center;
    padding-top: 10px;
    white-space: normal;
}

#mobile-nav-user-less .nifvisao360less {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    color: var(--menumobile-nif-color, #999);
    text-align: center;
}

#mobile-nav-toggle-mynet-less {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    margin: 20px 0 0 10px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

#mobile-nav-toggle-user-less {
    position: fixed;
    right: 5%;
    top: 0;
    z-index: 998;
    margin: 20px 0px 0px 0px;
    border: 0;
    background: none;
    font-size: 20px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
}


/* botï¿½o do menu */
#mobile-nav-toggle-mynet-less i {
    color: white;
    color: var(--menuautsimples-color-master, white);
}

#mobile-nav-toggle-user-less i.logado {
    color: white;
    color: var(--menuautsimples-color-master, white);
}

#mobile-body-overly-mynet-less,
#mobile-body-overly-user-less {
    width: 100%;
    height: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

#mobile-nav-mynet-less li.menu-has-children-less {
    margin: 0px;
}

li.menu-has-children-less i{
    float: right;
}

li.menu-has-children-less i.fa-chevron-left{
    float: left;
}

#mobile-nav-mynet-less li.menu-has-children-less &gt; ul {
    display: none;
}

#mobile-nav-mynet-less li.menu-has-children-less.open &gt; ul {
    display: block;
}

#mobile-nav-mynet-less li.menu-has-children-less &gt; a,
#mobile-nav-mynet-less li.menu-has-children-less &gt; i {
    color: #251f20;
}

#mobile-nav-mynet-less li.menu-has-children-less.open &gt; a,
#mobile-nav-mynet-less li.menu-has-children-less.open &gt; i {
    color: #00ade4;
    color: var(--menumobile-active-color, #00ade4);
    background-color: #91c5f2;
    background-color: var(--menumobile-active, #91c5f2);
}

#mobile-nav-mynet-less li.menu-has-children-less.menuativo &gt; a,
#mobile-nav-mynet-less .menuativo &gt; a {
    color: #00ade4;
    color: var(--menumobile-active-color, #00ade4);
    background-color: white;
    background-color: var(--menumobile-active, white);
}



@media only screen and (max-width: 1199px) {
    #nav-menu-container-mynet {
        display: none;
    }

    #menuAutSimples {
        display: none;
    }

    #mobile-nav-toggle-mynet-less {
        padding-left: 6px;
        display: inline;
    }

    #mobile-nav-toggle-user-less {
        display: block;
        padding-left: 2px;
    }

    #mobile-nav-mynet-less {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    #mobile-nav-mynet-less, #mobile-nav-user-less {
        display: none !important;
    }
}

.escondeIrmaos {
    display: none;
}

.mostraFilhos {
    display: block;
}

.acedeMenu.fa-chevron-left {
    left: 0;
    padding-right: 10px !important;
}
</pre></body></html>