@charset "utf-8";

* {
    font-family: 'roboto condensed', serif;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0pt;
    padding: 0pt;
   }

nav {
    background-color: rgb(0, 0, 0);
    padding: 1em;
    min-width: 100%;
    
}

.menu ul {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
    padding: 1em;
}
.menu ul li{
    padding: 1rem 1rem;
}

.colornav {
    color: whitesmoke;
}

body {
    background-color: white;
}


main a{
    color: rgba(253, 138, 3, 0.83);
    margin: 1em;
    
}

h1{
    text-transform: uppercase;
    border-bottom: 4px solid rgba(253, 138, 3, 0.83);
    margin: 0rem 1rem ;
}

#nombre{
    color:rgb(232, 0, 98);
    font-size: 18pt;
    font-family: 'roboto condensed', serif;
    font-weight: 500;
    padding: 0.4em 0.7em;
}

#yo {
    height: 50%;
    width: 50%;
    }

.perfil { 
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 400%;

}

.lineas {
    font-family: 'open sans', sans-serif; 
    font-size: 0.8em;
    font-weight: 700;
    color: black;
    background-color: rgba(253, 138, 3, 0.85);
    padding: 0.5em 1.7em;
}


#columna-materias {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgb(0, 0, 0);
    color: white;
}

.titulo-secundario{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1em;
    color:rgb(232, 0, 98);
    padding: 0.2em 0 0.3em 0em;
    }

.materias {
    padding: 1em;
}

h2{
    padding: 0.5em 0.5em 0.2em;
    border-bottom: 2px solid rgba(253, 138, 3, 0.85);
}

.integrantes ul li{
    padding: 0.5em 1em 
    
}

.club {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
}

.club img {
    width: auto;
}


main img {
    width:  100%;
    height: auto;
    padding: 0.9em;
    
}

h3 {
    color:rgb(232, 0, 98);
    font-size: 15pt;
    padding: 0em 0.8em 0.1em;
}

.docentes ul li{
    padding: 0em 0.5em 0em;
    font-weight: 500;
    
    
}

p {
    padding: 0em 1em 0.5em;
    
}

.secciones ul li{
    padding: 0.3em 0.6em;
}

.secciones ul li h4 {
    color: rgba(253, 138, 3, 0.83);
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
}
.secciones ul li p {
    font-size: 10pt;
    padding: 0.5em 0.8em;
}



h4{
    padding: 0em 0.9em 0.3em;
}

.dgpc img {
    max-width: 120px;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    }

.fadu img {
    max-width: 100px;
    }

.uba img {
    max-width: 80px;
}


footer p {
    color: whitesmoke;
    font-size: 8pt;
    font-style: italic;
    padding: 3em 2em;
    background-color: black;
}

a:hover {
    color: white;
}

a {
    color: black;
    
}

