@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/* reglas generales */

* {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: -webkit-fill-avaible;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    justify-content: center;
}

ul,
ol {
    list-style: none;
}

.titulo {
    text-align: center;
    background-color: #68648d;
    color: #f7edff;
    padding: 0.2em;
    font-weight: 900;
}

header,
footer {
    background-color: #827db7;
    padding: 1rem;
}

footer .contenedor {
    max-width: 70rem;
    margin: auto;
    text-align: center;
    color: white;
}


h3 {
    color: #68648d;
    font-weight: 800;
}

p {
    color: #68648d;
}

.logos:hover {
    background-color: #d7beea;
    color: #805e91;
}

#logoDgpc {
    background-color: #f7edff;
    border-radius: 0.5em;
    padding: .35em;
    max-width: 7rem;
}

#logoDgpc:hover {
    background-color: #d7beea;
    color: #805e91;
}

/* dispostivos moviles */

header .contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 65rem;
    margin: auto;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
}

header nav ul li {
    min-width: 4em;
    margin: .55em 0 .55em .55em;
}

header nav ul li a {
    display: block;
    background-color: #68648d;
    border-radius: 1em;
    color: #f7edff;
    font-weight: bolder;
    padding: .45em .7em;
    text-align: center;
}

header nav ul li a:hover {
    background-color: #d7beea;
    color: #805e91;
}

#alumnos {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3em;
}

#alumnos img {
    border-radius: 10%;
}

#alumnos article h3 {
    margin-top: .5em;
    margin-bottom: .5em;
}

#alumnos article a {
    background-color: #68648d;
    border-radius: 20em;
    color: #f7edff;
    font-weight: bolder;
    padding: .45em .7em;
    text-align: center;
}

#alumnos article a:hover {
    background-color: #d7beea;
    color: #805e91;
}

article {
    background-color: white;
    margin: 1em auto 4em auto;
    padding: 1em;
    width: 15em;
    display: flex;
    flex-direction: column;
    border-radius: 2em;
    text-align: center;
    box-shadow: .3em .3em .3em #e6e5e5;
}

#datosAcademicos {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

#datosAcademicos ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 2em 0;
    padding: 1em;
    background-color: white;
    border-radius: 1em 1em 1em 1em;
}

#datosAcademicos ul li div {
    color: #a5a3aa;
}

h3 {
    margin-top: .5em;
}

.logos {
    max-width: 8rem;
}

.logouba {
    max-height: 6rem;
}

#botonarriba {
    display: flex;
    justify-content: center;
    padding-top: 1.5em;
}

#arriba {
    background-color: #68648d;
    border-radius: 1em;
    color: #f7edff;
    font-weight: bolder;
    padding: .45em .7em;
    max-width: 15rem;
}

#arriba:hover {
    background-color: #d7beea;
    color: #805e91;
}

.caja {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}


.enfoque {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50em;
    padding: 1em;
}

.enfoque h3 {
    margin-bottom: 1em;
    margin-top: 0;
}

.plan {
    display: flex;
    justify-content: center;
    max-width: 50rem;
    padding: 1em;
}

.plan ul li {
    font-weight: 400;
    color: #a5a3aa;
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.enfoque ul li {
    font-weight: 400;
    color: #a5a3aa;
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

/* Landing Page */

#landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1em;
}

#landing section figure {
    margin-right: 1em;
}

#camionBienvenide {
    display: flex;
    justify-content: center;
    background-color: white;
    width: 4em;
    height: 4em;
    border-radius: 50%;
}

#azul {
    background-color: #0094C1;
    display: flex;
    flex-direction: column;
    padding-top: 2em;
    padding-left: 2.5em;
    padding-right: 2.5em;
}

#logobibliotecas {
    width: 3em;
}

#tituloBiblioteca {
    margin-top: 0.4em;
    color: white;
    font-weight: 800;
    font-size: 1.5em;
}

.bajada {
    margin-top: 0.8em;
    color: white;
    font-weight: 100;
    font-size: 0.8em;
}

#descarga {
    margin-top: 1.2em;
    display: flex;
}

#descarga a {
    display: flex;
    width: 7em;
    height: 1.6em;
}

#mano {
    margin-top: 1em;
    height: 20em;
}

@media all and (min-width: 750px) {

    #landing section figure {
        margin-right: 0;
    }


    header .contenedor {
        flex-direction: row;
        justify-content: space-between;
    }

    .enfoque {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        max-width: 50rem;
        margin: auto;
    }

    .plan {
        display: flex;
        justify-content: center;
        max-width: 50rem;
        margin: auto;
    }

    #datosAcademicos ul li {
        align-content: space-around;
        flex-direction: row;
    }

    #datosAcademicos ul li div {
        margin: 0 0 0 4rem;
    }

    .logos {
        max-width: 8rem;
    }

    .logouba {
        max-width: 8rem;
    }

    /* Landing Page */

    #landing {
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #camionBienvenide {
        width: 6em;
        height: 6em;
    }

    #azul {
        padding-top: 4em;
        padding-right: 6em;
    }

    #logobibliotecas {
        width: 5em;
    }

    #tituloBiblioteca {
        margin-top: 0.4em;
        font-size: 2em;
    }

    .bajada {
        margin-top: 0.2em;
        font-weight: 100;
        font-size: 1.2em;
    }

    #descarga {
        margin-top: 2.4em;
    }

    #descarga a {
        width: 12em;
        height: 2.5em;
    }

    #mano {
        height: 25em;
        margin-right: 4em;
        max-width: none;
    }


    #cajalanding {
        margin-left: 4em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}

@media all and (min-width: 1200px) {

    /* Landing Page */

    #landing {
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #camionBienvenide {
        width: 8em;
        height: 8em;
    }

    #azul {
        padding-top: 4em;
        padding-right: 6em;
    }

    #logobibliotecas {
        width: 6em;
    }

    #tituloBiblioteca {
        margin-top: 0.4em;
        font-size: 3em;
    }

    .bajada {
        margin-top: 0.2em;
        font-weight: 100;
        font-size: 1.4em;
    }

    #descarga {
        margin-top: 2.4em;
    }

    #descarga a {
        width: 12em;
        height: 2.5em;
    }

    #mano {
        height: 32em;
        margin-right: 14em;
    }

    #cajalanding {
        margin-left: 14em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}
