/* ===========================
   FOOTER – POSGRADO COLUMBIA
   Tema Default OJS
   =========================== */

/* Fondo general del footer */
.pkp_site_footer {
    background-color: #243A4A;
    color: #FFFFFF;
    padding: 30px 0;
    font-size: 0.9rem;
}

/* Contenedor alineado al ancho del sitio */
.pkp_site_footer .pkp_container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Texto del footer */
.pkp_site_footer,
.pkp_site_footer p,
.pkp_site_footer span {
    color: #FFFFFF;
    line-height: 1.6;
}

/* Enlaces */
.pkp_site_footer a {
    color: #F2D21B;
    text-decoration: none;
    font-weight: 500;
}

/* Hover enlaces */
.pkp_site_footer a:hover {
    text-decoration: underline;
}

/* Separación entre bloques de texto */
.pkp_site_footer p {
    margin-bottom: 8px;
}

/* Responsive – mobile */
@media (max-width: 768px) {
    .pkp_site_footer {
        text-align: center;
        padding: 25px 15px;
        font-size: 0.85rem;
    }
}