.navbar-2020 .row {
    margin: 0;
    padding: 0 3rem;
    margin-top: 0.5rem;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.navbar-brand {
    display: inline-block;
}

.navbar-brand img {
    height: 40px;
    margin-right: 3rem;
    margin-top: 3px;
}

.searchbox {
    display: inline-block;
    max-width: 350px;
    margin: 0;
}

.searchbox input {
    min-width: 215px;
    padding: 0.375rem 0.75rem;
    height: calc(1.6em + 0.75rem + 2px);
    font-size: 0.9rem;
    line-height: 1.6;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 10px;
}

.nossos-sites {
    display: block;
    font-size: 1rem;
    text-align: center;
    background-color: #eee;
    margin-top: -8px;
    padding: 4px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;   
}

.top-bar {
    margin-bottom: 0;
}

.navbar-links {
    float: right;
    margin-top: 4px;
}

.navbar-links .button {
    height: 50%;
    border: none;
    color: white;
    font-weight: 400;
    margin-right: 0.7rem;
    margin-bottom: 0;
    padding: 5px 13px;
    line-height: 1.5;
}

.main_menu .navbar-brand {
    margin-left: 16px;
    margin-top: 7px;
}

.main_menu ul.left {
    margin-left: 40px;
    list-style: none;
    text-transform: uppercase;
}

.main_menu ul li {
    margin-right: 8px;
    padding: 0;
}

.our-sites {
    display: inline-block;
    list-style: none;
    margin: 0 7px;
}

#our-sites {
    left: auto;
    right: 80px;
}

.top-bar-section ul.dropdown {
    border: 1px solid #ccc;
}

.top-bar-section ul li > a {
    color: rgba(0, 0, 0, 0.5);
}

.top-bar-section li.last {
    border-right: 1px solid #eee;
    padding-right: 4px;
    margin-right: 18px;
}

.top-bar-section li.external > a {
    padding: 5px 10px 4px 10px;
    background-color: #eee;
    border-radius: 60px;
    line-height: normal;
    margin-top: 10px;
}

ul.title-area {
    float: right;
    margin: 12px 15px 10px 0;
    border: 1px solid #ccc;
    width: 53px;
    height: 37px;
    border-radius: 4px;
}

@media screen and (max-width: 940px) {
    .top-bar {
        height: 59px;
    }
    .main_menu ul.left {
        margin-left: 0;
    }
    .mobile-navbar-links {
        margin-top: 5px;
        padding: 12px;
        width: 110px;
        display: flex;
        flex-direction: column;
        position: absolute;
        border-right: 1px solid #dee2e6 !important;
    }
    .mobile-navbar-links .button {
        height: 37px;
        border: none;
        color: white;
        font-weight: 400;
        margin-bottom: 7px;
        display: block;
        padding-top: 8px;
        line-height: 1.5;
    }
    .top-bar-section ul.left {
        display: flex;
        flex-direction: column;
        padding-left: 110px;
    }
    .top-bar-section ul.left li {
        margin-right: 15px;
    }
    .top-bar-section ul li {
        margin-right: 0;
    }
    .top-bar-section ul li a {
        background-color: white;
        padding: 8px;
    }
    .top-bar-section ul.our-sites li a.button {
        height: 37px;
        padding: 0;
        display: block;
        background-color: #4ab14c;
        text-align: center;
        border-radius: 50px;
    }
    .top-bar-section li.external {
        margin-bottom: 10px;
    }
    .top-bar-section .searchbox {
        width: 100%;
        margin: 15px;
    }
    #mobile-our-sites {
        width: 160px !important;
    }
    #mobile-our-sites .dropdown-item {
        text-transform: none;
    }
    .top-bar-section ul.dropdown {
        border: none;
    }
    .top-bar-section .dropdown li a {
        padding: 8px 15px;
    }
    .top-bar .toggle-topbar.menu-icon {
        padding-left: 0;
        width: 53px;
        height: 37px;
        right: 0;
        top: auto;
        margin: 0;
    }
    .top-bar .toggle-topbar.menu-icon a {
        display: block;
        width: 53px;
        height: 37px;
    }
    ul.title-area li a span {
        left: 20px !important;
        top: 1px;
    }
    .top-bar-section li.external > a {
        margin-top: 0;
    }

}