﻿.logo {
    font-size: 18px;
    <!-- line-height: 20px; -->
    <!-- width: 40px; -->
    <!-- margin-top: 2px; -->
}

/*header {
    background-color: white;
    height: 40px;
}*/

nav {
    background-color: white;
    height: 40px;
    /*width: 100vw;*/
    width: 100%;
    padding: 0;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
    z-index: 1030;
}

.nav-left ul {
    float: left;
}

.nav-right ul {
    float: right;
}

.menu {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.menuRight {
    float: right;
}

.menu > li, .menu > a {
    display: inline-block;
    line-height: 38px;
}

.menu li {
    position: relative;
}

.menu a {
    color: #0061c2;
    padding: 0 10px;
    margin: 0;
    text-decoration: none;
    display: block;
    transition: background-color .22s ease, color .22s ease;
}

    .menu a:hover {
        color: #ffffff !Important;
        text-decoration: none;
        background-color: #0061c2;
    }

.submenu {
    font-size: 14px;
    position: absolute;
    top: 100%;
    background-color: white;
    width: auto;
    min-width: 160px;
    padding: 0;
    list-style: none;
    display: none;
    margin-left: -1px;
    z-index: 1001;
    border: 2px solid gainsboro;
    left: 0;
}

.submenu-right {
    left: auto;
    right: 0;
}

.submenu li a {
    line-height: 26px;
    white-space: nowrap;
}

.menu li:hover > .submenu {
    display: block;
    width: auto;
}

.submenu2 {
    font-size: 14px;
    position: absolute;
    background-color: white;
    width: auto;
    min-width: 160px;
    padding: 0;
    left: 100%;
    top: 0;
    margin-top: -2px;
    list-style: none;
    display: none;
    z-index: 1000;
    border: 2px solid gainsboro;
}

    .submenu2 li a {
        line-height: 26px;
        white-space: nowrap;
    }

.submenu li:hover > .submenu2 {
    display: block;
}

/*.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }*/

.menuItem {
    width: calc(100% - 15px);
    height: auto;
    background-color: white;
    text-align: left;
    /*Interno*/
    /*color: black;*/
    /*Externo*/
    color: #0078f0;
    padding: 10px 0 10px 15px;
    margin-left: 15px;
    margin-right: 10px;
}

    .menuItem:hover {
        /*Interno*/
        /*background-color: #19856F;*/
        /*Externo*/
        background-color: #0061c2;
        color: white;
    }

.menuItemUnico {
    border-radius: 15px;
    border: 0.5px solid grey;
    margin-top: 5px;
    margin-bottom: 15px;
}

.menuItemInicio {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    border-left: 0.5px solid grey;
    border-top: 0.5px solid grey;
    border-right: 0.5px solid grey;
}

.menuItemMeio {
    border-top: 0.5px solid grey;
    border-left: 0.5px solid grey;
    border-right: 0.5px solid grey;
    margin-top: 0;
    margin-bottom: 0;
}

.menuItemFim {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    border: 0.5px solid grey;
}

.divParagrafoMenu {
    max-width: 100%;
    text-align: left;
    margin-left: 30px;
    color: black;
    padding: 5px 0 0 0;
    font-weight: 600;
}
