/* Color de botones de Inicio-Registrar */
.pkp_navigation_user li a{
   color: #9a9ea6;
}
.pkp_navigation_user li a:hover {
   color: #ffffff;
}

/* Resaltar texto principal del Home */
.pkp_navigation_primary_wrapper{
    background-color: #9a9ea6; /* azul institucional */
    padding: 25px 30px;
    margin-bottom: 30px;
    border-left: 8px solid #0b2f6b;
}

/* Texto más grande y legible */
.pkp_site_index .about_section p,
.pkp_site_index .pkp_about p {
    font-size: 1.15rem;
    line-height: 1.7;
}

/* Título del bloque */
.pkp_navigation_primary_wrapper ul li a{
    font-size: 1.3rem;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background-color: #022167;
}

.pkp_structure_footer_wrapper p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
}

.footer-columns {
    display: flex;
}

.footer-columns h4 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.footer-columns p,
.footer-columns li {
    font-size: 0.9rem;
}

.footer-columns ul {
    list-style: none;
    padding-left: 0;
}

.footer-columns a {
    text-decoration: none;
}

.footer-columns a:hover {
    text-decoration: underline;
}
