/* FOOTER BASE */
.site-footer {
    background-color: #3a3a3a;
    color: #ffffff;
    font-size: 14px;
}

/* FAIXA SUPERIOR */
.footer-top {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 24px 0;
}

.footer-top-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.footer-top-title {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

/* CONTEÚDO PRINCIPAL */
.footer-main {
    padding: 40px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}

.footer-col h4 {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
}

.footer-col a {
    display: block;
    color: #cccccc;
    margin-bottom: 6px;
    text-decoration: none;
}

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

.footer-brand img {
    max-width: 160px;
    margin-bottom: 12px;
}

/* MAPA */
.footer-map {
    background-color: #2f2f2f;
    padding: 32px 0;
}

.footer-map iframe {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
    border-radius: 4px;
}

/* BOTTOM BAR */
.footer-bottom {
	background-color: white;
    color: #333;
    text-align: center;
    padding: 14px 0;
    font-size: 13px;
}
.footer-bottom a {
    color: #026;
	font-weight: bold;
	text-decoration: none;
}
