@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Arimo|Domine|Questrial');




nav {
    
    font-family: 'Arimo', sans-serif;
    color: black;
    background-color: #bcfdf5;
    padding: 0.3em;
    text-align: center;
    
}
nav ul li {
    display:inline;
}


header nav ul li a {
    
    text-decoration: none;
    color: black;
    padding-left: 0.9em;
    font-size: 1em;
}

header nav ul li a:hover {
    text-decoration:underline;
}

article {
    font-family: 'Arimo', sans-serif;
    margin: 30px;
    text-align: center;
}
h1 {
    font-family: 'Questrial', sans-serif;
    font-size: 1.8em; 
    margin: 20px;
    text-align: center;
}



h2{
    text-align: center;
    font-family: 'Questrial', sans-serif;
    font-size: 0.9em;
    margin-bottom: 2em;
    
}

header img {
    margin: auto;
    align-self: center; 
    display: flex;
    border-radius: 50%;
    height: 14em;
    width: 14em;
}


article h2 {
    font-family: 'Domine', serif;
    font-size: 2.5em;
    font-weight: 100;
    color: #65d3c5;
}

article h3 {
    font-size: 15px;
}

article h4 {
    font-size: 1em;
    color: #65d3c5;
}


 


article p {
    font-size: 0.8em;
}

footer {
    background-color: #bcfdf5;
    padding: 10px;
    color: black;
    font-size: 0.7em;
    text-align: left;
    line-height: 1.5em;
}



div#logos{
    margin-left: 48%;
    display: flex;
}




aside a{
    
    text-decoration: none;
    font-size: 12px;
}

aside img{
    margin: auto;
    height: 5em;
    width: 5em;
    display: block; 
    text-decoration: none;
    margin-bottom: 2em;
    
}
aside a:hover {
    
    cursor: auto;
   
}
.destacado{
    width: 60em;
    height: 100em;
}

