* {
    box-sizing: border-box;
    margin: .25em;
    font-family:"roboto", sans-serif;
}

/* TIPOGRAFIA*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


/* HEADER DGPC Y FADU */
header {
    display: flex;
    justify-content:space-between;
    align-items:center;
    max-height:3.5em; 

}  

body header img{
    height: 60%
}

/* BODY */
body{
    background-color:#ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-family:"Roboto", sans-serif;
}

/* BOTONERA*/

.web{
    color:darkseagreen;
}


body nav ul {
    list-style-type: none;
    background-color:#333333;  
    display: flex;
    flex-direction: row;
    justify-content:center;
    height: 2.5em; 
    align-content: center;
    }

body nav ul li a {
    list-style-type: none;
    font-size: 1em;
    color: #E6E6E6;
    background-color:#333333;  
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-content: center;
    vertical-align: middle;

}




/* PANEL Y SPONSORS */




/* TITULOS */ 

.plan{
    color: dimgray;
    font-size: 1.5em;
    background-color:aliceblue;
    height: 1.5em;
    align-content: center;
    
}

h1{
    color:#316a31;
    font-size: 20px; 
    font-family: "roboto", sans-serif;
    font-weight: bolder;
    text-align: center;
}


h2{
    color:#316a31;
    padding: 1em 1em 0em 0em;
    font-size: 1em; 
    font-family: "roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    
}

body main h3{
    color: #316a31;
    text-align: center;
    padding: 1em 1em 0em 0em;

}

 main h2{
    color:#316a31;
    padding: 1em 1em 0em 0em;
    font-size: 1em; 
    font-family: "roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    
}
/* DESCRIPCION */
section p{
    color:#525252;
    padding: 1em 0em 1em 0em;
    font-family: "roboto", sans-serif;
    font-weight: lighter;
    text-align: justify;
}

body main p{
    color:#525252;
    font-family: "roboto", sans-serif;
    font-weight: lighter;
    text-align: justify;
}

/* LINEAS */
hr{
    margin-left: 0%;
    height: 3px;
    background-color: #316a31;
}

/* BOTONERA REDONDA */
section ul {
    padding: 2em 0em 0em 0em;
    display: flex;
    justify-content: center;
}

section ul li h5{
    font-family: "roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #525252;
    display: none;

}

section ul {
     list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }

section ul li a {
    display: flex;
    padding-bottom: 1em;
    text-decoration: none;
    }

/* IMAGENES REDONDAS */
section img{
    border-radius: 100%;
    max-width: 130px;
    max-height: 130px;
}

/* DATOS ACADEMICOS */

aside ul{
    margin-top: auto;
    padding: 2em 0em 0em 0em;
    }
aside ul a{
    text-decoration: none;
    color: #316a31;
    }
aside ul li{
    list-style-type: none;
    color: #525252;
    font-family: "roboto", sans-serif;
    font-weight: lighter;

    }
aside ul li h4{
    color: darkseagreen;
}

/* CLUB SARMIENTO PLAN */

.equipo{
    display: flex;
    justify-content: center;
    font-family: "roboto", sans-serif;
    font-weight: bold;
    color: #316a31;
    margin-bottom: 1em;
    margin-top: 1em;

}
        
/* FOOTER */
footer p {
    color:#FFFFFF; 
    background-color:#525252;
    text-decoration: none;
    margin-top: 3em;
    padding: 1em;
    font-family: "roboto", sans-serif;
    font-weight: lighter;
    font-size: 0.9em;
    display: flex;
    justify-content: flex-end;
    }


/* RESPONSIVE */
@media all and ( min-width:67em){
    body nav ul{
        justify-content: space-around;
    }
    h1{
        text-align: center;
    }
    section p{
        margin-left: 5em;
        margin-right: 5em;
    }
    hr{
        margin-left: 5em;
        margin-right: 5em; 
    }
    section ul{
        justify-content: space-around;
        margin-left: 5em;
        margin-right: 5em; 
    }
    section ul li h5{
        display: block
    }
    
    aside ul{
        display: flex;
        margin-left: 5em;
        margin-right: 5em;
        justify-content: center;
    }
    .equipo{
        margin-left: 5em;
        margin-right: 5em;
        margin-top: 2em; 
    }
    

    h2{ 
    text-align: center;
    }
    
    main p{
        margin-left: 5em;
        margin-right: 5em;
        margin-top: 1em;
    }
    .main mapa{
        display: flex;
        justify-content: center;
        
    }









    
