 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
 @import url('https://fonts.googleapis.com/css?family=Poppins:400,700');


*{
    font-family: roboto;
    color: #464646;
    text-align: center;
    margin: 0
}

html {
    height: -webkit-fill-available;
}

img{
    width: 100%;
}


body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    min-height: -webkit-fill-available;
}

header{
    display: block;
    background-color: #1ac390;
}


#LogoDgpc{
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
}

nav ul{
    text-align: center;
    margin: .6em;
    align-content: center;
}

nav ul li a{
    color: #f0f0f0;
    margin: 0em 1em;
    padding: 1em;
    display: block;
    height: 1.3em;
    text-decoration: none;
    font-size: .8em;
    padding: .5%;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
     transition: 0.5s 0.2s;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}



nav ul li a:hover{
    color: #ffffff;
     transition: 0.2s 0.2s;
}


main{
    padding: 0;
    margin: 0 0 7em 0;
    flex-grow: 1;
}
    


main section h1{
    color: #484b4d;
    font-size: 200%;
}

.banner {
    margin: 0 0 3em 0;
}

section h2, section h3, section h4{
    margin: 1em 0 1em 0em;
}

h1{
    font-family: 'Poppins';
    margin: 1em 0;
}

h2{
    font-family: 'Poppins';
    margin: 2em 0 1em 0;
}

h3 {
    margin: 0em 0em 1em 0em;
    font-family: 'Montserrat';
}

p {
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0 10%;
    line-height: 145%;
    color: #8b8b8b;
}

div span.destacado1 a{
    text-decoration: none;
    color: #101010;
}

#LinksAlumnes{
    align-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

article.Integrante{
    margin: 0em 6em 2em 6em;
    padding: 2em;
    align-content: center;
    background: linear-gradient(/* 45deg ,*/ #242bb9, #6b17d8 );
    border-radius: 10%;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: .8em;
}

article.Integrante img{
    border-radius: 100%;
    width: 100px;
}

article.Integrante figcaption{
    margin: 10% 0% 0% 0%;
    color: aliceblue;
}

article.Integrante:hover{
    margin: 0em 2em 2em 2em;
    padding: 2em;
    align-content: center;
    background-color: linear-gradient(/* 45deg ,*/ #11166c, #3d0684 );
    border-radius: 10%;
}

footer{
    background-color: #d8d8d8;
}

footer h4{
    color: #767676;
}

footer>h4{
    margin: 1.5em 0em 0em 0em;
    color: #626262;
}

#datosAcademicos{
    font-size: 70%;
    margin: 1em 1em 1em 1em;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

#datosAcademicos p{
    color: #4e4e4e;
}

#datosAcademicos p em{
    font-weight: bold;
    color: #767676;
    font-family: 'Montserrat';
}

article.info{
    margin: 0 .5em;
}

#legales{
    font-size: 60%;
    margin: 1em 5em 1em 5em;
    color:#939393;
}

#legales em{
    color:#767676;
}

@media screen and (min-width: 992px) {
    nav{
    margin: 0.5em .5em .5em .5em;
    display: flex;
    justify-content: space-between
}
    nav ul{
    text-align: center;
    margin: .6em 7em 0em 3em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
    
    #LinksAlumnes{
    flex-direction: row;
}
    article.Integrante{
    margin: 0em 2em 2em 2em;
    }
    
    #datosAcademicos{
    flex-direction: row;
    }

}