* {
    margin: 0; padding: 0;
}
h1{
    font-family: Calibri;
}
h2{
    font-family: Calibri;
}
h3{
    font-family: Calibri;
}
a.menu{
    transition: 0.5s;
    text-decoration: none;
    color: blue;
    padding: 0px 10px;
}
a.menu:hover{
    transition: 0.5s;
    color: white;
    background-color: blue;
    padding: 0px 10px;
}
li{
    font-family: Calibri;
    font-size: 14pt;
    display: flex;
    padding: 10px;
}
li img{
    width: 150px;
}
#menu-vertical{
    position: fixed;
    z-index: 999;
    left: 3%;
    top: 45%;
    overflow: hidden;
    /*-- border: 1px dashed blue; --*/
    padding: 6px;
}
.menususpenso{
    font-family: Calibri;
    font-weight: bold;
    font-size: 12pt;
}

.menususpenso td#cabecalho{
    font-size: 14pt;
}
/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: blue;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: white;
}
.txtdados{
    font-family: Calibri;
    font-size: 11pt;
    color: blue;
}