* {
    box-sizing: border-box;
    list-style: none;    
}

body {
    background-color: #f5f5f5;
    font-family: sans-serif;
    font-size: 10pt;
    margin: 1em;
    padding: 1em;
    color: black
    display: flex;
    justify-content: center;
    flex-direction: column;
    list-style: none;
}

main {
    justify-content: center;
    text-align: center;
}

header{
    background-color: #464646;
    width: 100%;
    height: 8em;
    margin: 0em;
    padding: 1em;
    font-size: 12pt;
    display: block;
}

header nav ul{
    list-style: none;
    display: flex
    margin: 0em;
    padding: 0em;
}

header nav ul li a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-color: #e0056a;
    padding: 0.5em;
    margin: 0.2em;
    float: left;
    justify-content: center;
    list-style:none;
    list-style-type: none;
    }

h1{
    color: #e0056a;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20pt;
    font-stretch: normal;
    text-align: center;
    list-style:none;
    list-style-type: none;
    }

.destacado{
    color: #e0056a;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 25;
    font-stretch: condensed;
    justify-content: center;
    text-align: center;
    list-style:none;
    list-style-type: none;
}

main p{
    color: #000000;
    font-size::9pt;
    text-align: center;
    font-weight: normal;
    list-style:none;
    list-style-type: none;
}

section h2 {
    color: #ffffff;
    background-color: #464646;
    margin: 0.5em 0.5em 0.5em 0.5em;
    padding: 0.2em;
    text-align: center;
    justify-content: center;
    list-style:none;
    list-style-type: none;
}

.redes{
    color: #e0056a;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    justify-content: center;
    list-style: none;
    list-style-type: none;
}

section h3 {
    color: #ffffff;
    background-color: #464646;
    margin: 0.5em;
    padding: 0.2em;
    padding-left: 0.5em;
    text-align: center;
    list-style:none;
    list-style-type: none;
}

.boceto {
    display: flex;
    text-align: center;
    background-color: #000000;
    margin: 0.5em;
    padding: 0.2em;
    justify-content: center
    
}

footer{
    color: white;
    background-color: black;
    font-size: 8pt;
}
