@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Questrial');

*{
    box-sizing: border-box;
}

body{
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-image:url(ImagenesT/images-2.jpg);
    background
}

nav { 
    background-color: rgba(83, 83, 83, 0.29);
    list-style: none;
    margin: 6;
    padding: 6;
    display: block;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
   }

header h1{
    color: rgba(5, 30, 70, 0.39);
    font-size: 10em;
    text-align: center;
    font-family: sans-serif; 
    margin-top: -0.1em;
    margin-bottom: -0.1em;
}

header nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-around;
}

header nav ul li a:hover {
    color: #0f60f8;
}

header nav ul li a{
    color:rgba(52, 104, 149, 0.97);
    text-decoration:none;
    display: block;
    text-align: center;
    font-family: sans-serif;
}

.destacado{
  color:rgba(52, 104, 149, 0.97);
    text-decoration:none;
    display: block;
    text-align: center;
    font-family: sans-serif;
}

main section p{ 
    color: rgba(52, 104, 149, 0.97);
    display: flex;
    text-align: center;
    font-family:sans-serif;
    flex-wrap: wrap;
}

header img {
    display: center;
    margin: center;
    margin-bottom: 1em;
    height: 3em;
}

body article img{
    float:left;
    margin-bottom: 8em;
    max-width:10%;
    border-radius: 10%;
    margin-right:auto;
}

main div h3{
color: rgba(52, 104, 149, 0.97);
    font-size: 1.em;
    text-align:left;
    font-family: sans-serif;
}
main div ul li { 
    color: rgba(52, 104, 149, 0.97);
    font-size: 1.em;
    flex-wrap: wrap;
    font-family: sans-serif;

}

footer {
    background-color:rgba(52, 104, 149, 0.22);
    text-align:left;
color: rgba(52, 104, 149, 0.97);
    padding: 0 2em 2em 2em;
    font-family: sans-serif;
   
}

aside {
    display: flex;
    color: rgba(13, 59, 100, 0.97);
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 2em;
    margin-top: 2em;
    font-family: sans-serif;
}

@media screen and (min-width: 2em) {
    header nav ul {
        display: flex;
        flex-direction: row; 
    }
    main section p{
        justify-content: center;
        
    }
    body article img{
        max-width: 30.5%;
        margin-left: 2em;
        margin-right: 2em;
        float: right;
        
    }
    aside { color: rgba(27, 58, 85, 0.97)
        flex-direction: column; 2em 
    }


 
    
    
    
    