/* --------------------------------------- */
/* ========== www.afcweb.design ========== */
/* ARQUIVO SEGURO PARA PERSONALIZACOES CSS */
/* --------------------------------------- */
#afc-header-site .container .afc-logo-site {
    --afc-size-max-logo: 220;
}
#afc-menu-mobile .wrap header .afc-logo-site a {
	width: 150px; margin-left: auto; margin-right: auto;
}

a:not(.button):link, a:not(.button):visited, a:not(.button):active, a:not(.button):focus, .afc-innerfeatured-box .afc-subtitle:after {
/*     --afc-color_secondary: #6d774d; */
	--afc-color_primary: #6d774d;
}
.afc-custom-mapa {
	padding: 40px 10px; position: relative;
}
.afc-custom-mapa:before {
	background: var(--afc-color_secondary_light);
	opacity: 0.4; position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	content: '';
}
.afc-custom-mapa h2 {
	font-size: 1.2em;
    font-family: var(--afc-font_secondary, serif);
    font-weight: var(--afc-font_secondary_weight);
    font-style: var(--afc-font_secondary_style);
	color: var(--afc-color_primary);
}
aside.afcwd:not(.widget_products):not(.widget_recently_viewed_products):not(.afc-social-media) ul:not(.afc-widget-cat-blocks) li a {
	color: var(--afc-color_primary);
}