*{
    margin: .5em;
    padding: .1em;
    box-sizing: border-box;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}
body {
    background-color: #dbecfc;
}
.barraprincipal{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    list-style-type: none;
    text-decoration: none;
    background-color: #59aaf7; 
    font-size: .7em;
}
.links{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    list-style-type: none;
    text-decoration: none;
    font-size: 1em;
    background-color: #87c4ff;
}
h2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.redes{
    display: flex;
    align-items: center;
    align-content: space-around;
    justify-content: space-between;
    font-size: .8em;
    list-style-type: none;
}
footer {
    font-size: .6em;
}