@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900');

html {font-size: 62,5%; 
;
   
}

#pagina {min-height: 87vh;
   padding: 0rem;
    margin: 0;
    }

body {display: flex;
    width: 100%;
    background-color: whitesmoke;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    flex-direction: column;
    
}

nav {background-color: whitesmoke; }

*  {
    box-sizing: border-box;
    font-family: roboto;
}

ul {list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    }

header nav ul li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: auto;
    
    
    padding: .7rem;
    color: white;
    background-color: black;
    
    }

header nav ul li a:hover{
    background-color: #FF6040;
    color: whitesmoke;
    font-weight: 500;
}

#isologo {
    background-color: #FF6040;
    text-align: center;
    display: flex; 
    justify-content: center;
    padding: .5rem;
    
    
}

footer {
    padding: 1rem;
    font-size: 8pt;
    background-color: #FF6040;
    color: azure;
    display: flex;
    
}

section a{
    text-decoration: none;
    color: black;
    background-color: white;
    display: block;
    text-align: center;
    padding: .4rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.44); 
    
    
    }
section a:hover{
    color: #FF6040;
    font-weight: bold;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.44); 
    background-color: black;
}

p {
   padding-left: 1rem;
    padding-right: .5rem;
}


main section ul li {
    padding-bottom: 1rem;
    padding-left: 1rem;
}
#docentes ul li div {
    color: black;
}


#titulo1 {
    padding-bottom: .4rem;
    font-weight: bold;
    color: #FF6040;
}

#titulo2 {
    padding-bottom: .3rem;
    font-weight: 300;
    color: #FF6040;
    }

h2 {
    background-color:rgba(255, 96, 64, 0.82);
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: center;
    color: whitesmoke;
    font-weight: 300
}

h1 {
    background-color:#FF6040;
    padding: .5rem;
    text-align: center;
    color: white;
    font-weight: 400;
    
}



article img{
    width: 100%
}
#mapa {
    width: auto;
    display: block;
    text-align: center;
    padding-bottom: 1rem;
    
}

@media screen and (min-width:120vh) {
    article img{
        width: 100%;
    }
    header{
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        background-color: black
                
        
        
        
    }
    header nav ul {
        padding: 0;
        margin: 0;
        display:flex;
        flex-direction: row;
        justify-content: center;
        align-content: stretch;
        align-items: stretch;
               
     
        width: 100%;
       
    }
    header nav ul li {
        
       
        display: flex;
        flex-direction: row;
        width: 20%;
        justify-content: space-around;
        
        
       
}
    header nav ul li a {
        display: flex;
        justify-content: center;
        flex-basis: 0;
        flex-grow: 3;
        
    }
    #isologo{
        width: 30%;
        flex-basis: 3;
        flex-grow: 0
    }
    main{
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    article{
        padding-top: 0;
        width: 75%;
        order: 3;
    }
    #secciones{
        width: 35%;
        background-color: white
    }
    section{
        padding-right: 1rem;
    }
    section a{
        padding-left: 1rem;
    }
    footer{
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #parrafos{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (min-width:70vh)and (max-width:120vh){
      
    header{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        background-color: black
                
        
        
        
    }
    header nav ul {
        padding: 0;
        margin: 0;
        display:flex;
        flex-direction: row;
        justify-content: center;
        align-content: stretch;
        align-items: stretch;
               
     
        width: 100%;
       
    }
    header nav ul li {
        
       
        display: flex;
        flex-direction: row;
        width: 20%;
        justify-content: space-around;
        
        
       
}
    header nav ul li a {
        display: flex;
        justify-content: center;
        flex-basis: 0;
        flex-grow: 3;
        
    }
    #isologo{
        width: 100%;
        flex-basis: 3;
        flex-grow: 0
    }
    main{
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: stretch;
        align-items: 
    }
    article{
        padding-top: 0;
        width: 75%;
        order:2
        
    }
    #secciones{
        width: 35%;
        background-color: whitesmoke;
        
    }
    section{
        padding-right: 1rem;
    }
    section a{
        padding-left: 1rem;
    }
    footer{
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #parrafos{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #secciones2{
        order: 3;
    }
    
    #estudiantes {
        background-color: whitesmoke;
    }
}