.cabecalho {
    outline-offset: -3px;
    background-image: none;
    background-color: rgb(0, 102, 179);
    padding-top: 0px;
    padding-bottom: 48px;
    box-shadow: none;
    border-color: rgb(68, 68, 68);
    background-size: auto;
    background-attachment: scroll;
    background-repeat: repeat;
    height: 10px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

.cabecalho img {
    width: 150px;
    display: flex;
    justify-content: center;
    margin-top: 3px;
    align-items: center;
}

#logosesisenai {
    font-family: CNI, sans-serif !important;
    font-kerning: normal;
    font-weight: lighter !important;
    color: rgb(255, 255, 255);
    font-size: 36px;
    display: flex;
}

#logosesisenai a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#logosesisenai a:hover {
    filter: opacity(0.5);
}

#logosesi {
    text-shadow: 2px 2px 4px #b2dbff;
}

#logosenai {
    opacity: 0.1;
}

ul.menu {
    margin-top: 0px;
}

body {
    background-color: #e3f2eb;
}