* {box-sizing:border-box; font-family: "Arial";}

body {padding: 0; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f5f5f5;}

.titulo {width: 100%; text-align: center; font-size: 25px; color: #bc3829; font-weight: bold; margin: 5vh 0px;}

/* RODAPÉ */
footer {width: 100%; background: #e6e6e6; font-size: 0; color: #000; margin-top: 5vh;}
footer a {color: #000; text-decoration: none;}
footer .conteudo_rodape {font-size: 12px; color: #9db4d3; font-weight: 300; text-align: center;}
footer .conteudo_rodape .conteudo_interno_rodape {padding: 40px 10px;}
footer .conteudo_rodape .conteudo_interno_rodape a {margin-top: 10px;}
footer .conteudo_rodape .conteudo_interno_rodape .imagem_rodape {width: 100%; margin-top: 20px;}

/* CABEÇALHO */
header .menu_topo {overflow: hidden; background-color: #e6e6e6; position: relative;}
header .menu_topo a {float: left; color: #000; padding: 14px 16px; text-decoration: none; font-size: 17px; transition: 0.5s; font-weight: bold;}
header .menu_topo a:hover {background-color: #ccc; color: #000;}
header .menu_topo img {position: absolute; top: 50%; margin-top: -12px; right: 30px;}

header #conteudo_menu {width: 100%; height: 100%; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999998; background: rgba(0,0,0,0.4); visibility: hidden; transition: 0.5s;}
header #conteudo_menu .menu {height: 100%; position: absolute; z-index: 1; top: 0; left: -250px; background-color: #111; overflow-x: hidden; transition: 0.5s; padding: 60px 10px; width: 300px;}
header #conteudo_menu .menu a {padding: 10px; text-decoration: none; font-size: 15px; color: #818181; display: block; transition: 0.3s; background: #212121; margin-bottom: 10px; border-radius: 2px; font-weight: normal;}
header #conteudo_menu .menu a.ativo {color: #f1f1f1;}
header #conteudo_menu .menu a.separador {color: #d9d9d9; background: #4e4e4e; margin-top: 30px; text-align: center; font-weight: bold;}
header #conteudo_menu .menu a:hover {color: #f1f1f1;}
header #conteudo_menu .menu .fechar_menu {position: absolute; top: 0; right: 10px; font-size: 36px; color: #818181; cursor: pointer;}

@media screen and (max-height: 450px) {
    header #conteudo_menu .menu {padding-top: 15px;}
    header #conteudo_menu .menu a {font-size: 18px;}
}