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

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Estilos generales CEL */
body {
    background: #37375E;
}

.contenedor {
    max-width: 100%;
    margin: auto;
    width: 100%;
}

/* Header */

header {
    height: 6rem;
    width: 100%;
    background: #FE875D;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.61);
}

header div {
    max-width: 100%;
    margin: 0 auto;
}

.logo {
    width: auto;
    max-height: 6rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Infoapp */

.infoapp {
    width: 100%;
    padding-top: 6rem;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
}

.imgcelu {
    padding-top: 3rem;
    width: 100%;
}

.pantalla {
    height: 28rem;
}

.intro {
    width: 100%;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 2rem;
    color: #AACFDD;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
    padding-bottom: 2rem;
    color: #AACFDD;
}

.stores a{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    bottom: 0;
    margin-bottom: 1rem;
}

.logostore {
    box-sizing: border-box;
    width: 40%;
    padding-right: 1rem;
    transition: all .2s ease-in-out;
}

.logostore:hover {
    transform: scale(1.1);
}



/* Video */

.linkvideo {
    width: 100%;
    height: 20rem;
}

/* Fraseapp */

.fraseapp {
    margin: 3rem 0;
    width: 100%;
    padding: 1% 20% 0% 20%;
    display: flex;
    flex-wrap: nowrap;
}

.frase {
    font-family: 'Open Sans', sans-serif;
    color: #FE875D;
    text-align: center;
    font-size: 1.2rem;
}

/* Fotosapp */

.fotosapp {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.fotocema {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 1rem;
}

/* Footer */

footer {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    color: #AACFDD;
    padding: 1rem;
}


/* Mayor a 768px TABLET */
@media(min-width:48rem) {
    transition:all1s .infoapp {
        display: flex;
        flex-wrap: wrap;
    }

    .pantalla {
        padding: 0 200px;
    }

    .fotosapp {
        width: 50%;
        margin-left: 24%;
    }
    
    .linkvideo {
        height: 28rem;
    }

}


/* Mayor a 1280px DESKTOP */
@media(min-width:65rem) {
    transition:all1s .infoapp {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        align-content: stretch;
    }

    .infoapp {
        height: 60rem;
        padding-top: 10rem;
    }

    .imgcelu {
        width: 50%;
    }

    .pantalla {
        height: 45rem;
        padding: 2rem;
    }

    .intro {
        width: 50%;
    }

    .intro {
        height: 45rem;
        align-items: center;
        padding-top: 15rem;
        padding-right: 2rem;
    }

    h2 {
        font-size: 4rem;
    }

    h3 {
        font-size: 2rem;
    }

    .logostore {
        width: 40%;
    }

    .frase {
        font-size: 2rem;
    }

    .fotosapp {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }

    .fotocema {
        width: 400px;
    }

    footer {
        padding: 4rem;
        font-size: 1.2rem;
    }
    
     .linkvideo {
        height: 35rem;
         width: 80%; 
         margin-left: 6rem;  
    }
}




/* Por si necesitamos el boton descargar:

a {
	padding: 0.5rem 0.5rem;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
    transition: 0.3s; 
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #37375E;
    align-content: center;
}
a:hover {
	background: #365E88;
}
a {
  color: #B8D5E4; 
}     /*
