/*****  FOOTER  *****/
footer{
	background-color: #3b392d;
	height: 100px;
	color: #ffffff;
	border-top: 5px solid #cbb665;
	font-size: 14px;
	line-height: 20px;
}

footer span {
    margin: 0px 20px;
}

footer > div{
	width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
	justify-content: center;
}

footer img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(27%) hue-rotate(98deg) brightness(106%) contrast(109%);
	width: 90px;
}
/*****  FIN FOOTER  *****/


@media only screen and (max-width: 599px) {
	footer > div{
		width: 76%;
	}
	
	footer span{
		margin: 0px 10px;
	}
	
	footer label{
		display: block;
		width: 80px;
	}
	
	footer > div > img{
		width: 100px;
		height: auto;
	}
}
