@charset "utf-8";

* {
    list-style: none;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    
    text-decoration: none;
    box-sizing: border-box;
}
body {background-color:#f0e4e9;
    display: flex;
     min-height: 100vh;
    width: 100vw;
    justify-content: space-between;
    margin: auto;
    flex-direction: column;
}

main {
    flex-grow: 1;
}
header {
   
    display: flex;
  
    flex-wrap: nowrap;
  
    width: 100%;
    background-color: #061827
    
}

header a {
    display: flex;
    color: #ffe0ec;
    padding: 0.5em;
    font-size: 1em;
    
}
.contenedor {
    width: 100%;
    margin: auto;
    justify-content: space-between;
}

nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0.2em;
}

#logcat {
    display:none;
    border: none;
    padding: 0.2em;
    position: relative;
   right: 3em;
}

nav ul {
   
    display: flex;
    flex-direction: row;
    background-color: #191919;
}
.menuu {
    display: flex;
    color: white;
    justify-content: space-between;
    align-items:center;
    flex-direction: column;
    background-color: #060626;
    padding: 1em;
    padding-right: 0;
    justify-content: space-between;
}


.items {
    margin-top: 1em;
    border-bottom: solid 2px white;
    width: 10em;
}
nav a {
   
    font-size: 1.3em;
 
    margin-top: 1em;
    width: 9em;
     margin: auto;
    padding-bottom: 0.4em;
    
    
}

.menu [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}
header nav label {
    cursor: pointer;
    padding: .6em;
    position: relative;
    z-index: 99999;
}
header nav label {
    color: rgba(255,255,255,.75);
    padding: .5em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
header nav label:hover {
    background-color: rgba(0,0,0,0.5);
   
}
label img {
    width: 1.9em;

    
}
#menutog:not(:checked) + #llamamenu,
#menutog:checked + #llamamenu + #ocultamenu {
    display: flex;
}
#menutog:checked + #llamamenu,
#menutog:not(:checked) + #llamamenu + #ocultamenu {
    display: none;
}
header nav .menuu {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 60%;
    z-index: 99991;
    padding-top: 3em;
    transition: all .5s ease;
}
#menutog:checked + #llamamenu + #ocultamenu + .menuu {
    left: 40%;
    transition: all .25s ease;
}


/*  ---------  Avatar y redes ------------- */
#hoculto {
    display: none;
}
h1 {
    color: #ffebf3;
    background-color: #1e2121;
    border-radius: 0.8em;
    text-align: center;
    padding: 0.2em;
    margin: auto;
   box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .35);
    font-family: sans-serif;
    margin-top: 1em;
    margin-bottom: 1em;
   width: 15rem;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.8em;
    padding: 0.2em;
    width: 10em;
}

#avatar {
    border-radius: 50%;
    box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, .35);
    margin-bottom: 1em;
    display: block;
    margin: auto;
    height: 16em;
    width: 16em;
    justify-content: center;
    align-items: center;
    border: 0.2em solid #ffe8ee;
    
}

.redes {
    display: flex;
    justify-content: center;
    align-content: space-around;
    margin-top: 1em;
}
.red { display: block;
    width: 2.4em;
    height: auto;
    margin-left: 1em;
    height: 50px;
    width: 50px;
    
}
.red:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#diseño {
    color:#7c727a;
   font-size: 1.1em;
    text-align: center;
    width: 10em;
    display: block;
    margin:auto;
    box-sizing: border-box;
    margin-top: 0.8em;
}

/* ------------- sección materias ------------- */


h2 {
    text-align: center;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.8em;
}
.materias {
    display: flex;
 
    justify-content: center;
    color: darkgray;
    font-size: 0.9em;
   
    line-height: 22px;
    border: 2px solid #a7a7a7;
    border-radius: 2em;
    width: 24em;
    margin:auto;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .25); 
    background-color:rgb(230, 230, 230)
}
h3 { text-align:center;
    padding: 0.2em;
    box-sizing: border-box;
    color:#7c727a;
    font-size: 1.5em;
    margin-bottom: 0.5em
}
h3 {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
}
.Nivel1 {
    background-color: #ffe0ec;
    border-radius: 2em;
    margin: auto;
    padding: 0.2em;
    width:20em;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .35);
}

.Nivel2 {
      background-color: #ffe0ec;
    border-radius: 2em;
    margin: 1em;
    padding: 0.2em;
    width:20em;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .35);
    margin: auto;
}
.cursando {
    background-color: #ffe0ec;
    border-radius: 2em;
    margin: 1em;
    padding: 0.2em;
    width:20em;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .35);
}

/* --------- integrantes y datos academicos --------- */


.caja {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    color: darkgray;
    font-family: sans-serif;
    font-size: 0.9em;
    box-sizing: border-box;
    line-height: 22px;
    border: 2px solid #a7a7a7;
    border-radius: 2em;
    width: 24em;
    margin:auto;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .25); 
    background-color:rgb(230, 230, 230);
    flex-direction: column;
    margin-top: 1em;
}
.integrantes ul {
    display: flex;
    justify-content: space-between;
    margin: auto;
    box-sizing: border-box;
    align-items: center;
    padding: 1em;
    padding-top: 0.1em;
    margin-left: 2em;
    margin-right: 2em;
    font-size: 1.3em;
}

.infoclub {
    color: darkgray;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 0.7em;
    box-sizing: border-box;
    line-height: 1.3em;
    border: 2px solid #a7a7a7;
    border-radius: 2em;
    width: 30em;
    margin:auto;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .25); 
    background-color:rgb(230, 230, 230);
    margin-top: 1em;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
}
.infoclub h4 {
    margin-top: 0.1em;
}
#hpropuesta {
    display: block;
    color: white;
   
    font-size: 2em;
    font-weight: 600;
    width: 8em;
    text-align: center;
    margin: auto;
    margin-top: 0.8em;
     margin-bottom: 0.5em;
    background-color: #3c3c3c;
    border-radius: 1em;
    padding: 0.3em;
    
}
#hpropuesta:hover , #hpropuesta:focus {
    background-color: rgb(230, 230, 230);
    color: #4b4b4b;
    border: solid 2px darkgrey;
}

#pantalla {
    color: darkgray;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    box-sizing: border-box;
    line-height: 1.3em;
    border: 2px solid #a7a7a7;
    border-radius: 2em;
    width: 22em;
    margin:auto;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .25); 
    background-color:rgb(230, 230, 230);
    margin-top: 1em;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 2em;
    padding-top: 2em;
}
#pantalla img {
    width: 18em;
    display: flex;
    margin: auto;
    margin-bottom: 1em;
}
h4 {
    text-align:center;
    padding: 0.2em;
    box-sizing: border-box;
    color:#7c727a;
    font-size: 1.3em;
    margin-bottom: 0.1em;
    margin-top: 0.5em;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
}
.integrantes a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    text-align:left;
    display: block;
    color: #7c727a;
}
.integrantes {
    margin-top: 0.1em;
}
a:hover {
  color: #0a0909;
}

.fotosint {
    display: none;
}
#datos {
    text-align: center;
    margin-top: 0.9em;
    border-radius: 0.8em;
    color: aliceblue;
    background-color: #3c3c3c;
    border-radius: 0.8em;
    width: 12em;
    margin: auto;
    margin-top: 1.8em;
    font-size: 1.5em;
    margin-bottom: 0.8em;
    padding: 0.3em;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, 0.26);
    font-weight: 700;
    
}
#loguba {
    height: 5em;
    width: 5em;
}

#logfadu {
    height: 4em;
    margin-top: 0.9em;
}
#logdgpc {
    height: 3em;
    margin-top: 0.9em;
}

.datosfacultad {
    line-height: 0.4em;
    font-size: 0.7em;
    display: flex;
    flex-direction: column;
    color: #888888;
    align-items: center;
    padding: 1em;
    text-align: left;
   background-color: ;
    width: 30em;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 1.5em;
}
.datosfacultad {
    background-color: #ebe1e5;
    border-radius: 2em;
    border: solid 0.2em #cecece;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, 0.26);
    
}
.datosfacultad li {
    box-sizing: border-box;
    margin-left: 1em;
    width: 25em;
    border-bottom: solid 0.1em #868686;
}


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


footer {
    color:aliceblue;
    font-size: 1em;
    box-sizing: border-box;
    margin-top: 1em;  
}
.legales {
    background-color: #3c3c3c;
    padding: 2em;
    font-size: 0.8em;
    margin-bottom: 0em;
    margin-top: 0em;
    text-align: center;
    line-height: 1.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    
    
}


/* ----- cuando la pantalla mida mínimo 800px ---- */

@media (min-width: 53em) {
    .datosfacultad {
        width: 100%;
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 0;
        flex-direction: row;
        justify-content: space-between;
        margin: auto;
        border: none;
        border-top: solid 0.2em #cecece;
        
    }
    .datosfacultad li {
        border: none;
        margin-left: 0.2em;
        height: 12em;
        margin-top: 1em;
    }
    footer {
        margin-top: 0;
        padding-top: 0;
    }
    #datos {
        width: 100%;
            border-radius: 0;
        background-color: #f0e4e9;
        padding: 0.5em;
        box-shadow: none;
        color:#f0e4e9;
        font-size: 0.1em;
        text-transform: uppercase;
    }
     header nav label , #close , #open  {
        display: none;
        margin: 0;
        padding: 0;
    }
    
    header nav .menuu {
    position: static;
    height: auto;
    padding-top: 0em;
        width: 100%;
        display: flex;
}
    .items {
        border-bottom: none;
        border-right: solid 0.1em white;
    }
    #open {
        display: none;
    }
    nav {
    display: flex;
    flex-wrap: nowrap;
    width: 85%;
    height: auto;   
}
    .menuu {
    color: white;
    
    padding: 0em;
   justify-content: space-between;

        display: flex;
}
 nav .items {
     display: flex;
        margin-left: 0.4em;
        text-align: center;
        margin: auto;
        padding-right: 0.5em;
        margin: 1em;
        padding: 0.5em;
        font-size: 0.9em;
        font-weight: 400;
     margin-bottom: 0.5em;
     margin-top: 0.5em;
     width: 6em;
     
     
     
    }
    #logcat {
        display:none;
    }
    .items:hover {
        color: white;
        font-weight: 600;
    }
    .menuu {
        
        margin: auto;
       
    }
     .items {
        border-right: none;
    }
    #pramenu {
        display: flex; 
    }
    
    .fotosint {
        display: block;
        width: 7em;
        border-radius: 50%;
        margin: auto;
        border: solid 3px white;
    }
    .integrantes a {
        text-align: center;
        margin-top: 1em;
    }
    .integrantes ul {
        margin: 1em;
    }
    
    .nivel1 {
        display: flex;
    }
    .redes {
        position: fixed;
        bottom: 2em;
        flex-direction: column;

    }
    .redes a {
        margin-top: 1em;
    }
    
    #hpropuesta {
        font-size: 1.2em;
    }
    #cajaprop {
        margin: 1em;
    }
    
    #cajatodo {
        display: flex;
        width: 38em;
        margin: auto;
    }
    
    #hoculto {
         display: block;
    color: white;
   
    font-size: 1.2em;
    font-weight: 600;
    width: 8em;
    text-align: center;
    margin: auto;
    margin-top: 0.8em;
     margin-bottom: 0.5em;
    background-color: #3c3c3c;
    border-radius: 1em;
    padding: 0.3em;
    
    }
    .infoclub {
        margin-top: 5.1em;
    }
}