* { 
    box-sizing:border-box;
    margin: 0em;
    padding: 0em;
    
}
body {
    background-color: beige;
color: black;
    
    padding: 1em;
}

.nombre{
    display: flex;
    flex-direction: row-reverse;
    margin: .4em;
}

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: green;
    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-color: #5fc45f;
    color: beige;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 9pt;
    display: flex;
    justify-content: space-between;
    padding: 0.7em;
    margin: 0.7em;
    }

h1 {
    color: green;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 2.2em;
    padding: 0.7em;
    display:flex;
    justify-content: flex-end;
    align-items: center;

}


h2 { 
  background-color: rgba(22, 191, 94, 0.77);
  margin-bottom: 1em;
  margin-top: 1em;
  color: beige;
  padding: 0.6em;
  font-family: sans-serif;
  display:flex;
  justify-content: center;
    
    
}

h3 {
   color: green;
  font-family: sans-serif;
  margin:2em;
  font-size: 1.5em;
  display:flex;
  justify-content: center;
    
} 


h4  { color: green;
  font-family: sans-serif;
  margin:2em;
  font-size: 1.5em;
  display:flex;
   justify-content: center;
    
} 

 

section p { 
    color: green;
    font-family: sans-serif;
    font-size: 0.8em;
    margin: 1em;
    padding: 1em;
    display:flex;
    justify-content: center;
    
}

.equipo {
    background: green;
}

.nolist {
    list-style: none; 
}


footer {
    background-color: green;
    color: beige;

    padding: 0.7em;
    font-size: 10pt;
}

section ul a { 
    background-color: #5fc45f;
    color: beige;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 15pt;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    margin: 2em;
    
    
}