/* Style del Footer Universal - WebOeba */

.main-footer {
    background-color: #002a54;
    /* Azul oscuro corporativo */
    color: white;
    padding-top: 50px;
    margin-top: 60px;
    border-top: 4px solid #4caf50;
    /* Línea verde distintiva de Espacios Verdes */
    font-family: sans-serif;
}

.footer-brand {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: white;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
}

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

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Efecto al pasar el mouse por los links */
.footer-links a:hover {
    color: #4caf50 !important;
    padding-left: 10px;
    text-decoration: none;
}

.footer-copyright {
    background-color: #001f3f;
    /* Un tono más oscuro para la base */
    padding: 20px 0;
    margin-top: 40px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Ajuste para iconos en el footer */
.main-footer i {
    width: 20px;
    text-align: center;
}