@charset "utf-8";
body{
    margin: auto;
    background-color: antiquewhite;
    font-family: "Arial", sans-serif;
    
    
}
header {    
    height: 62px;
    background-color: aliceblue;   
}

header nav {
    background-color: aliceblue;
   opacity: inherit;
    height:62px;
    box-shadow: 0 2px 3px rgb(0,0,0,.25) ;
}
    
    
 header nav img{
    margin: 9px 0 0 50px;
    height: 40px;
    float: left;
}

header nav ul {
    margin: 0;
    padding: o;
    list-style: none;
    float: right;
    display: flex;
    
}
header nav ul li a {
    float: left;
    line-height:62px;
    padding: 0 18px;
    font-weight: bold;
    text-decoration: none;
    color: #313131;
    opacity: .4;
    transition: opacity .25s;
  
}

header nav ul li a:hover {
    opacity:1;
}

    .imgredonda {
        width:300px;
    height:300px;
    border-radius:150px;
        margin: 0px 50px 50px 50px;
    }
 
        
}

main h1{
    padding: inherit;
    margin:50px 10px 0px 10px;
     }
main section article{
    padding: inherit;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center space-around;
    align-items: center;
    
    
}

main section article h2{
    margin:60px 10px 0px 10px;
}
main section article p2{
    font-weight: bold;
    height: 62px;
    margin:40px 10px 0;
    
}

footer p{
    text-align: center;
    padding: 50px;
    font-size: .6em;
    
    
}



    
    
    
}


