

/* Restante do CSS */
footer {
    background-color: #283618;
    color: #D8B560;
    padding: 20px 10px;
    text-align: center;  
}

.custom-hr {
    border: none;
    height: 1px;
    background-color: #D8B560;
    width: 50%;
    margin: 20px auto;
}

.footer-info {
    margin-bottom: 20px;
}

.footer-info p {
    margin: 5px 0;
    font-size: 14px;
}

.footer-links a {
    color: #D8B560;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.footer-links a img {
    vertical-align: middle;
    margin-right: 8px;
}

.brands {
    text-align: center;
    padding: 10px;
}

.text_marcas {
    color: #0f0f0f;
    margin-bottom: 10px;
    font-weight: bold;
}

.brand-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brand-images img {
    margin: 10px;
    max-width: 100px;
    max-height: 50px;
    object-fit: contain;
}

@media (max-width: 600px) {
    .footer-info p,
    .footer-links a {
        font-size: 12px;
    }

    .brand-images img {
        max-width: 90px;
        max-height: 40px;
    }
}

.highlighted-background {
    background-color: #FEFAE0;
    padding: 10px;
    border-radius: 5px;
}
