@charset"utf-8";

body {
    font-family:sans-serif;  
    display:flex;
    flex-direction: column;
    
}

header {
    background-color: #175684;
    display: flex;
justify-content: space-between;

}
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
 
}

.perfil {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 5%;
  

   
    
}

.perfil img{
    display: flex;
    margin: auto;
    text-align: center;
    border-radius: 180px;

    

  
    
}



.perfil H1{
color: cadetblue;
    font-size: 2em;
    text-align: center;
    
 }

.perfil p{
color: cadetblue;
    font-size: 1.5em;
}

nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}


nav ul {display: flex;
align-content: space-between;}

nav ul li a {
    display: inline;
    color: white;
    text-decoration: none;
    margin-right: 20px;
}


main{ display: flex;
flex-direction: column;
flex-grow: 1;}




H2{color: #175684;}

article{
    padding: 3em;
    font-family: monospace;
    background-color: darkgrey
}

p {color: black;
font-size: 0.8em; }


.historialist {color: black;
font-family: sans-serif;
padding: inherit;
line-height: 2em;}


footer{display: flex;
flex-grow: 1;
}

footer div img{float: right;
width: 100px; height: 100px;}

footer div p{text-align: left;
color: darkgray;
font-style: italic;}

.redes {line-height: 3em;
    padding: 1em;
}

.redes li a{text-decoration: none;
list-style: none;
color: black}



