├── web ├── img │ ├── bg.jpg │ ├── linhas.png │ ├── logo.png │ ├── bg-sobre.jpg │ ├── bg-contato.jpg │ ├── bg-footer.jpg │ ├── bg-mobile.jpg │ ├── bg-produtos.jpg │ ├── bg-portfolio.jpg │ ├── equipe-bikcraft.jpg │ ├── portfolio │ │ ├── retro.jpg │ │ ├── esporte.jpg │ │ └── passeio.jpg │ ├── produtos │ │ ├── esporte.png │ │ ├── passeio.png │ │ ├── retro.png │ │ ├── bikcraft-retro-1.jpg │ │ ├── bikcraft-retro-2.jpg │ │ ├── bikcraft-esporte-1.jpg │ │ ├── bikcraft-esporte-2.jpg │ │ ├── bikcraft-passeio-1.jpg │ │ └── bikcraft-passeio-2.jpg │ ├── bikcraft-qualidade.png │ ├── endereco-bikcraft.jpg │ └── redes-sociais │ │ ├── twitter.png │ │ ├── facebook.png │ │ └── instagram.png ├── css │ ├── sobre.css │ ├── portfolio.css │ ├── reset.css │ ├── responsivo.css │ ├── contato.css │ ├── grid.css │ ├── produtos.css │ ├── style.css │ └── normalize.css ├── portfolio.html ├── contato.html ├── sobre.html ├── index.html └── produtos.html ├── planejamento ├── bikcraft_ai.pdf └── bikcraft_briefing.pdf └── wireframe └── bikcraft-wireframe.psd /web/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/bg.jpg -------------------------------------------------------------------------------- /web/img/linhas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/linhas.png -------------------------------------------------------------------------------- /web/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/logo.png -------------------------------------------------------------------------------- /web/img/bg-sobre.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/bg-sobre.jpg -------------------------------------------------------------------------------- /web/img/bg-contato.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/bg-contato.jpg -------------------------------------------------------------------------------- /web/img/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/bg-footer.jpg -------------------------------------------------------------------------------- /web/img/bg-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/bg-mobile.jpg -------------------------------------------------------------------------------- /web/img/bg-produtos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/bg-produtos.jpg -------------------------------------------------------------------------------- /web/img/bg-portfolio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/bg-portfolio.jpg -------------------------------------------------------------------------------- /planejamento/bikcraft_ai.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/planejamento/bikcraft_ai.pdf -------------------------------------------------------------------------------- /web/img/equipe-bikcraft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/equipe-bikcraft.jpg -------------------------------------------------------------------------------- /web/img/portfolio/retro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/portfolio/retro.jpg -------------------------------------------------------------------------------- /web/img/produtos/esporte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/produtos/esporte.png -------------------------------------------------------------------------------- /web/img/produtos/passeio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/produtos/passeio.png -------------------------------------------------------------------------------- /web/img/produtos/retro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/produtos/retro.png -------------------------------------------------------------------------------- /web/img/bikcraft-qualidade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/bikcraft-qualidade.png -------------------------------------------------------------------------------- /web/img/endereco-bikcraft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/endereco-bikcraft.jpg -------------------------------------------------------------------------------- /web/img/portfolio/esporte.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/portfolio/esporte.jpg -------------------------------------------------------------------------------- /web/img/portfolio/passeio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/portfolio/passeio.jpg -------------------------------------------------------------------------------- /web/img/redes-sociais/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/redes-sociais/twitter.png -------------------------------------------------------------------------------- /wireframe/bikcraft-wireframe.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/wireframe/bikcraft-wireframe.psd -------------------------------------------------------------------------------- /planejamento/bikcraft_briefing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/planejamento/bikcraft_briefing.pdf -------------------------------------------------------------------------------- /web/img/redes-sociais/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/redes-sociais/facebook.png -------------------------------------------------------------------------------- /web/img/redes-sociais/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/redes-sociais/instagram.png -------------------------------------------------------------------------------- /web/img/produtos/bikcraft-retro-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/produtos/bikcraft-retro-1.jpg -------------------------------------------------------------------------------- /web/img/produtos/bikcraft-retro-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/produtos/bikcraft-retro-2.jpg -------------------------------------------------------------------------------- /web/img/produtos/bikcraft-esporte-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/produtos/bikcraft-esporte-1.jpg -------------------------------------------------------------------------------- /web/img/produtos/bikcraft-esporte-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/produtos/bikcraft-esporte-2.jpg -------------------------------------------------------------------------------- /web/img/produtos/bikcraft-passeio-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/produtos/bikcraft-passeio-1.jpg -------------------------------------------------------------------------------- /web/img/produtos/bikcraft-passeio-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vicckm/bikcraft-origamid/master/web/img/produtos/bikcraft-passeio-2.jpg -------------------------------------------------------------------------------- /web/css/sobre.css: -------------------------------------------------------------------------------- 1 | .interna_sobre { 2 | background: url(../img/bg-sobre.jpg) no-repeat center; 3 | background: cover; 4 | } 5 | 6 | .missao_sobre { 7 | padding-top: 60px; 8 | } 9 | 10 | .missao_sobre p { 11 | font-size: 18px; 12 | line-height: 25px; 13 | margin-bottom: 1em; 14 | padding-right: 60px; 15 | } 16 | 17 | .missao_sobre ul li { 18 | font-family: Georgia, "Times New Roman", serif; 19 | font-size: 18px; 20 | line-height: 30px; 21 | } 22 | 23 | .foto-equipe { 24 | padding-top: 20px; 25 | } -------------------------------------------------------------------------------- /web/css/portfolio.css: -------------------------------------------------------------------------------- 1 | .interna_portfolio { 2 | background: url(../img/bg-portfolio.jpg) no-repeat center; 3 | background: cover; 4 | } 5 | 6 | .quote_clientes { 7 | padding: 60px 0; 8 | max-width: 460px; 9 | margin: 0 auto; 10 | } 11 | 12 | .quote_clientes p { 13 | text-align: center; 14 | font-family: Georgia, "Times New Roman", serif; 15 | font-size: 18px; 16 | line-height: 25px; 17 | font-style: italic; 18 | margin-bottom: 20px; 19 | } 20 | 21 | .quote_clientes cite { 22 | font-weight: bold; 23 | font-size: 18px; 24 | line-height: 25px; 25 | float: right; 26 | font-style: normal; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /web/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, pre, 8 | a, abbr, acronym, address, big, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font: inherit; 23 | vertical-align: baseline; 24 | text-decoration: none; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | 38 | table { 39 | border-collapse: collapse; 40 | border-spacing: 0; -------------------------------------------------------------------------------- /web/css/responsivo.css: -------------------------------------------------------------------------------- 1 | /*Estilo para tablets*/ 2 | @media only screen and (min-width: 788px) and (max-width: 979px) { 3 | /*Qualidade Home*/ 4 | .qualidade:after { 5 | right: 66px; 6 | } 7 | .qualidade_lista li { 8 | padding: 0 10px; 9 | } 10 | 11 | /*Footer*/ 12 | .footer_redes ul li a { 13 | border: 3px solid #fec63e; 14 | display: block; 15 | padding: 6px; 16 | } 17 | 18 | .footer_redes ul li a img { 19 | width: 26px; 20 | height: 26px; 21 | } 22 | } 23 | 24 | /*Estilo para smartphone*/ 25 | @media only screen and (max-width: 787px) { 26 | 27 | /*Header*/ 28 | 29 | .header { 30 | position: relative; 31 | padding-bottom: 0; 32 | } 33 | 34 | .header img { 35 | margin: 0 auto 0px auto; 36 | } 37 | 38 | .header_menu { 39 | text-align: center; 40 | margin-top: 10px; 41 | } 42 | 43 | 44 | .header_menu ul li { 45 | margin: 5px; 46 | } 47 | 48 | .header_menu ul li a { 49 | border: 4px solid #000; 50 | width: 136px; 51 | display: block; 52 | float: left; 53 | } 54 | 55 | .header_menu ul li a:hover { 56 | border-color: #fff; 57 | } 58 | 59 | .header_menu ul li a.menu_ativo { 60 | border-color: #fff; 61 | } 62 | 63 | /*Introducao*/ 64 | 65 | .introducao h1 { 66 | font-size: 36px; 67 | } 68 | 69 | .introducao { 70 | margin-top: 0; 71 | padding-top: 40px; 72 | background: url(../img/bg-mobile.jpg) no-repeat center; 73 | background-size: cover; 74 | } 75 | 76 | /*Introdução Interna*/ 77 | 78 | .introducao-interna { 79 | margin-top: 0px; 80 | } 81 | 82 | /*Call*/ 83 | 84 | .call-to-action { 85 | padding-top: 10px; 86 | } 87 | 88 | /*Qualidade Home*/ 89 | .qualidade:after { 90 | display: none; 91 | } 92 | /*Sobre*/ 93 | .missao_sobre p { 94 | font-size: 14px; 95 | line-height: 25px; 96 | padding-right: 0px; 97 | } 98 | 99 | .missao_sobre ul li { 100 | font-size: 14px; 101 | line-height: 20px; 102 | padding-right: 0px; 103 | } 104 | 105 | 106 | } -------------------------------------------------------------------------------- /web/css/contato.css: -------------------------------------------------------------------------------- 1 | .interna_contato { 2 | background: url(../img/bg-contato.jpg) no-repeat center; 3 | background-size: cover; 4 | } 5 | 6 | /*Orçamento*/ 7 | 8 | .contato { 9 | padding: 40px 0; 10 | } 11 | 12 | 13 | .contato_form { 14 | padding-right: 60px; 15 | } 16 | 17 | .contato_form label { 18 | display: block; 19 | font-family: Georgia, "Times New Roman", serif; 20 | font-size: 18px; 21 | line-height: 25px; 22 | margin-bottom: 4px; 23 | } 24 | 25 | .contato_form input { 26 | display: block; 27 | width: 100%; 28 | border: 4px solid #fec63e; 29 | background: none; 30 | padding: 7px 10px; 31 | margin-bottom: 10px; 32 | outline: none; 33 | font-size: 14px; 34 | font-family: Georgia, "Times New Roman", serif 35 | } 36 | 37 | .contato_form textarea { 38 | display: block; 39 | width: 100%; 40 | height: 120px; 41 | border: 4px solid #fec63e; 42 | background: none; 43 | padding: 7px 10px; 44 | margin-bottom: 20px; 45 | outline: none; 46 | font-size: 14px; 47 | font-family: Georgia, "Times New Roman", serif 48 | } 49 | 50 | .contato_form button { 51 | background: none; 52 | padding: 7px 40px; 53 | } 54 | 55 | .contato_dados h3 { 56 | font-size: 18px; 57 | line-height: 25px; 58 | font-weight: bold; 59 | text-transform: uppercase; 60 | color: #fec63e; 61 | } 62 | 63 | .contato_dados span { 64 | display: block; 65 | font-size: 18px; 66 | line-height: 30px; 67 | font-family: Georgia, "Times New Roman", serif; 68 | } 69 | 70 | .contato_dados span:nth-of-type(even) { 71 | margin-bottom: 30px; 72 | } 73 | 74 | .dados_email { 75 | margin-bottom: 40px; 76 | } 77 | 78 | .contato_dados ul { 79 | margin-top: 10px; 80 | } 81 | 82 | .contato_dados ul li { 83 | display: inline-block; 84 | margin-right: 10px; 85 | } 86 | 87 | .contato_dados ul li a { 88 | border: 3px solid #fec63e; 89 | display: block; 90 | padding: 10px; 91 | } 92 | 93 | .contato_dados ul li a:hover { 94 | border-color: #000; 95 | } 96 | 97 | .contato_mapa { 98 | margin-bottom: 60px; 99 | } 100 | 101 | -------------------------------------------------------------------------------- /web/css/grid.css: -------------------------------------------------------------------------------- 1 | *, *:before, *:after { 2 | -webkit-box-sizing: border-box; 3 | -moz-box-sizing: border-box; 4 | box-sizing: border-box; 5 | } 6 | 7 | .container { 8 | width: 960px; 9 | margin: 0 auto; 10 | padding: 0px; 11 | position: relative; 12 | } 13 | 14 | .container:after, .container:before { 15 | content: " "; 16 | display: table; 17 | } 18 | 19 | .container:after { 20 | clear: both; 21 | } 22 | 23 | .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 { 24 | float: left; 25 | margin-left: 10px; 26 | margin-right: 10px; 27 | } 28 | 29 | .grid-1 {width: 40px;} 30 | .grid-2 {width: 100px;} 31 | .grid-3 {width: 160px;} 32 | .grid-4 {width: 220px;} 33 | .grid-5 {width: 280px;} 34 | .grid-6 {width: 340px;} 35 | .grid-7 {width: 400px;} 36 | .grid-8 {width: 460px;} 37 | .grid-9 {width: 520px;} 38 | .grid-10 {width: 580px;} 39 | .grid-11 {width: 640px;} 40 | .grid-12 {width: 700px;} 41 | .grid-13 {width: 760px;} 42 | .grid-14 {width: 820px;} 43 | .grid-15 {width: 880px;} 44 | .grid-16 {width: 940px;} 45 | .grid-1-3 {width: 300px;} 46 | 47 | @media only screen and (min-width: 788px) and (max-width: 979px) { 48 | .container { 49 | width: 768px; 50 | } 51 | 52 | .grid-1 {width: 28px;} 53 | .grid-2 {width: 76px;} 54 | .grid-3 {width: 124px;} 55 | .grid-4 {width: 172px;} 56 | .grid-5 {width: 220px;} 57 | .grid-6 {width: 268px;} 58 | .grid-7 {width: 316px;} 59 | .grid-8 {width: 364px;} 60 | .grid-9 {width: 412px;} 61 | .grid-10 {width: 460px;} 62 | .grid-11 {width: 508px;} 63 | .grid-12 {width: 556px;} 64 | .grid-13 {width: 604px;} 65 | .grid-14 {width: 652px;} 66 | .grid-15 {width: 700px;} 67 | .grid-16 {width: 748px;} 68 | .grid-1-3 {width: 236px;} 69 | 70 | } 71 | 72 | 73 | @media only screen and (max-width: 787px) { 74 | .container { 75 | width: 300px; 76 | } 77 | 78 | .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 { 79 | width: 300px; 80 | margin: 0 0 20px 0; 81 | float: none; 82 | } 83 | 84 | } -------------------------------------------------------------------------------- /web/css/produtos.css: -------------------------------------------------------------------------------- 1 | .interna_produtos { 2 | background: url(../img/bg-produtos.jpg) no-repeat center; 3 | background-size: cover; 4 | } 5 | 6 | .produto_item { 7 | padding-top: 60px; 8 | } 9 | 10 | .produto_item h2 { 11 | color: #fff; 12 | font-size: 36px; 13 | text-transform: uppercase; 14 | letter-spacing: .1em; 15 | font-weight: bold; 16 | position: relative; 17 | top: -180px; 18 | text-align: center; 19 | margin-bottom: -50px; 20 | } 21 | 22 | .produto_item h2:after, .produto_item h2:before { 23 | content: ""; 24 | display: block; 25 | width: 60px; 26 | height: 3px; 27 | background: #fff; 28 | margin: 6px auto 8px auto; 29 | } 30 | 31 | .produto_icone { 32 | background: #000; 33 | padding: 70px 0; 34 | } 35 | 36 | .produto_icone img { 37 | margin: 0 auto; 38 | } 39 | 40 | .produto_info { 41 | background: #000; 42 | } 43 | 44 | .produto_info p { 45 | color: #fff; 46 | height: 180px; 47 | font-size: 18px; 48 | line-height: 25px; 49 | padding: 30px 40px; 50 | } 51 | 52 | .produto_info ul li { 53 | background: #fec63e; 54 | text-transform: uppercase; 55 | font-weight: bold; 56 | font-size: 18px; 57 | line-height: 20px; 58 | float: left; 59 | text-align: center; 60 | width: 229px; 61 | height: 49px; 62 | padding-top: 16px; 63 | } 64 | 65 | .produto_info ul li:nth-child(1), .produto_info ul li:nth-child(2) { 66 | margin-bottom: 2px; 67 | } 68 | 69 | .produto_info ul li:nth-child(even) { 70 | margin-left: 2px; 71 | } 72 | 73 | /*Orçamento*/ 74 | 75 | .orcamento { 76 | background: #000; 77 | width: 100%; 78 | margin-top: 60px; 79 | padding: 40px 0; 80 | } 81 | 82 | .orcamento h2 { 83 | color: #fec63e; 84 | } 85 | 86 | .orcamento h2:after { 87 | background: #fec63e; 88 | } 89 | 90 | .form { 91 | padding-right: 60px; 92 | } 93 | 94 | .form label { 95 | display: block; 96 | color: #fff; 97 | font-family: Georgia, "Times New Roman", serif; 98 | font-size: 18px; 99 | line-height: 25px; 100 | margin-bottom: 4px; 101 | } 102 | 103 | .form input { 104 | display: block; 105 | width: 100%; 106 | border: 4px solid #fec63e; 107 | background: none; 108 | color: #fff; 109 | padding: 7px 10px; 110 | margin-bottom: 10px; 111 | outline: none; 112 | font-size: 14px; 113 | font-family: Georgia, "Times New Roman", serif 114 | } 115 | 116 | .form textarea { 117 | display: block; 118 | width: 100%; 119 | height: 120px; 120 | border: 4px solid #fec63e; 121 | background: none; 122 | color: #fff; 123 | padding: 7px 10px; 124 | margin-bottom: 20px; 125 | outline: none; 126 | font-size: 14px; 127 | font-family: Georgia, "Times New Roman", serif 128 | } 129 | 130 | .form button { 131 | background: none; 132 | padding: 7px 40px; 133 | } 134 | 135 | .orcamento_dados { 136 | color: #fff; 137 | } 138 | 139 | .orcamento_dados h3 { 140 | font-size: 18px; 141 | line-height: 25px; 142 | font-weight: bold; 143 | text-transform: uppercase; 144 | color: #fec63e; 145 | } 146 | 147 | .orcamento_dados span { 148 | display: block; 149 | font-size: 18px; 150 | line-height: 30px; 151 | font-family: Georgia, "Times New Roman", serif; 152 | } 153 | 154 | .dados_email { 155 | margin-bottom: 40px; 156 | } 157 | 158 | .orcamento_dados ul { 159 | padding-right: 60px; 160 | } 161 | 162 | .orcamento_dados ul li { 163 | font-family: Georgia, "Times New Roman", serif; 164 | font-size: 14px; 165 | padding: 10px 15px; 166 | } 167 | 168 | .orcamento_dados ul li:nth-child(odd) { 169 | background: #1d1d1d; 170 | } 171 | 172 | .orcamento_dados p { 173 | margin: 8px 0; 174 | } -------------------------------------------------------------------------------- /web/portfolio.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |
19 |
20 |
21 |
29 | conheça os projetos que amamos mostrar
36 |41 |46 |O verdadeiro segredo da felicidade está em ter um genuíno 42 | interesse por todos os detalhes da vida cotidiana. 43 | interesse por todos os detalhes da vida cotidiana.
44 | Barbara Moss 45 |
53 |
56 |
59 | 66 |69 |"o verdadeiro segredo da felicidade está em ter um genuíno interesse por todos os detalhes da vida cotidiana."
67 | Willian Morris 68 |
Bikcraft - Alguns direitos reservados
105 |
19 |
20 |
21 |
29 | tire suas dúvidas com a gente
36 |
74 | 79 |82 |"o verdadeiro segredo da felicidade está em ter um genuíno interesse por todos os detalhes da vida cotidiana."
80 | Willian Morris 81 |
Bikcraft - Alguns direitos reservados
118 |
19 |
20 |
21 |
29 | conheça mais sobre a bikcraft
36 |43 | No mundo atual, a contínua expansão de nossa atividade cumpre um papel essencial na formulação da gestão inovadora da qual fazemos parte da qual fazemos parte. 44 |
45 |46 | No mundo atual, a contínua expansão de nossa atividade cumpre um papel essencial na formulação da gestão inovadora da qual fazemos parte da qual fazemos parte. 47 |
48 |
62 |
68 | Ainda assim, existem dúvidas a respeito de como a necessidade de renovação renovação renovação
72 |Ainda assim, existem dúvidas a respeito de como a necessidade de renovação renovação renovação
76 |Ainda assim, existem dúvidas a respeito de como a necessidade de renovação renovação renovação
80 |86 |89 |"o verdadeiro segredo da felicidade está em ter um genuíno interesse por todos os detalhes da vida cotidiana."
87 | Willian Morris 88 |
Bikcraft - Alguns direitos reservados
125 |
18 |
19 |
20 |
28 | 35 |38 | Orçamento 39 |"não tenha nada em sua casa que você não considere útil ou acredita ser bonito"
36 | Willian Morris 37 |
48 | Ainda assim, existem dúvidas a respeito de como a necessidade de renovação
51 |
55 | Ainda assim, existem dúvidas a respeito de como a necessidade de renovação
58 |
62 | Ainda assim, existem dúvidas a respeito de como a necessidade de renovação
65 |clique aqui e veja os detalhes dos produtos
69 | Produtos 70 |
79 |
82 |
85 | conheça mais o nosso portfólio
90 | Portfólio 91 |
97 | Ainda assim, existem dúvidas a respeito de como a necessidade de renovação renovação renovação
101 |Ainda assim, existem dúvidas a respeito de como a necessidade de renovação renovação renovação
105 |Ainda assim, existem dúvidas a respeito de como a necessidade de renovação renovação renovação
109 |conheça mais a nossa história
113 | Sobre 114 |119 |122 |"o verdadeiro segredo da felicidade está em ter um genuíno interesse por todos os detalhes da vida cotidiana."
120 | Willian Morris 121 |
Bikcraft - Alguns direitos reservados
158 |
19 |
20 |
21 |
29 | conheça todos os nossos produtos
36 |
42 |
46 |
49 | No mundo atual, a contínua expansão de nossa atividade cumpre um papel essencial na formulação da gestão inovadora da qual fazemos parte da qual fazemos parte.
52 |
64 |
68 |
71 | No mundo atual, a contínua expansão de nossa atividade cumpre um papel essencial na formulação da gestão inovadora da qual fazemos parte da qual fazemos parte.
74 |
86 |
90 |
93 | No mundo atual, a contínua expansão de nossa atividade cumpre um papel essencial na formulação da gestão inovadora da qual fazemos parte da qual fazemos parte.
96 |Escolha as especificações
131 |145 |148 |"o verdadeiro segredo da felicidade está em ter um genuíno interesse por todos os detalhes da vida cotidiana."
146 | Willian Morris 147 |
Bikcraft - Alguns direitos reservados
184 |