@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400&display=swap');
@font-face {
    font-family: 'TitilliumWeb Regular';
    font-family: 'Titillium Web Light'
}

body {
    background-color: #0b0b0b;
    background-image: url(http://www.sepados.com.br/Sepados/upload/backgrounds/texture-line-diagonal-black-background.jpg);
    background-size: cover;
    font-family: 'Univers LT Std';
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    
}

header .fila {
    display: block;
    
}

header nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    
}

header nav ul li {
    display: list-item;
    flex-basis: 20%;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Titillium Web';
    font-weight: 500;
    display: block;
    text-align: center;
    padding: .25em; .5em;
    margin-right: 1.4em;
    font-size: 90%;
    text-decoration: underline;

}

main {
    padding: 20px 50px;
    color: white; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 5px -10px;
    border-top: solid .25em #9d2424;
    border-bottom: solid .25em #9d2424;
    
}

.integrante img {
    border-radius: 50%;
    border: solid .2em white;
    box-shadow: 0 0.25em 0.25em 0 rgba(199, 85, 85, 0.4);
}

.mapa img {
    width: 100%;
}

h2 {
    color: #9d2424;
    font-family: 'Titillium Web'
}

.integrante {
    box-sizing: border-box;
    text-decoration: none;
    color: #0a2953;
    font-family: 'Titillium Web';
    font-weight: 300;
    font-size: 95%;
    text-decoration-line: 
}

.integrante p {
    color: white;

}

.encurso {
    box-sizing: border-box;
    text-decoration: none;
    color: #9d2424;
    

}

.encurso p {
    color: white;
    font-family: 'Titillium Web';
    font-size: 95%;
}

h3 {
    font-family: 'Titillium Web';
    color: #9d2424;

}

.aprobadas {
    box-sizing: border-box;
    text-decoration: none;
    color: #9d2424;

}

.aprobadas p {
    color: white;
    font-family: 'Titillium Web';
    font-weight: 300;
    font-size: 95%;
}

h4 {
    font-family: 'Titillium Web';
    color: white;
    font-size: 200%;
    text-decoration: underline;
}

footer {
    display: flex;
    margin: 0 -10px;
    
}

footer p {
    color: #9d2424;
    padding: 20px 0px;
    margin: auto 50px;
    font-family: 'Titillium Web';
    font-weight: 600;
    font-size: 10.5px;
    
}