*{
    box-sizing: border-box;
    line-height: 1.5em;
}

    
body{
    background-color: snow;
    margin: 0;
    font-family: "ubuntu", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 100vh;
    border-radius: 0.4em;
    
}



header, footer  { 
    background-color: rgb(219, 0, 0);
}


header nav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


header nav ul { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0em;
    margin: 0em;
  
}

header nav ul li {
    display: list-item;
    list-style: none;
    padding: 0em;
}

header nav ul li a{
    
    padding: 0.3em;
    margin: 0.3em;
    color: snow;
    text-decoration: none;
    font-weight: 400; 
    font-size: 0.9em;
    }

#equipo {
    display: flex; 
    padding: 0.4em;
}

#equipo a{
    padding: 0.4em;
    color: snow;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.8em;
}

#equipo a:hover{
    background-color: white;
    border-radius: 0.4em;
    color: black;
}

header ul li a:hover {
    background-color: white;
    border-radius: 0.2em;
    color: black;
    
}


/*---menu---*/

.material-icons {
    padding-right: .25em;
}

#llamamenu .material-icons,
#ocultamenu .material-icons {
    padding-left: 11em
}

header nav,
header nav ul {
    background-color: rgba(82, 7, 7, 0.88);
    color: white;
}

header nav a,
header nav label {
    color: rgba(255, 255, 255, 0.75);
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}

header nav label {
    cursor: pointer;
    padding: 0;
    
    
    position: relative;
    z-index: 9999;
}

#menu-toggle:not(:checked) + #llamamenu,
#menu-toggle:checked + #llamamenu + #ocultamenu {
    display: flex;
}

#menu-toggle:checked + #llamamenu,
#menu-toggle:not(:checked) + #llamamenu + #ocultamenu {
    display: none;
}

header nav ul {
    
    position: fixed;;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 60%;
    z-index: 9990;
    padding-top: 0em;
    transition: all .6s ease;
}

#menu-toggle:checked + #llamamenu + #ocultamenu + ul {
    left: 50%;
    transition: all .26s ease;
}


/*main*/

main {
    margin: auto;
    padding: 1em;
}

main section {
    margin: 0.65em;
}

h1 { 
    font-family: "Ubuntu", sans-serif;
    font-size: 1.7em;
    color: black;
    font-weight: 100;
    text-align: center; 
    margin: 0em; 
    
    
}


#nolting {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    background-color: rgb(219, 0, 0);
    border-radius: 1em;
    

}

#nolting img {
    margin: auto;
    
}
h2 {
    padding-top: 0.3em; 
    margin: 0;
    font-weight: 700;
    font-size: 2.2em;
    text-align: center;
}

#link {
    font-size: 0.8em;
    color: white;
    font-weight: 600;
    padding: 0.5em;
    text-decoration: none;
    margin: auto;

}



#link:hover {
    background-color: white;
    border-radius: 0.4em;
    color: black;
    
}

#nolting p{
    text-align: center;
    font-size: 0.8em;  
    padding: 1em;
    margin: 0em;
}

h3 { 
    padding: 1em;
    font-weight: 700;
    margin: 0em;
    padding-top: 0.4em; 
    
}


.nosotras {     
    display: flex; 
    flex-direction: column;
    justify-content: center;
    background-color: rgb(219, 0, 0);
    border-radius: 1em;
    
}

#caratula {
    padding-bottom: 0.5em;
    margin: auto;
    
}

.nosotras ul{ 
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    
}

.nosotras ul li{
    list-style: none;
    display: flex;
    flex-direction: column; 
   
}


.nosotras ul li a{
    display: flex;
    flex-direction: column; 
    flex-wrap: wrap;
    align-items: center;
    
    color: white;
    font-weight: 100;
    text-decoration: none;
    font-size: 0.9em;  
    
    padding: 0em; 
    
    
}

.nombres { 
    margin: auto;
    padding: 0.2em;
    font-weight: 400;
}


.nombres:hover {
    color: black;
    font-size: 1.2em; 
    font-weight: 700;
    
}

.nosotras img { 
    border-radius: 1em; 
    width: 60%;
    
 }


#informacionacademica {
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(219, 0, 0);
    color: black;
    border-radius: 1.5em;
}

#titulo {
    padding-top: 0.5em;
    margin: 0em;
    text-align: center;
    
}


#informacionacademica ul {
    list-style: none;
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0.2em; 
    padding-bottom: 0.55em;
 
}
#informacionacademica ul li {
    display: flex;
    flex-direction: column;

    align-items: center;
    list-style: none;
    font-size: 0.84em; 
    padding: 0.2em;

}

#informacionacademica ul li a{
    
    list-style: none;
    font-size: 0.84em; 
    padding-left: 1.5em;
 
   
}
.uba, .fadu, .dgpc {
    display: flex;
    flex-direction: column;
    
    
    font-size: 0.5; 
    text-decoration: none;
    color: snow;   
    margin: 0;
    text-align: center; 
    align-items: center;
}

.academico {
    align-items: center;
    text-decoration: none; 
    font-size: 1.4em;
    color: black;
    font-weight: 600;
    padding: 0em; 
    
}

.plan{
    padding: 0em;
    padding-top: .5em;
    text-align: center;
 
}
.planp {
    font-size: .8em 
}

/*footer*/ 



footer p{
    font-size: 0.6em;
    padding: 2em; 
    
}

/*mapa*/

.mapa {
    
    max-width: 100%;
}

@media (min-width: 35em) {
    
    #menu-toggle,
    #menu-toggle:checked + #llamamenu,
    #menu-toggle:not(:checked) + #llamamenu,
    #menu-toggle:checked + #llamamenu + #ocultamenu,
    #menu-toggle:not(checked) + #llamamenu + #ocultamenu {
        display: none;
    }
    

    #menu-toggle:not(:checked) + #llamamenu + #ocultamenu + ul,
    #menu-toggle:checked + #llamamenu + #ocultamenu + ul {
        display: flex;
        flex-wrap: wrap;
        background: none;
        
     
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding-top: 0;
    }
    
    header nav ul {
        flex-basis: 25%;
        display: flex;
        flex-direction: row;
    }
    
   
}
