@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,400&display=swap");

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

.nav-header {
    top: 200;
    width: 100%;
}

header {
    color: rgb(200, 50, 238);
    background: white;
    border-bottom: 4px solid #FD7060;
    padding: 3rem 1rem 1rem 1rem;
    text-align: center;
}

.titulo-header {
    font-weight: 200;
    font-size: 500%;
    border-top: 1rem;
    color: #FD7060
}

nav {
    padding: 4rem 1rem 1rem 1rem;
    text-align: center;
    max-width: 100%;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    font-weight: 600;
    font-size: 120%;
    color: black;
    text-decoration: none;
    padding: 1rem 6rem 1rem 2rem;
    text-align: center;
    justify-content: center;
}

a:hover {
    color: #FD7060;
    transition: 0.4s;
}

.container {
    display: grid;
    margin-top: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    max-height: 100%;
    max-width: 100%;
    background: #ffffff;
    text-align: center;
}

/* INTEGRANTES */

.integrantes-titulo {
    font-weight: bolder;
    font-size: 170%;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    margin: 2rem 0 2rem 0;
}

.estudiante {
    padding: 2rem;
    border-radius: 20rem;
    max-width: 90%;
}

.nombres {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}

.carrera {
    font-size: 7;
    font-weight: lighter;
}

.integrantes {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.integrantes a {
    text-decoration: none;
    color: #464646;
}

/* DATOS ACADEMICOS */

.detalles {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 200%;
    color: #fff000;
    text-align: center;
    align-items: center;
}

.datos-academicos-titulo {
    margin-top: 3rem;
    color: black;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 170%;
    text-align: center;
    align-items: center;
}

.titulares-index {
    font-weight: 600;
    font-size: 150%;
    margin-top: 1rem;
}

.titular-datos {
    margin-top: 1rem;
    color: rgb(25, 26, 25);
    font-weight: 600;
    font-size: 1rem;
}

h3 {
    margin-bottom: 1rem;
    color: #464646;
}

.datos-academicos {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    padding: 1rem;
    width: 100%;
}

.datos-total {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}

.universidad {
    border-top: 3px solid #FD7060;
    padding: 2rem;
    margin: 0 1rem 0 1rem;
    text-align: left;
}

.catedra {
    border-top: 3px solid #FD7060;
    padding: 2rem;
    margin: 0 1rem 1rem;
    text-align: left;
}

/* MAPA */

.titulo-mapa {
    font-weight: 700;
    font-size: 180%;
    text-align: center;
    align-items: center;
    padding: 1rem 0 1rem 0;
    text-align: center;
    align-items: center;
}

.seccion-mapa {
    margin-top: 2rem;
    padding: 1rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imagen-mapa {
    max-width: 100%;
}

.articulo-link-mapa {
    padding-top: 2rem;
    text-align: center;
    display: inline-block;
}

.articulo-link-mapa a {
    font-weight: bolder;
    color: #464646;
    text-decoration: none;
    padding: 0.6rem;
    border-radius: 1rem;
    background: #fff000;
}

/* PLAN */

.titulo-plan {
    font-weight: 700;
    font-size: 200%;
    text-align: center;
    align-items: center;
    padding: 1rem 0 1rem 0;
    text-align: center;
    align-items: center;
}

.contenido-plan {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    max-width: 100%;
}

.seccion-plan {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.articulo-plan {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}

.articulo-plan p {
    margin: 0.4rem;
}

.titulos-plan {
    text-align: center;
    color: #000000;
    margin: 1rem 1rem 1rem 0;
    font-size: 100%;
    padding: 0.5rem 2rem 0.5rem 1rem;
    background: #cecece;
    border-radius: 0.5rem;
}

/* FOOTER */

footer {
    background: black;
    padding: 1.3rem;
    margin-top: 4rem;
    margin-bottom: auto;
}

footer p {
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
}

/* < 768px */

@media screen and (max-width: 47rem) {
    header {
        max-width: 100%;
    }

    nav {
        max-width: 100%;
    }

    nav ul li a {
        padding: 1rem 1rem 1rem 1rem;
    }

    .integrantes {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        align-content: stretch;
    }

    datos-academicos {
        max-width: 100%;
    }

    .datos-total {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: space-around;
    }

    .datos-academicos {
        width: 100%;
    }

    .catedra {
        margin-top: 1.5rem;
    }

    .seccion-plan {
        max-width: 100%;
    }

    .articulo-plan {
        width: 95%;
    }

    .titulares-plan {
        padding: 0.5rem 2rem 0.5rem 1rem;
    }
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
    .integrantes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .datos-total {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: space-between;
    }

    .universidad {
        margin-bottom: 1rem;
    }

    .catedra {
        margin-bottom: 1rem;
    }

    .articulo-plan {
        width: 90%;
    }
}
