.custom-footer {
    background-color: #4b3f32; /* Tom de marrom escuro */
    color: #ffffff;
    padding: 40px 0 20px;
    text-align: center;
}

.custom-footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.custom-footer a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s;
}

.custom-footer a:hover {
    color: #ffffff;
}

.footer-col {
    margin-bottom: 30px;
}

.social-icons a {
    font-size: 24px;
    margin-right: 20px;
}

.footer-bottom-row {
    border-top: 1px solid #6b5b4a;
    padding-top: 20px;
    margin-top: 20px;
}

.footer-bottom-row p {
    margin: 0;
    font-size: 14px;
}
