#logo-area {
    padding: 18px 4rem 12px 4rem;
}
.header56__part--center {
    display: flex;
    align-items: center;
}
#masthead .container .row .header56__nav:hover:before, .masthead-mobile .container:hover:before {
    content: "En breve podrás navegar por toda la revista.";
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    color: #dc3e29;
    height: 100%;
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: "PT Sans Narrow", sans-serif;
    text-align: center;
    margin-top: -3px;
    padding-top: 4px;
    height: 36px;
    box-sizing: content-box;
    z-index: 100;
    cursor: pointer;
    border: 2px solid;
    border-radius: 20px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

@media only screen and (max-width: 840px) {
    #masthead .header-container  {
        display: none;
    }
    #masthead-mobile-height {
        height: 40px;
    }
}