{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

a{ text-decoration: none; }





.headerperfil {
    background-image: linear-gradient(to right, #6e95c9, #9a6bab); 
    width: 100%;
    height: 2.6em;
    padding: .8em;



}

.headerperfil ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: 'Nunito', sans-serif;
    color: white;
    font-size: .8em;
    font-weight: 600;
    list-style: none;

    
}



.headerperfil li a {
    Color:white ;

}


main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
    
}


section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
    margin-right: 6em;
    margin-left: 6em;
}



.titulo  {
    justify-content: center;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    color: #514c4c; 
    font-size: 2em;
    font-weight: 800;
    list-style: none;
    margin-top: .5em;
}

    

.titulo2 {
justify-content: center;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    color: #514c4c; 
    font-size: 1.2em;
    font-weight: 800;
    list-style: none;
    margin-top: .5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
  

}


.titulo2 p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
   
}

.titulo3 {
justify-content: center;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    color: #514c4c; 
    font-size: .9em;
    font-weight: 700;
    list-style: none;
    margin-top: .5em;

}


.linea {
    margin: 1em 0em;
    width: 100%;
    height: 2px;
    background: #6e95c9;

}



p {
   justify-content: center;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    color: #514c4c; 
    font-size: .7em;
    font-weight: 600;
    list-style: none;
    margin-top: .5em;


}

li {
    list-style: none;
    font-family: 'Nunito', sans-serif;
    color: #514c4c; 
    font-size: .8em;
    font-weight: 600;
    list-style: none;
    margin-top: .5em;


}

