/* ==========================================================================
   ESTILOS DEL FOOTER INSTITUCIONAL HUANIQUEO
   ========================================================================== */

.footer-huaniqueo {
    background-color: #111111;
}

.fs-8 {
    font-size: 0.85rem !important;
}

.fs-9 {
    font-size: 0.75rem !important;
}

/* Enlaces con efecto hover */
.footer-links a {
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
    color: #ffc107 !important;
    opacity: 1 !important;
    transform: translateX(4px);
}

/* Botón de Redes */
.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #1a1a1a;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: #ffc107;
    color: #111111 !important;
    transform: translateY(-3px);
}