v2.0.1-beta

This commit is contained in:
2021-01-12 18:36:10 -03:00
parent 47c3e3924f
commit daab2b65f5
37 changed files with 576 additions and 272 deletions

View File

@ -3,13 +3,13 @@
<div class="left column">
<div class="images">
<div class="ui medium image">
<img src="./assets/images/seccion11.png" />
<img src="./assets/images/descripcion1.png" />
</div>
<div class="ui medium image">
<img src="./assets/images/seccion12.png" />
<img src="./assets/images/descripcion2.png" />
</div>
<div class="ui medium image">
<img src="./assets/images/seccion13.png" />
<img src="./assets/images/descripcion3.png" />
</div>
</div>
<div class="paragraph">

View File

@ -9,7 +9,7 @@
<div class="column">
<div class="gallery">
<div class="ui large image">
<img src="./assets/images/foto1.jpg" />
<img src="./assets/images/galeria/foto1.jpg" />
</div>
<div class="nav left">
<i class="angle left icon"></i>

View File

@ -1,18 +0,0 @@
<section id="construidos">
<div class="ui container">
<div class="left column">
<div class="titulo">
CONSTRUIDOS CON IMPRESI&Oacute;N 3D
</div>
<div class="content">
<i class="chile icon"></i>
<br />
Dise&ntilde;ado y fabricado en Chile
<br />
<i class="recycle icon"></i>
<br />
Fabricado en pl&aacute;stico de orien vegetal sin derivados del petr&oacute;leo
</div>
</div>
</div>
</section>

View File

@ -0,0 +1,22 @@
<section id="construidos">
<div class="ui container">
<div class="left column">
<div class="titulo">
CONSTRUIDOS CON IMPRESI&Oacute;N 3D
</div>
<div class="ui grid">
<div class="doubling two columns row">
<div class="content column">
<i class="chile icon"></i>
<br />
Dise&ntilde;ado y fabricado en Chile
<br /><br />
<i class="recycle icon"></i>
<br />
Fabricado en pl&aacute;stico de orien vegetal sin derivados del petr&oacute;leo
</div>
</div>
</div>
</div>
</div>
</section>

View File

@ -1,96 +1,104 @@
<section id="corporativos">
<div class="ui container">
<div class="left column">
<div class="titulo">
CORPORATIVOS
</div>
<div class="two columns stackable grid">
<div class="column">
<div class="ui large image">
<img src="./assets/images/logo_abajo.jpg" />
</div>
<div class="content">
<div class="header">
LOGO ABAJO
<div class="ui stackable grid">
<div class="left column">
<div class="titulo">
CORPORATIVOS
</div>
<div class="ui two columns stackable grid">
<div class="column">
<div class="ui basic segment">
<div class="ui large image">
<img src="./assets/images/logo_abajo.jpg" />
</div>
<div class="content">
<div class="header">
LOGO ABAJO
</div>
<ul>
<li class="plus"><i class="small grey plus icon"></i> Siempre visible</li>
<li class="minus"><i class="small grey minus icon"></i> Menor tama&ntilde;o</li>
</ul>
</div>
</div>
<ul>
<li class="plus">Siempre visible</li>
<li class="minus">Menor tama&ntilde;o</li>
</ul>
</div>
</div>
<div class="column">
<div class="ui large image">
<img src="./assets/images/logo_arriba.jpg" />
</div>
<div class="content">
<div class="header">
LOGO ARRIBA
<div class="column">
<div class="ui basic segment">
<div class="ui large image">
<img src="./assets/images/logo_arriba.jpg" />
</div>
<div class="content">
<div class="header">
LOGO ARRIBA
</div>
<ul>
<li class="plus"><i class="small grey plus icon"></i> Mayor tama&ntilde;o</li>
<li class="minus"><i class="small grey minus icon"></i> No se ve al apoyar el tel&eacute;fono</li>
</ul>
</div>
</div>
<ul>
<li class="plus">Mayor tama&ntilde;o</li>
<li class="minus">No se ve al apoyar el tel&eacute;fono</li>
</ul>
</div>
</div>
</div>
</div>
<div class="right column">
<div class="titulo">
COTIZA CON NOSOTROS
<div class="right column">
<div class="titulo">
COTIZA CON NOSOTROS
</div>
<form>
<div class="row">
<div class="input">
LOGO
<input type="file" name="archivo" placeholder="Cargar archivo" />
<div class="file"><i class="upload icon"></i></div>
</div>
</div>
<div class="row">
<div class="colores linea">
<input type="hidden" name="color" value="azul" />
<span class="text">COLOR</span>
<div class="white circle"></div>
<div class="black circle"></div>
<div class="blue circle"></div>
<div class="petrol circle"></div>
<div class="cyan circle"></div>
<div class="green circle"></div>
<div class="yellow circle"></div>
<div class="orange circle"></div>
<div class="red circle"></div>
</div>
</div>
<div class="row">
<div class="input cantidad">
<button class="minus" type="button">
<i class="minus icon"></i>
</button><input type="text" name="cantidad" value="0" /><button class="plus" type="button">
<i class="plus icon"></i>
</button>
</div>
</div>
<div class="row">
<div class="input">
<input type="text" name="nombre" placeholder="NOMBRE" />
</div>
</div>
<div class="row">
<div class="input">
<input type="text" name="email" placeholder="E-MAIL" />
</div>
</div>
<div class="row">
<div class="input">
<input type="text" name="telefono" placeholder="TELÉFONO" />
</div>
</div>
<div class="row">
<div class="input">
<textarea name="mensaje" placeholder="MENSAJE"></textarea>
</div>
</div>
<button class="ui button" type="submit">COTIZAR</button>
</form>
</div>
<form class="ui form">
<div class="row">
<div class="input">
LOGO
<input type="file" name="archivo" placeholder="Cargar archivo" />
<div class="file"><i class="upload icon"></i></div>
</div>
</div>
<div class="row">
<div class="colores linea">
<input type="hidden" name="color" value="azul" />
<span class="text">COLOR</span>
<div class="white circle"></div>
<div class="black circle"></div>
<div class="blue circle"></div>
<div class="green circle"></div>
<div class="yellow circle"></div>
<div class="orange circle"></div>
<div class="red circle"></div>
</div>
</div>
<div class="row">
<div class="input cantidad">
<button class="minus" type="button">
<i class="minus icon"></i>
</button><input type="text" name="cantidad" value="0" /><button class="plus" type="button">
<i class="plus icon"></i>
</button>
</div>
</div>
<div class="row">
<div class="input">
<input type="text" name="nombre" placeholder="NOMBRE" />
</div>
</div>
<div class="row">
<div class="input">
<input type="text" name="email" placeholder="E-MAIL" />
</div>
</div>
<div class="row">
<div class="input">
<input type="text" name="telefono" placeholder="TELÉFONO" />
</div>
</div>
<div class="row">
<div class="input">
<textarea name="mensaje" placeholder="MENSAJE"></textarea>
</div>
</div>
<button class="ui button" type="submit">COTIZAR</button>
</form>
</div>
</div>
</section>

View File

@ -109,15 +109,7 @@ class Amount {
class Colors {
constructor(elem, changing = false) {
this.color = {
white: 'blanco',
black: 'negro',
blue: 'azul',
green: 'verde',
yellow: 'amarillo',
orange: 'naranjo',
red: 'rojo'
}
this.colors = available_colors
this.picked = 'blue'
this.elem = elem
this.input = elem.find('input[name="color"]')
@ -129,8 +121,12 @@ class Colors {
}
setup() {
this.elem.find('.circle').each((i, el) => {
let color = $(el).attr('class').split(' ')[0]
let cssColor = $(el).css('background-color')
if (cssColor != this.colors[color]['rgb']) {
$(el).css('background-color', this.colors[color]['rgb'])
}
$(el).click((e) => {
let color = $(el).attr('class').split(' ')[0]
this.change_color(color)
})
})
@ -140,7 +136,7 @@ class Colors {
$(el).removeClass('selected')
}
change_color(color) {
this.picked = this.color[color]
this.picked = this.colors[color]['name']
this.input.val(this.picked)
this.elem.find('.circle').each((i, el) => {
this.default_color_format(el)
@ -154,17 +150,41 @@ class Colors {
let ventajas = {
elem: $('#ventajas'),
fotos: 6,
setup: function() {
let h = this.elem.css('height')
let w = this.elem.css('width')
this.elem.find('.diagonal').css('borderBottomWidth', h)
this.elem.find('.diagonal').css('borderRightWidth', w)
this.elem.find('.nav.left').click((e) => {
this.prev()
})
this.elem.find('.nav.right').click((e) => {
this.next()
})
},
current: 1,
next: function() {
var n = this.current + 1
if (n > this.fotos) {
n = 1
}
this.elem.find('.gallery .image img').attr('src', './assets/images/galeria/foto' + n + '.jpg')
this.current = n
},
prev: function() {
var n = this.current - 1
if (n < 1) {
n = this.fotos
}
this.elem.find('.gallery .image img').attr('src', './assets/images/galeria/foto' + n + '.jpg')
this.current = n
}
}
let dimensiones = {
colors: available_colors,
picked: 'blue',
elem: $('#dimensiones'),
setup: function() {
this.elem.find('.colores .circle').each((i, el) => {

View File

@ -2,3 +2,5 @@
@import 'descripcion';
@import 'ventajas';
@import 'dimensiones';
@import 'construidos';
@import 'corporativos';

View File

@ -0,0 +1,7 @@
#construidos {
background-image: $fondo_construidos;
background-color: linear-gradient(to right, rgb(0, 0, 0, .6), rgb(0, 0, 0, 0));
color: $blanco;
padding-bottom: 1.25rem;
}

View File

@ -0,0 +1,18 @@
#corporativos {
background-image: $fondo_corporativos;
.segment {
.content {
.header {
padding-top: 2rem;
padding-bottom: 1rem;
}
ul {
list-style: none;
margin-left: 0;
padding-left: 1rem;
text-indent: -1rem;
}
}
}
}

View File

@ -4,6 +4,8 @@
@import 'phone/descripcion';
@import 'phone/ventajas';
@import 'phone/dimensiones';
@import 'phone/construidos';
@import 'phone/corporativos';
.left.column {
width: 75%;
@ -52,12 +54,12 @@
.construido {
height: (map.get($heights, "construido"))+rem;
background-image: $fondo_construido;
background-image: $fondo_construidos;
}
.corporativos {
height: (map.get($heights, "corporativos"))+rem;
background-image: $fondo_corporativo;
background-image: $fondo_corporativos;
}
.testimonios {
height: (map.get($heights, "felices"))+rem;

View File

@ -13,5 +13,5 @@ $font_family: Roboto, sans;
// Fondos
$fondo_cabezal: url('../images/banner.jpg');
$fondo_ventajas_dimensiones: url('../images/tripode.png');
$fondo_construido: url('../images/construido.jpg');
$fondo_corporativo: url('../images/corporativo.png');
$fondo_construidos: url('../images/construido.jpg');
$fondo_corporativos: url('../images/corporativo.png');

View File

@ -23,6 +23,9 @@
.nav {
position: absolute;
cursor: pointer;
background-color: rgb(255, 255, 255, .5);
}
.nav.left {
top: 50%;

View File

@ -4,10 +4,15 @@
@import 'wide/ventajas';
@import 'wide/dimensiones';
@import 'wide/corporativos';
.left.column {
width: 67%;
width: 67% !important;
padding-left: rem(5) !important;
}
.right.column {
width: 33% !important;
}
section .titulo {
font-size: font_size(22);
@ -39,12 +44,12 @@ section .titulo {
.construido {
height: (map.get($heights, "construido"))+rem;
background-image: $fondo_construido;
background-image: $fondo_construidos;
}
.corporativos {
height: (map.get($heights, "corporativos"))+rem;
background-image: $fondo_corporativo;
background-image: $fondo_corporativos;
}
.testimonios {
height: (map.get($heights, "felices"))+rem;

View File

@ -0,0 +1,3 @@
#construidos {
margin-top: 1rem;
}

View File

@ -0,0 +1,3 @@
#corporativos {
margin-top: 1rem !important;
}

View File

@ -1,4 +1,6 @@
#descripcion {
padding-bottom: rem(5);
.paragraph {
padding-top: rem(18);
line-height: rem(14);
@ -9,5 +11,4 @@
font-size: font_size(18);
}
}
padding-bottom: rem(5);
}

View File

@ -0,0 +1,74 @@
#corporativos {
form {
@include colors;
.row {
margin-bottom: rem(9);
}
.colores.linea {
//margin-bottom: rem(25-9);
}
.input.cantidad {
width: 4.5rem;
background: rgb(255, 255, 255);
text-align: center;
padding: .5rem 0.05rem;
font-size: font_size(10);
color: rgba(191, 191, 191, .87) !important;
button {
background: none;
border: none;
width: 1rem;
margin: 0;
padding: 0;
cursor: pointer;
color: rgba(191, 191, 191, .87) !important;
}
input {
width: 2rem;
background: none;
margin: 0;
border: 0;
padding: 0;
text-align: center;
color: rgba(191, 191, 191, .87) !important;
}
}
.input [type="file"] {
display: none;
}
.input .file {
display: inline-block;
height: rem(20*12/10);
//width: rem(150);
padding-top: rem(3);
margin-left: rem(5);
//background-color: #cccccb;
//border: thin solid #333;
font-size: font_size(16);
text-align: center;
cursor: pointer;
}
.input [type="text"] {
height: rem(18);
background-color: rgba(255, 255, 255);
border: none !important;
border-radius: 0 !important;
}
textarea {
height: rem(72);
background-color: rgba(255, 255, 255);
border: none !important;
border-radius: 0 !important;
margin-bottom: rem(25-9);
}
.button {
width: 100%;
background-color: #666667;
color: white;
border: none !important;
border-radius: 0 !important;
}
}
}

View File

@ -2,9 +2,11 @@
height: (map.get($heights, "descripcion"))+rem;
background-position: left rem(112);
background-size: 100% rem(128);
background-size: 100% rem(110);
background-repeat: no-repeat;
padding-top: rem(100);
.images {
.image {
max-width: 33%;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

View File

@ -2,167 +2,160 @@
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="312.586px" height="234.096px" viewBox="0 0 312.586 234.096" enable-background="new 0 0 312.586 234.096"
width="235.238px" height="234.096px" viewBox="0 0 235.238 234.096" enable-background="new 0 0 235.238 234.096"
xml:space="preserve">
<g>
<g>
<rect x="263.025" y="20.11" fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" stroke="#B4B4B4" stroke-miterlimit="10" width="20.387" height="20.388"/>
<rect x="263.025" y="178.285" fill-rule="evenodd" clip-rule="evenodd" fill="#3DB54A" width="20.387" height="20.387"/>
<rect x="263.025" y="151.921" fill-rule="evenodd" clip-rule="evenodd" fill="#FAED24" width="20.387" height="20.389"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#D2D3D4" points="256.167,233.705 8.193,233.705 37.523,137.652
226.836,137.652 "/>
<polygon fill="#D2D3D4" points="236.877,234.406 1,234.406 28.9,143.036 208.979,143.036 "/>
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M173.594,109.162c-0.18-0.219-0.197-0.525-0.266-0.811
c-1.783-7.387-3.563-14.774-5.344-22.16c-1.985-8.24-3.977-16.476-5.956-24.716c-2.503-10.419-4.996-20.839-7.497-31.259
c-1.184-4.917-2.379-9.83-3.566-14.745c-0.154-0.638-0.293-1.281-0.479-1.908c-0.218-0.74-0.581-0.986-1.341-0.887
c-0.546,0.073-1.092,0.063-1.637,0.097c-1.09,0.062-2.18,0.14-3.268,0.221c-1.117,0.079-2.23,0.18-3.348,0.259
c-1.063,0.075-2.125,0.123-3.188,0.202c-1.934,0.142-3.862,0.311-5.796,0.449c-1.852,0.132-3.707,0.228-5.557,0.364
c-2.694,0.197-5.388,0.442-8.085,0.611c-2.422,0.154-4.848,0.327-7.27,0.484c-2.425,0.158-4.848,0.32-7.271,0.502
c-1.959,0.149-3.925,0.212-5.884,0.375c-0.926,0.074-1.855,0.096-2.778,0.179c-1.577,0.14-3.149,0.326-4.741,0.293
c-0.242-0.002-0.492,0-0.733,0.042c-0.718,0.133-1.2,0.694-1.224,1.426c-0.018,0.493,0.012,0.981,0.063,1.472
c0.107,1.058,0.18,2.123,0.246,3.185c0.08,1.227,0.071,2.462,0.223,3.678c0.112,0.926,0.079,1.853,0.156,2.779
c0.111,1.305,0.223,2.613,0.279,3.919c0.058,1.312,0.121,2.622,0.221,3.927c0.234,3.075,0.311,6.164,0.601,9.235
c0.099,1.034,0.128,2.072,0.197,3.106c0.132,1.991,0.308,3.973,0.444,5.962c0.137,1.987,0.233,3.978,0.373,5.969
c0.192,2.775,0.419,5.55,0.609,8.328c0.141,2.046,0.213,4.094,0.379,6.133c0.07,0.872,0.107,1.746,0.175,2.615
c0.15,1.984,0.302,3.973,0.436,5.96c0.083,1.227,0.117,2.458,0.203,3.682c0.194,2.751,0.448,5.498,0.601,8.249
c0.111,2.018,0.305,4.027,0.393,6.049c0.042,0.951,0.102,1.908,0.181,2.861c0.103,1.225,0.188,2.447,0.272,3.672
c0.074,1.092,0.129,2.184,0.204,3.271c0.147,2.096,0.306,4.191,0.448,6.291c0.077,1.141,0.119,2.287,0.201,3.434
c0.141,2.066,0.317,4.133,0.455,6.203c0.137,2.016,0.205,4.035,0.377,6.049c0.071,0.846,0.1,1.691,0.168,2.535
c0.154,1.959,0.301,3.92,0.435,5.879c0.081,1.199,0.085,2.406,0.218,3.598c0.096,0.871,0.096,1.746,0.166,2.617
c0.145,1.904,0.307,3.807,0.432,5.717c0.139,2.07,0.201,4.145,0.385,6.209c0.08,0.9,0.098,1.801,0.168,2.699
c0.15,1.877,0.289,3.754,0.432,5.631c0.008,0.139,0.008,0.275-0.014,0.41c-0.029,0.197-0.158,0.277-0.351,0.238
c-0.134-0.023-0.267-0.064-0.396-0.109c-2.571-0.84-5.145-1.682-7.715-2.525c-0.232-0.076-0.505-0.117-0.652-0.324
c-0.385-0.531-0.92-0.74-1.539-0.824c-0.154-0.018-0.32-0.096-0.445-0.195c-1.33-1.004-2.689-1.975-3.455-3.541
c-0.436-0.893-0.636-0.955-1.634-0.711c-1.567,0.385-3.143,0.738-4.69,1.186c-0.795,0.229-1.338,0.059-1.883-0.537
c-0.67-0.732-1.275-1.502-1.838-2.309c-0.529-0.756-1.189-1.061-2.119-0.805c-1.293,0.357-2.607,0.627-3.895,0.992
c-0.677,0.197-1.23,0.092-1.746-0.352c-0.207-0.182-0.412-0.359-0.615-0.545c-0.785-0.701-1.322-1.594-1.901-2.455
c-0.659-0.975-1.229-1.215-2.378-0.941c-0.771,0.18-1.53,0.412-2.285,0.652c-1.025,0.324-1.245,0.637-1.086,1.686
c0.252,1.646,0.504,3.293,0.931,4.91c0.276,1.051,0.825,1.867,1.687,2.531c3.646,2.836,7.266,5.707,10.904,8.555
c5.963,4.662,11.93,9.324,17.9,13.982c3.277,2.553,6.565,5.094,9.853,7.633c1.883,1.455,3.785,2.881,5.661,4.342
c0.974,0.754,1.945,1,3.197,0.604c2.996-0.943,6.035-1.744,9.061-2.604c12.386-3.502,24.775-6.996,37.161-10.502
c10.599-3.006,21.192-6.023,31.787-9.037c0.817-0.232,1.632-0.457,2.435-0.723c0.719-0.236,0.9-0.582,0.785-1.313
c-0.02-0.133-0.061-0.268-0.092-0.396c-1.102-4.711-2.211-9.426-3.308-14.135c-1.785-7.666-3.565-15.338-5.341-23.006
c-0.501-2.154-0.986-4.314-1.469-6.479c-0.147-0.648-0.164-1.281,0.143-1.916c2.154-4.484,4.293-8.977,6.436-13.467
c1.197-2.518,2.396-5.035,3.594-7.557c0.213-0.441,0.396-0.898,0.498-1.385c0.324-1.527-0.597-2.527-2.125-2.314
c-0.164,0.021-0.322,0.063-0.484,0.092c-3.551,0.641-7.094,1.316-10.658,1.875c-0.934,0.146-1.817,0.404-2.449,1.184
C173.891,109.058,173.799,109.171,173.594,109.162z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M173.594,109.162c0.205,0.01,0.297-0.104,0.381-0.205
c0.632-0.779,1.516-1.037,2.449-1.184c3.564-0.559,7.107-1.234,10.658-1.875c0.162-0.029,0.32-0.07,0.484-0.092
c1.528-0.213,2.449,0.787,2.125,2.314c-0.102,0.486-0.285,0.943-0.498,1.385c-1.198,2.521-2.396,5.039-3.594,7.557
c-2.143,4.49-4.281,8.982-6.436,13.467c-0.307,0.635-0.29,1.268-0.143,1.916c0.482,2.164,0.968,4.324,1.469,6.479
c1.775,7.668,3.556,15.34,5.341,23.006c1.097,4.709,2.206,9.424,3.308,14.135c0.031,0.129,0.072,0.264,0.092,0.396
c0.115,0.73-0.066,1.076-0.785,1.313c-0.803,0.266-1.617,0.49-2.435,0.723c-10.595,3.014-21.188,6.031-31.787,9.037
c-12.386,3.506-24.775,7-37.161,10.502c-3.025,0.859-6.064,1.66-9.061,2.604c-1.252,0.396-2.224,0.15-3.197-0.604
c-1.876-1.461-3.778-2.887-5.661-4.342c-3.287-2.539-6.575-5.08-9.853-7.633c-5.971-4.658-11.938-9.32-17.9-13.982
c-3.639-2.848-7.258-5.719-10.904-8.555c-0.861-0.664-1.41-1.48-1.687-2.531c-0.427-1.617-0.679-3.264-0.931-4.91
c-0.159-1.049,0.061-1.361,1.086-1.686c0.755-0.24,1.515-0.473,2.285-0.652c1.149-0.273,1.719-0.033,2.378,0.941
c0.579,0.861,1.116,1.754,1.901,2.455c0.203,0.186,0.408,0.363,0.615,0.545c0.516,0.443,1.069,0.549,1.746,0.352
c1.287-0.365,2.602-0.635,3.895-0.992c0.93-0.256,1.59,0.049,2.119,0.805c0.563,0.807,1.168,1.576,1.838,2.309
c0.545,0.596,1.088,0.766,1.883,0.537c1.548-0.447,3.123-0.801,4.69-1.186c0.998-0.244,1.198-0.182,1.634,0.711
c0.766,1.566,2.125,2.537,3.455,3.541c0.125,0.1,0.291,0.178,0.445,0.195c0.619,0.084,1.154,0.293,1.539,0.824
c0.147,0.207,0.42,0.248,0.652,0.324c2.57,0.844,5.144,1.686,7.715,2.525c0.129,0.045,0.262,0.086,0.396,0.109
c0.192,0.039,0.321-0.041,0.351-0.238c0.021-0.135,0.021-0.271,0.014-0.41c-0.143-1.877-0.281-3.754-0.432-5.631
c-0.07-0.898-0.088-1.799-0.168-2.699c-0.184-2.064-0.246-4.139-0.385-6.209c-0.125-1.91-0.287-3.813-0.432-5.717
c-0.07-0.871-0.07-1.746-0.166-2.617c-0.133-1.191-0.137-2.398-0.218-3.598c-0.134-1.959-0.28-3.92-0.435-5.879
c-0.068-0.844-0.097-1.689-0.168-2.535c-0.172-2.014-0.24-4.033-0.377-6.049c-0.138-2.07-0.314-4.137-0.455-6.203
c-0.082-1.146-0.124-2.293-0.201-3.434c-0.143-2.1-0.301-4.195-0.448-6.291c-0.075-1.088-0.13-2.18-0.204-3.271
c-0.084-1.225-0.17-2.447-0.272-3.672c-0.079-0.953-0.139-1.91-0.181-2.861c-0.088-2.021-0.281-4.031-0.393-6.049
c-0.152-2.751-0.406-5.498-0.601-8.249c-0.086-1.225-0.12-2.456-0.203-3.682c-0.134-1.987-0.285-3.976-0.436-5.96
c-0.067-0.87-0.104-1.744-0.175-2.615c-0.166-2.04-0.238-4.087-0.379-6.133c-0.19-2.777-0.417-5.552-0.609-8.328
c-0.14-1.991-0.236-3.982-0.373-5.969c-0.137-1.989-0.313-3.971-0.444-5.962c-0.069-1.034-0.099-2.072-0.197-3.106
c-0.29-3.071-0.366-6.16-0.601-9.235c-0.1-1.305-0.163-2.615-0.221-3.927c-0.057-1.306-0.168-2.614-0.279-3.919
c-0.077-0.926-0.044-1.853-0.156-2.779c-0.151-1.216-0.143-2.451-0.223-3.678c-0.066-1.062-0.139-2.127-0.246-3.185
c-0.051-0.49-0.08-0.979-0.063-1.472c0.023-0.732,0.506-1.292,1.224-1.426c0.241-0.042,0.491-0.044,0.733-0.042
c1.592,0.033,3.164-0.153,4.741-0.293c0.923-0.083,1.853-0.105,2.778-0.179c1.959-0.162,3.925-0.226,5.884-0.375
c2.423-0.182,4.846-0.344,7.271-0.502c2.422-0.158,4.848-0.331,7.27-0.484c2.697-0.168,5.391-0.414,8.085-0.611
c1.85-0.136,3.705-0.232,5.557-0.364c1.934-0.138,3.862-0.307,5.796-0.449c1.063-0.079,2.125-0.127,3.188-0.202
c1.117-0.079,2.23-0.18,3.348-0.259c1.088-0.081,2.178-0.159,3.268-0.221c0.545-0.033,1.091-0.024,1.637-0.097
c0.76-0.099,1.123,0.147,1.341,0.887c0.187,0.627,0.325,1.271,0.479,1.908c1.188,4.915,2.383,9.828,3.566,14.745
c2.501,10.419,4.994,20.839,7.497,31.259c1.979,8.24,3.971,16.476,5.956,24.716c1.78,7.386,3.561,14.773,5.344,22.16
C173.396,108.636,173.414,108.943,173.594,109.162z M152.945,152.818c-9.699-39.031-19.379-77.993-29.06-116.953
c-0.019-0.077-0.053-0.153-0.086-0.23c-0.008-0.02-0.031-0.046-0.052-0.052c-0.105-0.033-0.016,0.099-0.082-0.015
c0,0.427-0.025,0.836,0.004,1.239c0.197,2.996,0.421,5.993,0.607,8.991c0.145,2.315,0.217,4.637,0.381,6.95
c0.066,0.955,0.104,1.912,0.167,2.863c0.138,2.21,0.308,4.414,0.442,6.621c0.135,2.235,0.209,4.476,0.381,6.705
c0.08,1.01,0.104,2.021,0.172,3.027c0.154,2.179,0.304,4.359,0.436,6.541c0.134,2.208,0.236,4.417,0.373,6.625
c0.192,3.08,0.412,6.157,0.598,9.238c0.143,2.316,0.223,4.635,0.39,6.953c0.066,0.953,0.104,1.908,0.163,2.863
c0.154,2.479,0.271,4.961,0.485,7.434c0.174,2.033,0.046,4.102,0.648,6.092c0.101,0.336,0.126,0.705,0.126,1.057
c-0.012,2.135,0.184,4.256,0.305,6.381c0.201,3.549,0.359,7.094,0.549,10.641c0.092,1.689,0.202,3.381,0.313,5.072
c0.038,0.58,0.091,0.658,0.62,0.578c0.491-0.078,0.777,0.107,1.006,0.5c0.271,0.477,0.548,0.949,0.843,1.41
c0.642,0.986,1.761,1.42,2.917,1.143c0.529-0.129,1.059-0.271,1.592-0.391c1.371-0.295,2.408,0.236,2.986,1.525
c0.133,0.299,0.248,0.611,0.42,0.885c0.518,0.844,1.354,1.174,2.316,0.955c0.801-0.18,1.598-0.371,2.401-0.535
c1.276-0.266,1.569-0.133,2.222,0.951c1.15,1.906,2.691,3.43,4.549,4.641C152.301,152.669,152.514,152.865,152.945,152.818z
M130.748,151.707c-0.08,0.506-0.051,0.936-0.011,1.363c0.139,1.551,0.226,3.105,0.31,4.658c0.101,1.881,0.236,3.766,0.364,5.645
c0.142,2.125,0.294,4.252,0.431,6.377c0.13,1.988,0.245,3.979,0.373,5.971c0.025,0.408,0.088,0.814,0.121,1.221
c0.027,0.311,0.168,0.455,0.486,0.371c0.158-0.039,0.314-0.088,0.473-0.127c4.832-1.295,9.665-2.584,14.498-3.879
c0.657-0.176,1.318-0.359,1.973-0.547c0.322-0.096,0.383-0.281,0.153-0.543c-0.054-0.063-0.108-0.123-0.165-0.182
c-2.137-2.305-4.271-4.609-6.409-6.914c-1.581-1.701-3.167-3.396-4.745-5.104c-2.354-2.549-4.698-5.105-7.055-7.656
C131.344,152.146,131.169,151.89,130.748,151.707z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M152.945,152.818c-0.432,0.047-0.645-0.148-0.867-0.295
c-1.857-1.211-3.398-2.734-4.549-4.641c-0.652-1.084-0.945-1.217-2.222-0.951c-0.804,0.164-1.601,0.355-2.401,0.535
c-0.963,0.219-1.799-0.111-2.316-0.955c-0.172-0.273-0.287-0.586-0.42-0.885c-0.578-1.289-1.615-1.82-2.986-1.525
c-0.533,0.119-1.063,0.262-1.592,0.391c-1.156,0.277-2.275-0.156-2.917-1.143c-0.295-0.461-0.571-0.934-0.843-1.41
c-0.229-0.393-0.515-0.578-1.006-0.5c-0.529,0.08-0.582,0.002-0.62-0.578c-0.111-1.691-0.222-3.383-0.313-5.072
c-0.189-3.547-0.348-7.092-0.549-10.641c-0.121-2.125-0.316-4.246-0.305-6.381c0-0.352-0.025-0.721-0.126-1.057
c-0.603-1.99-0.475-4.059-0.648-6.092c-0.214-2.473-0.331-4.955-0.485-7.434c-0.059-0.955-0.097-1.91-0.163-2.863
c-0.167-2.318-0.247-4.637-0.39-6.953c-0.186-3.081-0.405-6.158-0.598-9.238c-0.137-2.208-0.239-4.418-0.373-6.625
c-0.132-2.182-0.281-4.362-0.436-6.541c-0.068-1.005-0.092-2.017-0.172-3.027c-0.172-2.229-0.246-4.47-0.381-6.705
c-0.135-2.207-0.305-4.411-0.442-6.621c-0.063-0.951-0.101-1.908-0.167-2.863c-0.164-2.313-0.236-4.635-0.381-6.95
c-0.187-2.999-0.41-5.995-0.607-8.991c-0.029-0.403-0.004-0.813-0.004-1.239c0.066,0.114-0.023-0.018,0.082,0.015
c0.021,0.006,0.044,0.032,0.052,0.052c0.033,0.077,0.067,0.153,0.086,0.23C133.566,74.825,143.246,113.787,152.945,152.818z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M130.748,151.707c0.421,0.184,0.596,0.439,0.797,0.654
c2.356,2.551,4.701,5.107,7.055,7.656c1.578,1.707,3.164,3.402,4.745,5.104c2.139,2.305,4.272,4.609,6.409,6.914
c0.057,0.059,0.111,0.119,0.165,0.182c0.229,0.262,0.169,0.447-0.153,0.543c-0.654,0.188-1.315,0.371-1.973,0.547
c-4.833,1.295-9.666,2.584-14.498,3.879c-0.158,0.039-0.314,0.088-0.473,0.127c-0.318,0.084-0.459-0.061-0.486-0.371
c-0.033-0.406-0.096-0.813-0.121-1.221c-0.128-1.992-0.243-3.982-0.373-5.971c-0.137-2.125-0.289-4.252-0.431-6.377
c-0.128-1.879-0.264-3.764-0.364-5.645c-0.084-1.553-0.171-3.107-0.31-4.658C130.697,152.642,130.668,152.212,130.748,151.707z"
<path fill="none" d="M157.367,110.951c-0.184-0.223-0.201-0.534-0.27-0.825c-1.813-7.508-3.622-15.016-5.432-22.523
c-2.019-8.375-4.042-16.746-6.055-25.121c-2.543-10.59-5.077-21.18-7.619-31.771c-1.203-4.998-2.418-9.991-3.625-14.986
c-0.157-0.649-0.298-1.303-0.487-1.94c-0.222-0.751-0.591-1.001-1.363-0.901c-0.555,0.074-1.11,0.064-1.664,0.098
c-1.108,0.063-2.216,0.143-3.321,0.225c-1.135,0.08-2.267,0.183-3.403,0.263c-1.08,0.076-2.16,0.125-3.24,0.206
c-1.965,0.144-3.925,0.315-5.891,0.455c-1.882,0.135-3.768,0.232-5.648,0.371c-2.738,0.2-5.477,0.449-8.218,0.621
c-2.462,0.157-4.927,0.333-7.389,0.493c-2.465,0.16-4.927,0.324-7.39,0.51c-1.991,0.151-3.989,0.215-5.981,0.381
c-0.94,0.075-1.885,0.098-2.823,0.182c-1.603,0.142-3.201,0.332-4.819,0.298c-0.246-0.002-0.5,0-0.745,0.043
c-0.729,0.135-1.219,0.706-1.244,1.449c-0.019,0.501,0.012,0.998,0.064,1.496c0.108,1.076,0.182,2.158,0.25,3.238
c0.081,1.246,0.073,2.502,0.227,3.738c0.114,0.941,0.081,1.884,0.159,2.825c0.112,1.326,0.226,2.656,0.283,3.983
c0.059,1.333,0.123,2.666,0.225,3.992c0.237,3.125,0.315,6.265,0.61,9.386c0.101,1.052,0.13,2.106,0.2,3.156
c0.134,2.024,0.313,4.039,0.452,6.06c0.139,2.02,0.236,4.044,0.379,6.068c0.195,2.82,0.425,5.641,0.619,8.465
c0.143,2.079,0.217,4.161,0.385,6.233c0.071,0.886,0.109,1.775,0.178,2.658c0.153,2.016,0.307,4.038,0.443,6.058
c0.084,1.247,0.119,2.498,0.207,3.742c0.196,2.796,0.455,5.589,0.61,8.385c0.113,2.05,0.31,4.093,0.399,6.148
c0.042,0.967,0.104,1.939,0.184,2.908c0.104,1.245,0.191,2.487,0.276,3.732c0.075,1.109,0.131,2.219,0.208,3.324
c0.149,2.131,0.311,4.26,0.455,6.394c0.079,1.16,0.121,2.325,0.205,3.491c0.144,2.099,0.322,4.2,0.462,6.304
c0.139,2.049,0.208,4.102,0.383,6.148c0.072,0.86,0.102,1.718,0.171,2.577c0.156,1.99,0.306,3.983,0.442,5.975
c0.083,1.22,0.086,2.445,0.222,3.657c0.098,0.885,0.098,1.774,0.168,2.66c0.147,1.936,0.313,3.869,0.439,5.811
c0.142,2.104,0.205,4.213,0.391,6.311c0.081,0.915,0.1,1.83,0.171,2.743c0.152,1.907,0.293,3.815,0.438,5.723
c0.008,0.142,0.008,0.28-0.014,0.417c-0.03,0.201-0.161,0.282-0.357,0.243c-0.137-0.024-0.271-0.066-0.403-0.112
c-2.613-0.853-5.229-1.709-7.841-2.566c-0.236-0.076-0.514-0.118-0.663-0.328c-0.391-0.54-0.936-0.753-1.564-0.838
c-0.156-0.019-0.325-0.098-0.452-0.198c-1.352-1.021-2.733-2.008-3.512-3.6c-0.443-0.907-0.646-0.971-1.661-0.723
c-1.593,0.392-3.194,0.751-4.768,1.206c-0.808,0.232-1.359,0.06-1.914-0.546c-0.681-0.744-1.295-1.526-1.868-2.347
c-0.538-0.769-1.208-1.079-2.154-0.818c-1.314,0.363-2.65,0.638-3.959,1.008c-0.688,0.199-1.25,0.094-1.775-0.357
c-0.21-0.185-0.418-0.365-0.625-0.554c-0.798-0.713-1.344-1.621-1.932-2.496c-0.67-0.99-1.249-1.234-2.417-0.955
c-0.783,0.182-1.555,0.419-2.322,0.661c-1.042,0.33-1.266,0.648-1.104,1.714c0.256,1.674,0.512,3.348,0.946,4.991
c0.281,1.067,0.839,1.897,1.715,2.572c3.706,2.882,7.385,5.801,11.083,8.695c6.061,4.738,12.125,9.478,18.193,14.211
c3.331,2.595,6.673,5.178,10.015,7.758c1.914,1.479,3.847,2.929,5.754,4.414c0.989,0.767,1.977,1.017,3.249,0.613
c3.046-0.958,6.134-1.773,9.21-2.646c12.589-3.559,25.181-7.11,37.77-10.674c10.771-3.056,21.539-6.123,32.307-9.186
c0.832-0.235,1.66-0.465,2.477-0.735c0.73-0.239,0.914-0.591,0.797-1.334c-0.02-0.135-0.063-0.272-0.094-0.402
c-1.119-4.788-2.246-9.58-3.361-14.367c-1.814-7.791-3.623-15.589-5.428-23.383c-0.51-2.189-1.002-4.385-1.492-6.584
c-0.152-0.66-0.168-1.303,0.145-1.948c2.189-4.558,4.363-9.124,6.541-13.688c1.217-2.559,2.436-5.117,3.652-7.68
c0.217-0.449,0.402-0.914,0.506-1.408c0.33-1.552-0.605-2.568-2.16-2.352c-0.166,0.022-0.326,0.064-0.492,0.093
c-3.607,0.652-7.209,1.338-10.832,1.906c-0.949,0.149-1.848,0.411-2.488,1.204C157.67,110.845,157.576,110.96,157.367,110.951z"
/>
<path d="M157.367,110.951c0.209,0.01,0.303-0.106,0.387-0.208c0.643-0.792,1.541-1.054,2.49-1.204
c3.623-0.568,7.225-1.253,10.832-1.906c0.166-0.029,0.326-0.071,0.492-0.093c1.553-0.216,2.49,0.8,2.16,2.352
c-0.105,0.494-0.289,0.958-0.506,1.408c-1.219,2.562-2.436,5.121-3.652,7.68c-2.18,4.564-4.352,9.13-6.543,13.688
c-0.313,0.646-0.295,1.289-0.145,1.948c0.49,2.198,0.984,4.395,1.492,6.585c1.805,7.794,3.615,15.592,5.43,23.383
c1.113,4.787,2.24,9.579,3.361,14.366c0.031,0.132,0.072,0.27,0.094,0.403c0.117,0.742-0.066,1.094-0.797,1.334
c-0.816,0.271-1.645,0.498-2.477,0.735c-10.77,3.063-21.535,6.13-32.308,9.186c-12.589,3.563-25.182,7.115-37.77,10.674
c-3.075,0.872-6.163,1.687-9.21,2.646c-1.272,0.404-2.26,0.154-3.249-0.612c-1.907-1.485-3.841-2.935-5.754-4.414
c-3.341-2.58-6.683-5.162-10.015-7.758c-6.069-4.734-12.133-9.473-18.193-14.211c-3.699-2.895-7.377-5.813-11.083-8.695
c-0.875-0.675-1.433-1.505-1.715-2.572c-0.434-1.644-0.69-3.317-0.946-4.991c-0.162-1.065,0.062-1.383,1.104-1.714
c0.767-0.242,1.54-0.479,2.322-0.661c1.168-0.279,1.747-0.034,2.417,0.955c0.588,0.875,1.134,1.783,1.932,2.496
c0.207,0.188,0.414,0.369,0.625,0.554c0.525,0.45,1.087,0.557,1.775,0.357c1.309-0.371,2.645-0.646,3.959-1.008
c0.945-0.261,1.616,0.05,2.154,0.818c0.572,0.82,1.187,1.602,1.868,2.347c0.554,0.605,1.106,0.778,1.914,0.546
c1.574-0.454,3.174-0.815,4.768-1.205c1.014-0.249,1.217-0.186,1.661,0.722c0.779,1.592,2.16,2.579,3.512,3.6
c0.127,0.101,0.296,0.181,0.452,0.198c0.63,0.085,1.174,0.298,1.564,0.837c0.149,0.211,0.427,0.253,0.663,0.329
c2.612,0.858,5.228,1.715,7.841,2.566c0.131,0.046,0.266,0.088,0.403,0.112c0.195,0.038,0.326-0.042,0.357-0.242
c0.021-0.138,0.021-0.276,0.014-0.418c-0.146-1.907-0.285-3.815-0.439-5.724c-0.071-0.912-0.089-1.827-0.17-2.742
c-0.187-2.098-0.25-4.206-0.391-6.311c-0.127-1.941-0.292-3.875-0.439-5.811c-0.071-0.886-0.071-1.775-0.169-2.66
c-0.135-1.211-0.139-2.438-0.222-3.657c-0.136-1.991-0.285-3.983-0.442-5.975c-0.069-0.859-0.099-1.717-0.171-2.577
c-0.174-2.047-0.244-4.099-0.383-6.148c-0.14-2.104-0.319-4.205-0.462-6.305c-0.083-1.165-0.126-2.33-0.205-3.49
c-0.145-2.134-0.305-4.263-0.455-6.394c-0.077-1.106-0.132-2.216-0.208-3.324c-0.085-1.246-0.173-2.488-0.276-3.732
c-0.081-0.969-0.142-1.941-0.184-2.908c-0.089-2.055-0.286-4.098-0.399-6.148c-0.155-2.796-0.413-5.589-0.611-8.385
c-0.088-1.245-0.122-2.496-0.207-3.743c-0.136-2.019-0.29-4.041-0.443-6.058c-0.067-0.883-0.105-1.772-0.178-2.657
c-0.169-2.073-0.242-4.154-0.385-6.234c-0.193-2.822-0.424-5.643-0.619-8.464c-0.143-2.024-0.24-4.047-0.379-6.067
c-0.139-2.021-0.318-4.036-0.451-6.06c-0.071-1.051-0.101-2.105-0.2-3.156c-0.295-3.122-0.372-6.262-0.611-9.387
c-0.102-1.326-0.166-2.659-0.225-3.992c-0.058-1.328-0.171-2.657-0.284-3.983c-0.078-0.941-0.045-1.884-0.159-2.825
c-0.153-1.236-0.146-2.491-0.227-3.738c-0.067-1.08-0.141-2.162-0.25-3.238c-0.052-0.498-0.081-0.995-0.064-1.496
c0.024-0.745,0.515-1.313,1.245-1.449c0.245-0.043,0.499-0.045,0.745-0.043c1.619,0.034,3.216-0.156,4.819-0.298
c0.938-0.084,1.884-0.107,2.823-0.183c1.992-0.164,3.99-0.229,5.981-0.38c2.462-0.185,4.925-0.35,7.39-0.51
c2.462-0.16,4.927-0.337,7.389-0.492c2.741-0.171,5.479-0.421,8.218-0.621c1.88-0.138,3.766-0.235,5.648-0.371
c1.965-0.14,3.925-0.312,5.891-0.456c1.081-0.08,2.16-0.129,3.24-0.205c1.135-0.081,2.267-0.184,3.403-0.263
c1.105-0.083,2.213-0.162,3.321-0.225c0.554-0.034,1.109-0.024,1.664-0.098c0.772-0.101,1.141,0.149,1.363,0.901
c0.19,0.638,0.33,1.292,0.487,1.939c1.207,4.996,2.422,9.989,3.624,14.987c2.542,10.59,5.075,21.181,7.621,31.771
c2.011,8.375,4.036,16.747,6.053,25.121c1.811,7.508,3.619,15.016,5.432,22.523C157.166,110.416,157.184,110.728,157.367,110.951
z M136.379,155.323c-9.857-39.67-19.697-79.271-29.536-118.87c-0.019-0.078-0.054-0.155-0.087-0.234
c-0.008-0.02-0.031-0.046-0.053-0.053c-0.106-0.033-0.017,0.1-0.083-0.016c0,0.435-0.025,0.849,0.003,1.26
c0.201,3.045,0.428,6.091,0.617,9.138c0.147,2.353,0.221,4.712,0.388,7.064c0.066,0.97,0.105,1.943,0.17,2.909
c0.14,2.247,0.313,4.486,0.449,6.729c0.137,2.272,0.212,4.55,0.387,6.815c0.081,1.027,0.105,2.055,0.175,3.077
c0.157,2.214,0.309,4.431,0.443,6.648c0.137,2.245,0.24,4.49,0.379,6.734c0.195,3.13,0.419,6.258,0.608,9.39
c0.146,2.354,0.227,4.711,0.396,7.066c0.067,0.969,0.106,1.94,0.165,2.911c0.157,2.52,0.276,5.042,0.493,7.556
c0.177,2.065,0.047,4.169,0.659,6.192c0.103,0.34,0.128,0.717,0.128,1.073c-0.012,2.169,0.187,4.325,0.31,6.485
c0.205,3.606,0.365,7.212,0.559,10.816c0.093,1.716,0.205,3.436,0.318,5.153c0.039,0.59,0.092,0.669,0.63,0.588
c0.499-0.079,0.79,0.109,1.022,0.508c0.275,0.486,0.557,0.965,0.856,1.434c0.653,1.003,1.79,1.443,2.965,1.163
c0.538-0.132,1.077-0.276,1.618-0.398c1.394-0.3,2.448,0.24,3.035,1.55c0.135,0.305,0.252,0.62,0.427,0.9
c0.527,0.856,1.376,1.192,2.354,0.971c0.814-0.184,1.625-0.377,2.441-0.544c1.296-0.271,1.594-0.136,2.258,0.967
c1.168,1.938,2.735,3.485,4.624,4.717C135.725,155.171,135.942,155.37,136.379,155.323z M113.819,154.193
c-0.082,0.515-0.052,0.952-0.011,1.385c0.141,1.578,0.229,3.156,0.315,4.735c0.103,1.911,0.24,3.828,0.37,5.738
c0.145,2.159,0.299,4.321,0.438,6.481c0.132,2.02,0.249,4.043,0.379,6.067c0.025,0.415,0.089,0.829,0.123,1.241
c0.027,0.316,0.17,0.463,0.493,0.378c0.161-0.04,0.319-0.09,0.481-0.13c4.912-1.316,9.823-2.626,14.736-3.941
c0.668-0.18,1.339-0.365,2.006-0.557c0.327-0.098,0.389-0.285,0.155-0.552c-0.054-0.065-0.11-0.125-0.167-0.185
c-2.172-2.344-4.341-4.685-6.514-7.028c-1.607-1.729-3.219-3.452-4.823-5.188c-2.392-2.591-4.775-5.188-7.17-7.781
C114.424,154.639,114.247,154.379,113.819,154.193z"/>
<path fill="none" d="M136.379,155.323c-0.438,0.048-0.656-0.15-0.881-0.3c-1.887-1.231-3.454-2.778-4.624-4.717
c-0.663-1.103-0.96-1.237-2.258-0.967c-0.817,0.167-1.627,0.36-2.44,0.544c-0.979,0.222-1.829-0.114-2.354-0.971
c-0.175-0.278-0.291-0.596-0.427-0.9c-0.587-1.31-1.641-1.85-3.035-1.55c-0.542,0.121-1.08,0.267-1.618,0.398
c-1.174,0.28-2.312-0.159-2.965-1.163c-0.299-0.469-0.58-0.948-0.856-1.434c-0.232-0.398-0.523-0.587-1.022-0.508
c-0.538,0.081-0.592,0.002-0.63-0.588c-0.113-1.718-0.226-3.438-0.318-5.153c-0.192-3.604-0.354-7.21-0.558-10.816
c-0.123-2.16-0.321-4.316-0.31-6.485c0-0.356-0.025-0.733-0.128-1.073c-0.613-2.023-0.483-4.127-0.659-6.192
c-0.217-2.514-0.336-5.036-0.492-7.556c-0.06-0.971-0.099-1.942-0.166-2.911c-0.169-2.355-0.251-4.712-0.397-7.066
c-0.188-3.131-0.411-6.259-0.608-9.39c-0.139-2.244-0.242-4.49-0.379-6.734c-0.134-2.217-0.285-4.434-0.443-6.648
c-0.069-1.021-0.093-2.049-0.175-3.077c-0.175-2.265-0.25-4.543-0.387-6.815c-0.137-2.243-0.31-4.483-0.449-6.729
c-0.064-0.966-0.104-1.938-0.17-2.909c-0.167-2.352-0.24-4.712-0.388-7.064c-0.19-3.048-0.417-6.093-0.617-9.138
c-0.029-0.411-0.004-0.826-0.004-1.26c0.067,0.116-0.023-0.018,0.083,0.016c0.021,0.006,0.044,0.033,0.053,0.053
c0.034,0.079,0.068,0.156,0.088,0.234C116.683,76.052,126.522,115.652,136.379,155.323z"/>
<path fill="none" d="M113.819,154.193c0.428,0.188,0.605,0.446,0.81,0.665c2.395,2.594,4.778,5.19,7.17,7.781
c1.604,1.734,3.216,3.458,4.823,5.188c2.173,2.344,4.342,4.685,6.514,7.028c0.058,0.06,0.113,0.119,0.167,0.185
c0.233,0.267,0.172,0.454-0.155,0.552c-0.666,0.191-1.337,0.377-2.006,0.557c-4.913,1.315-9.824,2.625-14.736,3.941
c-0.161,0.04-0.319,0.09-0.481,0.13c-0.323,0.085-0.466-0.063-0.493-0.378c-0.034-0.411-0.098-0.826-0.123-1.241
c-0.13-2.024-0.247-4.047-0.379-6.067c-0.139-2.16-0.294-4.322-0.438-6.481c-0.13-1.91-0.269-3.827-0.37-5.738
c-0.085-1.579-0.174-3.157-0.315-4.735C113.767,155.144,113.737,154.706,113.819,154.193z"/>
</g>
<rect x="263.025" y="46.471" fill-rule="evenodd" clip-rule="evenodd" fill="#010101" width="20.387" height="20.388"/>
<rect x="263.025" y="72.834" fill-rule="evenodd" clip-rule="evenodd" fill="#1072BA" width="20.387" height="20.388"/>
<rect x="263.025" y="99.197" fill-rule="evenodd" clip-rule="evenodd" fill="#F15C27" width="20.387" height="20.389"/>
<rect x="263.025" y="125.56" fill-rule="evenodd" clip-rule="evenodd" fill="#EC2227" width="20.387" height="20.387"/>
<g>
<g>
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="111.679" y1="207.164" x2="194" y2="183.371"/>
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="94.438" y1="210.56" x2="178.107" y2="186.376"/>
<g>
<rect x="111.179" y="203.915" transform="matrix(-0.9607 0.2776 -0.2776 -0.9607 276.4689 375.1919)" width="0.999" height="6.5"/>
<rect x="93.921" y="207.263" transform="matrix(0.9608 -0.2771 0.2771 0.9608 -54.6566 34.417)" width="1.015" height="6.606"/>
</g>
<g>
<rect x="193.5" y="180.122" transform="matrix(0.9608 -0.2773 0.2773 0.9608 -43.2408 60.9872)" width="1" height="6.5"/>
<rect x="177.603" y="183.076" transform="matrix(-0.9607 0.2776 -0.2776 -0.9607 400.9664 315.9814)" width="1.017" height="6.607"/>
</g>
</g>
</g>
<g>
<g>
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="103.09" y1="204.804" x2="56.446" y2="167.037"/>
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="85.708" y1="208.16" x2="38.299" y2="169.775"/>
<g>
<rect x="102.59" y="201.554" transform="matrix(0.7761 0.6306 -0.6306 0.7761 152.239 -19.1526)" width="1" height="6.501"/>
<rect x="85.207" y="204.857" transform="matrix(-0.7762 -0.6305 0.6305 -0.7762 20.9901 423.7733)" width="1.016" height="6.608"/>
</g>
<g>
<rect x="55.947" y="163.787" transform="matrix(-0.777 -0.6295 0.6295 -0.777 -4.8341 332.3609)" width="0.999" height="6.5"/>
<rect x="37.803" y="166.474" transform="matrix(0.7776 0.6288 -0.6288 0.7776 115.2769 13.6744)" width="1.014" height="6.607"/>
</g>
</g>
</g>
<g>
<g>
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="209.469" y1="173.476" x2="209.469" y2="10.804"/>
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="193.83" y1="176.319" x2="193.83" y2="10.981"/>
<g>
<rect x="206.219" y="172.976" width="6.5" height="1"/>
<rect x="190.527" y="175.811" width="6.605" height="1.016"/>
</g>
<g>
<rect x="206.219" y="10.304" width="6.5" height="1"/>
<rect x="190.527" y="10.473" width="6.605" height="1.017"/>
</g>
</g>
</g>
<g>
<text transform="matrix(1 0 0 1 215.6255 89.0103)" fill="#010101" font-family="'Lato-Regular'" font-size="10.2658">15 cm</text>
<text transform="matrix(1 0 0 1 200.0879 90.47)" fill="#010101" font-family="'Lato-Regular'" font-size="10.434">15 cm</text>
</g>
<g>
<text transform="matrix(1 0 0 1 47.7061 195.2666)" fill="#010101" font-family="'Lato-Regular'" font-size="10.2658">7 cm</text>
<text transform="matrix(1 0 0 1 29.416 198.468)" fill="#010101" font-family="'Lato-Regular'" font-size="10.434">7 cm</text>
</g>
<text transform="matrix(1 0 0 1 149.7456 211.0596)" fill="#010101" font-family="'Lato-Regular'" font-size="10.2658">7 cm</text>
<text transform="matrix(1 0 0 1 133.1274 214.5188)" fill="#010101" font-family="'Lato-Regular'" font-size="10.434">7 cm</text>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 KiB

View File

@ -109,15 +109,7 @@ class Amount {
class Colors {
constructor(elem, changing = false) {
this.color = {
white: 'blanco',
black: 'negro',
blue: 'azul',
green: 'verde',
yellow: 'amarillo',
orange: 'naranjo',
red: 'rojo'
}
this.colors = available_colors
this.picked = 'blue'
this.elem = elem
this.input = elem.find('input[name="color"]')
@ -129,8 +121,12 @@ class Colors {
}
setup() {
this.elem.find('.circle').each((i, el) => {
let color = $(el).attr('class').split(' ')[0]
let cssColor = $(el).css('background-color')
if (cssColor != this.colors[color]['rgb']) {
$(el).css('background-color', this.colors[color]['rgb'])
}
$(el).click((e) => {
let color = $(el).attr('class').split(' ')[0]
this.change_color(color)
})
})
@ -140,7 +136,7 @@ class Colors {
$(el).removeClass('selected')
}
change_color(color) {
this.picked = this.color[color]
this.picked = this.colors[color]['name']
this.input.val(this.picked)
this.elem.find('.circle').each((i, el) => {
this.default_color_format(el)
@ -154,17 +150,41 @@ class Colors {
let ventajas = {
elem: $('#ventajas'),
fotos: 6,
setup: function() {
let h = this.elem.css('height')
let w = this.elem.css('width')
this.elem.find('.diagonal').css('borderBottomWidth', h)
this.elem.find('.diagonal').css('borderRightWidth', w)
this.elem.find('.nav.left').click((e) => {
this.prev()
})
this.elem.find('.nav.right').click((e) => {
this.next()
})
},
current: 1,
next: function() {
var n = this.current + 1
if (n > this.fotos) {
n = 1
}
this.elem.find('.gallery .image img').attr('src', './assets/images/galeria/foto' + n + '.jpg')
this.current = n
},
prev: function() {
var n = this.current - 1
if (n < 1) {
n = this.fotos
}
this.elem.find('.gallery .image img').attr('src', './assets/images/galeria/foto' + n + '.jpg')
this.current = n
}
}
let dimensiones = {
colors: available_colors,
picked: 'blue',
elem: $('#dimensiones'),
setup: function() {
this.elem.find('.colores .circle').each((i, el) => {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -100,6 +100,8 @@ html {
}
#ventajas .gallery .nav {
position: absolute;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5);
}
#ventajas .gallery .nav.left {
top: 50%;
@ -130,6 +132,27 @@ html {
min-width: 67% !important;
}
#construidos {
background-image: url("../images/construido.jpg");
background-color: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
color: white;
padding-bottom: 1.25rem;
}
#corporativos {
background-image: url("../images/corporativo.png");
}
#corporativos .segment .content .header {
padding-top: 2rem;
padding-bottom: 1rem;
}
#corporativos .segment .content ul {
list-style: none;
margin-left: 0;
padding-left: 1rem;
text-indent: -1rem;
}
@media screen and (max-width: 800px) {
#header {
height: 25rem;
@ -216,6 +239,14 @@ html {
cursor: default;
}
#construidos {
margin-top: 1rem;
}
#corporativos {
margin-top: 1rem !important;
}
.left.column {
width: 75%;
padding-left: 0.46875rem !important;
@ -923,8 +954,9 @@ html {
#descripcion {
height: 25rem;
background-position: left 7rem;
background-size: 100% 8rem;
background-size: 100% 6.875rem;
background-repeat: no-repeat;
padding-top: 6.25rem;
}
#descripcion .images .image {
max-width: 33%;
@ -992,11 +1024,118 @@ html {
cursor: default;
}
#corporativos form .colores {
vertical-align: center;
}
#corporativos form .colores .text {
margin-right: 0.1875rem;
}
#corporativos form .colores .white {
border: thin solid black;
background-color: white;
}
#corporativos form .colores .black {
background-color: black;
}
#corporativos form .colores .blue {
background-color: blue;
}
#corporativos form .colores .green {
background-color: lime;
}
#corporativos form .colores .yellow {
background-color: yellow;
}
#corporativos form .colores .orange {
background-color: #ff8200;
}
#corporativos form .colores .red {
background-color: red;
}
#corporativos form .colores .circle {
display: inline-block;
width: 1.25rem;
height: 1.25rem;
border-radius: 8000px;
margin: auto 0.0625rem;
cursor: pointer;
}
#corporativos form .colores .circle.selected {
width: 1.375rem;
height: 1.375rem;
cursor: default;
}
#corporativos form .row {
margin-bottom: 0.5625rem;
}
#corporativos form .input.cantidad {
width: 4.5rem;
background: white;
text-align: center;
padding: 0.5rem 0.05rem;
font-size: 0.8333333333rem;
color: rgba(191, 191, 191, 0.87) !important;
}
#corporativos form .input.cantidad button {
background: none;
border: none;
width: 1rem;
margin: 0;
padding: 0;
cursor: pointer;
color: rgba(191, 191, 191, 0.87) !important;
}
#corporativos form .input.cantidad input {
width: 2rem;
background: none;
margin: 0;
border: 0;
padding: 0;
text-align: center;
color: rgba(191, 191, 191, 0.87) !important;
}
#corporativos form .input [type=file] {
display: none;
}
#corporativos form .input .file {
display: inline-block;
height: 1.5rem;
padding-top: 0.1875rem;
margin-left: 0.3125rem;
font-size: 1.3333333333rem;
text-align: center;
cursor: pointer;
}
#corporativos form .input [type=text] {
height: 1.125rem;
background-color: white;
border: none !important;
border-radius: 0 !important;
}
#corporativos form textarea {
height: 4.5rem;
background-color: white;
border: none !important;
border-radius: 0 !important;
margin-bottom: 1rem;
}
#corporativos form .button {
width: 100%;
background-color: #666667;
color: white;
border: none !important;
border-radius: 0 !important;
}
.left.column {
width: 67%;
width: 67% !important;
padding-left: 0.3125rem !important;
}
.right.column {
width: 33% !important;
}
section .titulo {
font-size: 1.8333333333rem;
padding-top: 3.375rem;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long