/* Hoja de Estilos del TP de DGPC - Catedra Zachin */
/* Equipo vm34 */

/*----------------------body---------------------*/

body{
    width: 100%;
    background-image:url(imagenes/fondo.png);
}

/*----------------------pagina---------------------*/

#pagina{
    position: relative;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: rgba(255, 255, 255, 0.7);
        
}

/*---------------------header---------------------------*/

header{
    background-image: url(imagenes/header.jpg);
    background-size: cover;
    background-attachment:inherit;
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
    border-bottom-style: solid; 
    border-bottom-color: #000;
    margin-bottom: 2rem;
    background-color: #fff;
}

#logo{
    margin: auto;
    text-align: center;
    color: #fff;   
}

#logo a{
    text-decoration: none;
}

#logo h1{
    font-family: 'Bitter', serif; font-weight: 700; 
    color: #fff;
}

#logo h2{
    font-family: 'Bitter', serif; font-weight: 400;
    color: #fff;
    padding: 0.2rem;
}


/*----------------------menu---------------------*/

#main-menu {
		position:relative;
		z-index:9999;
        margin: auto;
    }

#main-menu ul {
		width:12em;
    }

#main-menu li a{
    font-family: 'PT Sans', sans-serif; font-weight: 700; 
    color: #000; 
}

#main-menu li a:hover {
    background-color: #f0e000; 
}


/*-------------------encabezado---------------------------*/

#imagen{
    background-image: url(imagenes/equipo.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;    
}

#imagen h1{
    text-align: center;
    font-family: 'PT Sans', sans-serif; font-weight: 700;
    color: #f0e000;    
}

#docente h1{
    font-family: 'PT Sans', sans-serif; font-weight: 700;
    color: #5c5c5c;
    text-align: center;
    background-color: #f0e000;
    padding: 0.3rem;   
}


/*-------------------equipo-----------------------------*/


#fotos h2{
    font-family: 'PT Sans', sans-serif; font-weight: 700;
    color: #f0e000;
    text-align: center;
    background-color: #5c5c5c;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    position: absolute;
    font-size: 8.5pt;
}

#ayudantes h3{
    font-family: 'PT Sans', sans-serif; font-weight: 700;
    color: #000;
    text-align: left;
    
}

#ayudantes p{
    font-family: 'PT Sans', sans-serif; font-weight: 400;
    text-align: justify;
    color: #000;

}



/*-------------------footer-----------------------------*/
   
aside{
    margin: auto;
    background-color: #fff;
    margin-top: 4rem;
    overflow: auto;
}

footer{
    margin: auto;
    font-family: 'PT Sans Narrow', sans-serif; font-weight: 400;
    margin-top: -0.3rem;
    overflow: auto;   
}

footer p{
    padding: 0.3rem;
    text-align: center;
    color: #fff;
    background-color: #000;

}

/* -------------------------media 1px-------------------- */

@media all and (min-width: 1px) {

#pagina{
    width: 90%;
    }

header{
    border-bottom-width: 0.15rem;
    height: 8rem;
}    
    
#logo img{
        width: 4rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    
#logo h1{
        margin-top: -2rem;
        font-size: 14pt;
    }
#logo h2{
        margin: auto;
        font-size: 6.3pt;
        margin-top: -0.9rem;        
}
    
#imagen{
    width: 90%;
    height: 5rem; 
     margin-top: 2.5rem;      
}

#imagen h1{
    font-size: 9.3pt;
    padding-top: 5.5rem;
    margin: auto;
}

#docente{
    width: 90%;
    margin: auto;
}

#docente h1{
    font-size: 9pt;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;   
}

#fotos h2{
    width: 100%;
    margin-top: 12.8rem;
}
    
#fotos {
    height: 50rem;
    width: 12.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
    position: relative;
   
}

#foto1 {
    height: 12.5rem;
    width: 12.5rem;
    float: left;
    margin-bottom: 3rem;
    background-image: url(imagenes/zachin.jpg);
   
}

#foto2 {
    height: 12.5rem;
    width: 12.5rem;
    float: left;
    margin-bottom: 3rem;
    background-image: url(imagenes/vulcano.jpg);
   
}

#foto3 {
    height: 12.5rem;
    width: 12.5rem;
    float: left;
    margin-bottom: 3rem;
    background-image: url(imagenes/susana.jpg);
   
}

#foto4 {
    height: 12.5rem;
    width: 12.5rem;
    float: left;
    margin-bottom: 3rem;
    background-image: url(imagenes/barales.jpg);
   
}

#ayudantes h3{
    width: 85%;
    margin: auto;
    font-size: 9pt;
    margin-top: 13rem;
    text-align: center;
}
    
#ayudantes p{
    width: 90%;
    text-align: center;
    margin: auto;
    font-size: 8pt;
    margin-top: 0.3rem;
    margin-bottom: 3rem;
}
    
#redes{
    width: 4.8rem;
    margin: auto;
    margin-top: 0.3rem;
}
    
#redes img{
    width: 1rem;   
}
    
#menu{
    width: 90%;
    margin: auto;
}

#main-menu li a{
    font-size: 9.3pt;   
}

#equipo{
    width: 50%;
    margin: auto;
    position: relative;   
}


aside {
    width: 4.8rem;
    margin: auto;
    margin-bottom: 0.3rem;
}
    
aside img{
    width: 4.5rem;   
}
    
footer{
    width: 98%;
    
}

footer p{
    font-size:5pt;
     
    }   





/* -------------------------media 640px-------------------- */

@media all and (min-width: 640px) {

 header{
     height: 10.5rem;
 } 

#logo img{
         width: 5rem;
    }
    
#logo h1{
        margin-top: -2.2rem;
        font-size: 24pt;
    }
    
#logo h2{
        font-size: 11pt;
        margin-top: -1.8rem;
        
    }

#menu {
    width: 34.4rem;
    
    
}
#main-menu li a{
    font-size: 6pt;
       
}

#imagen{
    height: 7rem; 
     margin-top: 2.5rem;      
}
    
#imagen h1{
    font-size: 16pt;
    padding-top: 8rem;
    margin: auto;
}

#docente{
    margin-bottom: 1.5rem;

}
#docente h1{
    font-size: 13pt;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
    background-color: #f0e000;
    padding: 0.3rem;   
}
    
#fotos h2{
    width: 23%;
    margin-top: 7.5rem;
    margin-left: 0.2rem;
}
    
#fotos {
    height: 7rem;
    width: 28rem;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 4px solid #f0e000;
    margin-top: 3rem;
    position: relative;
   
}

#foto1 {
    height: 7rem;
    width: 7rem;
    float: left;
    background-image: url(imagenes/zachin.jpg);
    background-size: cover;
   
}

#foto2 {
    height: 7rem;
    width: 7rem;
    float: left;
    background-image: url(imagenes/vulcano.jpg);
    background-size: cover;
   
}

#foto3 {
    height: 7rem;
    width: 7rem;
    float: left;
    background-image: url(imagenes/susana.jpg);
    background-size: cover;
   
}

#foto4 {
    height: 7rem;
    width: 7rem;
    float: left;
    background-image: url(imagenes/barales.jpg);
    background-size: cover;
   
}

#ayudantes h3{
    width: 90%;
    margin: auto;
    font-size: 10.5pt;
    margin-top: 1rem;
}

#ayudantes{
    margin-top: 4.5rem;
}   
    
#ayudantes p{
    width: 90%;
    margin: auto;
    font-size: 10pt;
    margin-top: 0.3rem;
    margin-bottom: 2rem;
    
}
    
footer{
    width: 99%;
}
footer p {
    font-size: 6pt;
   
    
}
  
}



/* -------------------------media 800px-------------------- */

@media all and (min-width: 800px) {
    
#pagina{
    width: 80%;
    }
    
header{
    border-bottom-width: 0.5rem;
    height: 11rem;
}    
    
#logo img{
        width: 8rem;
        margin-top: 1.5rem;
        margin-left: -31rem;
    }
    
#logo h1{
        margin-left: 9.5rem;
        margin-top: -9rem;
        font-size: 40pt;
    }
#logo h2{
        margin-left: 10rem;
        font-size: 18pt;
        margin-top: -2.8rem;
}
#imagen{
    width: 70%;
    height: 10rem;
    margin-top: 3.5rem;
}

#imagen h1{
    font-size: 18pt;
    padding-top:10.5rem;
    margin: auto;
}
    
#docente{
    width: 70%;
    margin: auto;
    margin-bottom: 1rem;
}

#docente h1{
    margin: auto;
    width: 100%;
    font-size: 16pt;
    margin-top: 6rem;
    margin-bottom: 2rem;
    
}

    
#fotos h2{
    width: 23%;
    margin-top: 13rem;
    margin-left: 0.4rem;
}

#fotos {
    height: 12.5rem;
    width: 50rem;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 4px solid #f0e000;
    margin-top: 3rem;
    position: relative;
   
}

#foto1 {
    height: 12.5rem;
    width: 12.5rem;
    float: left;
    background-image: url(imagenes/zachin.jpg);
   
}

#foto2 {
    height: 12.5rem;
    width: 12.5rem;
    float: left;
    background-image: url(imagenes/vulcano.jpg);
   
}

#foto3 {
    height: 12.5rem;
    width: 12.5rem;
    float: left;
    background-image: url(imagenes/susana.jpg);
   
}

#foto4 {
    height: 12.5rem;
    width: 12.5rem;
    float: left;
    background-image: url(imagenes/barales.jpg);
   
}
    
#ayudantes h3{
    width: 90%;
    margin: auto;
    font-size: 12pt;
    margin-top: 1rem;
}
    
#ayudantes p{
    width: 50%;
    margin: auto;
    font-size: 10pt;
    margin-top: 0.3rem;
    margin-bottom: 3rem;
}    

#redes{
    width: 6.8rem;
    margin-bottom: -0.5rem;
    float: right;
}

#redes img{
        width: 1.3rem;
        
    }

 
#menu {
    width: 38rem;
    
}

#main-menu li a{
    font-size: 7.5pt;
    
}
    

aside{
    width: 7rem;
    margin-bottom: -1rem;
    margin-left: 0.8rem;
    float: left;
}

    aside img{
        width: 7rem;
        
    }


footer{
    width: 99%;
}
    
footer p{
    font-size: 6.5pt;
        
}
   
    
}