.logo {
    width: 60px;
    padding-bottom: 4px;
}

.headers {
    width: 100%;
    padding: 40px 4%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .5s;
}

.space-bar {
    display: none !important;
}

.div-brand:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.container {
    max-width: 1280px !important;
    margin: auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.headers.rolagem {
    background-color: #293866;
    padding: 8px 4%;
    border-bottom: solid 4px #211829;
}

.headers.rolagem a {
    color: white;
}

.headers ul {
    list-style-type: none;
}

.headers ul li {
    display: inline-block;
    margin: 0 15px;
}

.headers ul li a {
    color: white;
}

.dropdown ul {
    background-color: #02183e;
    border-radius: 10px;
    line-height: 35px;
}

.lis:hover {
    font-weight: bold;
    background-color: transparent !important;
}

.headers ul li a:hover {
    color: yellow;
    font-weight: bold;
    list-style-type: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    transform: translate3d(5px, 28px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.dropdown {
    display: inline-block;
    list-style: none;
}

.banner-page {
    background-size: cover;
}

.vazia {
    padding-left: 60px;
}

.menu-mob {
    background-color: #293866;
    top: 0;
}

.logo-mob {
    width: 40px;
}

.navbar-nav .active  {
    background-color: #0B85C8 !important;
    border-radius:  25px;
    padding-left: 5px;
    padding-right: 5px;
}
