 @import 'https://fonts.googleapis.com/css?family=Exo+2:200,400,700';
*
{
  background-color: black;
    align-content: center; 
    align-items: center; 
    align-self: center;
    justify-content: center; 
}

body{ 
font-family: "Exo 2", Arial, sans-serif; 
    color: white;
}

header {
    width: 100%;
    color: black;
    display: inline-flex;
    border-bottom-color: gold;
    border-bottom-style: inset; 
}
#logodgpc {
    width: 50%
}
#logodgpc img{
    max-width: 80%;
}

nav {
    width: 50%;
text-align: right; 
}

nav ul li a {
    text-decoration: none;
    border-width: 1rem;
    border-color: gold;
    border-right: 1px solid gold;
    color: gold;
    text-decoration: none;
}

nav ul li { 
    display: inline-flex;
    letter-spacing: 0.1rem; 
    margin-top: 1rem;
    margin-right: 1rem; 
    } 
 
}

main {
    width: 100%;
   color:gold;
}

h1{
    color: white;
    text-align: center;
    font-weight: 100;
}

#innova {
    font-weight: 400;
}

.descargate {
    display: inline-flex;
    width: 100%; 
    align-items: center; 
    
}
.destacado { 
color: whitesmoke; 
text-align: center; 
    

}

.descargate img {
width:4%;
    height: 4%; 
    margin-left: 1rem;
}

.conectate {
    color: gold;
    text-align: left; 
    padding-left: 10rem; 
    
}

.caja {
    display: flex;  
    justify-content: center;
    align-items: center; 
    align-self: center;
    text-align: center; 
    align-content: center; 
    padding-right: 10rem; 
    padding-left: 10rem; 
}


.cajita1{
    background-color: grey;
        text-align: justify;
}
.texto {
    padding: 2rem; 
    background-color: grey;
}
.descarga {
    padding: 2rem; 
    background-color: grey;
    align-self: center;
    text-align: center; 
    
}
.descarga img{
    max-width: 80%; 
    background-color: grey;
    
}
.cajita2 img {
max-width: 70%; }


.video {
    width: 100%; 
margin-top: 2rem; 
    margin-bottom: 2rem; 
    text-align: center; 
}

.video video {
    max-width: 100%; 
    height: 300px; 
}
.redes {
    margin-top: 2rem; 
    display: flex;
    align-content: center; 
    text-align: center; 
    align-self: center; 
    flex-direction: column;
    padding-right: 10rem; 
    padding-left: 10rem; 


}

.redes img { max-width: 50%;}

footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 10px;}

h2 a {text-decoration: none;
color: floralwhite}