/* ///////////////////// LOGO / HEADER / MENU \\\\\\\\\\\\\\\\\\\\\\\\\ */

.logo {
    position: relative;
    width: 228px;
    height: auto;
    top: -7px;
}

header {
    background-color: #fff;
    z-index: 99;
}

#menu-container {
    height: 123px;
}

.navbar {
    padding: 1.9rem 0;
    background-color: #fff;
}

.nav-item {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    font-family: 'Aeonik TRIAL';
    letter-spacing: -0.25px;
    font-size: 1.1rem;
    font-weight: normal;
    font-style: normal;
}

.nav-link {
    color: #26377f !important;    
}

.nav-link::after {
    display: none;
}

.nav-link.active, .nav-link:hover {
    color: #1ea597 !important;
}

.seja-franqueado {
    position: relative;
    display: flex;
    align-items: center;
    top: -2px;
    padding: 0.45rem 1.5rem 0.45rem 0.5rem;
    text-decoration: none;
    color: #fff;
    background-color: #00205c;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.seja-franqueado:hover {
    background-color: #002c7e;
}

.faca-seu-emprestimo {
    position: relative;
    display: flex;
    align-items: center;
    top: -2px;
    padding: 0.45rem 1.5rem 0.45rem 0.8rem;
    text-decoration: none;
    color: #fff;
    background-color: #00205c;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.faca-seu-emprestimo:hover {
    background-color: #002c7e;
}

.text-seja-franqueado {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.text-faca-seu-emprestimo {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#cta-faca-seu-emprestimo.active2 {
    background-color: #1ea597;
}

.dropdown-menu {
    margin-top: -4px !important;
    margin-left: -2px !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow {
    box-shadow: 0px 11px 181px 35px rgba(0, 255, 234, 0.25);
}

.align-items {
    align-items: flex-start !important;
}

.dropdown-item {
    padding-left: 40px;
    color: #26377f;
}

.dropdown-item:hover {
    color: #1ea597 !important;
}

.dropdown-item .dropdown-square {
    position: absolute;
    margin-top: 4px;
    left: 24px;
    vertical-align: super;
    font-size: 0.6rem;
    color: #1ea597;
}

.dropdown-item:hover .dropdown-square {
    color: #1ea597;
}

.dropdown-item.active, .dropdown-item:active {
    color: #1ea597;
    background-color: #fff;
}