.main-footer {
    background: #111;
    color: #777;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #222; /* Sutil separación del contenido */
}

.main-footer p {
    margin-bottom: 8px;
}

.footer-social {
    margin-bottom: 10px;
}

.footer-social a {
    color: #f5c400; /* Amarillo Búnker */
    margin: 0 5px;
    text-decoration: none !important;
    font-weight: 600;
}

.footer-social a:hover {
    text-decoration: underline !important;
}

.footer-copy {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}