header {
    background-image: url(../img/bg-hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: open sans;
    text-shadow: 0px 3px 6px black;
    text-align: right;
    color: white;
    padding: 10px;
}

header h1 {
    font-size: 60px;
}

header h3 {
    font-size: 40px;
    font-weight: lighter;
}

body {
    margin: 100px;
    border: 5px;
    padding: 10px 200px 10px 200px;
}

#Proxima-Charla {
    background: #a4452c;
    padding: 100px;
    color: white;
}

#Proxima-Charla .wrapper {
    width: 800px;
    margin: auto;
}

.wrapper img {
    width: 25%;
}

.wrapper .texto {
    width: 70%;
    margin-left: 4%;
}

.wrapper img,
.texto {
    display: inline-block;
    vertical-align: middle;
}
#Eventos-Anteriores {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
h2 {
    padding: 30px;
}
footer {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    background: #000f08;
    color: white;
    padding: 20px
}

i {
    font-size: 30px
}