/* Custom Footer Styles - Adaptados para GeneratePress */

.custom-instituto-footer {
    background-color: #ffffff;
    padding: 60px 0 30px;
    border-top: 1px solid #e2e8f0;
}

.custom-instituto-footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-instituto-footer .footer-copyright {
    font-size: 0.9rem;
    color: #475569;
}

.custom-instituto-footer .footer-credits {
    color: #94a3b8;
    font-style: italic;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .custom-instituto-footer .footer-container {
        text-align: center;
        padding-bottom: 40px;
    }
}
