@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%;}

img{
    width: 100%;
 } 
 /*botonera principal*/  
.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: 1rem;
}
nav ul li a:hover {
                    background: #014a89; color: #fff;
}

.logo2 {
    width: 20%;
    flex-grow: 1;
    text-align: center;
    line-height: 76px;
    color: white;
}

/*cierra botonera principal*/
/*primer contenedor*/
 .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*/    
}

.detalleapp{color: white; 
            margin-left: 35px;
            margin-top: 12%;
}
.temaapp{
 
    margin-left: 2%;
}
.temaapp h2{
 
    margin-left: 46%;
}
.temaapp p{
    color: white;
    text-align: center;
    padding-left: 22%;
    padding-right: 22%;
}
/*cierra integrantes presentacion*/

/*abre contenedor con detalle materia*/
.presentacioncatedra{
    background-color: none;
    position: relative;
    margin-top: 17%;
    text-align: center;
}
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-left: 1px;
    margin-top: 51px;
    padding-top: 9px;
    padding-bottom: 15px;

}
 
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;

}
.parrafopie{
    text-align: center;
    font-size: 0.80rem;
    padding-left: 17%;
    padding-right: 13%;
    padding-top: 12px;
    margin-left: 95px;
}

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

@media(max-width:800px){

.botonera{flex-direction: column; }
.logo, .menu, .logo2{margin:auto; }
.presentacioncatedra{margin: 30px 0px 0px 0;  }
footer{flex-direction: column;}
.footercatedra, .parrafopie, .ocampolo{margin: auto;}

.footercatedra{padding-bottom: 2%;}
.parrafopie{padding-bottom: 4%;}