@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Poppins:700');

header {
    display: flex;
    justify-content: center;
    background-color: #333;
    width: 100%;    
}

.headcnt {    
    display: flex;
    justify-content: center;    
}


section {
    display: flex;
    justify-content: center;
    width: 100%;
}
footer {
    display: flex;
    justify-content: center;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    color:#fff;
    text-align: center;
    line-height: 1.2em;
    width: 90%;
    
}

input {
    background-color:#cecece; 
    border:0;
    border-bottom: 0.2em solid white;
    text-align: center;
    font-size: 1em;
    font-family: 'Poppins', sans-serif; 
    color:white;    
}

input::placeholder {
    color: white;
}

button {
    background-color: white;
    border:0;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    color:#000;
}
button:hover{
   background-color: #000; 
   color:white;
}
a {
    font-family: 'Poppins', sans-serif; 
    font-weight: 300; 
    color: white;
    text-decoration: none;
    
}


.intro p{
    color:white;
    }


.celeste {
    background-color: #555;
}


.container {
    display: flex;
    align-items: center;
    flex-direction: column;
    
}

.containerslider {
    display: flex;
    
}


#blu {
    color:#000;
    }
.login {
    background-image:url(img/fondo.png);
    align-items: center;
    
}

/* a partir de 320px o más */

@media screen and (min-width:20em) {
    .headcnt {
        width:18em;
        height: 8em;
    }
    .intro {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    width: 26em
    }
    .intro p{
    color:white;
    margin: 0;
    font-size: 0.8em
    }
    input {
    margin:0.3em;
    width: 18em;
    height: 2.2em;    
    }
    button {
    height: 2.5em;
    width:10em;
    font-size: 0.65em;
    margin-top: 0.5em;
    letter-spacing: 0.05em;
    }
    p {
    font-size: 0.5em;
    line-height: 1.2em;
    }
    .login {
    height:18em;
    }
    .login img {
        max-width:30%;
        margin-bottom: 0.5em
    }
    a {
        font-size: 0.8em;
        margin-top: 0.7em;
    }
    
    
}
/* a partir de 480px  o más */

@media screen and (min-width:30em) {
    .headcnt {
        width:25em;
        height: 10em;
    }
    .intro {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 27em
    }
    .intro p{
    color:white;
    margin: 0;
    font-size: 1em
    }
    input {
    margin:0.3em;
    width: 20em;
    height: 2.2em;    
    }
    button {
    height: 2.6em;
    width:10em;
    font-size: 0.7em;
    margin-top: 0.5em;
    letter-spacing: 0.06em;
    }
    p {
    font-size: 0.6em;
    line-height: 1.2em;
    }
    .login {
    height:18em;
    }
    a {
        font-size: 0.8em;
        margin-top: 0.8em;
    }
    
}
/* a partir de 640px o más */

@media screen and (min-width:40em) {
    .headcnt {
        width:30em;
        height: 12em;
    }
    .intro {
    margin-top: 1.7em;
    margin-bottom: 1.7em;
    width: 30em
    }
    .intro p{
    color:white;
    margin: 0;
    font-size: 1.1em
    }
    input {
    margin:0.4em;
    width: 20em;
    height: 2.3em;    
    }
    button {
    height: 2.8em;
    width:10em;
    font-size: 0.7em;
    margin-top: 0.5em;
    letter-spacing: 0.06em;
    }
    p {
    font-size: 0.7em;
    line-height: 1.2em;
    }
    .login {
    height:20em;
    }
    a {
        font-size: 0.8em;
        margin-top: 0.9em;
    }
    
}

/* a partir de 800px */

@media screen and (min-width:50em) {
    .headcnt {
        width:40em;
        height: 8em;
    }
    .intro {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 33em
    }
    .intro p{
    color:white;
    margin: 0;
    font-size: 1.2em
    }
    input {
    margin:0.5em;
    width: 20em;
    height: 2.5em;    
    }
    button {
    height: 3em;
    width:10em;
    font-size: 0.7em;
    margin-top: 0.5em;
    letter-spacing: 0.07em;
    }
    p {
    font-size: 0.8em;
    line-height: 1.2em;
    }
    .login {
    height:27em;
    }
    .login img {
        max-width: 100%;
    }
    a {
        font-size: 0.8em;
        margin-top: 1em;
    }
    
}



