@charset "utf-8";

<style>
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i';
</style> 

<style>
@import url('https://fonts.googleapis.com/css?family=Oswald:300');
</style> 

html {
font-size: 10px;
}

h1{
font-family: 'Roboto Condensed', sans-serif;
font size: 2,5rem;
font-weight: 700;
}



h4 {
font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9rem;
color:#ffffff;
}

h2 { 
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}


h3 { 
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

h5 {
    font-size: 0.9rem;
color:#ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: border;
}



p {
    font-size: 1rem;
    color:#ffffff;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
    
}



header {
text-align: center;}


body {
    background: #F7F7F7 url('../img/fondo.png') repeat;
    color:#ffffff;
    font-family: 'Roboto Condensed', sans-serif;

}


#contenedor {
    background-color: rgba(115, 82, 255, 0.87);
    box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.1);
    margin: auto;
    max-width: 75em;
    min-height: 100vh;
    width: 90vw;
}



footer {}


ul {
list-style: none;
    margin:0;
    padding: 0;


}



header nav ul li {
margin: 0 0 0.5rem 0;

}


header nav ul li a  {
color: #ffffff;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    background-color: #000000; 
    text-align: center;
    width: 90%;
    margin:auto;
    height: 2rem;
    line-height: 2.2rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    

}






nav {
    margin-top: 1em;
    
}

strong {
font-weight: 700;

}

nav ul li a:hover {
    background-color: #ffffff;
    color: #000000;
}

article {
text-align: center;
}

article figure {
    border-radius: 50%;
    overflow: hidden;
    width: 30%;
    margin: 1em auto;
    box-shadow: 0 0.35em 0.5em 0 rgba(0, 0, 0, 0.2);
}

figure>img,
#logo>img {
    display: block
}

article>*:not(h2) {
    text-align: center;
}


img {
    max-width: 100%;
    height: auto;
}



section.galeria { 
   padding: .5rem;
   font-size: 0;
   margin: 5%;
  bottom: -150px;
     
}
section.galeria div { 
   width: 200px; 
   margin: .5vw; 
     float:left;
}
section.galeria div img { 
   width: 100%; 
   height: auto; 
   
}


section.nombres {
    float: none;
padding-top: 300px;

}

footer {
    background-color: #000000;
    padding: 1em;
    text-align: center;
}

