/* ====================================================== */
/* 💾 MOVIL_FOOTER.CSS - COLOR AZUL MARINO UNIFICADO      */
/* ====================================================== */

.footer-patrimonial {
    background-color: #004080;
    /* Azul Marino WebOeba */
    color: #ffffff;
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    font-family: sans-serif;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* TÍTULO WEB OEBA CON SEGOE UI */
.footer-patrimonial .footer-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* Memoria WebOeba */
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #e0e0e0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.footer-left p {
    margin: 5px 0;
    font-size: 15px;
    opacity: 0.9;
    text-align: center;
}

.footer-right ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.footer-right ul li {
    margin-bottom: 12px;
}

.footer-right ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

.footer-bottom {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    font-size: 13px;
    opacity: 0.8;
    text-align: center;
}