Last active
October 22, 2022 15:05
-
-
Save ricardojlrufino/eedce3fce521d86ec3442a8b8515631f to your computer and use it in GitHub Desktop.
JQ - Filter big JSON tree - removing attributeS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.document | |
| walk( if type == "object" and has("type") | |
then {name, "type"} + (if .characters then { characters } else null end ) + (if .children then { children } else null end ) | |
else . | |
end ) |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"document": { | |
"id": "0:0", | |
"name": "Document", | |
"type": "DOCUMENT", | |
"children": [ | |
{ | |
"id": "0:1", | |
"name": "Page 1", | |
"type": "CANVAS", | |
"children": [ | |
{ | |
"id": "2:3886", | |
"name": "Consultar", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25586:55018", | |
"name": "Header", | |
"type": "FRAME", | |
"locked": true, | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25586:55020", | |
"name": "Filtrar sua consulta", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -297.0, | |
"width": 120.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -611.84472656250, | |
"y": -295.50, | |
"width": 117.16113281250, | |
"height": 10.636718750 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.14901961386203766, | |
"g": 0.14901961386203766, | |
"b": 0.14901961386203766, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:3", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Filtrar sua consulta", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;25586:55019", | |
"name": "Vector 1", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -267.0, | |
"width": 1094.0, | |
"height": 0.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -267.50, | |
"width": 1094.0, | |
"height": 1.0 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.89019608497619629, | |
"g": 0.89019608497619629, | |
"b": 0.89019608497619629, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokeWeight": 1.0, | |
"strokeAlign": "CENTER", | |
"styles": { | |
"stroke": "2:5" | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -629.0, | |
"y": -313.0, | |
"width": 1126.0, | |
"height": 46.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -629.0, | |
"y": -313.0, | |
"width": 1126.0, | |
"height": 46.50 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
}, | |
"styles": { | |
"fills": "2:2" | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 16.0, | |
"paddingLeft": 16.0, | |
"paddingRight": 16.0, | |
"paddingTop": 16.0, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;25586:55073", | |
"name": "Content", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25235", | |
"name": "Linha 1", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236", | |
"name": "GRID + Campos", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422", | |
"name": "Text Field", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38025", | |
"name": "Frame 89", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38026", | |
"name": "Group 88", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38027", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38028", | |
"name": "Campo", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 45.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -612.17968750, | |
"y": -249.50, | |
"width": 42.81347656250, | |
"height": 13.41894531250 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Código", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38029", | |
"name": "help", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38029;26034:54781", | |
"name": "Group 83", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38029;26034:54801", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38029;26034:54802", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -564.0, | |
"y": -251.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38029;26034:54803", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -559.527832031250, | |
"y": -248.05468750, | |
"width": 5.05529785156250, | |
"height": 5.8124237060546875 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38029;26034:54804", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -557.972167968750, | |
"y": -241.66664123535156, | |
"width": 1.94445800781250, | |
"height": 1.9444427490234375 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -564.0, | |
"y": -251.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"preserveRatio": true, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -564.0, | |
"y": -251.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -564.0, | |
"y": -251.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [], | |
"componentId": "2:16" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 45.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 45.0, | |
"height": 14.91894531250 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 8.0, | |
"counterAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 45.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 45.0, | |
"height": 14.91894531250 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38030", | |
"name": "Frame 13", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38031", | |
"name": "campo de texto", | |
"visible": false, | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -439.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.14901961386203766, | |
"g": 0.14901961386203766, | |
"b": 0.14901961386203766, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:30", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38032", | |
"name": "CNPJ/INSCRIÇÃO MASCARA", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38033", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -605.0, | |
"y": -210.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38034", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -587.0, | |
"y": -210.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38035", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -581.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38036", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -555.0, | |
"y": -210.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38037", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -549.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38038", | |
"name": "/", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -523.0, | |
"y": -210.0, | |
"width": 6.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "/", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38039", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -515.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38040", | |
"name": "-", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -489.0, | |
"y": -210.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "-", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38041", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -483.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -605.0, | |
"y": -210.0, | |
"width": 146.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38042", | |
"name": "TELEFONE", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38043", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -449.0, | |
"y": -210.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "(", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38044", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -442.0, | |
"y": -210.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38045", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -424.0, | |
"y": -210.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ")", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38046", | |
"name": "0", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -417.0, | |
"y": -210.0, | |
"width": 8.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38047", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -407.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38048", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -372.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -449.0, | |
"y": -210.0, | |
"width": 110.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -221.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -221.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.51999998092651367, | |
"g": 0.51999998092651367, | |
"b": 0.51999998092651367, | |
"a": 1.0 | |
} | |
} | |
], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:29" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"paddingLeft": 8.0, | |
"paddingRight": 8.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 16.0, | |
"primaryAxisSizingMode": "FIXED", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25236;26738:34422;26816:38049", | |
"name": "Campo Obrigatório", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -181.0, | |
"width": 70.0, | |
"height": 8.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "BOTTOM", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.95686274766921997, | |
"g": 0.26274511218070984, | |
"b": 0.21176470816135406, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:31" | |
}, | |
"effects": [], | |
"characters": "Campo Obrigatório", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 8.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.10000000000000001, | |
"lineHeightPx": 8.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 4.0, | |
"effects": [], | |
"componentId": "2:34" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:581" | |
}, | |
{ | |
"id": "I2:3886;26529:25237", | |
"name": "GRID + Campos", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422", | |
"name": "Text Field", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38025", | |
"name": "Frame 89", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38026", | |
"name": "Group 88", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38027", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38028", | |
"name": "Campo", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -241.84472656250, | |
"y": -249.50, | |
"width": 84.21191406250, | |
"height": 10.636718750 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Embossadora", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38029", | |
"name": "help", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38029;26034:54781", | |
"name": "Group 83", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38029;26034:54801", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38029;26034:54802", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -194.0, | |
"y": -251.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38029;26034:54803", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -189.52784729003906, | |
"y": -248.05468750, | |
"width": 5.05529785156250, | |
"height": 5.8124237060546875 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38029;26034:54804", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -187.97215270996094, | |
"y": -241.66664123535156, | |
"width": 1.9444427490234375, | |
"height": 1.9444427490234375 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -194.0, | |
"y": -251.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"preserveRatio": true, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -194.0, | |
"y": -251.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -194.0, | |
"y": -251.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [], | |
"componentId": "2:16" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 8.0, | |
"counterAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38030", | |
"name": "Frame 13", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38031", | |
"name": "campo de texto", | |
"visible": false, | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -69.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.14901961386203766, | |
"g": 0.14901961386203766, | |
"b": 0.14901961386203766, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:30", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38032", | |
"name": "CNPJ/INSCRIÇÃO MASCARA", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38033", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -235.0, | |
"y": -210.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38034", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -217.0, | |
"y": -210.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38035", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -211.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38036", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -185.0, | |
"y": -210.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38037", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -179.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38038", | |
"name": "/", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -153.0, | |
"y": -210.0, | |
"width": 6.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "/", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38039", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -145.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38040", | |
"name": "-", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -119.0, | |
"y": -210.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "-", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38041", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -113.0, | |
"y": -210.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -235.0, | |
"y": -210.0, | |
"width": 146.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38042", | |
"name": "TELEFONE", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38043", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -79.0, | |
"y": -210.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "(", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38044", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -72.0, | |
"y": -210.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38045", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -54.0, | |
"y": -210.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ")", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38046", | |
"name": "0", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -47.0, | |
"y": -210.0, | |
"width": 8.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38047", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -37.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38048", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -2.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -79.0, | |
"y": -210.0, | |
"width": 110.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -221.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -221.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.51999998092651367, | |
"g": 0.51999998092651367, | |
"b": 0.51999998092651367, | |
"a": 1.0 | |
} | |
} | |
], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:29" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"paddingLeft": 8.0, | |
"paddingRight": 8.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 16.0, | |
"primaryAxisSizingMode": "FIXED", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26529:25237;26738:34422;26816:38049", | |
"name": "Campo Obrigatório", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -181.0, | |
"width": 70.0, | |
"height": 8.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "BOTTOM", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.95686274766921997, | |
"g": 0.26274511218070984, | |
"b": 0.21176470816135406, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:31" | |
}, | |
"effects": [], | |
"characters": "Campo Obrigatório", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 8.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.10000000000000001, | |
"lineHeightPx": 8.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 4.0, | |
"effects": [], | |
"componentId": "2:34" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:581" | |
}, | |
{ | |
"id": "I2:3886;25745:60509", | |
"name": "GRID + Campos", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25745:60509;26738:34422", | |
"name": "situacao2", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34651", | |
"name": "situacao", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34652", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34653", | |
"name": "Situação*", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 127.55371093750, | |
"y": -249.363281250, | |
"width": 53.3886718750, | |
"height": 13.40527343750 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Situação", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34654", | |
"name": "question-circle 1", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34655", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34656", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 195.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34657", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 200.750, | |
"y": -247.21310424804688, | |
"width": 6.4996795654296875, | |
"height": 7.4731140136718750 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34658", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 202.750, | |
"y": -239.0, | |
"width": 2.50, | |
"height": 2.50 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 195.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 195.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": true, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 127.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 15.04199218750 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 5.0, | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34659", | |
"name": "Frame 32", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34660", | |
"name": "rb clicked", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34660;25512:52145", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 161.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 161.3730468750, | |
"y": -208.089843750, | |
"width": 30.8300781250, | |
"height": 10.22656250 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:631", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Ativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 127.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"rectangleCornerRadii": [ | |
4.0, | |
0.0, | |
0.0, | |
4.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
}, | |
"styles": { | |
"fills": "2:629" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"transitionNodeID": "2:633", | |
"transitionDuration": 100.0, | |
"transitionEasing": "EASE_OUT", | |
"componentId": "2:634" | |
}, | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34661", | |
"name": "rb unclick", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;25745:60509;26738:34422;26738:34661;25512:52143", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 246.0, | |
"y": -210.0, | |
"width": 62.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 246.7988281250, | |
"y": -208.089843750, | |
"width": 60.3339843750, | |
"height": 12.933593750 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Suspenso", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 227.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 227.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"rectangleCornerRadii": [ | |
0.0, | |
4.0, | |
4.0, | |
0.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:630" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"transitionNodeID": "2:634", | |
"transitionDuration": 100.0, | |
"transitionEasing": "EASE_OUT", | |
"componentId": "2:633" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -221.0, | |
"width": 200.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 127.0, | |
"y": -221.0, | |
"width": 200.0, | |
"height": 36.0 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -251.0, | |
"width": 200.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 127.0, | |
"y": -251.0, | |
"width": 200.0, | |
"height": 66.0 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"itemSpacing": 16.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 127.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"primaryAxisSizingMode": "FIXED", | |
"effects": [], | |
"componentId": "2:642" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": 127.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:581" | |
}, | |
{ | |
"id": "I2:3886;26698:35350", | |
"name": "GRID + Campos", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35350;25726:54914", | |
"name": "situacao2", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54393", | |
"name": "situacao", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54394", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54395", | |
"name": "Situação*", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Situação", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54396", | |
"name": "question-circle 1", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54397", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54398", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54399", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 570.750, | |
"y": -247.21310424804688, | |
"width": 6.499694824218750, | |
"height": 7.4731140136718750 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54400", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 572.750, | |
"y": -239.0, | |
"width": 2.50, | |
"height": 2.50 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": true, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 5.0, | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54401", | |
"name": "Frame 32", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54402", | |
"name": "rb clicked", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54402;25512:52145", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 531.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:631", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Ativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"rectangleCornerRadii": [ | |
4.0, | |
0.0, | |
0.0, | |
4.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
}, | |
"styles": { | |
"fills": "2:629" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:634" | |
}, | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54403", | |
"name": "rb unclick", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35350;25726:54914;25740:54403;25512:52143", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 626.0, | |
"y": -210.0, | |
"width": 42.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Inativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 597.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"rectangleCornerRadii": [ | |
0.0, | |
4.0, | |
4.0, | |
0.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:630" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:633" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 200.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 200.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"itemSpacing": 16.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"effects": [], | |
"componentId": "2:667" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:997" | |
}, | |
{ | |
"id": "I2:3886;26698:35485", | |
"name": "GRID + Campos", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35485;25726:54914", | |
"name": "situacao2", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54393", | |
"name": "situacao", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54394", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54395", | |
"name": "Situação*", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Situação", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54396", | |
"name": "question-circle 1", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54397", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54398", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54399", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 570.750, | |
"y": -247.21310424804688, | |
"width": 6.499694824218750, | |
"height": 7.4731140136718750 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54400", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 572.750, | |
"y": -239.0, | |
"width": 2.50, | |
"height": 2.50 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": true, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 5.0, | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54401", | |
"name": "Frame 32", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54402", | |
"name": "rb clicked", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54402;25512:52145", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 531.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:631", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Ativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"rectangleCornerRadii": [ | |
4.0, | |
0.0, | |
0.0, | |
4.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
}, | |
"styles": { | |
"fills": "2:629" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:634" | |
}, | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54403", | |
"name": "rb unclick", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35485;25726:54914;25740:54403;25512:52143", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 626.0, | |
"y": -210.0, | |
"width": 42.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Inativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 597.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"rectangleCornerRadii": [ | |
0.0, | |
4.0, | |
4.0, | |
0.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:630" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:633" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 200.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 200.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"itemSpacing": 16.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"effects": [], | |
"componentId": "2:667" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:997" | |
}, | |
{ | |
"id": "I2:3886;26698:35653", | |
"name": "GRID + Campos", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35653;25726:54914", | |
"name": "situacao2", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54393", | |
"name": "situacao", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54394", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54395", | |
"name": "Situação*", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Situação", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54396", | |
"name": "question-circle 1", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54397", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54398", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54399", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 570.750, | |
"y": -247.21310424804688, | |
"width": 6.499694824218750, | |
"height": 7.4731140136718750 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54400", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 572.750, | |
"y": -239.0, | |
"width": 2.50, | |
"height": 2.50 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": true, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 5.0, | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54401", | |
"name": "Frame 32", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54402", | |
"name": "rb clicked", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54402;25512:52145", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 531.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:631", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Ativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"rectangleCornerRadii": [ | |
4.0, | |
0.0, | |
0.0, | |
4.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
}, | |
"styles": { | |
"fills": "2:629" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:634" | |
}, | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54403", | |
"name": "rb unclick", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35653;25726:54914;25740:54403;25512:52143", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 626.0, | |
"y": -210.0, | |
"width": 42.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Inativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 597.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"rectangleCornerRadii": [ | |
0.0, | |
4.0, | |
4.0, | |
0.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:630" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:633" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 200.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 200.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"itemSpacing": 16.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"effects": [], | |
"componentId": "2:667" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:997" | |
}, | |
{ | |
"id": "I2:3886;26698:35854", | |
"name": "GRID + Campos", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35854;25726:54914", | |
"name": "situacao2", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54393", | |
"name": "situacao", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54394", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54395", | |
"name": "Situação*", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Situação", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54396", | |
"name": "question-circle 1", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54397", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54398", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54399", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 570.750, | |
"y": -247.21310424804688, | |
"width": 6.499694824218750, | |
"height": 7.4731140136718750 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54400", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 572.750, | |
"y": -239.0, | |
"width": 2.50, | |
"height": 2.50 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": true, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 5.0, | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54401", | |
"name": "Frame 32", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54402", | |
"name": "rb clicked", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54402;25512:52145", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 531.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:631", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Ativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"rectangleCornerRadii": [ | |
4.0, | |
0.0, | |
0.0, | |
4.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
}, | |
"styles": { | |
"fills": "2:629" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:634" | |
}, | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54403", | |
"name": "rb unclick", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:35854;25726:54914;25740:54403;25512:52143", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 626.0, | |
"y": -210.0, | |
"width": 42.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Inativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 597.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"rectangleCornerRadii": [ | |
0.0, | |
4.0, | |
4.0, | |
0.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:630" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:633" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 200.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 200.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"itemSpacing": 16.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"effects": [], | |
"componentId": "2:667" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:997" | |
}, | |
{ | |
"id": "I2:3886;26698:36088", | |
"name": "GRID + Campos", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36088;25726:54914", | |
"name": "situacao2", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54393", | |
"name": "situacao", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54394", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54395", | |
"name": "Situação*", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Situação", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54396", | |
"name": "question-circle 1", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54397", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54398", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54399", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 570.750, | |
"y": -247.21310424804688, | |
"width": 6.499694824218750, | |
"height": 7.4731140136718750 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54400", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 572.750, | |
"y": -239.0, | |
"width": 2.50, | |
"height": 2.50 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 565.0, | |
"y": -251.0, | |
"width": 18.0, | |
"height": 18.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": true, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 5.0, | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54401", | |
"name": "Frame 32", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54402", | |
"name": "rb clicked", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54402;25512:52145", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 531.0, | |
"y": -210.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:631", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Ativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"rectangleCornerRadii": [ | |
4.0, | |
0.0, | |
0.0, | |
4.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
}, | |
"styles": { | |
"fills": "2:629" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:634" | |
}, | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54403", | |
"name": "rb unclick", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36088;25726:54914;25740:54403;25512:52143", | |
"name": "opção 1", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 626.0, | |
"y": -210.0, | |
"width": 42.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Inativo", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "CENTER", | |
"textAlignVertical": "TOP", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 597.0, | |
"y": -221.0, | |
"width": 100.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"rectangleCornerRadii": [ | |
0.0, | |
4.0, | |
4.0, | |
0.0 | |
], | |
"strokeWeight": 0.50, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:630" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"paddingLeft": 14.0, | |
"paddingRight": 14.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [], | |
"componentId": "2:633" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -221.0, | |
"width": 200.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 200.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"itemSpacing": 16.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"visible": false, | |
"type": "SOLID", | |
"color": { | |
"r": 1.0, | |
"g": 1.0, | |
"b": 1.0, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"effects": [], | |
"componentId": "2:667" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 497.0, | |
"y": -251.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:997" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 1094.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -251.0, | |
"width": 1094.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 16.0, | |
"primaryAxisSizingMode": "FIXED", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30092", | |
"name": "Linha 2", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093", | |
"name": "GRID + Campos", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422", | |
"name": "Text Field", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38025", | |
"name": "Frame 89", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38026", | |
"name": "Group 88", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38027", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38028", | |
"name": "Campo", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -611.84472656250, | |
"y": -139.50, | |
"width": 52.97167968750, | |
"height": 10.636718750 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Bandeira", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38029", | |
"name": "help", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38029;26034:54781", | |
"name": "Group 83", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38029;26034:54801", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38029;26034:54802", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -564.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38029;26034:54803", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -559.527832031250, | |
"y": -138.05468750, | |
"width": 5.05529785156250, | |
"height": 5.8124237060546875 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38029;26034:54804", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -557.972167968750, | |
"y": -131.66664123535156, | |
"width": 1.94445800781250, | |
"height": 1.9444427490234375 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -564.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"preserveRatio": true, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -564.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -564.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [], | |
"componentId": "2:16" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 8.0, | |
"counterAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 55.0, | |
"height": 14.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38030", | |
"name": "Frame 13", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38031", | |
"name": "campo de texto", | |
"visible": false, | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -439.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.14901961386203766, | |
"g": 0.14901961386203766, | |
"b": 0.14901961386203766, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:30", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38032", | |
"name": "CNPJ/INSCRIÇÃO MASCARA", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38033", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -605.0, | |
"y": -100.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38034", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -587.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38035", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -581.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38036", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -555.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38037", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -549.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38038", | |
"name": "/", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -523.0, | |
"y": -100.0, | |
"width": 6.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "/", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38039", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -515.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38040", | |
"name": "-", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -489.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "-", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38041", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -483.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -605.0, | |
"y": -100.0, | |
"width": 146.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38042", | |
"name": "TELEFONE", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38043", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -449.0, | |
"y": -100.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "(", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38044", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -442.0, | |
"y": -100.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38045", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -424.0, | |
"y": -100.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ")", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38046", | |
"name": "0", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -417.0, | |
"y": -100.0, | |
"width": 8.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38047", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -407.0, | |
"y": -100.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38048", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -372.0, | |
"y": -100.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -449.0, | |
"y": -100.0, | |
"width": 110.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -111.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -111.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.51999998092651367, | |
"g": 0.51999998092651367, | |
"b": 0.51999998092651367, | |
"a": 1.0 | |
} | |
} | |
], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:29" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"paddingLeft": 8.0, | |
"paddingRight": 8.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 16.0, | |
"primaryAxisSizingMode": "FIXED", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30093;26738:34422;26816:38049", | |
"name": "Campo Obrigatório", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -71.0, | |
"width": 70.0, | |
"height": 8.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "BOTTOM", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.95686274766921997, | |
"g": 0.26274511218070984, | |
"b": 0.21176470816135406, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:31" | |
}, | |
"effects": [], | |
"characters": "Campo Obrigatório", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 8.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.10000000000000001, | |
"lineHeightPx": 8.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 4.0, | |
"effects": [], | |
"componentId": "2:34" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -613.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:581" | |
}, | |
{ | |
"id": "I2:3886;26577:32233", | |
"name": "GRID + Campos", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422", | |
"name": "Text Field", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38025", | |
"name": "Frame 89", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38026", | |
"name": "Group 88", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38027", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38028", | |
"name": "Campo", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 108.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -241.84472656250, | |
"y": -139.50, | |
"width": 105.92285156250, | |
"height": 10.636718750 | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Produto Bandeira", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38029", | |
"name": "help", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38029;26034:54781", | |
"name": "Group 83", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38029;26034:54801", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38029;26034:54802", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -194.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38029;26034:54803", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -189.52784729003906, | |
"y": -138.05468750, | |
"width": 5.05529785156250, | |
"height": 5.8124237060546875 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38029;26034:54804", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -187.97215270996094, | |
"y": -131.66664123535156, | |
"width": 1.9444427490234375, | |
"height": 1.9444427490234375 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -194.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"preserveRatio": true, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -194.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -194.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [], | |
"componentId": "2:16" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 108.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 108.0, | |
"height": 14.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 8.0, | |
"counterAxisAlignItems": "CENTER", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 108.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 108.0, | |
"height": 14.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38030", | |
"name": "Frame 13", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38031", | |
"name": "campo de texto", | |
"visible": false, | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -69.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.14901961386203766, | |
"g": 0.14901961386203766, | |
"b": 0.14901961386203766, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:30", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38032", | |
"name": "CNPJ/INSCRIÇÃO MASCARA", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38033", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -235.0, | |
"y": -100.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38034", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -217.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38035", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -211.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38036", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -185.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38037", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -179.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38038", | |
"name": "/", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -153.0, | |
"y": -100.0, | |
"width": 6.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "/", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38039", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -145.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38040", | |
"name": "-", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -119.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "-", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38041", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -113.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -235.0, | |
"y": -100.0, | |
"width": 146.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38042", | |
"name": "TELEFONE", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38043", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -79.0, | |
"y": -100.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "(", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38044", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -72.0, | |
"y": -100.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38045", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": -54.0, | |
"y": -100.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ")", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38046", | |
"name": "0", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -47.0, | |
"y": -100.0, | |
"width": 8.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38047", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -37.0, | |
"y": -100.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38048", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -2.0, | |
"y": -100.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -79.0, | |
"y": -100.0, | |
"width": 110.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -111.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -111.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.51999998092651367, | |
"g": 0.51999998092651367, | |
"b": 0.51999998092651367, | |
"a": 1.0 | |
} | |
} | |
], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:29" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 10.0, | |
"primaryAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"paddingLeft": 8.0, | |
"paddingRight": 8.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "CENTER" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 16.0, | |
"primaryAxisSizingMode": "FIXED", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:32233;26738:34422;26816:38049", | |
"name": "Campo Obrigatório", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -71.0, | |
"width": 70.0, | |
"height": 8.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "BOTTOM", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.95686274766921997, | |
"g": 0.26274511218070984, | |
"b": 0.21176470816135406, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:31" | |
}, | |
"effects": [], | |
"characters": "Campo Obrigatório", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 8.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.10000000000000001, | |
"lineHeightPx": 8.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 4.0, | |
"effects": [], | |
"componentId": "2:34" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": -243.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 78.0 | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:581" | |
}, | |
{ | |
"id": "I2:3886;26577:30094", | |
"name": "GRID + Campos", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30094;25726:54914", | |
"name": "inputs", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54887", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54888", | |
"name": "CNPJ*", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -141.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Embossadora", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;26034:55040", | |
"name": "help", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;26034:55040;26034:54781", | |
"name": "Group 83", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;26034:55040;26034:54801", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;26034:55040;26034:54802", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 176.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;26034:55040;26034:54803", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 180.47215270996094, | |
"y": -138.05468750, | |
"width": 5.05529785156250, | |
"height": 5.8124237060546875 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;26034:55040;26034:54804", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 182.02784729003906, | |
"y": -131.66664123535156, | |
"width": 1.9444427490234375, | |
"height": 1.9444427490234375 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 176.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"preserveRatio": true, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 176.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 176.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [], | |
"componentId": "2:16" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -141.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 8.0, | |
"counterAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54894", | |
"name": "Frame 89", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54895", | |
"name": "TELEFONE", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54896", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 135.0, | |
"y": -100.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "(", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54897", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 142.0, | |
"y": -100.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54898", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 160.0, | |
"y": -100.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ")", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54899", | |
"name": "0", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 167.0, | |
"y": -100.0, | |
"width": 8.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54900", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 177.0, | |
"y": -100.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54901", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 212.0, | |
"y": -100.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 135.0, | |
"y": -100.0, | |
"width": 110.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54902", | |
"name": "CNPJ/INSCRIÇÃO MASCARA", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54903", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 135.0, | |
"y": -100.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54904", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 153.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54905", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 159.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54906", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 185.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54907", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 191.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54908", | |
"name": "/", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 217.0, | |
"y": -100.0, | |
"width": 6.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "/", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54909", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 225.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54910", | |
"name": "-", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 251.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "-", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54911", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 257.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 135.0, | |
"y": -100.0, | |
"width": 146.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26577:30094;25726:54914;25722:54912", | |
"name": "campo de texto", | |
"visible": false, | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 285.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.14901961386203766, | |
"g": 0.14901961386203766, | |
"b": 0.14901961386203766, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:30", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -111.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.51999998092651367, | |
"g": 0.51999998092651367, | |
"b": 0.51999998092651367, | |
"a": 1.0 | |
} | |
} | |
], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:29" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 4.0, | |
"primaryAxisSizingMode": "FIXED", | |
"paddingLeft": 8.0, | |
"paddingRight": 8.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 16.0, | |
"effects": [], | |
"componentId": "2:812" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:997" | |
}, | |
{ | |
"id": "I2:3886;26698:36355", | |
"name": "GRID + Campos", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36355;25726:54914", | |
"name": "inputs", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54887", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54888", | |
"name": "CNPJ*", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -141.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Embossadora", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;26034:55040", | |
"name": "help", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;26034:55040;26034:54781", | |
"name": "Group 83", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;26034:55040;26034:54801", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;26034:55040;26034:54802", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 176.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;26034:55040;26034:54803", | |
"name": "Caminho 354", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 180.47215270996094, | |
"y": -138.05468750, | |
"width": 5.05529785156250, | |
"height": 5.8124237060546875 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;26034:55040;26034:54804", | |
"name": "Elipse 9", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 182.02784729003906, | |
"y": -131.66664123535156, | |
"width": 1.9444427490234375, | |
"height": 1.9444427490234375 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 176.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"preserveRatio": true, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 176.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 176.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"effects": [], | |
"componentId": "2:16" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -141.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 8.0, | |
"counterAxisAlignItems": "CENTER", | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54894", | |
"name": "Frame 89", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54895", | |
"name": "TELEFONE", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54896", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 135.0, | |
"y": -100.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "(", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54897", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 142.0, | |
"y": -100.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54898", | |
"name": "(", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 160.0, | |
"y": -100.0, | |
"width": 5.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ")", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54899", | |
"name": "0", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 167.0, | |
"y": -100.0, | |
"width": 8.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54900", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 177.0, | |
"y": -100.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54901", | |
"name": "0000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 212.0, | |
"y": -100.0, | |
"width": 32.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "0000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 135.0, | |
"y": -100.0, | |
"width": 110.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54902", | |
"name": "CNPJ/INSCRIÇÃO MASCARA", | |
"visible": false, | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54903", | |
"name": "00", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 135.0, | |
"y": -100.0, | |
"width": 16.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "00", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54904", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 153.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54905", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 159.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54906", | |
"name": ".", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 185.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": ".", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54907", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 191.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54908", | |
"name": "/", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 217.0, | |
"y": -100.0, | |
"width": 6.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "/", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54909", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 225.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54910", | |
"name": "-", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 251.0, | |
"y": -100.0, | |
"width": 4.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "-", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54911", | |
"name": "000", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"opacity": 0.0, | |
"absoluteBoundingBox": { | |
"x": 257.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 135.0, | |
"y": -100.0, | |
"width": 146.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 2.0, | |
"effects": [] | |
}, | |
{ | |
"id": "I2:3886;26698:36355;25726:54914;25722:54912", | |
"name": "campo de texto", | |
"visible": false, | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 285.0, | |
"y": -100.0, | |
"width": 24.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.14901961386203766, | |
"g": 0.14901961386203766, | |
"b": 0.14901961386203766, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"styles": { | |
"fill": "2:30", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "000", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -111.0, | |
"width": 354.0, | |
"height": 36.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.51999998092651367, | |
"g": 0.51999998092651367, | |
"b": 0.51999998092651367, | |
"a": 1.0 | |
} | |
} | |
], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"styles": { | |
"strokes": "2:29" | |
}, | |
"layoutMode": "HORIZONTAL", | |
"itemSpacing": 4.0, | |
"primaryAxisSizingMode": "FIXED", | |
"paddingLeft": 8.0, | |
"paddingRight": 8.0, | |
"paddingTop": 11.0, | |
"paddingBottom": 11.0, | |
"effects": [] | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "STRETCH", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"itemSpacing": 16.0, | |
"effects": [], | |
"componentId": "2:812" | |
} | |
], | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -141.0, | |
"width": 354.0, | |
"height": 66.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "TOP", | |
"horizontal": "LEFT" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"clipsContent": false, | |
"background": [], | |
"fills": [], | |
"strokes": [], | |
"cornerRadius": 4.0, | |
"strokeWeight": 1.0, | |
"strokeAlign": "INSIDE", | |
"backgroundColor": { | |
"r": 0.0, | |
"g": 0.0, | |
"b": 0.0, | |
"a": 0.0 | |
}, | |
"layoutMode": "VERTICAL", | |
"counterAxisSizingMode": "FIXED", | |
"counterAxisAlignItems": "CENTER", | |
"primaryAxisAlignItems": "CENTER", | |
"effects": [], | |
"componentId": "2:997" | |
}, | |
{ | |
"id": "I2:3886;26698:36453", | |
"name": "GRID + Campos", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36453;25726:54914", | |
"name": "inputs", | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36453;25726:54914;25722:54887", | |
"name": "Frame 73", | |
"type": "FRAME", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36453;25726:54914;25722:54888", | |
"name": "CNPJ*", | |
"type": "TEXT", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 127.0, | |
"y": -141.0, | |
"width": 87.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"layoutAlign": "INHERIT", | |
"layoutGrow": 0.0, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.37000000476837158, | |
"g": 0.37000000476837158, | |
"b": 0.37000000476837158, | |
"a": 1.0 | |
} | |
} | |
], | |
"strokes": [], | |
"strokeWeight": 1.0, | |
"strokeAlign": "OUTSIDE", | |
"styles": { | |
"fill": "2:6", | |
"text": "2:4" | |
}, | |
"effects": [], | |
"characters": "Embossadora", | |
"style": { | |
"fontFamily": "Roboto", | |
"fontPostScriptName": null, | |
"fontWeight": 400, | |
"textAutoResize": "WIDTH_AND_HEIGHT", | |
"fontSize": 14.0, | |
"textAlignHorizontal": "LEFT", | |
"textAlignVertical": "CENTER", | |
"letterSpacing": 0.0, | |
"lineHeightPx": 14.0, | |
"lineHeightPercent": 85.333335876464844, | |
"lineHeightPercentFontSize": 100.0, | |
"lineHeightUnit": "FONT_SIZE_%" | |
}, | |
"layoutVersion": 3, | |
"characterStyleOverrides": [], | |
"styleOverrideTable": {}, | |
"lineTypes": [ | |
"NONE" | |
], | |
"lineIndentations": [ | |
0 | |
] | |
}, | |
{ | |
"id": "I2:3886;26698:36453;25726:54914;26034:55040", | |
"name": "help", | |
"visible": false, | |
"type": "INSTANCE", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36453;25726:54914;26034:55040;26034:54781", | |
"name": "Group 83", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36453;25726:54914;26034:55040;26034:54801", | |
"name": "question-circle", | |
"type": "GROUP", | |
"blendMode": "PASS_THROUGH", | |
"children": [ | |
{ | |
"id": "I2:3886;26698:36453;25726:54914;26034:55040;26034:54802", | |
"name": "Caminho 353", | |
"type": "VECTOR", | |
"blendMode": "PASS_THROUGH", | |
"absoluteBoundingBox": { | |
"x": 176.0, | |
"y": -141.0, | |
"width": 14.0, | |
"height": 14.0 | |
}, | |
"absoluteRenderBounds": { | |
"x": null, | |
"y": null, | |
"width": null, | |
"height": null | |
}, | |
"constraints": { | |
"vertical": "SCALE", | |
"horizontal": "SCALE" | |
}, | |
"fills": [ | |
{ | |
"blendMode": "NORMAL", | |
"type": "SOLID", | |
"color": { | |
"r": 0.0, | |
"g": 0.35294118523597717, | |
"b": 0.64705884456634521, |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment