@import url('https://fonts.googleapis.com/css?family=Mukta+Malar:400,800|Ultra|Vidaloka');
@import url('https://fonts.googleapis.com/css?family=Cinzel|EB+Garamond');
*{ margin: 0;}


body { background-color: black;
    font-family: 'Vidaloka', serif;
    color:#000;
   }

.contenido{ 
    max-width: 80rem;
    margin: auto;

}
.contenido{width:100%;}

 .botonera{
    width:100%;
    max-width: 1201px;
    position: fixed;
    display: flex;
    z-index: 2;
    background-color: black;
    padding: 10px 37px 0 42px;
 }
.logo{
     width:10%;
      flex-grow: 1
}
.logo img{
    width:100%;
}

 .menu{
    width: 50%;
    flex-grow: 1;
    line-height: 53px;
    margin: 10px;
}

 .menu nav{
    background-color: black;
}
 .menu nav ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
 .menu nav ul li {
        flex-grow: 1;
}
 .menu nav ul li a {
text-decoration: none;
}
nav{
    background: grey;
    color:aquamarine;
    
}

nav ul {
        padding: 0;
}
nav ul li {
        list-style-type: none;
}
nav ul li a {
            color: #fff;
            text-decoration: none;
            text-align: center;
            background: rgba(255, 255, 255, 0.42);
            display: block;
            padding-left: 40px;
           
}
nav ul li a:hover {
            background: #014a89; color: #fff;
}
.logo2 {
    width: 20%;
    flex-grow: 1;
    text-align: center;
    line-height: 76px;
    color: white;
}

.sobregif{
    background-image: url(../img/jazzparagif.gif);
    background-position: center;
    top: 84px;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    padding-top: 5%;
}



h3{
    font-family: 'Mukta Malar', sans-serif;
    text-align: center;
    font-size: 3rem;
    display: block;
    font-size: 1.17em;
    
/*Integrantes presentacion*/    
}


.integrantes {
    margin: auto;
    width: 100%;
    display: flex;
    margin-top: 75px;
   
}


article{ width: 100%; background: none; min-height: 10rem; border: 0.3rem solid #000;}


.alumno1, .alumno2, .alumno3, .alumno4{
    padding: 0rem 2rem 0rem 2rem;
    
    width: 25%;
    position: relative;
    text-align: center;

    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.alumno1 img, .alumno2 img, .alumno3 img, .alumno4 img{
    width: 100%;
    border-radius: 60%;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border: 15px solid aquamarine;
    
}
.alumno1 img:hover{
    filter: opacity(.85);   
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
    border-color: blue;
    border: 15px solid;
}

.alumno2 img:hover{
    filter: opacity(.85);   
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
    border-color: blue;
    border: 15px solid;
}
.alumno1 h4 a, .alumno2 h4 a, .alumno3 h4 a, .alumno4 h4 a{
    text-decoration: none;
    color: #91f1ff;
}

.alumno2 h4 a:hover{
    color:#82491f;
}


.alumno3 img:hover{
    filter: opacity(.85);   
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
    border-color: blue;
    border: 15px solid;
}

.alumno3 h4 a:hover{
    color:#82491f;
}

.alumno4 img:hover{
    filter: opacity(.85);   
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
    border-color: blue;
    border: 15px solid;
}

.alumno4 h4 a:hover{
    color:#82491f;
}
/*

section article{
    
    text-align: center;
    width: 80%;
    margin: 10% auto 10% auto;
    padding: 5%;
    border-radius: 0.6rem;
}
section article img{
    border-radius: 120rem;
    width: 35%;
    float: left;

}
section article img:hover{
    filter: opacity(.85);   
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
    border-color: blue;
    border: 15px solid;
}

section article h4 a{
    float: left;
    position: absolute;
    margin-top: 17%;
    left: 20%;
}
section article h4 a:hover{
   color:#82491f;
}
*/

/*cierra integrantes presentacion*/

/*abre contenedor con detalle materia*/
.presentacioncatedra{
    position: relative;
    text-align: center;
    margin-top: 10%;
}
h5{
    
    font-family: 'Cinzel', serif;
    color: #f7ff9c;
}
h6{
    font-family: 'EB Garamond', serif;
    color: #fffed3;
}
/*cierra contenedor con detalle materia*/

/*abre footer*/

footer{
    background-color: white;
    display: flex;
    flex-direction: row;
    padding: 20px;
    margin-top: 20px;

}
 
footer h6 a{
    text-decoration: none;
    text-align: center;
    color: #5704a3;
    font-size: 1rem;
    font-family: arial;
    margin-left: 10px;
    padding-top: 16px;
}
footer h6 a:hover{
    color: blue;

}
.footercatedra{
    flex-grow: 1;
}
.parrafopie{
    text-align: center;
    font-size: 0.80rem;
    margin: 0 20px;
    flex-grow: 2;
}

.ocampologo{
    flex-grow: 1;
    margin-right: 14px;
    padding-top: 12px;
}


/* Responsive */
/* A partir de 960px */

 

   
@media(max-width:800px){
.integrantes {flex-direction: column; }
.botonera{flex-direction: column; }
.alumno1, .alumno2, .alumno3, .alumno4 { margin: auto; }
.logo, .menu, .logo2{margin:auto; }
.logo img{margin-left: -99%;}
.presentacioncatedra{margin: 30px 0px 0px 0;  }
footer{flex-direction: column;}
.footercatedra, .parrafopie, .ocampolo{margin: auto;}
.menu nav{ margin-left: -44%;}
.logo2 h1{ margin-left: -125%;}
.footercatedra{padding-bottom: 2%;}
.parrafopie{padding-bottom: 4%;}
