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


header{
    color: #1b1464;
    font-family: "Montserrat",sans-serif;
    display:flex;
    justify-content:flex-start;
    width: auto;
    height: auto;
    text-decoration: none;
    
}

video { 
       display: block;
        margin: auto;
        margin-bottom: 2rem;
    margin-top: 2rem;
   
    width: 53.8%;

}


nav {
    
    text-decoration:none;
    background:#9dd5d2;
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1rem;
    font-family: "Montserrat",sans-serif;
    width: auto;
    color: #fff;
        
    }



header img{
    
    width:auto;
    height: 70px;
    margin: 0.2rem;
    
}


body{
    
    background: #ebabc6;
    text-decoration:none;

    
}

.tematitulo{
    
    font-family: "Montserrat",sans-serif;
    display: block;
    margin:   auto auto;
    text-align: center;
    color: #1b1464;
    background: #fff;
    padding: 1rem;
    
}

h2{
    font-family: "Montserrat",sans-serif;
    display: block;
    margin:  auto;
    text-align: center;
    color: #1b1464;
    background: #fff;
    padding: 1rem;
    font-size: 0.8rem;
        text-decoration:none;
  
    
}

 

section integrantes{
    background: #fff;
}



.alumnos1 {
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: baseline
    
}



.integrantes {
    display: flex;
	
    flex-direction: row; 
    
    justify-content:center;
	
  
    width: 100%
    
    }

fotos {
    
    background: #fff;
    margin: auto; width:62rem;
    border-radius: 0,
}

.textoplan{
    background: #fff;
    font-family: "Montserrat",sans-serif;
    display: block;
    margin:  auto;
    margin-top: 3rem;
    text-align: center;
    color: #1b1464;
    background: #fff;
    padding: 1rem;
    font-size: 1.4rem;
    width: 60%;
  
    
}

.pie{font-size: 11px;  font-family: "Montserrat",sans-serif;; padding: 20px 10px 20px 20px; background-color: #0b1054; text-align: center; margin-top: 30rem;color: white;}


.fotomapa{
    width: 100%;
    margin-top: 2rem;
    border-radius: 0.5rem;
        
}


@media (max-width: 820px) {
#fotos {
    
    margin: auto;
    width: auto;
    align-content: center;
    }
    
.integrantes {display: block}

.integrantes img {width: 70%;}

.integrantes h2 {font-size: 60%;}

}

