.footer-chiclayo {
    position: relative;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin-top: 2rem;
}

.footer-chiclayo svg {
    display: block;
    width: 100%;
    height: auto;
}

.footer-chiclayo-container {
    position: absolute;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4rem;
    text-align: left;
}

.footer-chiclayo-col h4 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.footer-chiclayo-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-chiclayo-col ul li {
    margin-bottom: 5px;
}

.footer-chiclayo-col ul li a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.footer-chiclayo-col ul li a:hover {
    color: #ffd700;
}

.footer-chiclayo-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}