@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    justify-content: center;
    display: flex;
    align-content: center;
}


ul {
    list-style: none;
}



.contenedor, .contenedor2, .contenedor3, .contenedor4, .contenedor5 {
    max-width: 40rem;
    margin: 0 auto;
    justify-content: center;
}




body{   
    background-color: rgba(240, 252, 253, 0.53);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    width: 90%;
    display: flex;
    flex-direction: column;
}

header {
    display: flex;
}

header a {
    display: flex;
    text-decoration: none;
    color: rgb(234, 234, 234);
    justify-content: center;
    padding: 1em;
    border-radius: 1em;
    border-style: solid;
    border-width: 2px;
    background-color: rgba(8, 41, 62, 0.79);
    font-size: 0.8em;
    margin: 0 auto;
}

header div.contenedor {
    display: flex;
    align-items: center;
    justify-content: flex-end;
   width: 100%;
    height: 4em;
    }

nav ul {
    box-sizing: border-box;
    padding: 3em;
    display: flex;
    margin-right: 0.5em;
    margin-left: 0.5em;
}


h1 {
    color: rgba(8, 41, 62, 0.79);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0.5em;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 2.5em;
    margin-top: 1em;
    
}

h2{
    display: flex;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1em;
    letter-spacing: 2px;
    color: rgba(8, 41, 62, 0.79);

}

.contenedor4 {
    
    display: flex;
    text-align: center;
    color: rgba(4, 83, 132, 0.7);
        margin-bottom: 1em;
        display: flex;
    flex-direction: flex;
    flex-wrap: nowrap;
justify-content: space-around;
}

.contenedor3 img{
margin: 0 auto;
margin-bottom: 20px;

}

.contenedor2 img{
margin: 0 auto;
margin-bottom: 20px;
margin-top: 20px;

}
.contenedor4 img {
    
margin: 0 auto;
        padding: 1em;
    
border-radius: 50%;
width: 100px

    

    
}

.contenedor4 ul{
display: flex;
flex-direction: flex;
flex-wrap: nowrap;
justify-content: space-around;
margin: 0 auto;
list-style: none;
font-size: 0.8em;
text-align: center;

}



p {
    display: flex;
    text-align: center;
    justify-content: center;
}




#redes{
    text-align: center;
    margin-top: 20px;
}

#redes ul{
display: flex;
flex-direction: flex;
flex-wrap: nowrap;
justify-content: space-around;
margin: 0 auto;
margin-bottom: 20px;
list-style: none;


}



#academica p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 80px;}


#academica p{
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
}



footer{
    background-color: rgba(4, 83, 132, 0.7);
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
   
}


    
    
