/* FOOTER */



footer img{
	display: inline-block;
	margin: 0;
	width:1rem;
	margin: 5px 10px 5px 0;
}

footer .footer-container{
	background:var(--footer-bg);
}

footer a{
	color:#000000;
}


footer a:hover{
	color:var(--color-2)
}


footer li{
	margin-bottom:0
}

footer p, footer a{
	font-size:1rem;
	font-weight:400;
	text-decoration:none;
	color:var(--color-1); 
	line-height:1.6; 
	text-align:justify
}


footer a:hover{
	color:var(--color-2); 
	text-decoration:underline;
}







footer b{
	font-size:0.8rem;
	font-weight:600;
	line-height:1.3
	
}	

footer .contact p{
	margin-bottom:0.5rem;
}





footer .footer-menu-1 ul{
	padding:0;
	margin:0;
}


footer .footer-menu-2 ul{
	padding:0;
	margin:0;
}


footer .footer-menu-1 ul li{
	margin: 0;
	list-style:none;
	
}

footer .footer-menu-1 ul li a{
	font-weight:600;
}



footer .title{
	font-family: var(--font-2);
	font-size: 1rem;
	margin: 0 0 1rem 0;
	font-weight:600
}




footer .logo{
	width:13rem;
	height:auto;
	
}

footer .copyright{
	font-size:1rem;
	font-weight:200;
	margin:0;
}


.footer-col p:last-child{
	margin-bottom:0;
	
}


/* END FOOTER */


