/**
	* Child-Theme FOOTER Style
*/

/* Color Set
	Vermelho: 	#BA2229
	Preto: 		#1A1919
*/

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.bglbc-footercontainer {
	margin-top: 180px;
}
.bglbc-footer-logo {
	width: 100%;
	margin-bottom: 74px;
	text-align: center;
}
.bglbc-footer-logo img,
.bglbc-footer-logo a {
	width: 100% !important;
	max-width: 300px !important;
}

.bglbs-footer-copyright {
	font-family: "Exo 2", sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: white;
	border-top: 1px solidgray;
	padding: 40px 0;
}


.bglbc-menu-links {
	line-height: 20px;
}




/* =======================================
   SOCIAL LINKS
========================================*/
/* BG·LBC
	Social Youtube
*/
.bglcb-footer-social-yt a:hover span  {
	color: white;
	font-family: "Inter", sans-serif;
}
.bglcb-footer-social-yt img {
	vertical-align: -6px;
}
.bglcb-footer-social-yt a:hover img {
	filter: brightness(0) saturate(100%) invert(22%) sepia(99%) saturate(7494%) hue-rotate(344deg) brightness(103%) contrast(110%) !important;
}

/* BG·LBC
	Social Facebook
*/
.bglcb-footer-social-fb a:hover span  {
	color: white;
	font-family: "Inter", sans-serif;
}
.bglcb-footer-social-fb img {
	vertical-align: -5px;

}
.bglcb-footer-social-fb a:hover img,
.bglcb-footer-social-fb a:focus img {
	filter: brightness(0) saturate(100%) invert(23%) sepia(49%) saturate(5512%) hue-rotate(219deg) brightness(113%) contrast(103%) !important;
}





/* BG·LBC
	Year of Experience
*/
.bglbc-footer-YearExperience {
	max-width: fit-content;
}
.bglbc-red {
	color: #BA2229 !important;
}






