@charset "utf-8";

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

a {
    color: rgba(199, 21, 133);
}
a:hover {
    color: whitesmoke;
}

body {
    background-color: rgba(247, 200, 211, 0.94);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

nav {
    background-color: rgb(0, 0, 0);
    padding: 1em 0;

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


main {
    padding: 0 1.5em;
}

.personal {
    display: flex;
    flex-direction: column;
    align-content: center;
}
.perfil {
    text-align: center;
}
.perfil h1 { 
    font-size: 2.6em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
    line-height: 1em;
    margin: 0.7em 0 0.3em 0;
}
#carrera {
    letter-spacing: 0.05em;
    color: rgba(199, 21, 133);
    background-color: rgba(199, 21, 133, 0.21);
    letter-spacing: 0.09em;
    margin-bottom: 2em;
    border-radius: 10px;
    text-align: center;
}

#yo {
    height: 70%;
    width: 70%;
    border-radius: 10px;
}
.linko {
    margin: 1.5em 0 0;
    display: flex;
    justify-content: center;
    align-content: space-around;
}
.linko img {
    width: 40px;
    height: 40px;
    margin: 0 2em;
}

.tablita { 
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 2%; 
    margin: 1.5em auto 0; 
    display: flex;
    justify-content: space-around;
} 
.tablita div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 0.4em;
}
h3 {
    font-size: 1.2em;
    color: rgba(199, 21, 133); 
}

.titulo {
    color: rgba(199, 21, 133);
    font-size: 1.1em;
    margin: 2.5em 0 0.5em 0;
    padding-bottom: 0.4em;
    border-bottom: dotted 2px;
    
}

.aprobadas li {
    margin: 8px 0 0 0;
}

.encurso li {
    margin: 8px 0 0 0;
}

.integrantes li {
      margin: 8px 0 0 0;
    
}


.dgpc img {
    max-width: 170px;
    margin-bottom: 7pt;
    
}
.fadu img {
    max-width: 100px;
    margin-bottom: 7pt;
    margin-top: 20pt;
    
}
.uba img {
    max-width: 80px;
    margin-bottom: 7pt;
    margin-top: 20pt;
}
h4 {
    margin-bottom: 0.5em;
}
.docentes p {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 1em;
}


.datos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#club {
    color: rgba(199, 21, 133);
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1em;
}
.datos img {
    width: 40%;
    height: auto;
    margin-top: 1em;
    
}


.direccion {
    text-align: center
}

.secciones {
    padding-bottom: 1em;
    line-height: 1.3rem;
    font-weight: 100;
}

.webapp{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
} 
.webapp img {
    height: 450px;
    margin-top: 2em;
}


footer {
    align-self: baseline;
}

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


#prendido {
    color: whitesmoke;
    
}

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



