@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Laila:400,500,600,700');

/* general pantalla registro */
*{
   
    box-sizing: border-box;

    
}

#pagina {
    width: 400px;

}

html {
    font-size:12px;
    font-family:'Roboto';
    font-weight: 400;
}

body {
    background-color: snow;
    font-size:1.6rem;

}

h1{
    color:#000000;
    font-family: "Laila";
    font-weight: 800;
    text-align: center;
    font-size:2em;
     margin: 1rem 1rem 0rem 1rem;
}




h2{
    color:#000000;
    font-family: "Laila";
    font-weight: 800;
    margin: 0rem 1rem 1rem 1rem;
    text-align: center;
    font-size:2em;
}

a{
    text-decoration:none;
    color:black;
}

button>a{
    text-decoration:none;
    color:white;
}




/* imagenes */

.header img{
    width: 40%;
    
}

.ceibo img{
    width: 100%;
    margin: center;
}

/* botones */

#usuario, #contrasena {
    width: 100%;
    padding: 8px 12px;
    margin-top: 15px;
    display: inline-block;
    border:2px solid #d68736;
    background-color: transparent;
    font-size:20px;
    font-family:'Roboto';
    font-weight: 400; 
}

.botonprimero{
    width: 100%;
    background-color: #d68736;
    color: white;
    padding: 10px 12px;
    margin: 20px 0;
    border: none;
    cursor: pointer;
    font-size:23px;
    font-family:'Roboto';
    font-weight: 400;
}

.botonsegundo{
    width: 100%;
    background-color: #d68736;
    color: white;
    padding: 5px; 
    margin-top:20px;
    border: none;
    cursor: pointer;
    font-size:16px;
    font-family:'Roboto';
    font-weight: 300;
}
.botondetexto{
    text-align: center; 
    font-family:'Roboto';
    font-size: 1rem;
    font-size:14px;
}

.pie{
    font-size: 1rem;
    text-align:center;
    margin: 2.5rem 1rem 2rem 1rem;
    border-top: 1px solid #a39a9a;
    font-family:'Roboto';
    padding:7px;
}

main{
    margin-top: 1rem ;
}


h3{
    color:#000000;
    font-family: "Laila";
    font-weight: 800;
    margin: 10rem 1rem 1rem 1rem;
    text-align: center;
    font-size:2em;
}

h4{
    color:#000000;
    font-family: "Laila";
    font-weight: 800;
    margin: 1rem 1rem 15rem 1rem;
    text-align: center;
    font-size:2em;
}


/* pagina principal menú */


}


nav a{
    color: #f0f1f5;
    font-family: "Roboto";
    font-weight: 500;
    font-size:2rem;
    line-height: center;
    
}


h5{
    color:#4f9c3f;
    font-family: 'Laila';
    text-align: center;
    margin-top:30px;
    font-size:1.5em;
}

article{
    margin-left:0;
    margin-right:0;
    background-color: snow;
    padding-top:1rem;
    padding-bottom:1rem;
}


article p{
    color: #504f4f;
    font-size:1rem;
    font-family: 'Laila'; 
    text-align: center;
    font-size: 18px; 
    font-weight: 700;
}

article figure{
    width: 6rem;
    margin: 1rem auto;
    
}



/* flex */

.padre{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
     display: flex;
     flex: auto;
     flex-wrap: wrap;
    
}

.hijo{
    display: flex;
    line-height: normal;
    flex-direction: column;    
    border:2px solid #cccccc;
    border-radius: 20px;
    margin: 2rem 2rem 2rem 2rem;
    padding: 3rem; 
    padding-top:0rem;
    padding-bottom:0rem;
    flex-shrink: 8;
    flex-grow: 1rem;    
}


@media screen and (min-width:20rem) {
    nav ul {
        display: flex;
    }
  