* {
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    font-family: helvética;
}


img {
    width: 200px;

}
.crecer{
    width: 100%;
  
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: aliceblue;
    width: 100%;
    background-color: thistle;



}

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



}

header nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: black
}

header nav ul li {
    display: flex;
    padding: 1em;
    justify-content: space-around;
    




}

.foto {
    padding: 5em;
    display: flex;
    justify-content: center;
}

h1 {
    display: flex;
    align-content: center;
    color: black;
    font-size: 30pt;
    padding: 1em
}

h3{
    display: flex
    align-content: center;
    color: darkorchid;
        font-size: 1em;
    
}

body {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
    margin-left: 30px;
    margin-top: 100px;
    margin: auto;
    background-color: thistle;
}

div section img{
    padding: 1em;
    display: flex
    aling-content: center

    
        
}




main {
        display: flex;
        align-content: space-between;
        padding:2em;
        justify-content: space-between;
    font-size: 0.9em
        
     }

main section{
    padding: 3em
}


   


p {
        display: flex;
        flex-direction: column;
        width: 300px;
 }

section h2 {
   padding: 3em  
       display:flex;
       flex-direction: column
       margin-top: 100px;
   
}

h2 {
        color: darkorchid;
        font-size: 1em;
    display: flex;
    justify-content:flex-start;
     width: 100%;
    
      }

h3{
    color: darkorchid;
        font-size: 1em;
    
}

.dale{
    width: 100%;
}

div h2{
    display:flex;
    justify-content: center;
    background:white;
}
footer {
        width: 80;
        font-size: 9pt;
        padding: 1em;
        display: flex;
        flex-direction: column
        justify-content: center;
        align-content: center;
}
