@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Viga:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,700,800);

body{
    background-color:#2e2e2e;
     width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

header img{
    display:block;
    height: 4em;
    margin-right: 7em;
    margin-bottom: 2em;
    margin-top: 2em;
}

nav{    
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    }

ul {
    padding:0px;
    }

nav li {
    display: inline;
    }

nav ul li a {
    margin-left: 1em;
    padding-bottom: 0.3em;
    font-family: 'Lato';
    font-weight: 800;
    font-size: 16px;
    color: #27c44b;
    }

.fotohead {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin: auto;
    }

h1{
    font-family:'Lato', sans-serif;
    color: #43b134;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

h3{
    display: flex;
    justify-content: center;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    color: #43b134;
    Font-family:'Lato', sans-serif;
    font-weight: 300;
}

.parrafo {
    font-family: "lato";
    font-size: 14px;
    color: #ffffff;
    max-width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -0.8em;
    text-align: justify;
    font-weight: 100;
    padding: 1em;
}

hr {
    height: 1px;
    background-color: #ffffff;
    border: 0;
    width: 1em;
    margin-top: 0em;
}

main section{
    margin-top: 0em;
}

main section h2{    
    display: flex;
    justify-content: center;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    color: #43b134;
    Font-family:'Lato', sans-serif;
    font-weight: 300;
    }

#miembros{
    width: auto;
    display: flex;
    flex-direction: column; 
    flex-wrap: wrap; 
    justify-content: center;
}

.fotoalumno {
    display: flex;
    margin: auto;
    border-radius: 100px;
    max-height: 100px;
    }

.texto_tp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 1em;
    margin-right: 1em;
    font-family:'Lato', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-top: 0.5em;
    }

.separador {
    margin-top: 1em;
    width: 20em;
}


aside {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.link{
    display: inline;
    font-family: "Lato";
    font-weight: 700;
    font-size: 12px;
    color: #ffffff; 
    margin-left: 1em;
    margin-right: 1em;
    }

a {
    color: white;
}

footer {
    background-color: rgb(103, 103, 103);
    font-family:'Lato', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 0.7em;
    margin-top: 2em; 
    padding: 1em;    
}

.pantallas {
    margin-right: auto;
    margin-top: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.screen {
   height: 250px; 
  
}

.epigrafe {
    margin-top: -1.3em;
    font-family: "lato";
    color: white;
    background: rgba(0, 0, 0, 0.54);
}

.bart {
    margin: 0.297em;
}