@charset "utf-8";


*{ 
margin: 0;
padding: 0;
border:0;
box-sizing: border-box;

}

/**header****/

.info{
display: flex;
justify-content: center;
align-items: center;
}
.info ul{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
list-style: none;
   margin: 1em; 

}

.info li a{
display: flex;
list-style: none;
text-align: center;
text-decoration: none;
background-color:#ED1E79;
margin: 0.50em;
padding: 0.2em;
 color: white;  
border-radius: 30em;
width: 4em;

}

.info a:hover{
    background-color: hotpink;
        
    }

.info a{
    justify-content: center;
    text-align: center;
}

body{
      display: flex;
    flex-direction: column;
    background-color: black;
    font-family: "helvetica";
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: -webkit-fill-available;
    min-height: 100vh;
    flex-wrap: nowrap;
}
html{
    height: -webkit-fill-available;
}

#header{
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-wrap: nowrap;
    height: 4em;
}



/*** fin del header****/


.perfil img{
    width: 40%;
    height: auto;
    border-radius:50%;
    *border:2px solid #ED1E79;
}


.img{
    display: flex;
    justify-content: center;

    align-items:center;
}



.perfil{


justify-content: center;
text-align: center;
align-items: center;
    
}

.perfil h3{
    color: white;
}


h2{
    color: #ED1E79;
    padding-bottom: 0.3em;
    padding-top: 0.5em;
   text-align: center;
}

h3{
    color:#ED1E79;
    text-align: center;
}
h4{
  color: #ED1E79;
}





p{
   list-style: none;
    color: white;
}





.cursada{
 color: white;
text-align: center;
text-decoration: none;
padding: 2em;
}

.materias li{
    margin: 0.3em;
    list-style: none;
    text-decoration: none;
}

/**** eco héroes ****/

.Ecoheroes{
    text-align: center;
}

.Ecoheroes p{
    color: white;
    margin: 0.5em;
}

.navegacion{
    display: flex;
  flex-direction: column;  

}

.navegacion ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding-bottom: 2em;
    padding-top: 2em;
}

.navegacion  li{
    display: flex;

background-color:  #ED1E79;
    justify-content: center;
    text-align: center;
  list-style: none;
   width: auto;
    margin: 0.3em;

    border-radius: 50em;
    font-size: 20px;
    padding: 0.4em;
    
    
}

.navegacion li:hover{
     background-color: hotpink;
        
    }

.navegacion a{
     color: white;
     text-decoration: none;
}

.equipo{

display: flex;
text-align: center;
justify-content: center;
align-items: center;

}




.equipo li{
    list-style: none;
    width: 10em;

  font-size: 20px;
    text-align: center;
    margin-top: 1em;
  justify-content: center;
    border-radius: 20em;

     border: white 5px solid;
 



}



.equipo a{
color: white;
text-decoration: none;
   
}

/*** fin de eco héroes*****/

.univercidad{
margin: 2em;
}
.univercidad a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
text-align: center;

    


}
.univercidad h4{
    font-size: 0.8em;
text-align: center;
margin: 0.5em;

}

.univercidad p{
    font-size: 0.8em;
    text-align: center;
    margin: 0.2em;
   
}

.univercidad img{
 
padding: 2em;
    justify-content: center;
align-items: center;
}

.fadu img{

    width: 70%;
    height: auto:
      
}

.dgpc img{

    width: 50%;
    height: auto:
    
    
}



/*** footer***/

footer{
    
    background-color: #ED1E79;
    color: white;
   
 
}





.redessociales img{
    width: 3em;
    height: auto;
    
}
.redessociales{
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
   
}
.redessociales a{
   
    display: flex;
    align-items: center;
;
    flex-direction: row;
   margin-top: 1em;
    margin-bottom: 1em;
    flex-wrap: wrap;
    padding: 0.5em;
   
}

.contenedor{
    padding: 1em;
    font-size: 70%;
 
 
}

/****fin footer****/


@media (min-width: 60em){
    
.perfil{
    
    text-align: center;
align-items: center;}
    
    
.perfil img {
    width: 25%;
    height: auto;
    }


.dgpc{
    margin-top: 3em;
        
    }  

    
.dgpc img{
    margin-bottom: 1.2em;
  width: 70%;
height: auto;
  
    }
    
.fadu img{
      width: 70%;  
    height: auto;
 
    }
    
.univercidad{
 display: flex;
 
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
align-items: center;

 }
    

    
    


    
        
    