﻿.bg-footer {
    background-color: #0a192f; /* Igual que header */
    color: #f5c518; /* dorado */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 60px 0 30px 0;
    letter-spacing: 0.02em;
}

footer h5 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #eee5d0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

footer p,
footer small {
    font-weight: 400;
    line-height: 1.6;
    color: #eee5d0; /* dorado claro */
}

.footer-link {
    color: #eee5d0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.25s ease;
}

    .footer-link:hover,
    .footer-link:focus {
        color: #fff;
        text-decoration: underline;
        outline: none;
    }

.footer-social-link {
    font-size: 1.8rem;
    color: #f5c518cc;
    margin-right: 20px;
    transition: color 0.3s ease;
}

    .footer-social-link:last-child {
        margin-right: 0;
    }

    .footer-social-link:hover,
    .footer-social-link:focus {
        color: #fff;
        outline: none;
    }

hr.border-secondary {
    border-color: rgba(245, 197, 24, 0.6);
    margin: 2.5rem 0;
    border-width: 1.5px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 0.9rem;
    color: #f7d87c;
}

.footer-logo img {
    height: 40px;
    filter: drop-shadow(0 0 3px rgba(245,197,24,0.7));
}

.footer-star-alliance img {
    height: 28px;
    filter: drop-shadow(0 0 3px rgba(245,197,24,0.7));
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive */

@media (max-width: 991.98px) {
    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .d-flex.flex-md-row {
        flex-direction: column !important;
    }

        .d-flex.flex-md-row nav {
            margin-top: 1.2rem;
        }
}
