/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.corpo {
    height: 100vh;
    background-color:#fff ;
    box-sizing: border-box;
    margin-left: 1.2%;
    margin-right: 1.2%;
}
.apresentacao {
    margin-top: 1.5%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
 }
 .apresentacao_geo {
   margin-top: 1.5%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   align-items: center;
}
.apresentacao_nup {
   margin-top: 1.5%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   align-items: center;
}
.apresentacao_Normas {
   margin-top: 2%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   align-items: center;
}
 .ordenacao {
    display: flex;
    row-gap: 15px;
    margin: 10px;
    flex-direction: column;
    background-color: #E1E1E1;
    border:1px solid #a7acab;
    align-items: center;
    margin-right: 15%;
    margin-left: 15%;
 }

 .ordenacao_links{
    display: flex;
    row-gap: 10px;
    margin: 10px;
    flex-direction: column;
    align-items: center;
 }
 .ordenacao_links_Normas{
   display: flex;
   row-gap: 10px;
   margin: 10px;
   flex-direction: column;
   align-items: center;
 }
 .header{
    display: grid; 
    grid-template-columns: 1fr 2.2fr;
    margin-top: 2%; 
    margin-left: 1%; 
    margin-bottom: 1%; 
    align-items: center;
 }

 a:visited{
  color:#01405B;  
 }

 a:link{
    color: #01405B;
 }

 img{
    width: 180px;
    height: auto;
    
 }
 @media (max-width:840px){
    .header{
        display: flex;
        flex-direction: column;
        text-align: center;
      
    }
   
    .apresentacao_geo{
      margin-left: 19%;
    }
 }
 @media (max-width:390px){
   .apresentacao_nup{
      margin-left: 19%;
   }
   
 }
.linha{
   width: 80%;
   height: 1px;
   background-color: rgb(0, 0, 0);
   margin-top: 0.5%;
}
.footer{

   display: grid;
   grid-template-columns: 1fr;
   justify-items: center;
   padding: 20px;
}