@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://weloveiconfonts.com/api/?family=fontawesome|typicons);
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    background: #0B0B3B;
}

h2{
    text-align: center;
    background: #000000;
    color: #fff;
}

#blog h4{
    color: #fff;
    text-align: center;
}

#blog .contenedor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(23, 87, 62);
}

#blog article{
    margin: 15px;
}

#blog img{
    width: 100%;
    max-width: 280px;
}

footer{
    background: #000000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
}

.copy{
    color: #fff;
    font-size: 25px;
    font: arial;
}

.sociales{
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.sociales a {
    color: #fff;
    text-decoration: none;
}