@media screen and (min-width : 321px) and (max-width : 480px) {

}

@media screen and (min-width : 1px) {
	.limite_contactos {
		max-width:190px;
	}

	.limite_contactos li {
		margin: 0 5px 60px;
	}

	.descricao_contacto {
		padding-top: 20px;
	}
}


@media screen and (min-width : 481px) and (max-width : 768px) {
	.limite_contactos{
		max-width: 410px;
	}

	.limite_contactos li {
		margin: 0 7px 80px;
	}
}

@media screen and (min-width : 769px) and (max-width : 1023px) {
	.limite_contactos{
		max-width: 446px;
	}

	.limite_contactos li {
		margin: 0 20px 80px;
	}
}

@media screen and (min-width : 1024px) {
	.limite_contactos {
		max-width: 895px;
	}

	.limite_contactos li {
		margin: 0 20px 120px;
	}

	.descricao_contacto{
		padding-top: 37px;
	}
}

@media screen and (min-width : 1500px) {
	#mapa_wrapper{
		height:500px;
	}

	.limite_contactos {
		margin-bottom: 150px;
	}
}