@charset "utf-8"
    
/*mobile first*/
    
* {
    margin= 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "trebuchet ms", arial, helvetica, sans-serif; background-color: white; min-height: 100vh; 
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

img {
    max-width: 100%;
    height: auto;
}

#logo {
    display: flex;
    width:3em;
    justify-content: center;
    background-color: white;
    padding-bottom: 1%;
    padding-top: 1%;
    
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

p {
    text-align: center;
}





.contenedoraequipo h3 {
    padding-top: 2em;
    padding-bottom: 10px;
    background-color: #000000;
    
    display: flex;
    align-items: center;
    
    
    font-family: 'lato', sans-serif;
    font-weight: 200;
    justify-content: center;
    margin-bottom: 0;
    color: white;
    
}


.cursosytalleres ul {
    text-align: center;
    list-style: none;
    padding-right: 40px;
    
}

.tecnicatura ul li {
    text-align: center;
    list-style: none;
    padding-right: 30px;
    
    
}

.tecnicatura p {
    padding-right: 30px;
}

.cursosytalleres ul li {
    text-align: center;
    
}


.contenedor {
    background-color: #000000;
    
    display: flex;
    align-items: center;
    
    
    font-family: 'lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
    margin-bottom: 0;
    
}
.contenedor ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}
.contenedor ul li {
    
    margin-left: 10px;
    margin-right: 10px;
}
.contenedor ul li a {
    text-decoration: none;
    color: #ffffff
    
}

main {
    background-color: white;
    flex-grow: 1;
    
}

.contenedora > h2 {
    text-align: center;
    padding: 5px;
    font-size: 120%;
    margin-left: 10px;
    margin-right: 10px;

    
    
}

.contenedora h1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 200%;
    margin-left: 20px;
    margin-right: 20px;
}

.contenedora > p {
    text-align: center;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
    
}

.equipo {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 30px;
    font-size: 100%;
    font-weight: 800;
    padding-top: 20px;
    
}

.alumnas {
    padding: 0;
    text-align: center;
    
}

.alumnas li {
    display: inline-block;
    width: 200px;
    padding: 10px;
}

.alumnas li img {
    width: 150px;
    border-radius: 100%;

}

.alumnas li a {
    text-decoration: none;
    
    font-size: 20px;
    font-weight: 500;
    color: black;
    
 }




/*datos academicos*/

.titulos {
    border-bottom: .2em solid #000000;
    padding: 10px;
    margin-top: 3em;
    
}

.datosacademicos > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.datosacademicos > ul > li:not(:last-of-type) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

.datosacademicos img {
    width: 12em;
    height: auto;
}

.datosacademicos > ul > li > *:first-child {
    margin-right: 1em;
    width: auto;
}

.datosacademicos h3 { margin-top: 0; }



.mapa {
    text-align: center;
    padding-bottom: 2em;
    padding-top: 2em;
}



footer ul {
    text-align: center;
    list-style: none;
    font-size: 15px;
    padding: 0;
    
}

footer h4 {
    font-size: 20px;
}

footer .contenedor {
    max-width: 50em;
    margin: auto;
}

footer {
    background-color: black;
    padding: .5em;
    color: white;
    text-align: center;
    font-size: 10px;
}