/* =====================================
   FOOTER AZUL INSTITUCIONAL
   Revista Territorio y Políticas Públicas
   ===================================== */

/* Fondo principal del footer */
.pkp_structure_footer_wrapper {
    background-color: #0F3B52 !important;
    color: #FFFFFF !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Texto dentro del footer */
.pkp_structure_footer_wrapper p,
.pkp_structure_footer_wrapper span,
.pkp_structure_footer_wrapper div,
.pkp_structure_footer_wrapper strong {
    color: #FFFFFF !important;
}

/* Enlaces del footer */
.pkp_structure_footer_wrapper a {
    color: #CFE6F2 !important;
    text-decoration: none;
}

.pkp_structure_footer_wrapper a:hover {
    color: #FFFFFF !important;
    text-decoration: underline;
}

/* Eliminar completamente la barra inferior PKP */
.pkp_brand_footer {
    display: none !important;
}
/* Espaciado superior elegante del footer */
.pkp_structure_footer_wrapper {
    padding-top: 15px !important;   /* Separación sutil */
    padding-bottom: 10px !important;
}

/* Ajustar margen del primer elemento */
.pkp_structure_footer_wrapper .pkp_footer_content > *:first-child {
    margin-top: 0 !important;
}