/* == INÍCIO ESTILO DO MENU ==> */
/* Style the navigation menu */
.navTopo { overflow: hidden; background-color: #AAA; position: relative; font-family: verdana; width: 290px; }

/* Hide the links inside the navigation menu (except for logo/home) */
.navTopo #meusLinks { display: none; font-weight: bold; }
.navTopo #meusLinks a { font-weight: normal; }

/* Style navigation menu links */
.navTopo a { color: white; font-size: 15px; display: block; }
.navTopo a, .navTopo a:hover { text-decoration: none; }

/* Style the hamburger menu */
/*.navTopo a.icon { background: black; display: block; position: absolute; right: 0; top: 0; }*/
.navTopo a.icon { background: black; display: block; position: absolute; left: 0; top: 0; }

/* Add a grey background color on mouse-over */
.navTopo a:hover { background-color: #00AAAA; color: black; }

/* Style the active link (or home/logo) */
.active { background-color: #00AAAA; color: white; margin-left: 48px; font-weight: bold; }

.navTopo a, .cabecalho_menu { padding: 14px 16px; }
li.cabecalho_menu { padding-left: 14px!important; font-size:1.75rem; }

#meusLinks ul { padding: 0px; margin: 20px 0px 0px  0px;}
#meusLinks li { list-style-type: none; margin:0; padding:0; }
.erro { font-weight: bold; color: #FF0000; }
#resultado { font-weight: bold; font-size: 1.5rem; color: #0000FF; }
H4 { font-weight: bold!important; }
/* == FIM ESTILO DO MENU ==> */
