:root {
    --color01: #2E2C73 !important;
    --color02: #263328;
    --blanco: hsl(0, 0%, 100%);
    --negro70: hsl(0, 0%, 21%);
    --sombra01: 0 1px 3px rgba(53, 53, 53, 0.12), 0 1px 2px rgba(53, 53, 53, 0.24);
    --sombra02: 0 3px 5px rgba(0, 103, 165, 0.16), 0 3px 4px rgba(0, 103, 165, 0.28);
    --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
    /* Font */
    --fontBody: 'Helvetica';
}

@media only screen and (max-width: 600px) {

    .journal-t-nav.px-0.container-fluid {
        background-color: var(--color01);
    }
}

.footer.footer_prop {
    background-color: var(--color01);
    color: #fff;
}

.footer_prop p {
    text-align: center !important;
}

p.issn_footer {
    padding: 30px 30px 10px 30px;
}

.footer_prop p {
    text-align: center !important;
}

p.licencia_footer {
    padding: 10px 30px 40px 30px;
}

.footer.footer_prop img {
    margin: auto;
}

.footer {
    margin-top: 0px !important;
    background-color: var(--color01);
}

footer.footer ul li {
    list-style: none;
}

footer.footer.contentinfo-unicor {
    color: #fff !important;
}

h2.tittle_footer {
    color: #fff !important;
    text-align: center;
}

p.issn_footer {
    text-align: center;
}

p.licencia_footer {
    text-align: center;
}

footer.footer ul li a {
    color: #fff !important;
}

.footer.footer_usil {
    display: none;
}