/* Correcciones para el footer */
.site-footer {
    background-color: #78350f;
    color: #ffffff;
    padding: 3rem 0 1rem;
    margin-top: 2rem;
    font-family: 'Inter', sans-serif;
}

.footer-widgets {
    margin-bottom: 2rem;
}

.footer-widgets .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-widgets .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .footer-widgets .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.widget h3 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
}

.footer-logo i {
    color: #d97706;
    margin-right: 0.5rem;
    font-size: 1.75rem;
}

.widget p {
    color: #f3f4f6;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background-color: #d97706;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    margin-bottom: 0.75rem;
}

.widget ul a {
    color: #fcd34d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.widget ul a:hover {
    color: #ffffff;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #f3f4f6;
}

.contact-info i {
    color: #d97706;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    width: 16px;
    text-align: center;
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    color: #f3f4f6;
    font-size: 0.9rem;
}
