* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    border: 0;
    outline: none;
    box-sizing: border-box; 


}

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

ul {
    list-style: none;
}

body {
     margin: 0;
     background-color: #EAF2ED;
     display: flex:

}

main {
    
    margin-top: 0;

    
}
a {
    text-decoration: none;
}



#datosAcademicos {
    font-size: 0.8em;
    display: flex;
    align-content: space-around;
    justify-content: center;
    margin-bottom: 2em;
}

#datosAcademicos ul li {
    display: flex;
    flex-direction: row;
    padding: 1em;
    border-radius: 1em 1em 1em 1em;
}

#datosAcademicos p{
    color: black;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
}

h3 {
    margin-top: .5em;
    color: gray;
}

/*-----------------------------------------------------------------------------------------------------
------------Menú----------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/

header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.616);
    display: flex;
    position: fixed;
    padding-top: .5em;
}




#btn-menu {
    display: none;

}


header label {
    display: none;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-right: 1px solid white;
}



header label:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);

}

.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}


.menu li {
    border-right: 1px solid white;
}

.menu li:hover {
    background: rgba(0, 0, 0, 0.3);
}


.menu li a  {
    display: block;
    padding: 15px 20px;
    color: rgba(0, 0, 0, 0.479);
    text-decoration: none;
    text-transform: uppercase;
    font-weight:600;
}

#logo {

    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 30%;
    padding-left: 22em;


}

@media (max-width:768px) {


    


    header label {
        display: block;
    
    
    }
    
    
    .menu {
        position: absolute;
        background-color:  rgba(255, 255, 255, 0.733);
        width: 70%;
        margin-left: -70%;
        transition: all 0.5s;
    
    }
    
    .menu ul {
    
        flex-direction: column;
    
    }
    
    .menu li {
        border-top: 1px solid white;
    }


    #btn-menu:checked ~ .menu {

        margin: 0;

    }   

    header img {
        max-width: 250%;
        margin-top: -.25em;
        margin-left: -.25em;
    }


    #logo {
        display: flex;
        justify-content: flex-end;
        margin-left: 13em;
        padding-left: 1.75em;
    
    
    }


   
}







    /*-----------------------------------------------------------------------------------------------------
------------Fin Menú----------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/










/*
----------------
clara
----------------
*/




.box{
    width: auto;
    background: rgba(69, 76, 114, 0.473);
    padding: 40px;
    text-align: center;
    margin-top: 0;
    color: white;
    font-family: 'Century Gothic',sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .box-img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-top: 2.25em;
    margin-bottom: 1em;
  }

  .box h1{
    font-size: 2em;
    font-weight: 400;
  }
  .box h5{
    font-size: 1.5em;
    letter-spacing: 3px;
    font-weight: 100;

  }
  .box p{
    text-align: center;
  }
  ul{
    margin: 0;
    padding: 0;
  }
  .box li{
    display: inline-block;
    margin: 6px;
    list-style: none;
  }
  .box li a{
    color: white;
    text-decoration: none;
    font-size: 60px;
    transition: all ease-in-out 250ms;
  }
  .box li a:hover{
    color: #b9b9b9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }



  
/*
----------------
integrantes
----------------
*/


.titulos{
    padding: 1em;
    border-bottom: .25em black;
    color: black;
    text-align: center;

}



#integrante {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-decoration: none;
    color: white;
    background-color: black;
    display: block;
    width: 8em;
    margin: auto;
    text-align: center;
    border-radius: 15px;
    transition: 0.2s ease;
    text-transform: uppercase;
    
}

#integrante:hover {
background-color: lightblue;
    color: black;
    transform: scale(1.2);
}

/*
----------------
bocetos
----------------
*/

.galeria {
    background-color: white;
    margin-top: 2em;
    margin-bottom: 2em;
}





/*
----------------
footer
----------------
*/

.footer {



    margin-top: 3em;
    background-color: gray;
    color: white;
    padding: 3em;
    
}



/*
----------------
media
----------------
*/


@media (min-width: 768px){

    #logo {
        margin-left: 22em;
    }

    .box {
        display: flex;
    }
    

    .barra:hover{
    width: 45%;
    }



   .integrante div{
    display: flex;
    padding: 5em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}
.integrante div p {
    padding: 1em;

    }


.items_galeria {
    width: 40%;
}

.items_galeria {
    max-width: 100%;
     height: 300px;
     margin: 20px;
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
     margin-left: 15em;
 
 }

 .galeria {
     background-color: none;
 }


}


