@charset "utf-8";
      

body {
    background: rgba(211, 241, 248, 0.97);
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0; 
}

nav ul {
    background-color: rgba(0, 126, 155, 0.97);
  list-style: none;
    display: flex;
    padding: 0;
    margin-left:0;
justify-content: space-around;}

nav ul li a { list-style: none;
    color: rgba(211, 241, 248, 0.97);
    font-family: sans-serif;
display: flex;
justify-content: center;
margin-left: 0em;
height: 1.3rem;
line-height: 1.3;}


div{display: flex;
justify-content: center;
margin-top: 2em;}

#titulo{color: rgba(90, 1, 55, 0.97) ;
font-family:sans-serif;
     font-size: 2.2em;
    font-feature-settings: normal;
display: flex;
justify-content: center;
max-height: 1vh;}

.texto{ color: black;
font-family: sans-serif;
font-size: 0.7em;
display: flex;
justify-content: center;
min-height: 1vh;}


#titulo1{color: rgba(131, 0, 80, 0.97);
font-family: sans-serif;
font-size: 2em;
width: 100%;
display: flex;
    justify-content: center;
flex-direction: column;
    max-height: 1vh;
    text-align: center;
}



.texto1 {color: rgba(0, 77, 95, 0.97);
font-family: sans-serif;
font-size: 1.2em;
display: flex;
flex-direction: column;
    justify-content: center;
 width: 85%;
    margin-left: 0em;
line-height: 0.5px;
vertical-align: top;
}



li{list-style: none;
text-underline-position: none;
display: flex;
     flex-direction: column;
    text-align: left;
    justify-content: center;
    margin: 0;
text-align: center;
}

li a {color: rgba(0, 194, 239, 0.97);
    font-family: fantasy;
display: flex;
list-style: none;
    text-align: right;
margin-left: 5em;
margin-top: 0em;
height: 0rem;
line-height: 0.5px;
    text-align: left;
width: 55%;
justify-content: flex-end}

#titulo2{color: rgba(131, 0, 80, 0.97);
font-family: sans-serif;
font-size: 2em;
display: flex;
max-height: 1vh;
    flex-direction: column;
    text-align: center;}

.texto2 {color: rgba(0, 77, 95, 0.97);
font-family: sans-serif;
    font-weight: 400;
font-size: 1em;
    font-weight: 400;
display: flex;
flex-direction: column;
    line-height: 0;
min-height: 20em;
    text-align: center;
}

a{ color:rgba(0, 194, 239, 0.97);
    text-underline-position: none;
font-family: fantasy;}


.texto3{color: black;
font-family: sans-serif;
font-size: 0.6em;
font-weight: 100;
display: flex;
max-height: 5vh;
margin-left:0.5rem;
margin-right: 0.5rem;
flex-wrap: wrap;
justify-content: center;}

#aside{color: rgba(0, 0, 0, 0.91);
font-family: sans-serif;
font-size: 0.8em;
    display: flex;
    font-weight: 550;
max-height: 10em;
margin-left:0.5rem;
margin-right: 0.5rem;}

.footer {color: rgba(0, 0, 0, 0.91);
font-family: sans-serif;
font-size: 0.5em;
margin-left:0.5rem;
margin-right: 0.5rem;}




@media screen and (min-width: 50em){
  
    
    #titulo{ display: flex;
    max-height: 0.5em;
min-height: 0.5em;}
    
    texto{display: flex;
    max-height: 0.5em;
min-height: 0.5em;}
    
    #titulo1{display: flex;
   text-align: left;
flex-direction: column;
     width: 10%;
     height: 2.3rem;}
    
    .texto1 li{
flex-direction: column;
text-align: left;
    height: 2.3rem;
    width: 13%;
    }
    
    #titulo2
    { display: flex;
text-align: left;
        height: -100rem;
    width: -100%;
margin-left:0.5rem;
margin-right: 0.5rem;
    }
    
    .texto2{display: flex;
text-align: left;
 margin-left:1rem;
margin-right: 1rem;}
    
 
    
    .texto3{display: flex;
        justify-content: center;}

#aside{
    display: flex;
    justify-content: center;}

.footer {display: flex;
    justify-content: center;}
    
}

.perfil{
    width: 25%;
}







    
    
