*{padding: 0; margin: 0; box-sizing: border-box; transition: 1s all;}


/* Estilos generales */
.nav-header {position: fixed; top: 0; width: 100%;}
body{font-family: 'Barlow', sans-serif; background: #f4f4f4;}
header{ color: #ffffff; background:#00b2ab; padding: 1rem; text-align: center; background-image: url(../img/fondo.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;}


/* HEADER */

.titulo-header{
font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 500%; font-style: italic;
}



/* MENÚ DE NAVEGACIÓN */

nav{ background:#00847f; padding: 1rem 1rem 1rem 1rem; text-align: center; justify-content: center; align-items: stretch; max-width: 100%; }
nav ul li { display: inline-block; }
nav ul li a{ 
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 150%; color: #fff; 
    text-decoration: none; 
    padding: 1rem 2rem 1rem 2rem; 
    text-align: center; 
    justify-content: center; 
    align-items: stretch; }

.link-activo{
    background:#92c9c7}


/* INICIO - RÓTULO GRUPAL */


.container {
    
    display: grid;
    margin-top:12rem;
    padding: 1rem 1rem 1rem 1rem;
    max-height: 100%;
    max-width: 100%;
    background: #f4f4f4;
}


/* INTEGRANTES */

.integrantes-titulo {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size:200%;
    text-align: center;
    align-items: center;
    margin:1rem 0 1.5rem 0;
    }


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

.nombres{
font-family: 'Barlow', sans-serif; font-weight: 50; font-size: 10
0%;
}

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

.integrantes a {
        padding: 0.8rem;
        text-decoration: none;
        font-weight: bold;
        color: #ffffff;
        background: #00847f;
        border-radius: 1rem;
}

.estudiante1{
    margin: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #00b2ab;
    border-radius: 1rem;
}

.estudiante2{
    margin: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #00b2ab;
    border-radius: 1rem;
}

.estudiante3{
    margin: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #00b2ab;
    border-radius: 1rem;
}

.estudiante4{
    margin: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #00b2ab;
    border-radius: 1rem;
}



/* DATOS ACÁDEMICOS */
.datos-academicos-titulo {
    margin-bottom: 1.5rem;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size:200%;
    text-align: center;
    align-items: center; 
    
}

.titulares-index {
font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 150%;
margin-top:1rem;

}

.titular-datos {
    margin-top:1rem;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 120%;}

.links-facultad{
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 120%;
}

h3 {
    margin-bottom:1rem;
}

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



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




.universidad{
   
    border: 1px solid;
    border-color: #cecece;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 0 1rem 0 1rem;
    text-align: left;
}

.catedra{
    border: 1px solid;
    border-color: #cecece;
    border-radius: 10px;
    padding: 1rem;
    margin: 0 1rem 0 1rem;
    text-align: left;
}

aside p {
    margin:0.2rem;
}

aside a {
    text-decoration: none;
    color: #000000
}






/* MAPA - HTML */

.titulo-mapa {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size:200%;
    text-align: center;
    align-items: center;
    padding: 1rem 0 1rem 0; 
    text-align: center;
    align-items: center;
}

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

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


/* Link Mapa a Miró */


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

.articulo-link-mapa a {
    color: #ffffff;
    text-decoration: none;
    background: #00847f;
    padding: 0.6rem;
    border-radius: 1rem;
}





/* PLAN - HTML */

.titulo-plan{
    font-family: 'Barlow Condensed', sans-serif; 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: 12rem;
    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; 
}

.fadupocket{
width:15%;
}

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

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

.titulares-plan{
    color: #FFFFFF;
    margin:1rem 1rem 1rem 0;
    font-size:120%;
    padding: 0.5rem 2rem 0.5rem 1rem;
    background: #00847f;
    border-radius: 1rem
        
}

/* PIE DE PÁGINA */

footer{ background: #00847f; padding: 1rem; margin-top: 2rem; margin-bottom:auto; }
footer p{ font-size: 0.8rem; color: #ffffff; text-align: center;}







/* cuando es menor a 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: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;}

    .datos-academicos {
        width: 100%;}
    
    .catedra {
        margin-top: 1.5rem;
    }
   
 
.fadupocket{
width:70%;
}    

.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: center;
    align-items: center;
    align-content: space-between;}  
    
    
    .universidad {
        margin-bottom: 1rem;
    }
    
    .catedra {
        margin-bottom: 1rem;
    }
    
    
.fadupocket{
width:30%;
}    
    
.articulo-plan {
width: 90%;}
    
}



}
