
html {
    box-sizing: border-box;
    width: 100%;
    overflow-x:hidden; 
    
}
  

.contenedora {
    

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
header.contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

header nav ul {
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
    
    border-radius: 0.50em;

}


header div {

 background-color: darkmagenta;
 display: flex;
 
}
header ul {
    list-style: none;
    display: flex;
}
header nav ul li {
    float: left;
    width: 180px;
    padding-left: 10px;
    display: flex;
    border-radius: 0.25em;
    
}

a{
    font-family: 'Poppins', sans-serif;
  font-weight: bold;
  border-radius: 0.25em;
  padding-inline: 5px;
  display: flex;
  text-decoration: none;
  width: max-content;
  color: rgb(234, 212, 240)
 



}
header ul li a {
    
    width: 150%;
    height: 100%;
    background-color: rgb(234, 212, 240);
    color: rgb(59, 0, 59);

    font-family: 'Poppins', sans-serif;
 

    display: flex;
    justify-content: center;
    align-items: center;
    
    


}
main ul {
    text-align: center;
    list-style: none;
    display: block;
    justify-content: flex-start;
    border-radius: 1em;
    background-color: darkmagenta;
    color: rgb(234, 212, 240)
    



    
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}


    

main article nav ul li a {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: darkmagenta;
justify-content: center;
display: flex;
list-style: none;

}

#acumar {
    width: 25%;
    height: auto;
    justify-content: center;
}
#dgpc {
    
    width: 15%;
    height: auto;
    max-width: 1024px;
    
   
}

#dgpc img {

    text-align: center;
}

html {
    background-color: rgb(234, 212, 240);
}

h4 {

    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}


body {
    
    font-size: 1rem;
    font-family: sans-serif;
    margin: 0;
    max-width: 100%;
}
 


main {
    background-color: rgb(234, 212, 240);
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    margin: auto;
    min-height: 1024px;

}
.biografia {
    margin: auto;
    text-align: center;
    max-width: 20em;
    
}

#biografia .biografia {

    display: flex;
}
h1 {
    color: rgb(59, 0, 59);
    font-size:x-large;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 2em;
    font-weight: bolder;
    font-family: 'Poppins', sans-serif;

}

h2 {
    color: darkmagenta;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;

    
}

h3 {
    color: darkmagenta;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;

}
.boton {
    border: 1px;
    padding: 10px;
    background-color: darkmagenta;
    color: azure;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    display: flex;
    text-align: center;


}

li {
   
    
    margin: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: center;
    
    
}
footer {
    background-color: darkmagenta;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    
    
}
