html,
body {
    margin: 0%;
    overflow-x: hidden;
    background-color: rgb(247, 247, 247);
}

h1 {
    font-size: 22px;
}

h4 {
    font-size: 12px;
}

.document {
    padding: 30px;

    max-width: 25cm;
    width: 100%;
    height: auto;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
}

footer {
    position: static;
    bottom: 0;
    background-color: rgb(81, 81, 81);
    color: #FFF;
    width: 100%;
    padding-top: 5px;
}

.subFooter {
    background-color: rgb(40, 42, 43);
    color: rgb(128, 124, 124);
    text-align: center;
    font-size: 12px;
    height: 60px;
    padding-top: 20px;
}

.logoFooter {
    margin-left: 25px;
    margin-top: 35px;
}

.table {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}

.navbar {
    height: 60px;
}

.logo {
    width: 190px;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*Banner com imagem e descrição da página*/
.banner {
    margin-top: 60px;
    width: 100%;
    max-height: 100px;
}

.conteudoBanner {
    position: absolute;
    margin-left: 75px;
    margin-top: 125px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 50px;
}


/*Sessão de acessos remotos*/

.acessoRemoto {
    height: 265px;
    text-align: center;
    margin-top: 45px;
}

.conteudoAcessoRemoto {
    padding-top: 50%;
}

.btnAcesso {
    margin-top: 15px;
}

.btn {
    background-color: rgb(62, 75, 177);
    border-color: #fff;
    border-radius: 0;
}

.btn:hover {
    background-color: rgb(92, 106, 209);
}

.col-sm {
    padding-top: 10px;
}

/*Sessão de sdfdsfsdfsdfsd remotos*/

.title-herader {
    z-index: 9;
    position: absolute;
    color: #fff;
    font-size: 280%;
    margin-top: 6.5%;
    margin-left: 10%;
}

.toolbar-second {
    background-color: #f5f5f5;
    color: #3e4bb1
}

.img-header-logo {
    width: 175px;
    align-items: center;
    display: flex;
}

.img-header {
    width: 100%
}

@media screen and (max-width: 950px) {
    .img-header {
        height: 150px;
    }

    .title-herader {
        font-size: 150%;
        margin-top: 90px;
        margin-left: 2%;
    }

    .logo {
        width: 190px;
        margin-left: 25px;
        margin-top: -6px;
    }
}

.space-right {
    flex: 1 1 auto;
}