
html {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    
}


body {
   
    /*margenes*/        
    margin: auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
   
    
    /*fondo*/
    
    /*background-image: url(../imagenes/descarga.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    


    }
    .container {
        text-align: center;
     
    }
    #estudiantes ul li{
        list-style: none
    }
main article p {
    text-align: center;
    padding-bottom: 2.5em;
    padding-top: 1em;
    padding-left: 8em;
    padding-right: 8em;
    font-size: 1.3em;
    line-height: 130%;
    font-weight: 100;
    margin: 0
}

body {

    text-align: center
        }
h1, h2, h3 {
    
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 800
    }

.bold {
    font-weight: 800
}

#docentes div {
    background-color: rgba(255,255,255,0.5);
    
        padding: 10px;
}

#uno {
    background-image: url("img/bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em
}
h1 {
    font-size: 5em;
    color:white;

}

#sobremi {
    color: white;
    margin: 0   ;
padding-bottom: 
}

header nav a {
    text-decoration: none;
    color: cadetblue
}

#menuToggle
{
  display: block;
  position: fixed;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}


#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}


#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: sticky;
  width: 200px;
  height: 100vh;
  margin: -77px 0 0 -50px;
  padding-top: 140px;
  
  background: rgba(245, 244, 244, 0.938);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;

  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
  
}


#menuToggle input:checked ~ ul
{
  transform: none;
}

#foto {
    padding-top: 20px;
    width: 200px;
    height: 200px;
    border-radius:150px;
}
article {
 
    background-color: cadetblue;
    color: white;
}

#estudiantes  {
    background-image: url("img/bg-estudiantes.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white!important
}

#estudiantes a {
    color: white;
    text-decoration: none;
    font-weight: 100;    
}
#estudiantes ul {
        margin: 0;
    padding: 0;
}

hr {
    max-width: 25%;
    border-width: 3px;
    border-color: white;
    border-top: 0 solid cadetblue;
    margin-top: 2em;
    margin-bottom: 2em
}

h2 {
    font-size: 3em;
   
    padding-top: 1em;
    margin: 0
}

footer {

 
    background-color: gray;
    color: yellow

}
footer p {
background-color: gray;
color: white;
padding: 2em;
font-weight: 100;
font-size: 0.8em
}

@media (min-width: 200px) {
    h1 {
      font-size: 4em;
    }
    #estudiantes h2 {
        font-size: 3em
    }
    #estudiantes a {
        font-size: 2em
    }

.uppercase {
    text-transform: uppercase
}
header nav{
    width: 100%;
    margin: auto;
    font-size: 0.2em;
    flex-wrap: wrap;
}
header nav a{

    font-size: 0.6em;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    font-weight: 500
}
.uppercase {
    padding: 0
}

.titulares{
    font-size: 2em
}
article{
    padding: 2em;

}

main article p {
    text-align: center;
    padding-bottom: 7em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1.5em;
    line-height: 130%;
    margin: 0
}



} /* MEDIA ENDS */


}
