.max-width{
    max-width:1200px;
    width:80%;
    margin: 0 auto;
    padding: 10px;
}

.img-thumb{
    width:100%;
    height:100%;
    max-height:152px;
    filter: grayscale(0.3);
    transition: all .3s;
}

.img-thumb:hover{
    filter: grayscale(0);
    box-shadow: 0 0 10px red;
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}

.rodape {
    width: 100%;
    padding: 30px 2%;
    background-color: #00376f;
    color: white;
    text-align: center;
    vertical-align: text-bottom;
}

.barra {
    width: 100%;
    padding: 10px 2%;
    background-color: #af1a23;
    color: white;
    text-align: center;
    vertical-align: text-bottom;
}

.fundo {
    width: 100%;
    padding: 10px 2%;
    background-color: #ffffff;
    color: rgb(77, 77, 77);
    text-align: center;
    vertical-align: text-bottom;
}

.logo-top3 {
    max-width: 100px;
    width: 100%;
}

.logo-top1 {
    max-height: 20px;
    height: 100%;
    opacity: 70%;
}

.logo-top0 {
    max-width: 160px;
    width: 100%;
}

.manchete {
    width: 100%;
    height: 150px;
    padding: 10px 2%;
    background-color: #00376f;
    color: white;
    text-align: left;
    font-size: 22px;
}

.subtitulo {
    width: 100%;
    text-align: left;
}

.maisnoticias {
    width: 100%;
    padding: 10px 2%;
    background-color: #949494;
    color: white;
    text-align: center;
    font-size: 22px;
}

.logos {
    width: 100%;
    text-align: center;
    vertical-align: text-bottom;
}

.link_branco {
    color: #FFFFFF;
}

.imagem_construcao {
    width: 85%;
}

.imagem_diretoria {
    width: 50%;
}