@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');



#pagina {
    width: 400px;  
}


.header img{
    width: 42%;    
}



p.imagen {
  width: 200%;
    border: 1rem 1rem 1rem 1rem;
    margin: auto;
    }


body
{
	padding: 0;
	margin: 0;
}



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


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


nav:not(.mm-menu)
{
	display: none;
}


.header,
.content,
.footer
{
	text-align: center;
}

.header,
.footer
{
	background: #e6bd69;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-family: "Roboto";
    width: 100%;
	height: 40px;
	padding: 0 50px;
}

.header a
{
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 0;
	left: 0;
}
.header a:before,
.header a:after
{
	display: block;
	background: #fff;
	height: 3px;
}


.header a span
{
	background: #fff;
	display: block;
	height: 3px;
	margin: 6px 0;
}


.content
{
	padding: 150px 50px 50px 50px;
}


nav ul li{
    font-family: "Roboto";
    margin-left:0px;
    background-color: #d68736;
    color: white;   
}




.footer1
{
    margin-top: 20rem; 
}


footer
{
    margin-top: auto; 
}





/*formulario */

form *:not(label):not(div){
	width: 330px;
    padding: 8px 12px;
    margin-top: 5px;
    border:2px solid #d67e33;
    border-bottom-color: #d67e33;
    background-color: rgba(230, 185, 100, 0.65);
    font-size: 16px;
    font-family:'Roboto';
    font-weight: 400;
    margin: 0rem 0 0rem 1rem ;
}

p.formulario
{
    color:#000000;
    font-family: "Laila";
    font-weight: 800;
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
}


label{
	display:block;
	margin: 1rem 0 0.5em 1rem ;
    text-align: left;
	font-family: 'Roboto';
	font-size: 1em;
    color: black;
}

input, select{
	font-family: 'Laila';
    background-color:none;
}



input[type="submit"] {
	color: white;
    font-family: 'Laila';
    font-size: 1.4rem;
	font-weight: 600;
    background-color: #d67e33;
    width: 358px

}

input[placeholder], [placeholder], *[placeholder] {
   color: #000000;
}

*::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000;
}
*:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000;
}
*::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000;
}
*:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000;
}

:required:focus {
	font-family: 'Roboto';
	color: white;
	font-size: 1.1em;

}



.horario label, .cursos label{
	display: block;
	width: 12rem;
    text-align: left;
    justify-content: space-between;
}

.horario input, .cursos input{
	display: inline;
	width: 3.5em;
    margin: 0 3em 0 0;
    text-align: left;
    justify-content: space-between;

}


form div input{
	font-family: 'Roboto';
    font-size: 1.1em;
    display: inline;
    width: 1em;
	margin: 1em;
}

form div label{
	margin-bottom: 1.3em;
}

.horario, .cursos{
	display: flex;
	align-items: center;

}





/* novedades*/


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


h4
{
    color:#000000;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    font-size:1.8rem;
    margin-top: 0;
    border-top: 1px solid #a39a9a;
    margin: 2rem 1rem 0rem 1rem;
}

p
{
    color:#000000;
    font-family: "Roboto";
    font-size:2rem;
    font-size: 1rem;
    text-align:center;
    margin: 1rem 1rem 3rem 1rem;
    
}





/* mi perfil */


h5
{
    color:#d68736;
    font-family: "Laila";
    font-weight: 400;
    text-align: center;
    font-size: 25px; 
    margin-top: 0;
    margin: 0rem 1rem 0rem 1rem;
}


p.notas {
    color:#000000;
    font-family: "Roboto";
    font-size: 16px ;
    text-align:center;
    margin: 0rem 1rem  0rem 1rem;
    }





/* galeria */


p.titulo{
    color:#000000;
    font-family: "laila";
    font-size: 25px ;
    text-align:center;
    margin: 6rem 1rem  0rem 1rem;
    }


p.foto{
    color:#000000;
    font-family: "Roboto";
    font-size: 16px ;
    text-align:center;
    margin: 0rem 1rem  0rem 1rem;
    }


.boton{
    width: 50%;
    margin: 0rem 0rem 0rem 8.5rem; 
    background-color: #d68736;
    color: white;
    padding: 5px; 
    margin-top:10px;
    border: none;
    cursor: pointer;
    font-size:16px;
    font-family:'Roboto';
    font-weight: 300;
}


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

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



/* video */


iframe {
    
    position: relative;
    margin: 1rem 1rem 1rem 2rem; 
    overflow: hidden;
        
}





/* mateamtica */



.botonesrespuesta3,.botonesrespuesta4{
    display: flex;
    justify-content: space-between;
    flex: auto;
    align-items: center;
    margin: 0rem 12rem 0rem 4rem;
    font-size: 26px; 
    font-family: 'Roboto';
    font-weight: 400px;


}
    
    
    input[type="respuesta1"] {
    border:2px solid #d67e33;
    border-bottom-color: #d67e33;
    width: 20rem;
    padding: 0.5rem; 
    padding-top:0.5rem;
    padding-bottom:0.5rem;
        margin: 0.5rem -2.5rem 1rem 2rem;
}
    
    
    
/* lengua */

p.titulo1 {
    color:#000000;
    font-family: "Laila";
    font-weight: 800;
    text-align: center;
    font-size: 1.5em;
    margin-top: 1em;
}

p.titulo2 {
    color:#000000;
    font-family: "Roboto";
    font-weight: 700;
    margin-top: -1em;
    text-align: center;
    font-size: 1.1em;
}



p.bajada {
    color:#000000;
    font-family: "Roboto";
    font-weight: 500;
    margin-top: -3em;
    text-align: center;
    font-size: 1.1em;
    line-height: normal;
}

article{
    margin-top: 0rem;
    background-color: white;
    padding-top:1rem;
    padding-bottom:1rem;
}

article figure{
    margin: auto;
}

input[type="respuesta"] {
    border:2px solid #d67e33;
    border-bottom-color: #d67e33;
    width: 6rem;
    padding: 0rem; 
    padding-top:0rem;
    padding-bottom:0rem;
    margin: 0.5rem -2.5rem 1rem 3.2rem;
}

form input{
	font-family: 'Roboto';
    font-size: 1rem;
    width: 6em;
	margin: 1rem; 
}



input[type="enviar"] {
  width: 80%;
    margin: 5rem 2rem 1rem 2rem; 
    background-color: #d68736;
    color: white;
    padding: 6px; 
    margin-top:10px;
    border: none;
    cursor: pointer;
    font-size:20px;
    font-family:'Laila';
    font-weight: 500;
   
}


.cajagrande{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: auto;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin: 1.5rem;
    
}


.cajachica{
    display: flex;
    flex-direction: row;
    line-height: normal;
    border:2px solid #cccccc;
    margin: 0.2rem 0.2rem 0.2rem 0.2rem;
    padding: 0.2rem; 
    padding-top:0rem;
    padding-bottom:0rem;
    flex-shrink: 8;
    text-align: center;
    justify-content: flex-start;
}



.botonesrespuesta1,.botonesrespuesta2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    align-items: center;
        margin: -1rem -1rem -1rem -1rem;
}



.tio{
   display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: auto;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin: 1.5rem;
}


.sobrino{
    
    display: flex;
    flex-direction: row;
    line-height: normal;
    border:2px solid #cccccc;
    margin: 0.2rem 0.2rem 0.2rem 0.2rem;
    padding: 0.2rem; 
    padding-top:0rem;
    padding-bottom:0rem;
    flex-shrink: 8;
    text-align: center;
    justify-content: flex-start;
}


/*computación*/

.computacion img {
    width: 80%;
    margin-top: 13rem;
    margin-left: 4rem;
}


.contenedor{
    margin-left: auto;
    margin-top: -5rem;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}


.contenido{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    font-size: 20px; 
    font-family: 'Roboto';
    font-weight: 400px;
    width: 2rem;
    align-content: center;
    margin: auto;
}

form div label {
    display: flex;
    background-color: #cb5245;
    width: 2rem;
    color: white;
    align-content: center;
    margin: 1.5rem;
}

input[type="respuesta5"] {
    display: flex;
    border:2px solid #d67e33;
    border-bottom-color: #d67e33;
    width: 17rem;
    height: 1.2rem;
    margin: left;
}



/* 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;
    }
  