* {
    box-sizing: border-box;
list-style: none; }


body {
    background-color: white;
    color: black;
    font-family: "poppins";
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: space-around;


    
}
header {
    background-color:#1D71D3;
    padding:0em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
align-items: center;
    position: relative;
   
    
}

#logo { 
margin-left:1rem; }

header nav ul li
{ display: flex;
margin: .1rem; }

header nav ul 
{display: flex;
margin-right: 1rem;
font-size: 12px;}

header nav ul li a {
    text-decoration: none;
    color: black;
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: .25rem;
    padding: .5rem;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

main { 

background-color: white;
     width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
      
}

h1 {
    font-size: 2em;
    display: flex;
    justify-content: center;
    
}

h2{ 

    font-size: 1.5em;
    display: flex;
    justify-content: center;
}

.escudo { margin: auto;
    text-align: center;
}

main p {
color: black;
padding: .5rem; 
list-style: none;
text-align: center;
font-size: 10px; 
display: flex;
justify-content: center;
margin-left: auto;
margin-right: auto;
    
}

main p1 {
 color: black;
 box-sizing: border-box;
    display: flex;
    flex-grow: 1;  
 background-color:;
 padding: 1rem 1rem 1rem 1rem;
 list-style: none;
 text-align: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

section h2 {
    font-size: 1.5em;
    padding: 1rem 1rem 1rem 1rem; 
    margin: 1em;
    display: flex;
    justify-content: center;
    width:12em; 
background: rgba(18, 65, 100, 0.5);
text-align: center;
display: flex;
justify-content: center;
margin: auto;
border-radius: 1em;
    margin-top: 1.5rem; 
    

}

}
section ul li a {

    font-size: 3.5em;
    text-decoration: none;
    color: black;
    box-sizing: border-box;
    width: 20%;
    background-color: rgba(160, 187, 206, 0.79);
    display: block;
    margin: 1rem 1rem 1rem 1rem;
    padding: 1rem 1rem 1rem 1rem;
    list-style: none;
    text-align: center;
    justify-content: center;
    align-items: center;
}
    
    


.info {
    font-size: 10pt;
}

.academicos { 

font-size: 12px;
margin-top:1rem; }

.integrantes ul li a {
    display: flex;
    list-style: none;
    background: rgba(0, 108, 255, 0.87);
    margin: 2em;
    color: white;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    align-content: center;
    align-items: center;
    padding:.6rem;
    width: 10em;
    border-radius: em;
    margin-left: auto;
    margin-right: auto;
}
    




.foot {font-size: 9pt;
    
}

hr {
  height: 2px;
  background-color: blue;
      border-color: blue;
}


footer { font-size: 9px;
    text-align: center; 
    justify-content: center; 
    width: 100%; 
    
    
}


/*plan*/

body .plan {width:12em; 
background: rgba(18, 65, 100, 0.5);
text-align: center;
display: flex;
justify-content: center;
margin: auto;
border-radius: 1em;
}

body h4 {width:16em;
    padding: .5rem; 
background: rgba(0, 108, 255, 0.4);
text-align: center;
display: flex;
justify-content: center;
margin: auto;
margin-top: 1em;
border-radius: 1em;}



/*MAPA*/

.titulo {
    
    color: white;
}
    header nav ul li
{ display: flex; }

header nav ul 
{display: flex; }

header nav ul li a {
    font-size: 2.5em
    text-decoration: none;
    color: white;
    box-sizing: border-box;
    width: 100%;
    background-color: #265872;
    display: block;
    margin: .25rem;
    padding: 1rem;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}






    