@media only screen and (max-width:1400px){
	footer#footer #footer-cont{max-width:96%;}
	footer#footer #footer-cont #lista-footer>li:first-child{width:30%;}
	footer#footer #footer-cont #lista-footer>li:nth-child(2){width:30%;}
	footer#footer #footer-cont #lista-footer>li:nth-child(3){width:20%;}
	footer#footer #footer-cont #lista-footer>li:nth-child(4){width:20%;}
}

@media only screen and (max-width:1250px){
	footer#footer #footer-cont #lista-footer>li{width:50%!important;float:left;min-height:140px;}
}

@media only screen and (max-width:750px){
	footer#footer #footer-cont #lista-footer>li{width:100%!important;float:left;min-height:auto;margin-bottom:30px;text-align:center;}
	footer#footer{padding-bottom: 20px;}
}

@media only screen and (max-width:400px){
	footer#footer #footer-cont #lista-footer > li:nth-child(2) p{font-size:16px;}
}