
body {
    background-color: #2c2c2c;
    max-width: 400px;
    height: auto;
    margin: auto;
   

}


header {
  background-image: url(../img/header.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5em;
} 

#bienvenida {
  padding: 0em;
  margin-top: 2em;
    background-color: #fcf551;
  

   
}

h5 { 
  font-family: 'Open Sans', sans-serif;
  margin: 1em;
  font-size: 18px;
  text-align: center;
  color: black;
    font-weight: 600;
    letter-spacing: 0.02em;padding-top: 0.5em;padding-bottom: 0.5em;
    

}

h4 {
  font-family: 'Open Sans', sans-serif;
  margin: 0em 0em 1em 0;
  font-size: 15px;
  text-align: center;
  color: #d9d9d9;
    background-color: #212121;
    padding: 0.2em;
    font-weight: 600;
    letter-spacing: 0.03em;
}

#ingreso {
  margin: 3em auto;
  display: flex;
 flex-direction: column;
  width: 70%;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;

}

#parte1 {
  display: flex;
  flex-direction: column;
}

#campos1 { 
  display: flex;
  color: white;
  flex-direction: column;
  margin: 0.2em;
}

#botondeingreso {
  display: block; 
  margin: 2em auto;
  background-color: #f2215a;
  font-family: 'Open Sans', sans-serif;
  color: white;
  padding: 0.3em;
  border-radius: 0.3em;
  border: 0.2px solid;
  width: 40%;
  text-align: center;
  text-decoration: none;
}

#redes {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 50%;
  margin: 0 auto;
}

#parte2 {
  display: flex;
  flex-direction: column;
}

#campos2 {
  list-style: none;
  display: flex;
  color: white;
  flex-direction: column;
  margin-top: 1em;  
}

#acepto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  color: white;
}

#terminos {
  color: white;
  text-decoration: underline;
}

footer {
        background-color: #212121;
        font-family: sans-serif; 
        margin-top: 0em;
        font-size: 70%;
        padding-bottom:-5em;
        text-align: center;
        display: block;
        padding-right: 0em;
      
        
    }




footer p {
    padding: 15px;
    font-size: 12px;
    margin-top: -1em;
    color: #646161;
}

footer img {
    padding: 9px 15px;
    width: 100px;
    margin-top: 1em;
}












 