.footer{
	background: #000;
	height: 72px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer2{
	background: #000;
	height: auto
	bottom: 0;
	display: none;
}

.footer2 ul{
	float: left;
	width: 300px;
	text-align: center;
}

.footer2 div ul li{
	display: block;
	float: left;
}

.footer2 .language{
	width: 100%;
	float: left;
}

.footer2 .language li{
	margin: 17px 5px;
}

.footer2 .rede-social li{
	margin: 7px 5px;
}



.footer2 .visualcom{
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}

.footer2 .visualcom img{
	margin: 0 auto;
}


@media (max-width: 599px){
	.footer{display: none;}
	.footer2{display: block;}
}

@media (max-width: 500px){
	.footer2 .language{
		margin-left: 140px;
	}

	.footer2 .rede-social{
		margin-left: 90px;
	}
}


@media (max-width: 420px){
	.footer{display: block;}
	.footer2{display: none;}
}
