body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color: #444;
}
h1,
h3,
h4,
h5,
h6 { font-weight: 300 }

h2{font-weight:600; padding-bottom:20px;}
@media (max-width: 590px) {
    h2{
        font-size:24px;
    }
    h3{
        font-size:21px;
    }
}
*,
*:focus { outline: none !important }

li{
    list-style: none;
}
a {
  color: #004a6d;
  cursor: pointer;
}
a:hover{
  color: #004a6d;
  text-decoration: underline;
}
a:focus {
  color: #004a6d;
  text-decoration: underline;
}

.page { overflow: hidden }

header {
  background:#004a6d;
  text-align: center;
  padding:27px 0;
}

#documentos {
    padding:30px 30px;
}


footer{
    padding:20px 10px 15px 0;
    background: #004a6d;
    color:#ffffff;
    position:fixed;
    width:100%;
    bottom:0px;
    
}
footer a{
    color:#cccccc;
    text-decoration: none;
}
footer a:hover{
    color:#ffffff;
    text-decoration: none;
}
footer a:focus{
    color:#ffffff;
    text-decoration: none;
}

#footer .copyright { margin-bottom: 0 }


 .flag{
    top:10px;
    }

.flag{
    position:fixed; 
    z-index:99999;right:0px;
}