@charset "utf-8";

* {
    box-sizing: border-box
}

.links {
    text-decoration: none;
    color:#1d0076;
    font-family: sans-serif;
    font-size: 1em;
}

.links1 {
    text-decoration: none;
    color:aliceblue;
    font-family: sans-serif;
    font-size: 1em;
    display: block;
    background-color: #1d0076;
    padding: .5em;
    margin: 0;
}


.links2 {
    text-decoration: none;
    color:#1d0076;
    font-family: sans-serif;
    font-size: 1em;
}


body {
    background-color: skyblue;
    color:#1d0076;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1.2em;
    
}

h1 {
    font-size: 3em;
    font-family: sans-serif;
    padding: 2;
    margin: 2;
    background-color: #1d0076;
    display: block;
    color:white;
    text-align: center;
        
}

main h3 {
    text-align: center;
}
img.escudo{
    width: 50%;
    height: 50%;
}

section {
    font-size: .75em;
}

aside {
    display: block;
    font-size: .75em;
    font-weight: bold;
    background-color: none;
    color:black;
    font-family: sans-serif;
       }

footer {
    display: block;
    margin: .5em;
    padding: .5em;
    font-weight: lighter;
    font-size: .75em;
    background-color: black;
    color: aliceblue;
    font-family: sans-serif; 
}

header {
    background-color: #ffffff;
    color:#3e3e3e;
    min-width: 1em;
    margin: 0;
    text-decoration: none;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: bold;    
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; 
}



header nav ul {
    padding: 0em 0em 0em 0em;
    color: #3e3e3e;
    font-size: auto;
    list-style: none; 
    border: 1em 0em 3em 0em solid rgb(255, 255, 255);
    text-decoration:none;
    font-family: sans-serif;
    width: 5em;
    min-width: 15em;
    display: flex;
    justify-content: space;
    align-content: stretch;
    flex-wrap: nowrap;
    
}

header img {
    padding: 1em 1em 1em 1em;
    list-style: none; 
    text-decoration:none;
    font-family: sans-serif;
    min-width: 7em;
}

header ul {
    list-style: none;
    display: flex;
}

header ul li {
    width: 3.5em;
    height: 2em;
    margin-left: .50em;
    display: flex;
    justify-content: space-between;
    
}

header ul il a {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 62, 99);
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav{
    margin-right: 2.5em;
}

main h1 {
    margin: 1em;
    padding: .2em;
}

main p{
    margin: 1em;
    padding: .2em; 
    display: block;
}

main section {
    margin:1em;
    padding:.2em;
    display: block;
    display: block;
}

main h1 {
    border-radius: 30px;
}


main section ul {
    list-style: none;
}

header nav ul li a {
    border-radius: 30px;
    }

main {    
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;    
    flex-direction: column;
}

