@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

body {font-family: 'Nunito Sans', sans-serif;}

html, body { 
	max-height: 100%; 
	max-width: 100%;
} 

body {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}

header {background-color: #8379b3; 
        margin: 0;
        padding: 0;
   
}


header nav ul li {color:white; 
list-style: none; 
    text-decoration: none;
	margin: 0;
	padding: 0;
}

#logo { 
    display: flex;
    align-items: center;
    justify-content: center;
    height:3em;
    
}

.nav {
    display:flex;
    flex-direction:row;
    justify-content:space-between; 
	align-items: center;
    font-size: 1em;
    padding: 1em;
    margin: 0;
	
	width: 
}



#nav-derecha ul {
    list-style: none;
}

#nav-derecha ul li{
    float: right;
    padding: 0 0.5em 0 0.5em;
	margin: 0;
    
}
    
#nav-derecha ul li a {
   text-decoration: none;
    color:white;
    font-weight: 500;
   	padding: 0;
	margin: 0;
}

main {
    display: flex;
    flex-direction: column; 
	align-items: center;
	justify-content: center;
	font-size: 1em;
    max-width: 100%;
	padding: 2em;
	
}

main .principal {
    display: flex; 
    flex-direction: column;
	justify-content: center;
	width: 100%;
}


h1 {
   font-size: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
   color: #8379b3;
width: 100%;
   
   }

h2 {background-color: #8379b3;
padding: 0.5em;
color: white;
max-width: 100%;

}

h3 {background-color: #8379b3;
padding: 0.5em;
max-width: 100%;
}

h4 {
background-color: #8379b3;
padding: 0.5em;
color: white;
max-width: 100%;
}

#inti-titulo {
	color: #8379b3;
	font-weight: 600;
	margin: 0;
}

#equipo {
  display: flex;
  justify-content:space-between;
  font-size: 1.3em; 
  flex-direction: row;
}

#equipo div {display: flex; flex-direction: column; align-items:center; }

#equipo div a {display: flex; align-items: center; flex-direction: column;}

.alumno {max-width: 80%;
border-radius: 1rem;
box-shadow: 0px 4px 15px #000;}

#info {
	flex-direction: row;
	width: 100%;
	margin: 0;
	padding: 0;
}

.docentes { 
	display: flex;
	justify-content: center;
	width: 100%;
	
}


.profesor {
	max-width:80%;
border-radius: 1rem;
	margin: 1em
}

.anibal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.videoResponsive {
    position: relative;
    margin: 0;
    height: 0;
    padding-bottom: 56.25%;
    
  }
 
.videoResponsive iframe { 
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; 
  }

#inti { 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    max-height: 100%;
	max-width: 100%;
  }



#p-boton { 
    display: flex;
    flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 2em 0 2em 0;
  }

#inti p { 
    font-style: italic;
   width: 100%; 
   padding: 0;
  }


#boton-inti { 
   text-decoration: none;
   color: #8379b3;
   padding: 1em;
   border: 2px solid #8379b3;
   border-radius: 20px;
  }


#mapa { 
    max-width: 100%;
    min-height: 100vh; 
    
    
}

#mapa-fondo {
	background-color: #d3c8dc ;
}

#inti-logo {
	width: 200px;
	padding: 5em;
	
	
	
}

#inti-separador { 
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
		
}

footer {
    font-size: 0.7em;
    padding: 0.8em;
 
    background-color: #8379b3;
    color: white; 
    
}

