.cabecalho {
    top: 0;
    height: 70px;
}

.cabecalho .top-sup {
    padding: 10px 40px;
}

.cabecalho .top-inf {
    top: 70px;
}
.cabecalho .logo {
    width: 50px;
    height: 50px;
}

.menu .linhas {
    margin-top: 15px;
}
.menu .btn-check {
    margin-top: 15px;
}

.content-imagem {
    top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.content-imagem .imagem {
    height: 300px;
    width: 300px;
} 

.content-imagem p {
    text-align: center;
}

.content-imagem .imagem.tamanho {
    /* position: relative;
    top: 140px; */
}

.conteudo-imagem h1 {
    color: rgb(249, 249, 249);
    text-transform: uppercase;
    margin-bottom: 30px;
}

#img-logo {
    position: absolute;
    z-index: 9999;
    width: 100px;
    height: 100px;
    transform: translate(0px, -20px);
    margin-top: 10px;
}

