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

.navbar{ color: #000000; background:#ffffff; padding: 1rem 0 1rem 0; text-align: center; }


body{ 
    height: 100%; 
    font-family: 'Roboto Mono', monospace;
    background: #ECE2DB;
}




/* HEADER - MENÚ */

.navbar { 
    padding: 1rem 1rem 1rem 1rem;
    justify-content: center;
    align-items: stretch;
    box-shadow: 0px 0px 15px 0.1px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
}


header a { 
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
           
}
nav ul li { padding: 2rem 2rem 1rem 2rem;
            display: inline-block;}

nav ul li a{  
    font-family:'Roboto Mono', monospace;
    color: #000000; 
    text-decoration: none;
    font-size: 1.5em;
}





/* CONTENIDO */

.contenido {
    display: flex;
    margin-left: auto;
    margin-right:auto;
    margin-top: 10rem;
    padding: 1rem;    
    max-width: 100%;
}



/* SECCIÓN ROTULO */

.info-rotulo { 
    width: 100%;
    padding: 2rem 0 0 0; 
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}



/* ARTICULO IZQUIERDA */

.izquierda {
    width: 30%;
    align-content: center;
    text-align: center;
    }


   


img{ 
    border-radius: 20rem;
    max-width: 58%;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 200%;
    font-variant: ;
    font-weight: bold;
    margin-top: 2rem;
    }

.nombre {
margin-left: 6rem; 
margin-right: 6rem;
color: #908f8f;
background: #fdfdfd;
box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);

}

.dg {
font-size: 250%;
padding-left: 1.2rem;
color: #ffffff;
background: #D0A793;
box-shadow: 6px 5px 0px rgba(0, 0, 0, 0.2);
}


/* ARTICULO DERECHA */
.derecha .cursada {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
}


.materias-catedras{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.nivel-2{
    margin-left: 4rem;
    
}

.materias{
    font-weight: bold;
}

.catedras {
    margin: 0 0 0 4rem;
}


h3 {font-family: 'Roboto Condensed', sans-serif;
    font-size: 200%;
    padding: 0.5rem 0 0.5rem 0;
}


h4 {font-size: 120%;
    font-weight: bold;
    margin: 1rem 0 0.5rem 0; 
}

h5 {font-size: 110%;
    font-weight: bold;
    margin: 1rem 0 1rem 0; 
}

p {margin: 0.5rem 0 0.5rem 0;
}




/* DATOS ACÁDEMICOS */

.datos-academicos {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.datos-academicos-titulo {
    padding: 0.3rem 0 0.3rem 0; 
    margin-bottom: 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 200%;
    text-align: center;
    align-items: center;
    color: #ffffff;
    background: #D0A793;
    box-shadow: 6px 5px 0px rgba(0, 0, 0, 0.2);
    
}

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

}

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

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

h3 {
    margin-bottom:1rem;
}

aside {
   
    margin-left: auto;
    margin-right: auto;
    padding:1rem;
    width: 70%;    
}



.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
}




/* PIE DE PÁGINA */

footer{ 
    padding: 0.2rem;
    background: #D0A793; 
    width: 100%;
    margin-top: 2rem;
    margin-bottom: auto; 
    margin-left:auto;
    margin-right:auto;    
    max-width: 100%;
}

footer p{   
    font-family: Arial;
    font-size: 0.8rem;
    color: #ffffff; 
    text-align: center; 
    padding: 0.5rem 0 0.5rem 0;
             }


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

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

nav ul li a { 
    font-size: 120%; }
    
.contenido {
    max-width: 100%;
        }
    
.info-rotulo {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    }
    
.izquierda {
    width: 100%;
    align-content: center;
    text-align: center;
}

img{ 
    border-radius: 20rem;
    max-width: 58%;
    }

.nombre {
font-size: 160%;
margin-left: 4rem; 
margin-right: 4rem;
color: #908f8f;
background: #fdfdfd;
box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}


.dg {
margin-top: 2rem;
margin-bottom: 2rem;
}

.derecha .cursada {
    width: 100%;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}

.nivel-1 {
    display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.nivel-2 {
    margin-top: 2rem;
    margin-left: 0;
}
    

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;
    }

} 

@media screen and (min-width:48rem) and (max-width:64rem) {
    
header {max-width: 100%; }
nav { max-width: 100%; }

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

nav ul li a { 
        font-size: 120%; }
    
.contenido {
max-width: 100%;
    }
   
.info-rotulo {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    
    }    
    
.izquierda {
    width: 90%;
    align-content: center;
    text-align: center;
    }

.nombre {
font-size: 250%;
max-width: 100%;
    }
    
.dg {
margin-top: 2rem;
margin-bottom: 2rem;
}

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


.nivel-1 {
    display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	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;}

    
    .catedra {
        margin-top: 1.5rem;
    }    
    
} 