/*---------------------------------------------------------------------------------*/
section, article {
    display: block;
    float: left;
    width: 100%;
}
article {
    width: 100%;
    max-width: 1024px;
    font-size: 14px;
    text-align: center;
    padding: 1% 1%;
    box-sizing: border-box;
    line-height: 1.5em;
    
}
.main{
    top: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    box-sizing: border-box;
    padding:0 10px;
}
.contenido {
    width:100%;
    max-width:1022px;
    margin:auto;
    /* Flexbox */
    display:flex;
    flex-flow:row wrap;
}

h2{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: red;
}
h3{
    width: 80%;
    font-weight: normal;
    text-align: center;
    margin: auto;
    padding: 20px 0 0 0;
}

hr{
    background-color: transparent;
    height: 0;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.08);
    border-top: 2px solid rgba(0,0,0,0.9);
    margin: 5px;
    clear: both;
}
.img-magofelix img{
    height: auto;
    width: 100%;
    max-width: 463px;
}
.img-magofelix{
    padding: 10px;
    flex-basis: 100%;
    align-self: flex-end;
    width: 100%;
}
@media screen  and (max-width:745px){
    .img-magofelix{display: none;}
}
#demo{
    flex-basis: 100%;
    margin: 0 auto;
    line-height: 20px;
    padding: 10px;
}
.content{
    box-shadow: 0 5px 20px #000;
    overflow: auto;
    position: relative;
    padding: 20px;
    border: 1px solid #333;
    background: rgba(0, 0, 0, .5);
    margin: 10px 0;
    width: 100%;
    max-width: 525px;
    height: 100%;
    max-height: 575px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.content hr{
    border-top: 1px solid rgba(0,0,0,0.7);
}

.content p{ margin: 10px 0; text-align: center; }
.content p:nth-child(odd), .content.light p:nth-child(odd){
    padding: 5px 10px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.content h2:first-child{ margin-top: 5px; }
.content:nth-child(odd) h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
}

section{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
    margin: auto;
    z-index: 1;
    box-sizing: border-box;
}

@media screen and (max-width:740px){
.main{
    flex-flow: column nowrap;
    justify-content: center;
}
    H1{
        text-align: center;
        padding: 20px 0;
    }
}
