<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pkp_structure_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pkp_footer_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
}

.pkp_brand_footer {
    padding: 0;
}

.sites_container&gt;ul&gt;li&gt;a {
    display: flex;
    align-items: center;
    gap: 10px;
}

#footer-info&gt;img {
    height: auto;
    width: 200px;
}

#infos img {
    width: 20px !important;
    height: 20px !important;
}

#footer-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-left: 20%;
}

#footer-buttons&gt;a&gt;button {
    width: 200px;
    height: 50px;
    background-color: white;
    color: #222;
    transition: 0.4s all ease-out;
    border: 1px solid #111;
    cursor: pointer;
    margin-bottom: 20px;
}

#footer-buttons&gt;a&gt;button:hover {
    transform: translateY(-4px);
}

/*barra lateral */
.lateral-nav {
    position: fixed;
    right: 0;
    top: 45%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
}

.lateral-nav-icon {
    color: white;
    text-decoration: none;
    padding: .4rem;
    display: flex;
    width: 60px;
    height: 50px;
    transition: all .5s;
    margin-bottom: 5px;
    cursor: pointer;
}

.lateral-nav-icon:hover {
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
    width: 100px;
    height: 90px;
}

@media (max-width: 900px) {
    #editora_container {
        margin-left: 0 !important;
        margin-top: 50px !important;
        margin-bottom: 30px !important;
    }

    #footer_buttons {
        justify-content: center !important;
    }

    #revista_container {
        margin-top: 30px !important;
    }

}</pre></body></html>