.hnz-footer {
    background-color: #001f4d;
    color: #fff;
    padding: 3rem 1rem 1rem;
    font-size: .95rem
}

.hnz-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.hnz-footer h3,
.hnz-footer h4 {
    margin-bottom: .5rem;
    font-size: 1.2rem
}

.hnz-footer a,
.hnz-footer p {
    color: #ccc;
    text-decoration: none;
    margin-bottom: .4rem;
    display: block
}

.hnz-footer-col ul {
    list-style: none;
    padding: 0
}

.hnz-footer-col ul li {
    margin-bottom: 10px
}

.hnz-footer-col ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    transition: color .3s
}

.hnz-footer-col ul li a i {
    margin-right: 8px;
    font-size: 1rem;
    color: #bbb
}

.hnz-footer-col ul li a:hover {
    color: rgba(246, 246, 246, .57)
}

.hnz-footer a:hover {
    color: #fff
}

.hnz-footer-social {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.hnz-footer-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #001f4d;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: background .3s, transform .3s;
    font-size: 18px
}

.hnz-footer-social a:hover {
    background-color: #f8b400;
    color: #001f4d;
    transform: scale(1.1)
}

.icono-x {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 16px
}

.hnz-footer-bottom {
    text-align: center;
    padding-top: 1rem;
    font-size: .85rem;
    color: #aaa
}

.hnz-legales-link {
    color: #001f4d;
    font-weight: 700;
    text-decoration: none
}

.hnz-legales-link:hover {
    text-decoration: underline;
    color: #fff
}

