.el-mapa{
	.mapa{
		height: 400px;
		@include mq-min(1920) {
			height: valor-fluido(400, 1920);
		}
	}
}