@charset "utf-8";

*{
    box-sizing: border-box;
    margin: 0em;
    padding: 0em;

}

body {
    background-color: black;
    color: black;
    margin: auto;
    padding: 0;
    font-family: sans-serif;
    display: block;

}

body header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

header ul {
    list-style: none;
    display: flex;
    
}
header {
    background-color: #f76881;
    width: 100%;
    height: 5em;
    margin: 0em;
    padding: 1em;
    font-size: 9pt;
    display: block;
}

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

header nav ul li a{
    background: #15e3a4;
    padding: 0.3em;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    margin: 1em;
    }

#usuario{
    max-width: 20em;
    max-height: 20em;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1rem;
    border-radius: 7rem;
    
}
 h1 {
    background-color: #f76881;
    color: beige;
    font-size: 1.8em;
    margin: 1em;
    padding: 0.5em;
    display: flex;
    justify-content: center;
    text-align: center;
   
}



.textoh1{
    font-size: 13pt;
    color:#f76881; 
    font-style: normal;
    text-align: center;
}

h2,
h3,
h4 {
    background-color:#f76881;
    color: beige;
    font-family: monospace;
    font-size: 1.7em;
    margin: 1em;
    padding: 0.5em; 
    display: flex;
    justify-content: center;
    text-align: center;
}
    
section p {
    font-size: 12pt;
    color: white;
    font-style: normal;
   
}

    
.curso {
    font-size: 12pt;
    color: #f76881;

}


    


 ul li a{
    
    background-color: #15e3a4;
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 0.3em;
    display: flex;
    justify-content: center;
    text-align: center;
   
}


p {
    display: block;
    text-align: center;
    margin: 1em;
    
} 
.instagram{
    font-family: inherit;
    font-weight: bold;
    font-size: 1.3em; 
    color:#f76881;
    
    
    
    
}
footer{
    margin: 1em;
    padding: 1em;
    color: beige;
    font-size: 8pt;
    
    
    }

aside ul li a {
    background-color: #15e3a4;
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin-left: 6em;
    margin-right: 6em;
    padding: 0.5em;
    display: flex;
    justify-content: center;
    text-align: center;
    
}

.mapa {
    margin: 4em;
    display: flex;
   
    }

@media (min-width: 30cm)
    
    