@font-face {
    font-family: GothamBlack;
    src: url(gotham/Gotham-Black.otf);
    
    font-family: Gotham;
    src: url(gotham/Gotham-Medium.otf);
    
    font-family: GothamLight;
    src: url(gotham/Gotham-Light.otf);

    font-family: GothamBook;
    src: url(gotham/Gotham-Book.otf);
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: white; 
}
img{
    max-width: 100%;
}

nav {
    background: black;
    font-family: "GothamLight", sans-serif;
    font-size: 0.7em;
    align-items: center;
    
    
}

nav li {
    list-style: none;
    padding: 0.3em 0.9375em;
    display: inline-flex;  
}

nav ul {
    padding-left: 0;
    
}

.nav {
        color:white;
    
}

a {
    color: #1A3764;
}
a:hover{
    color: #91B0D9;  
}
a:active{
    color: black;  
}

a {
    text-decoration: none;
}

.avatar {
    height: 15.6em;
    max-width: 100%;
    margin: 1em 0em 0em 0em;
    padding: auto;
    border-radius: 50%;
}
    
h1 {
    color: black;
    font-size: 2em;
    font-family: "Gotham", sans-serif;
    margin-top: 0.6em;
    
}

h2 { 
    font-family: "Gotham", sans-serif;
    background: black;
    padding: 0.1em 0em 0.2em 0em;
    color: #5b8dd4;
    font-size: 1.4em;
    margin: 0;
    margin-bottom: 0.5em; 
}

.datos {
    font-family: "GothamBook", sans-serif;
    font-size: 0.9em;
    margin: auto;
    padding: 0.5em; 
    list-style: none;
    margin-bottom: 0.5em;
}

.social img {
    height: 2.5em;
}

.materias {
    font-family: "GothamBook", sans-serif;
    font-size: 0.9em;
    margin-bottom: 1.2em;
    padding: 0;
    list-style: none;
}



.equipo {
    font-family: "GothamBook", sans-serif;
    font-size: 1em;
    margin: 1em;
    padding-left: 0;
    list-style: none;  
}

.equipo ul {
    padding-left: 0;
    list-style: none;
    font-size: 0.9em;
}

h3 {
    font-family: "Gotham", sans-serif;
    color: black;
    font-size: 1.1em;
    margin: 0;
}

.lynch {
    height: 15em;
    width: auto;
    max-width: 100%;
}

.comitente {
    font-family: "GothamLight", sans-serif;
    font-size: 0.8em;
    list-style: none;
    padding-left: 0;
}

h4 {
    font-family: "Gotham", sans-serif;
    color: #14273C;
    font-size: 0.8em;
    margin: 0.3em;
}

h5 {
    font-family: "Gotham", sans-serif;
    color: #1A3764;
    font-size: 1em;
    margin: 0.1em;
}

span {
    color: #14273C;
    font-family: 'Gotham', sans-serif;
}

.UBA {
    height: 4em;
    padding: 0.1em;
}

.FADU {
    height: 5em;
    padding: .01em;
}

.DGPC {
    height: 3em;
    padding: 0.5em;
}

.academicos {
    font-family: "GothamBook", sans-serif; 
    font-size: 0.5em;
    margin: 1em;
    padding-left: 0;
    list-style: none;
    margin-bottom: 3em;
}

.academicos ul {
    padding-left: 0;
    list-style: none;
    margin: 0.2em; 
}

p {
    margin: 0.5em
}

.plan {
    text-align: left;
}   

.mapa {
    width: 100%;
    height: auto;
}

article {
    font-family: "GothamBook", sans-serif;
    font-size: 0.9em;
    margin: 0em 0.5em 0.9em 0.5em;
    
}

footer {
    background: black;
    color:white;  
    font-family: "GothamLight", sans-serif;
    line-height: 1.3em;
    font-size: 0.6em;
    margin: auto;
    padding: 0.6em;    
}