.header,
.header a {
    color: #fff;
    background: #008acc;
    font-size: 11px;
    line-height: 19px;
}

.header a:hover {
    text-decoration: none;
}

.header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header .container {
    width: 990px;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.header .wellcome-message,
.header ul.links li a {
    padding: 7px 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

/* .header ul.links li a.entrar {
    padding-right: 0;
} */

.header ul.links li {
    border-left: 1px solid #ccc;
}

.header ul.links {
    line-height: 19px;   
}

@media (max-width: 990px) {
    .header .container {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .header ul.links li:first-child {
        border-left: 0;
    }
}

@media (max-width: 766px) {
    .header .wellcome-message {
        display: none;
    }
}
