* {
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    background-color: cornflowerblue;
    font-family: monospace
}

header {
    display: flex;
    flex-direction: column;
    color: #001a33
}

header nav {
    display: flex;
    justify-content: center;
    width: 100%
}

header nav ul {
    display: flex;
    width: 75%;
    justify-content: space-around;
}

header nav ul li {
    display: flex;
    margin-top: 1em;
}
header nav ul li a{
    padding: 0.5em;
    background-color: black;
    border-radius: 5px
}
header h1 {
    display: flex;
    justify-content: center;
    color: #001a33;
    margin-top: 1em;
    
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}

main h2 {
    display: flex;
    justify-content: center;
    padding-bottom: 2em;
    color: #001a33
}

main section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%
}

main section article {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #001a33;
    width: 100%;

}

main section article p {
    background-color: #001a33;
    margin: 0.5em;
    color: #0080ff;
    font-size: 1.5rem;
    padding: 0.5em
}

main section img {
    display: flex;
    width: 100%
}

main .propuesta{
    display: flex;
    justify-content: center
}
main .propuesta a{
    display: flex;
    justify-content: center
}
.propuesta img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em;
}

.propuesta h3 {
    margin: 2em;
}

.propuesta img {
    width: 70%;
    height: 70%;
}

.compañerxs {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 5em;
    background-color: cornflowerblue;
}

.compañerxs article {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: cornflowerblue;
}

.compañerxs article h3 {
    display: flex
}

.compañerxs article nav ul {
    display: flex
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 25em;
    width: 100%;
   
}

footer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: em
}

footer div h3 {
    display: flex;
    padding: 1rem
}

footer div nav ul {
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

footer div nav ul li {
    display: flex;
    margin-right: 1em
}

footer nav {
    display: flex;

}

footer p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.8em;
    width: 100%;
    

}

p {
    font-family: monospace
}

:link {
    color: #cce6ff
}

a:hover {
    color: #99ceff;
}

:visited {
    color: #005cb3
}
