
/* Fondo y texto general del footer */
.site-footer,
footer[role="contentinfo"],
.footer,
.footer .container {
    background-color: #2e225c !important;
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif;
}

/* Títulos de sección */
.site-footer h4,
.site-footer .block_title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #ffffff;
}

/* Enlaces */
.site-footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px;
}
.site-footer a:hover {
    color: #ed3e8a !important;
    text-decoration: underline !important;
}

/* Línea separadora */
.site-footer hr {
    border-top: 1px solid #ffffff44;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Imagen institucional */
.footer-brand-image {
    display: block;
    margin: 1rem auto;
    max-width: 150px;
}

/* Estructura en columnas del footer */
.pkp_footer > div,
.footer .pkp_structure_footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Pie inferior con contacto */
.footer-contact {
    text-align: center;
    font-size: 12px;
    color: #cccccc;
    padding-top: 1rem;
    border-top: 1px solid #ffffff22;
}
