.footer-exacto {
    background-color: #000044;
    color: white;
    padding: 25px 0 15px 0;
    font-family: 'Arial Black', Gadget, sans-serif; 
}

.container-mzt {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-main-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h5 {
    font-size: 0.9rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.linea-azul {
    border: none;
    height: 3px;
    background-color: #ffffff;
    width: 40px;
    margin: 0 0 10px 0;
    opacity: 1;
}

.txt-chico, 
.lista-contacto li, 
.lista-legal li a {
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: 0.8rem;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.lista-contacto, .lista-legal {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-legal a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.lista-legal a:hover {
    text-decoration: underline;
    color: #3b8fc2;
}

.social-mini {
    margin-top: 10px;
}

.social-mini a {
    color: white;
    margin-right: 12px;
    font-size: 1.1rem;
    transition: 0.3s;
}

.social-mini a:hover {
    color: #3b8fc2;
}

.logo-footer-container {
    padding: 4px;
    border-radius: 6px;
    display: inline-block;
}

.logo-footer-container img {
    max-width: 180px;
    height: auto;
    display: block;
}

.footer-copyright {
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}

.footer-copyright p {
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .footer-main-row {
        flex-direction: column;
        text-align: center;
    }
    .linea-azul { margin: 0 auto 10px auto; }
    .footer-col { margin-bottom: 15px; }
}