h1,h2,h3,h4{
    margin-bottom:20px;
}

section#revistaHome,section#login{
    min-height: 800px;
    display: flex;
    justify-content: center;
}

section{
    padding: 20px 0px;
}

section iframe{
    align-self: center;
    height: 750px;
}

.nav-item{
    margin-left:5px;
}
#branding{
    display:none !important;
}

.contacto ul{
    font-size:14px;
    list-style: none;
}

.contacto ul i{
    margin-right:5px;
}

.form-control{
    margin-bottom: 10px;
}

footer{
    margin-top:30px;
    background: #fff;
    text-align: center;
    color: #000;
    font-size: 12px;
    left:0px;
    bottom:0px;
    height:50px;
    width:100%;
    padding: 15px;
}

