@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

body {
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
}

a {
    text-decoration: none;
    transition:0.2s all ease;
    color:#fff;
}

a:hover {
    color:#FBBC51;
}

.fila {
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    background-color: #2D2D2C;
    justify-content: space-between;
    position:fixed;
    width: 100%;
    z-index: 99;
    top:0;
}
.lista{
    display:inline-flex;
    color: white;
    list-style: none;
    text-align:left;
    margin:35px;
    text-decoration: none;
    justify-content: flex-end;
}

.lista a {
    padding:10px 15px;
}

.botondesc {
    color: #fff;
    background: #FC036B;
    border-radius: 100px;
    margin: 4px 2px 2px 2px; 
    text-decoration: none;    
}


.botondesc:hover{ background-color:#97046c; }

footer {
    background: #2D2D2C;
    color: white;
    padding: 10px;
    text-align: center;
    padding:20px 10px 10px 10px;
    font-size:10px;
    font-family: 'Open Sans', sans-serif;
}

footer .legales{
    padding:10px 20px 10px 20px;
}

.contenedor {
    width:100%;
    display: block;
    margin:0 auto;
    max-width:1200px;
}

.cuerpo1{
    width:100%;
    background:url(../img/fondo5.jpg) no-repeat;
    background-size:cover;
    display:block;
    padding:10em 0;
}

.cuerpo1 h1 {
    font-weight: 700;
    font-size: 3em;
    color: #2D2D2C;
}

.cuerpo1 h5 {
    font-weight: 500;
    font-size: 1.5em;
    color: #2D2D2C;
    max-width:50%;
}
.cuerpo1 p {
    color: #2D2D2C;
    font-size: 18px;
    font-weight: 500;
}

.logomm img {
    width:220px;
    padding: 16px;
    align-content:center;
    margin-left:5%;
}

.botones{
    align-content:center;
    display:none;
}

.hamb{
    width:24px;
    margin:1.4em;
}

.cerrar{
    width:24px;
    display:none;
    margin:1.4em;
}


.listafooter {
     clear:both;
     float:left;
     overflow:hidden;
     width:100%;
}

#foot {
     float:left;
     left:50%;
     list-style-type:none;
     margin:10 auto;
     padding:0;
     position:relative;
}

#foot li {
     float:left;
     position:relative;
     right:50%;
}
.acerca, .prensa, .noti, .help{
    font-size: 15px;
    margin: 8px 20px 6px 20px;
}

.redes a {
    width:120px;
    height:120px;
    margin: 10px; 
    padding: 10px;
}

.cuerpo2 {
    display:flex;
    background:#fff;
    justify-content: space-around;
    padding:5em 0 0;
}

.cuerpo2 div {
    width: 50%;
}

.caracteristicas{
    padding: 2em 0;
    display: flex;
    justify-content: center;
}

.caracteristicas img{
    margin: auto;
    display: block;
    text-align: center;
    padding: 1.5em 2em 0em 2em;
}

    
.caracteristicas p{
    color: #6C7B8A;
    text-align: center;
    padding: 0em 2em 1em;
    color: #97046C;
    font-size:1.5em;
}

.celu img{
    display: block;
    margin:0 auto;
}

.texto1{
    padding:3em 0;
    color: #FC036B;
}
.texto1 h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin:0;
}
.texto1 p{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    width:80%;
}

.texto2, .texto3, .texto4 {
    text-align: center;
    padding:6em 0;
}

.texto2{
    background:#97046C;
    color: orange;
    width: 100%;
}
.texto2 h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
}
.texto2 p{
    padding: 0% 15% 0% 15%;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.texto3{
    background:orange ;
    color:#97046C;
    
}
.texto3 h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
}
.texto3 p{
    padding: 0% 15% 0% 15%;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.texto4{
    background: #fc036b;
    color: #fff;
    width: 100%;
   
}
.texto4 h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
}
.texto4 p{
    padding: 0% 15% 0% 15%;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.logojuegos{
    background: #FC036B;
    padding:20px 0;
    align-content: center;
    
}
.logojuegos img {
    align-content: center;
}

.alumnos{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 2% 0% 0% 0%;
}
.fadu{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    
}

.bxslider {
    padding:0;
    margin:0;
}



/*Responsive*/

/*Cuando es más chico que 500px*/
@media screen and (max-width:786px)
{
    ul .texto1{display: block;}
   .celu{position: relative;
    justify-content: center}
    .texto1 h2 p {justify-content: space-between;
    padding: 2% 5% 2% 2%} 
    .lista {display: none}
}

@media screen and (max-width: 980px) {
    .logomm img {
        width:140px;
    }
    .lista {
        display:none;
        width:100%;
        position: absolute;
        left:0;
        top:76px;
        background:#444;
        margin:0;
        padding:0;
        z-index:10;
    }

    .lista a {
        display:block;
        border-top:1px solid #222;
        padding:1em 2.5em;
        font-weight:bold;
        text-transform: uppercase;
    }

    .lista .botondesc {
        border-radius: 0
    }
    .botones {display:block;}

    .cuerpo1 {
        padding:6em 0;
        background:rgba(0, 0, 0, 0) url("../img/fondo5.jpg") no-repeat scroll -250px 0
    }

    .cuerpo1 h1, .texto1 h2 {
        text-align: center;
        font-size:2.5em;
    }

    .cuerpo1 h5 {
        font-size:1.1em;
        max-width:90%;
        display: block;
        margin:0 auto;
        text-align: center;
    }

    .google, .texto1 p {
        display: block;
        margin:2em auto 0;
    }

    .celu {
        display:none;
    }

    .cuerpo2 {
        padding:0;
    }

    .cuerpo2 div {
        width:100%;
        text-align: center;
        padding:6em 0;
    }

    .caracteristicas {
        flex-direction: column;
    }

    .caracteristicas div {
        border-top: 1px solid #ccc;
    }

    .caracteristicas div:first-child {
        border:none;
    }

    .bxslider p {
        padding:0 1em;
    }

    .bxslider h2 {
        font-size:2em;
    }
    .bx-wrapper .bx-controls-direction a {display: none}

    .texto2, .texto3, .texto4 {height: 40vh}

    #foot {
        display:none;
    }
}