﻿:root {
    /* Colors: */
    --negro: #000000;
    --gris-claro: #E3E3E3;
    --gris: #C4C4C4;
    --gris-oscuro: #989898;
    --azul: #00B1EB;
    --blanco: #FFFFFF;
    --azul-rey: #292F4F;
    --unnamed-color-d3d3d3: #D3D3D3;
    /* Font/text values */
    --unnamed-font-family-ubuntu: Ubuntu;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-300: 300px;
    --unnamed-font-weight-medium: medium;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-size-10: 10px;
    --unnamed-font-size-14: 14px;
    --unnamed-font-size-15: 15px;
    --unnamed-font-size-20: 20px;
    --unnamed-font-size-30: 30px;
    --unnamed-font-size-40: 40px;
    --unnamed-font-size-50: 50px;
    --unnamed-font-size-77: 77px;
    --unnamed-font-size-80: 80px;
    --unnamed-font-size-25-799999237060547: 25.799999237060547px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-11: 11px;
    --unnamed-line-spacing-17: 17px;
    --unnamed-line-spacing-24: 24px;
    --unnamed-line-spacing-30: 30px;
    --unnamed-line-spacing-35: 35px;
    --unnamed-line-spacing-46: 46px;
    --unnamed-line-spacing-50: 50px;
    --unnamed-line-spacing-57: 57px;
    --unnamed-line-spacing-60: 60px;
    --unnamed-line-spacing-89: 89px;
    --unnamed-line-spacing-92: 92px;
}

/* Character Styles */
.beneficios-paquete {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-15);
    line-height: var(--unnamed-line-spacing-17);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--blanco);
}

.subtitulo-paquete {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-24);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--blanco);
}

.paquete {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-50);
    line-height: var(--unnamed-line-spacing-57);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--blanco);
}

.copy-banner {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-300);
    font-size: var(--unnamed-font-size-40);
    line-height: var(--unnamed-line-spacing-60);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--blanco);
}

.titulo-banner {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-77);
    line-height: var(--unnamed-line-spacing-89);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--azul);
}

.firma-footer {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-14);
    line-height: var(--unnamed-line-spacing-17);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris-claro);
}

.dato-footer {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-30);
    line-height: var(--unnamed-line-spacing-50);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris-claro);
}

.titulo-del-dato-footer {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-50);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris-claro);
}

.empresa {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-15);
    line-height: var(--unnamed-line-spacing-50);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris-claro);
}

.titulo-footer {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-30);
    line-height: var(--unnamed-line-spacing-35);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris);
}

.beneficios {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-80);
    line-height: var(--unnamed-line-spacing-92);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--blanco);
}

.boton-comprar-destacado {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-40);
    line-height: var(--unnamed-line-spacing-46);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--blanco);
}

.boton-comprar {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-40);
    line-height: var(--unnamed-line-spacing-46);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--azul);
}

.recomendado {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-24);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--blanco);
}

.moneda-comparacion {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-10);
    line-height: var(--unnamed-line-spacing-11);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-d3d3d3);
}

.precio-comparacion {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-30);
    line-height: var(--unnamed-line-spacing-35);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-d3d3d3);
}

.legal-pricing {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-15);
    line-height: var(--unnamed-line-spacing-17);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris-oscuro);
}

.subtitulo-destacado-pricing {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-25-799999237060547);
    line-height: var(--unnamed-line-spacing-30);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris-oscuro);
}

.paquetes {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-50);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris-oscuro);
}

.moneda-pricing {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-30);
    line-height: var(--unnamed-line-spacing-35);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--azul);
}

.exponente {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-10);
    line-height: var(--unnamed-line-spacing-11);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris-oscuro);
}

.subtitulo-pricing {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-24);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gris-oscuro);
}

.precio-pricing {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-50);
    line-height: var(--unnamed-line-spacing-57);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--azul);
}

.titulo-pricing {
    font-family: var(--unnamed-font-family-ubuntu);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-50);
    line-height: var(--unnamed-line-spacing-57);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--negro);
}


/*CSS PARA CADA ELEMENTO*/

.mediaViewInfo {
    --web-view-name: Landing Page - 3 – 1;
    --web-view-id: Landing_Page_-_3__1;
    --web-scale-to-fit: true;
    --web-scale-to-fit-type: width;
    --web-enable-deep-linking: true;
}

:root {
    --web-view-ids: Landing_Page_-_3__1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

.Landing_Page_-_3__1_Class {
    position: absolute;
    width: 1920px;
    height: 4024px;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    --web-view-name: Landing Page - 3 – 1;
    --web-view-id: Landing_Page_-_3__1;
    --web-scale-to-fit: true;
    --web-scale-to-fit-type: width;
    --web-enable-deep-linking: true;
}

.Rectngulo_3_Class {
    fill: rgba(0,177,235,1);
}

.Rectngulo_3 {
    position: absolute;
    overflow: visible;
    width: 1366px;
    height: 109px;
    left: 27px;
    top: 0px;
}

.Grupo_11_Class {
    position: absolute;
    width: 287.155px;
    height: 26.184px;
    left: 56.515px;
    top: 41px;
    overflow: visible;
}

.Layer_1_Class {
    position: absolute;
    width: 287.155px;
    height: 26.184px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

.Trazado_1_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1 {
    overflow: visible;
    position: absolute;
    width: 23.768px;
    height: 23.624px;
    left: 263.387px;
    top: 1.2px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2 {
    overflow: visible;
    position: absolute;
    width: 18.102px;
    height: 23.528px;
    left: 52.501px;
    top: 1.248px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_3_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_3 {
    overflow: visible;
    position: absolute;
    width: 18.102px;
    height: 23.528px;
    left: 79.726px;
    top: 1.248px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_4_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_4 {
    overflow: visible;
    position: absolute;
    width: 9.315px;
    height: 23.528px;
    left: 219.308px;
    top: 1.248px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_5_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_5 {
    overflow: visible;
    position: absolute;
    width: 18.102px;
    height: 23.528px;
    left: 32.574px;
    top: 1.248px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_6_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_6 {
    overflow: visible;
    position: absolute;
    width: 23.624px;
    height: 23.624px;
    left: 119.483px;
    top: 1.152px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_7_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_7 {
    overflow: visible;
    position: absolute;
    width: 19.398px;
    height: 23.72px;
    left: 98.692px;
    top: 1.152px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_8_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_8 {
    overflow: visible;
    position: absolute;
    width: 22.615px;
    height: 23.576px;
    left: 143.203px;
    top: 1.2px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_9_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_9 {
    overflow: visible;
    position: absolute;
    width: 23.624px;
    height: 23.624px;
    left: 166.155px;
    top: 1.152px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_10_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_10 {
    overflow: visible;
    position: absolute;
    width: 27.273px;
    height: 23.528px;
    left: 190.211px;
    top: 1.248px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_11_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_11 {
    overflow: visible;
    position: absolute;
    width: 15.749px;
    height: 23.624px;
    left: 230.592px;
    top: 1.2px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_12_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_12 {
    overflow: visible;
    position: absolute;
    width: 18.63px;
    height: 23.432px;
    left: 247.542px;
    top: 1.296px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_13_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_13 {
    overflow: visible;
    position: absolute;
    width: 27.053px;
    height: 26.184px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_14_Class {
    fill: rgba(255,255,255,1);
    stroke: rgba(128,165,180,1);
    stroke-width: 0.8100000023841858px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_14 {
    overflow: visible;
    position: absolute;
    width: 5.791px;
    height: 2.74px;
    left: 138.188px;
    top: 13.036px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_15_Class {
    fill: rgba(255,255,255,1);
    stroke: rgba(128,165,180,1);
    stroke-width: 0.8100000023841858px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_15 {
    overflow: visible;
    position: absolute;
    width: 3.76px;
    height: 1.57px;
    left: 137.474px;
    top: 19.916px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_16_Class {
    fill: rgba(255,255,255,1);
    stroke: rgba(128,165,180,1);
    stroke-width: 0.8100000023841858px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_16 {
    overflow: visible;
    position: absolute;
    width: 5.691px;
    height: 2.789px;
    left: 119.386px;
    top: 12.988px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_17_Class {
    fill: rgba(255,255,255,1);
    stroke: rgba(128,165,180,1);
    stroke-width: 0.8100000023841858px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_17 {
    overflow: visible;
    position: absolute;
    width: 3.502px;
    height: 1.646px;
    left: 122.294px;
    top: 19.916px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_18_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_18 {
    overflow: visible;
    position: absolute;
    width: 13.728px;
    height: 11.821px;
    left: 124.381px;
    top: 12.561px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_19_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_19 {
    mix-blend-mode: multiply;
    overflow: visible;
    position: absolute;
    width: 12.556px;
    height: 4.384px;
    left: 124.995px;
    top: 20.008px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_1_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 12.412px;
    height: 1.756px;
    left: 125.135px;
    top: 18.846px;
    overflow: visible;
}

.Trazado_20_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_20 {
    overflow: visible;
    position: absolute;
    width: 12.412px;
    height: 1.633px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_21_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_21 {
    overflow: visible;
    position: absolute;
    width: 12.335px;
    height: 1.618px;
    left: 0.038px;
    top: 0.014px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_22_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_22 {
    overflow: visible;
    position: absolute;
    width: 12.254px;
    height: 1.614px;
    left: 0.077px;
    top: 0.024px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_23_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_23 {
    overflow: visible;
    position: absolute;
    width: 12.177px;
    height: 1.604px;
    left: 0.115px;
    top: 0.034px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_24_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_24 {
    overflow: visible;
    position: absolute;
    width: 12.1px;
    height: 1.59px;
    left: 0.154px;
    top: 0.048px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_25_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_25 {
    overflow: visible;
    position: absolute;
    width: 12.014px;
    height: 1.58px;
    left: 0.206px;
    top: 0.058px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_26_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_26 {
    overflow: visible;
    position: absolute;
    width: 11.937px;
    height: 1.566px;
    left: 0.235px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_27_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_27 {
    overflow: visible;
    position: absolute;
    width: 11.86px;
    height: 1.556px;
    left: 0.274px;
    top: 0.082px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_28_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_28 {
    overflow: visible;
    position: absolute;
    width: 11.783px;
    height: 1.551px;
    left: 0.312px;
    top: 0.091px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_29_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_29 {
    overflow: visible;
    position: absolute;
    width: 11.702px;
    height: 1.537px;
    left: 0.35px;
    top: 0.106px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_30_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_30 {
    overflow: visible;
    position: absolute;
    width: 11.62px;
    height: 1.527px;
    left: 0.394px;
    top: 0.115px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_31_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_31 {
    overflow: visible;
    position: absolute;
    width: 11.543px;
    height: 1.513px;
    left: 0.432px;
    top: 0.13px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_32_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_32 {
    overflow: visible;
    position: absolute;
    width: 11.48px;
    height: 1.503px;
    left: 0.47px;
    top: 0.139px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_33_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_33 {
    overflow: visible;
    position: absolute;
    width: 11.384px;
    height: 1.494px;
    left: 0.509px;
    top: 0.154px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_34_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_34 {
    overflow: visible;
    position: absolute;
    width: 11.308px;
    height: 1.485px;
    left: 0.547px;
    top: 0.163px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_35_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_35 {
    overflow: visible;
    position: absolute;
    width: 11.226px;
    height: 1.475px;
    left: 0.591px;
    top: 0.173px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_36_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_36 {
    overflow: visible;
    position: absolute;
    width: 11.145px;
    height: 1.44px;
    left: 0.629px;
    top: 0.187px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_37_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_37 {
    overflow: visible;
    position: absolute;
    width: 11.044px;
    height: 1.44px;
    left: 0.687px;
    top: 0.197px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_38_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_38 {
    overflow: visible;
    position: absolute;
    width: 10.991px;
    height: 1.44px;
    left: 0.687px;
    top: 0.211px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_39_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_39 {
    overflow: visible;
    position: absolute;
    width: 10.909px;
    height: 1.441px;
    left: 0.749px;
    top: 0.221px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_40_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_40 {
    overflow: visible;
    position: absolute;
    width: 10.828px;
    height: 1.442px;
    left: 0.787px;
    top: 0.235px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_41_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_41 {
    overflow: visible;
    position: absolute;
    width: 10.751px;
    height: 1.407px;
    left: 0.826px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_42_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_42 {
    overflow: visible;
    position: absolute;
    width: 10.674px;
    height: 1.397px;
    left: 0.864px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_43_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_43 {
    overflow: visible;
    position: absolute;
    width: 10.588px;
    height: 1.388px;
    left: 0.903px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_44_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_44 {
    overflow: visible;
    position: absolute;
    width: 10.525px;
    height: 1.378px;
    left: 0.946px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_45_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_45 {
    overflow: visible;
    position: absolute;
    width: 10.434px;
    height: 1.364px;
    left: 0.984px;
    top: 0.293px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_46_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_46 {
    overflow: visible;
    position: absolute;
    width: 10.357px;
    height: 1.354px;
    left: 1.023px;
    top: 0.303px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_47_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_47 {
    overflow: visible;
    position: absolute;
    width: 10.275px;
    height: 1.34px;
    left: 1.061px;
    top: 0.317px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_48_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_48 {
    overflow: visible;
    position: absolute;
    width: 10.199px;
    height: 1.335px;
    left: 1.099px;
    top: 0.327px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_49_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_49 {
    overflow: visible;
    position: absolute;
    width: 10.083px;
    height: 1.326px;
    left: 1.167px;
    top: 0.336px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_50_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_50 {
    overflow: visible;
    position: absolute;
    width: 10.035px;
    height: 1.311px;
    left: 1.167px;
    top: 0.351px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_51_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_51 {
    overflow: visible;
    position: absolute;
    width: 9.958px;
    height: 1.301px;
    left: 1.219px;
    top: 0.36px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_52_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_52 {
    overflow: visible;
    position: absolute;
    width: 9.882px;
    height: 1.287px;
    left: 1.258px;
    top: 0.375px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_53_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_53 {
    overflow: visible;
    position: absolute;
    width: 9.805px;
    height: 1.277px;
    left: 1.296px;
    top: 0.384px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_54_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_54 {
    overflow: visible;
    position: absolute;
    width: 9.718px;
    height: 1.268px;
    left: 1.34px;
    top: 0.399px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_55_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_55 {
    overflow: visible;
    position: absolute;
    width: 9.632px;
    height: 1.258px;
    left: 1.378px;
    top: 0.408px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_56_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_56 {
    overflow: visible;
    position: absolute;
    width: 9.574px;
    height: 1.249px;
    left: 1.416px;
    top: 0.418px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_57_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_57 {
    overflow: visible;
    position: absolute;
    width: 9.483px;
    height: 1.234px;
    left: 1.455px;
    top: 0.432px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_58_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_58 {
    overflow: visible;
    position: absolute;
    width: 9.401px;
    height: 1.225px;
    left: 1.498px;
    top: 0.442px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_59_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_59 {
    overflow: visible;
    position: absolute;
    width: 9.325px;
    height: 1.215px;
    left: 1.536px;
    top: 0.456px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_60_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_60 {
    overflow: visible;
    position: absolute;
    width: 9.248px;
    height: 1.205px;
    left: 1.575px;
    top: 0.466px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_61_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_61 {
    overflow: visible;
    position: absolute;
    width: 9.156px;
    height: 1.191px;
    left: 1.613px;
    top: 0.48px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_62_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_62 {
    overflow: visible;
    position: absolute;
    width: 9.09px;
    height: 1.181px;
    left: 1.647px;
    top: 0.49px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_63_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_63 {
    overflow: visible;
    position: absolute;
    width: 9.008px;
    height: 1.172px;
    left: 1.695px;
    top: 0.499px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_64_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_64 {
    overflow: visible;
    position: absolute;
    width: 8.926px;
    height: 1.165px;
    left: 1.733px;
    top: 0.514px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_65_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_65 {
    overflow: visible;
    position: absolute;
    width: 8.849px;
    height: 1.16px;
    left: 1.772px;
    top: 0.523px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_66_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_66 {
    overflow: visible;
    position: absolute;
    width: 8.772px;
    height: 1.145px;
    left: 1.81px;
    top: 0.538px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_67_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_67 {
    overflow: visible;
    position: absolute;
    width: 8.677px;
    height: 1.136px;
    left: 1.848px;
    top: 0.547px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_68_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_68 {
    overflow: visible;
    position: absolute;
    width: 8.619px;
    height: 1.127px;
    left: 1.892px;
    top: 0.557px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_69_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_69 {
    overflow: visible;
    position: absolute;
    width: 8.532px;
    height: 1.14px;
    left: 1.93px;
    top: 0.571px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_70_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_70 {
    overflow: visible;
    position: absolute;
    width: 8.456px;
    height: 1.13px;
    left: 1.969px;
    top: 0.581px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_71_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_71 {
    overflow: visible;
    position: absolute;
    width: 8.379px;
    height: 1.116px;
    left: 2.007px;
    top: 0.595px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_72_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_72 {
    overflow: visible;
    position: absolute;
    width: 8.297px;
    height: 1.107px;
    left: 2.045px;
    top: 0.605px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_73_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_73 {
    overflow: visible;
    position: absolute;
    width: 8.201px;
    height: 1.092px;
    left: 2.089px;
    top: 0.619px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_74_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_74 {
    overflow: visible;
    position: absolute;
    width: 8.163px;
    height: 1.065px;
    left: 2.127px;
    top: 0.629px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_75_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_75 {
    overflow: visible;
    position: absolute;
    width: 8.057px;
    height: 1.072px;
    left: 2.166px;
    top: 0.639px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_76_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_76 {
    overflow: visible;
    position: absolute;
    width: 7.98px;
    height: 1.056px;
    left: 2.204px;
    top: 0.653px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_77_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_77 {
    overflow: visible;
    position: absolute;
    width: 7.899px;
    height: 1.028px;
    left: 2.247px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_78_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_78 {
    overflow: visible;
    position: absolute;
    width: 7.822px;
    height: 1.015px;
    left: 2.285px;
    top: 0.677px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_79_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_79 {
    overflow: visible;
    position: absolute;
    width: 7.721px;
    height: 1.006px;
    left: 2.324px;
    top: 0.687px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_80_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_80 {
    overflow: visible;
    position: absolute;
    width: 7.683px;
    height: 0.995px;
    left: 2.362px;
    top: 0.701px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_81_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_81 {
    overflow: visible;
    position: absolute;
    width: 7.586px;
    height: 0.967px;
    left: 2.401px;
    top: 0.711px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_82_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_82 {
    overflow: visible;
    position: absolute;
    width: 7.5px;
    height: 0.967px;
    left: 2.444px;
    top: 0.744px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_83_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_83 {
    overflow: visible;
    position: absolute;
    width: 7.423px;
    height: 0.966px;
    left: 2.482px;
    top: 0.744px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_84_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_84 {
    overflow: visible;
    position: absolute;
    width: 7.346px;
    height: 0.967px;
    left: 2.521px;
    top: 0.744px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_85_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_85 {
    overflow: visible;
    position: absolute;
    width: 7.25px;
    height: 0.965px;
    left: 2.559px;
    top: 0.744px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_86_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_86 {
    overflow: visible;
    position: absolute;
    width: 7.178px;
    height: 0.942px;
    left: 2.607px;
    top: 0.768px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_87_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_87 {
    overflow: visible;
    position: absolute;
    width: 7.106px;
    height: 0.918px;
    left: 2.641px;
    top: 0.783px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_88_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_88 {
    overflow: visible;
    position: absolute;
    width: 7.03px;
    height: 0.909px;
    left: 2.679px;
    top: 0.792px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_89_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_89 {
    overflow: visible;
    position: absolute;
    width: 6.948px;
    height: 0.908px;
    left: 2.718px;
    top: 0.802px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_90_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_90 {
    overflow: visible;
    position: absolute;
    width: 6.871px;
    height: 0.893px;
    left: 2.756px;
    top: 0.816px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_91_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_91 {
    overflow: visible;
    position: absolute;
    width: 6.794px;
    height: 0.884px;
    left: 2.794px;
    top: 0.826px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_92_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_92 {
    overflow: visible;
    position: absolute;
    width: 6.722px;
    height: 0.865px;
    left: 2.838px;
    top: 0.84px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_93_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_93 {
    overflow: visible;
    position: absolute;
    width: 6.631px;
    height: 0.86px;
    left: 2.876px;
    top: 0.85px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_94_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_94 {
    overflow: visible;
    position: absolute;
    width: 6.554px;
    height: 0.846px;
    left: 2.914px;
    top: 0.864px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_95_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_95 {
    overflow: visible;
    position: absolute;
    width: 6.477px;
    height: 0.836px;
    left: 2.953px;
    top: 0.874px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_96_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_96 {
    overflow: visible;
    position: absolute;
    width: 6.391px;
    height: 0.826px;
    left: 2.996px;
    top: 0.883px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_97_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_97 {
    overflow: visible;
    position: absolute;
    width: 6.295px;
    height: 0.811px;
    left: 3.034px;
    top: 0.898px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_98_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_98 {
    overflow: visible;
    position: absolute;
    width: 6.242px;
    height: 0.803px;
    left: 3.087px;
    top: 0.907px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_99_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_99 {
    overflow: visible;
    position: absolute;
    width: 6.16px;
    height: 0.788px;
    left: 3.111px;
    top: 0.922px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_100_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_100 {
    overflow: visible;
    position: absolute;
    width: 6.079px;
    height: 0.778px;
    left: 3.15px;
    top: 0.931px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_101_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_101 {
    overflow: visible;
    position: absolute;
    width: 5.997px;
    height: 0.763px;
    left: 3.193px;
    top: 0.946px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_102_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_102 {
    overflow: visible;
    position: absolute;
    width: 5.92px;
    height: 0.754px;
    left: 3.231px;
    top: 0.956px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_103_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_103 {
    overflow: visible;
    position: absolute;
    width: 5.844px;
    height: 0.745px;
    left: 3.27px;
    top: 0.965px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_104_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_104 {
    overflow: visible;
    position: absolute;
    width: 5.762px;
    height: 0.735px;
    left: 3.308px;
    top: 0.98px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_105_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_105 {
    overflow: visible;
    position: absolute;
    width: 5.685px;
    height: 0.725px;
    left: 3.346px;
    top: 0.989px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_106_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_106 {
    overflow: visible;
    position: absolute;
    width: 5.603px;
    height: 0.706px;
    left: 3.39px;
    top: 1.004px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_107_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_107 {
    overflow: visible;
    position: absolute;
    width: 5.522px;
    height: 0.696px;
    left: 3.428px;
    top: 1.013px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_108_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_108 {
    overflow: visible;
    position: absolute;
    width: 5.445px;
    height: 0.681px;
    left: 3.467px;
    top: 1.028px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_109_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_109 {
    overflow: visible;
    position: absolute;
    width: 5.368px;
    height: 0.672px;
    left: 3.505px;
    top: 1.037px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_110_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_110 {
    overflow: visible;
    position: absolute;
    width: 5.282px;
    height: 0.672px;
    left: 3.568px;
    top: 1.047px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_111_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_111 {
    overflow: visible;
    position: absolute;
    width: 5.224px;
    height: 0.648px;
    left: 3.568px;
    top: 1.061px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_112_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_112 {
    overflow: visible;
    position: absolute;
    width: 5.128px;
    height: 0.638px;
    left: 3.625px;
    top: 1.071px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_113_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_113 {
    overflow: visible;
    position: absolute;
    width: 5.051px;
    height: 0.624px;
    left: 3.664px;
    top: 1.085px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_114_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_114 {
    overflow: visible;
    position: absolute;
    width: 4.97px;
    height: 0.628px;
    left: 3.702px;
    top: 1.095px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_115_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_115 {
    overflow: visible;
    position: absolute;
    width: 4.888px;
    height: 0.604px;
    left: 3.745px;
    top: 1.104px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_116_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_116 {
    overflow: visible;
    position: absolute;
    width: 4.802px;
    height: 0.609px;
    left: 3.783px;
    top: 1.119px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_117_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_117 {
    overflow: visible;
    position: absolute;
    width: 4.734px;
    height: 0.58px;
    left: 3.822px;
    top: 1.128px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_118_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_118 {
    overflow: visible;
    position: absolute;
    width: 4.653px;
    height: 0.566px;
    left: 3.86px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_119_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_119 {
    overflow: visible;
    position: absolute;
    width: 4.576px;
    height: 0.559px;
    left: 3.899px;
    top: 1.152px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_120_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_120 {
    overflow: visible;
    position: absolute;
    width: 4.494px;
    height: 0.544px;
    left: 3.942px;
    top: 1.167px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_121_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_121 {
    overflow: visible;
    position: absolute;
    width: 4.413px;
    height: 0.557px;
    left: 3.98px;
    top: 1.176px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_122_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_122 {
    overflow: visible;
    position: absolute;
    width: 4.35px;
    height: 0.545px;
    left: 4.019px;
    top: 1.186px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_123_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_123 {
    overflow: visible;
    position: absolute;
    width: 4.259px;
    height: 0.532px;
    left: 4.048px;
    top: 1.224px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_124_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_124 {
    overflow: visible;
    position: absolute;
    width: 4.182px;
    height: 0.521px;
    left: 4.096px;
    top: 1.224px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_125_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_125 {
    overflow: visible;
    position: absolute;
    width: 4.096px;
    height: 0.484px;
    left: 4.139px;
    top: 1.224px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_126_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_126 {
    overflow: visible;
    position: absolute;
    width: 4.019px;
    height: 0.483px;
    left: 4.177px;
    top: 1.224px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_127_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_127 {
    overflow: visible;
    position: absolute;
    width: 3.942px;
    height: 0.483px;
    left: 4.216px;
    top: 1.248px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_128_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_128 {
    overflow: visible;
    position: absolute;
    width: 3.841px;
    height: 0.483px;
    left: 4.254px;
    top: 1.258px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_129_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_129 {
    overflow: visible;
    position: absolute;
    width: 3.784px;
    height: 0.484px;
    left: 4.292px;
    top: 1.268px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_130_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_130 {
    overflow: visible;
    position: absolute;
    width: 3.702px;
    height: 0.455px;
    left: 4.336px;
    top: 1.282px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_131_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_131 {
    overflow: visible;
    position: absolute;
    width: 3.625px;
    height: 0.445px;
    left: 4.374px;
    top: 1.292px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_132_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_132 {
    overflow: visible;
    position: absolute;
    width: 3.544px;
    height: 0.435px;
    left: 4.413px;
    top: 1.306px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_133_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_133 {
    overflow: visible;
    position: absolute;
    width: 3.467px;
    height: 0.425px;
    left: 4.451px;
    top: 1.316px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_134_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_134 {
    overflow: visible;
    position: absolute;
    width: 3.395px;
    height: 0.411px;
    left: 4.494px;
    top: 1.33px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_135_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_135 {
    overflow: visible;
    position: absolute;
    width: 3.308px;
    height: 0.402px;
    left: 4.528px;
    top: 1.34px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_136_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_136 {
    overflow: visible;
    position: absolute;
    width: 3.227px;
    height: 0.392px;
    left: 4.571px;
    top: 1.349px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_137_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_137 {
    overflow: visible;
    position: absolute;
    width: 3.15px;
    height: 0.382px;
    left: 4.609px;
    top: 1.364px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_138_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_138 {
    overflow: visible;
    position: absolute;
    width: 3.073px;
    height: 0.372px;
    left: 4.648px;
    top: 1.373px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_2_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 7.337px;
    height: 1.028px;
    left: 127.675px;
    top: 18.068px;
    overflow: visible;
}

.Trazado_139_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_139 {
    overflow: visible;
    position: absolute;
    width: 7.337px;
    height: 0.961px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_140_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_140 {
    overflow: visible;
    position: absolute;
    width: 7.274px;
    height: 0.965px;
    left: 0.033px;
    top: 0.005px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_141_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_141 {
    overflow: visible;
    position: absolute;
    width: 7.202px;
    height: 0.966px;
    left: 0.067px;
    top: 0.01px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_142_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_142 {
    overflow: visible;
    position: absolute;
    width: 7.097px;
    height: 0.966px;
    left: 0.101px;
    top: 0.014px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_143_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_143 {
    overflow: visible;
    position: absolute;
    width: 7.029px;
    height: 0.927px;
    left: 0.135px;
    top: 0.019px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_144_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_144 {
    overflow: visible;
    position: absolute;
    width: 6.962px;
    height: 0.937px;
    left: 0.168px;
    top: 0.024px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_145_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_145 {
    overflow: visible;
    position: absolute;
    width: 6.905px;
    height: 0.927px;
    left: 0.221px;
    top: 0.019px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_146_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_146 {
    overflow: visible;
    position: absolute;
    width: 6.841px;
    height: 0.927px;
    left: 0.259px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_147_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_147 {
    overflow: visible;
    position: absolute;
    width: 6.766px;
    height: 0.922px;
    left: 0.298px;
    top: 0.01px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_148_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_148 {
    overflow: visible;
    position: absolute;
    width: 6.685px;
    height: 0.913px;
    left: 0.331px;
    top: 0.014px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_149_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_149 {
    overflow: visible;
    position: absolute;
    width: 6.611px;
    height: 0.912px;
    left: 0.37px;
    top: 0.019px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_150_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_150 {
    overflow: visible;
    position: absolute;
    width: 6.545px;
    height: 0.908px;
    left: 0.403px;
    top: 0.024px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_151_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_151 {
    overflow: visible;
    position: absolute;
    width: 6.471px;
    height: 0.907px;
    left: 0.442px;
    top: 0.029px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_152_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_152 {
    overflow: visible;
    position: absolute;
    width: 6.406px;
    height: 0.898px;
    left: 0.475px;
    top: 0.034px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_153_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_153 {
    overflow: visible;
    position: absolute;
    width: 6.331px;
    height: 0.893px;
    left: 0.514px;
    top: 0.067px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_154_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_154 {
    overflow: visible;
    position: absolute;
    width: 6.267px;
    height: 0.893px;
    left: 0.547px;
    top: 0.067px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_155_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_155 {
    overflow: visible;
    position: absolute;
    width: 6.195px;
    height: 0.892px;
    left: 0.584px;
    top: 0.068px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_156_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_156 {
    overflow: visible;
    position: absolute;
    width: 6.13px;
    height: 0.89px;
    left: 0.617px;
    top: 0.07px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_157_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_157 {
    overflow: visible;
    position: absolute;
    width: 6.065px;
    height: 0.892px;
    left: 0.65px;
    top: 0.069px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_158_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_158 {
    overflow: visible;
    position: absolute;
    width: 5.988px;
    height: 0.895px;
    left: 0.689px;
    top: 0.07px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_159_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_159 {
    overflow: visible;
    position: absolute;
    width: 5.935px;
    height: 0.895px;
    left: 0.721px;
    top: 0.07px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_160_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_160 {
    overflow: visible;
    position: absolute;
    width: 5.863px;
    height: 0.9px;
    left: 0.754px;
    top: 0.07px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_161_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_161 {
    overflow: visible;
    position: absolute;
    width: 5.793px;
    height: 0.899px;
    left: 0.793px;
    top: 0.071px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_162_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_162 {
    overflow: visible;
    position: absolute;
    width: 5.729px;
    height: 0.899px;
    left: 0.825px;
    top: 0.071px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_163_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_163 {
    overflow: visible;
    position: absolute;
    width: 5.655px;
    height: 0.898px;
    left: 0.859px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_164_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_164 {
    overflow: visible;
    position: absolute;
    width: 5.599px;
    height: 0.903px;
    left: 0.891px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_165_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_165 {
    overflow: visible;
    position: absolute;
    width: 5.542px;
    height: 0.898px;
    left: 0.929px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_166_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_166 {
    overflow: visible;
    position: absolute;
    width: 5.472px;
    height: 0.903px;
    left: 0.942px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_167_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_167 {
    overflow: visible;
    position: absolute;
    width: 5.394px;
    height: 0.903px;
    left: 0.985px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_168_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_168 {
    overflow: visible;
    position: absolute;
    width: 5.308px;
    height: 0.902px;
    left: 1.021px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_169_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_169 {
    overflow: visible;
    position: absolute;
    width: 5.286px;
    height: 0.898px;
    left: 1.057px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_170_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_170 {
    overflow: visible;
    position: absolute;
    width: 5.249px;
    height: 0.907px;
    left: 1.094px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_171_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_171 {
    overflow: visible;
    position: absolute;
    width: 5.155px;
    height: 0.901px;
    left: 1.152px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_172_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_172 {
    overflow: visible;
    position: absolute;
    width: 5.107px;
    height: 0.901px;
    left: 1.167px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_173_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_173 {
    overflow: visible;
    position: absolute;
    width: 5.059px;
    height: 0.906px;
    left: 1.186px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_174_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_174 {
    overflow: visible;
    position: absolute;
    width: 4.979px;
    height: 0.906px;
    left: 1.199px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_175_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_175 {
    overflow: visible;
    position: absolute;
    width: 4.917px;
    height: 0.906px;
    left: 1.245px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_176_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_176 {
    overflow: visible;
    position: absolute;
    width: 4.854px;
    height: 0.911px;
    left: 1.278px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_177_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_177 {
    overflow: visible;
    position: absolute;
    width: 4.798px;
    height: 0.911px;
    left: 1.309px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_178_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_178 {
    overflow: visible;
    position: absolute;
    width: 4.743px;
    height: 0.904px;
    left: 1.335px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_179_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_179 {
    overflow: visible;
    position: absolute;
    width: 4.683px;
    height: 0.909px;
    left: 1.369px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_180_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_180 {
    overflow: visible;
    position: absolute;
    width: 4.623px;
    height: 0.909px;
    left: 1.402px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_181_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_181 {
    overflow: visible;
    position: absolute;
    width: 4.568px;
    height: 0.909px;
    left: 1.429px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_182_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_182 {
    overflow: visible;
    position: absolute;
    width: 4.506px;
    height: 0.909px;
    left: 1.464px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_183_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_183 {
    overflow: visible;
    position: absolute;
    width: 4.458px;
    height: 0.914px;
    left: 1.486px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_184_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_184 {
    overflow: visible;
    position: absolute;
    width: 4.4px;
    height: 0.909px;
    left: 1.518px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_185_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_185 {
    overflow: visible;
    position: absolute;
    width: 4.349px;
    height: 0.913px;
    left: 1.543px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_186_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_186 {
    overflow: visible;
    position: absolute;
    width: 4.296px;
    height: 0.913px;
    left: 1.569px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_187_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_187 {
    overflow: visible;
    position: absolute;
    width: 4.239px;
    height: 0.913px;
    left: 1.601px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_188_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_188 {
    overflow: visible;
    position: absolute;
    width: 4.189px;
    height: 0.917px;
    left: 1.635px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_189_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_189 {
    overflow: visible;
    position: absolute;
    width: 4.139px;
    height: 0.917px;
    left: 1.651px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_190_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_190 {
    overflow: visible;
    position: absolute;
    width: 4.088px;
    height: 0.917px;
    left: 1.682px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_191_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_191 {
    overflow: visible;
    position: absolute;
    width: 4.035px;
    height: 0.917px;
    left: 1.725px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_192_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_192 {
    overflow: visible;
    position: absolute;
    width: 3.988px;
    height: 0.922px;
    left: 1.734px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_193_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_193 {
    overflow: visible;
    position: absolute;
    width: 3.935px;
    height: 0.916px;
    left: 1.741px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_194_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_194 {
    overflow: visible;
    position: absolute;
    width: 3.887px;
    height: 0.921px;
    left: 1.784px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_195_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_195 {
    overflow: visible;
    position: absolute;
    width: 3.841px;
    height: 0.916px;
    left: 1.808px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_196_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_196 {
    overflow: visible;
    position: absolute;
    width: 3.794px;
    height: 0.921px;
    left: 1.832px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_197_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_197 {
    overflow: visible;
    position: absolute;
    width: 3.725px;
    height: 0.921px;
    left: 1.854px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_198_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_198 {
    overflow: visible;
    position: absolute;
    width: 3.693px;
    height: 0.921px;
    left: 1.88px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_199_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_199 {
    overflow: visible;
    position: absolute;
    width: 3.66px;
    height: 0.926px;
    left: 1.904px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_200_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_200 {
    overflow: visible;
    position: absolute;
    width: 3.63px;
    height: 0.925px;
    left: 1.931px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_201_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_201 {
    overflow: visible;
    position: absolute;
    width: 3.545px;
    height: 0.925px;
    left: 1.951px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_202_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_202 {
    overflow: visible;
    position: absolute;
    width: 3.498px;
    height: 0.925px;
    left: 1.971px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_203_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_203 {
    overflow: visible;
    position: absolute;
    width: 3.46px;
    height: 0.926px;
    left: 1.97px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_204_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_204 {
    overflow: visible;
    position: absolute;
    width: 3.422px;
    height: 0.925px;
    left: 1.99px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_205_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_205 {
    overflow: visible;
    position: absolute;
    width: 3.381px;
    height: 0.93px;
    left: 2.016px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_206_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_206 {
    overflow: visible;
    position: absolute;
    width: 3.339px;
    height: 0.925px;
    left: 2.043px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_207_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_207 {
    overflow: visible;
    position: absolute;
    width: 3.302px;
    height: 0.944px;
    left: 2.066px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_208_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_208 {
    overflow: visible;
    position: absolute;
    width: 3.269px;
    height: 0.944px;
    left: 2.085px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_209_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_209 {
    overflow: visible;
    position: absolute;
    width: 3.232px;
    height: 0.939px;
    left: 2.108px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_210_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_210 {
    overflow: visible;
    position: absolute;
    width: 3.195px;
    height: 0.939px;
    left: 2.13px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_211_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_211 {
    overflow: visible;
    position: absolute;
    width: 3.165px;
    height: 0.935px;
    left: 2.145px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_212_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_212 {
    overflow: visible;
    position: absolute;
    width: 3.087px;
    height: 0.939px;
    left: 2.17px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_213_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_213 {
    overflow: visible;
    position: absolute;
    width: 3.069px;
    height: 0.919px;
    left: 2.188px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_214_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_214 {
    overflow: visible;
    position: absolute;
    width: 3.053px;
    height: 0.919px;
    left: 2.223px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_215_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_215 {
    overflow: visible;
    position: absolute;
    width: 3.03px;
    height: 0.924px;
    left: 2.233px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_216_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_216 {
    overflow: visible;
    position: absolute;
    width: 3.015px;
    height: 0.924px;
    left: 2.238px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_217_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_217 {
    overflow: visible;
    position: absolute;
    width: 2.972px;
    height: 0.929px;
    left: 2.242px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_218_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_218 {
    overflow: visible;
    position: absolute;
    width: 2.948px;
    height: 0.956px;
    left: 2.281px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_3_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 11.807px;
    height: 2.059px;
    left: 125.437px;
    top: 20.368px;
    overflow: visible;
}

.Trazado_219_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_219 {
    overflow: visible;
    position: absolute;
    width: 11.807px;
    height: 1.921px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_220_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_220 {
    overflow: visible;
    position: absolute;
    width: 11.764px;
    height: 1.921px;
    left: 0.019px;
    top: 0.01px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_221_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_221 {
    overflow: visible;
    position: absolute;
    width: 11.721px;
    height: 1.921px;
    left: 0.043px;
    top: 0.019px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_222_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_222 {
    overflow: visible;
    position: absolute;
    width: 11.677px;
    height: 1.921px;
    left: 0.062px;
    top: 0.029px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_223_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_223 {
    overflow: visible;
    position: absolute;
    width: 11.634px;
    height: 1.922px;
    left: 0.086px;
    top: 0.038px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_224_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_224 {
    overflow: visible;
    position: absolute;
    width: 11.591px;
    height: 1.922px;
    left: 0.105px;
    top: 0.048px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_225_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_225 {
    overflow: visible;
    position: absolute;
    width: 11.524px;
    height: 1.887px;
    left: 0.13px;
    top: 0.058px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_226_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_226 {
    overflow: visible;
    position: absolute;
    width: 11.524px;
    height: 1.878px;
    left: 0.149px;
    top: 0.067px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_227_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_227 {
    overflow: visible;
    position: absolute;
    width: 11.485px;
    height: 1.868px;
    left: 0.168px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_228_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_228 {
    overflow: visible;
    position: absolute;
    width: 11.418px;
    height: 1.859px;
    left: 0.192px;
    top: 0.086px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_229_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_229 {
    overflow: visible;
    position: absolute;
    width: 11.38px;
    height: 1.849px;
    left: 0.211px;
    top: 0.096px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_230_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_230 {
    overflow: visible;
    position: absolute;
    width: 11.332px;
    height: 1.839px;
    left: 0.235px;
    top: 0.106px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_231_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_231 {
    overflow: visible;
    position: absolute;
    width: 11.293px;
    height: 1.835px;
    left: 0.254px;
    top: 0.11px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_232_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_232 {
    overflow: visible;
    position: absolute;
    width: 11.245px;
    height: 1.83px;
    left: 0.278px;
    top: 0.12px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_233_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_233 {
    overflow: visible;
    position: absolute;
    width: 11.207px;
    height: 1.822px;
    left: 0.298px;
    top: 0.13px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_234_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_234 {
    overflow: visible;
    position: absolute;
    width: 11.159px;
    height: 1.812px;
    left: 0.322px;
    top: 0.139px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_235_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_235 {
    overflow: visible;
    position: absolute;
    width: 11.12px;
    height: 1.802px;
    left: 0.341px;
    top: 0.149px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_236_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_236 {
    overflow: visible;
    position: absolute;
    width: 11.073px;
    height: 1.793px;
    left: 0.384px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_237_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_237 {
    overflow: visible;
    position: absolute;
    width: 11.034px;
    height: 1.783px;
    left: 0.384px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_238_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_238 {
    overflow: visible;
    position: absolute;
    width: 10.991px;
    height: 1.774px;
    left: 0.384px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_239_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_239 {
    overflow: visible;
    position: absolute;
    width: 10.948px;
    height: 1.764px;
    left: 0.427px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_240_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_240 {
    overflow: visible;
    position: absolute;
    width: 10.905px;
    height: 1.755px;
    left: 0.446px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_241_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_241 {
    overflow: visible;
    position: absolute;
    width: 10.861px;
    height: 1.75px;
    left: 0.47px;
    top: 0.206px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_242_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_242 {
    overflow: visible;
    position: absolute;
    width: 10.818px;
    height: 1.74px;
    left: 0.49px;
    top: 0.216px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_243_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_243 {
    overflow: visible;
    position: absolute;
    width: 10.775px;
    height: 1.731px;
    left: 0.514px;
    top: 0.226px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_244_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_244 {
    overflow: visible;
    position: absolute;
    width: 10.731px;
    height: 1.721px;
    left: 0.533px;
    top: 0.235px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_245_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_245 {
    overflow: visible;
    position: absolute;
    width: 10.688px;
    height: 1.711px;
    left: 0.557px;
    top: 0.245px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_246_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_246 {
    overflow: visible;
    position: absolute;
    width: 10.645px;
    height: 1.702px;
    left: 0.576px;
    top: 0.254px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_247_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_247 {
    overflow: visible;
    position: absolute;
    width: 10.597px;
    height: 1.692px;
    left: 0.6px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_248_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_248 {
    overflow: visible;
    position: absolute;
    width: 10.563px;
    height: 1.683px;
    left: 0.619px;
    top: 0.274px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_249_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_249 {
    overflow: visible;
    position: absolute;
    width: 10.525px;
    height: 1.673px;
    left: 0.643px;
    top: 0.283px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_250_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_250 {
    overflow: visible;
    position: absolute;
    width: 10.472px;
    height: 1.668px;
    left: 0.663px;
    top: 0.293px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_251_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_251 {
    overflow: visible;
    position: absolute;
    width: 10.434px;
    height: 1.658px;
    left: 0.682px;
    top: 0.303px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_252_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_252 {
    overflow: visible;
    position: absolute;
    width: 10.386px;
    height: 1.654px;
    left: 0.706px;
    top: 0.307px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_253_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_253 {
    overflow: visible;
    position: absolute;
    width: 10.347px;
    height: 1.644px;
    left: 0.725px;
    top: 0.317px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_254_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_254 {
    overflow: visible;
    position: absolute;
    width: 10.299px;
    height: 1.635px;
    left: 0.749px;
    top: 0.327px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_255_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_255 {
    overflow: visible;
    position: absolute;
    width: 10.261px;
    height: 1.625px;
    left: 0.768px;
    top: 0.336px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_256_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_256 {
    overflow: visible;
    position: absolute;
    width: 10.213px;
    height: 1.615px;
    left: 0.792px;
    top: 0.346px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_257_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_257 {
    overflow: visible;
    position: absolute;
    width: 10.174px;
    height: 1.606px;
    left: 0.812px;
    top: 0.355px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_258_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_258 {
    overflow: visible;
    position: absolute;
    width: 10.126px;
    height: 1.596px;
    left: 0.835px;
    top: 0.365px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_259_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_259 {
    overflow: visible;
    position: absolute;
    width: 10.088px;
    height: 1.591px;
    left: 0.864px;
    top: 0.375px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_260_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_260 {
    overflow: visible;
    position: absolute;
    width: 10.04px;
    height: 1.582px;
    left: 0.864px;
    top: 0.384px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_261_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_261 {
    overflow: visible;
    position: absolute;
    width: 10.002px;
    height: 1.576px;
    left: 0.898px;
    top: 0.394px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_262_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_262 {
    overflow: visible;
    position: absolute;
    width: 9.958px;
    height: 1.567px;
    left: 0.917px;
    top: 0.403px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_263_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_263 {
    overflow: visible;
    position: absolute;
    width: 9.915px;
    height: 1.553px;
    left: 0.941px;
    top: 0.413px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_264_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_264 {
    overflow: visible;
    position: absolute;
    width: 9.872px;
    height: 1.543px;
    left: 0.96px;
    top: 0.423px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_265_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_265 {
    overflow: visible;
    position: absolute;
    width: 9.829px;
    height: 1.538px;
    left: 0.984px;
    top: 0.432px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_266_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_266 {
    overflow: visible;
    position: absolute;
    width: 9.786px;
    height: 1.529px;
    left: 1.003px;
    top: 0.442px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_267_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_267 {
    overflow: visible;
    position: absolute;
    width: 9.742px;
    height: 1.519px;
    left: 1.028px;
    top: 0.451px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_268_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_268 {
    overflow: visible;
    position: absolute;
    width: 9.699px;
    height: 1.514px;
    left: 1.047px;
    top: 0.461px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_269_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_269 {
    overflow: visible;
    position: absolute;
    width: 9.642px;
    height: 1.504px;
    left: 1.071px;
    top: 0.471px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_270_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_270 {
    overflow: visible;
    position: absolute;
    width: 9.603px;
    height: 1.494px;
    left: 1.09px;
    top: 0.48px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_271_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_271 {
    overflow: visible;
    position: absolute;
    width: 9.574px;
    height: 1.486px;
    left: 1.114px;
    top: 0.49px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_272_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_272 {
    overflow: visible;
    position: absolute;
    width: 9.526px;
    height: 1.482px;
    left: 1.133px;
    top: 0.495px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_273_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_273 {
    overflow: visible;
    position: absolute;
    width: 9.488px;
    height: 1.447px;
    left: 1.152px;
    top: 0.504px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_274_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_274 {
    overflow: visible;
    position: absolute;
    width: 9.44px;
    height: 1.449px;
    left: 1.176px;
    top: 0.514px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_275_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_275 {
    overflow: visible;
    position: absolute;
    width: 9.401px;
    height: 1.447px;
    left: 1.196px;
    top: 0.523px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_276_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_276 {
    overflow: visible;
    position: absolute;
    width: 9.354px;
    height: 1.447px;
    left: 1.219px;
    top: 0.533px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_277_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_277 {
    overflow: visible;
    position: absolute;
    width: 9.31px;
    height: 1.445px;
    left: 1.239px;
    top: 0.543px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_278_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_278 {
    overflow: visible;
    position: absolute;
    width: 9.267px;
    height: 1.446px;
    left: 1.263px;
    top: 0.552px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_279_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_279 {
    overflow: visible;
    position: absolute;
    width: 9.224px;
    height: 1.418px;
    left: 1.282px;
    top: 0.562px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_280_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_280 {
    overflow: visible;
    position: absolute;
    width: 9.161px;
    height: 1.407px;
    left: 1.306px;
    top: 0.571px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_281_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_281 {
    overflow: visible;
    position: absolute;
    width: 9.123px;
    height: 1.399px;
    left: 1.344px;
    top: 0.581px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_282_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_282 {
    overflow: visible;
    position: absolute;
    width: 9.123px;
    height: 1.391px;
    left: 1.344px;
    top: 0.591px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_283_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_283 {
    overflow: visible;
    position: absolute;
    width: 9.051px;
    height: 1.38px;
    left: 1.368px;
    top: 0.6px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_284_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_284 {
    overflow: visible;
    position: absolute;
    width: 9.008px;
    height: 1.37px;
    left: 1.392px;
    top: 0.61px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_285_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_285 {
    overflow: visible;
    position: absolute;
    width: 8.964px;
    height: 1.361px;
    left: 1.412px;
    top: 0.619px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_286_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_286 {
    overflow: visible;
    position: absolute;
    width: 8.926px;
    height: 1.355px;
    left: 1.431px;
    top: 0.629px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_287_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_287 {
    overflow: visible;
    position: absolute;
    width: 8.878px;
    height: 1.346px;
    left: 1.455px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_288_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_288 {
    overflow: visible;
    position: absolute;
    width: 8.84px;
    height: 1.336px;
    left: 1.474px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_289_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_289 {
    overflow: visible;
    position: absolute;
    width: 8.792px;
    height: 1.327px;
    left: 1.498px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_290_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_290 {
    overflow: visible;
    position: absolute;
    width: 8.753px;
    height: 1.317px;
    left: 1.517px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_291_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_291 {
    overflow: visible;
    position: absolute;
    width: 8.681px;
    height: 1.307px;
    left: 1.541px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_292_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_292 {
    overflow: visible;
    position: absolute;
    width: 8.643px;
    height: 1.302px;
    left: 1.56px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_293_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_293 {
    overflow: visible;
    position: absolute;
    width: 8.643px;
    height: 1.294px;
    left: 1.584px;
    top: 0.691px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_294_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_294 {
    overflow: visible;
    position: absolute;
    width: 8.604px;
    height: 1.285px;
    left: 1.604px;
    top: 0.701px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_295_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_295 {
    overflow: visible;
    position: absolute;
    width: 8.532px;
    height: 1.279px;
    left: 1.628px;
    top: 0.711px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_296_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_296 {
    overflow: visible;
    position: absolute;
    width: 8.494px;
    height: 1.269px;
    left: 1.647px;
    top: 0.72px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_297_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_297 {
    overflow: visible;
    position: absolute;
    width: 8.451px;
    height: 1.259px;
    left: 1.666px;
    top: 0.73px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_298_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_298 {
    overflow: visible;
    position: absolute;
    width: 8.407px;
    height: 1.25px;
    left: 1.69px;
    top: 0.739px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_299_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_299 {
    overflow: visible;
    position: absolute;
    width: 8.364px;
    height: 1.24px;
    left: 1.709px;
    top: 0.749px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_300_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_300 {
    overflow: visible;
    position: absolute;
    width: 8.321px;
    height: 1.23px;
    left: 1.733px;
    top: 0.759px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_301_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_301 {
    overflow: visible;
    position: absolute;
    width: 8.278px;
    height: 1.221px;
    left: 1.752px;
    top: 0.768px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_302_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_302 {
    overflow: visible;
    position: absolute;
    width: 8.235px;
    height: 1.211px;
    left: 1.776px;
    top: 0.778px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_303_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_303 {
    overflow: visible;
    position: absolute;
    width: 8.192px;
    height: 1.202px;
    left: 1.796px;
    top: 0.787px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_304_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_304 {
    overflow: visible;
    position: absolute;
    width: 8.148px;
    height: 1.196px;
    left: 1.824px;
    top: 0.797px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_305_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_305 {
    overflow: visible;
    position: absolute;
    width: 8.105px;
    height: 1.187px;
    left: 1.824px;
    top: 0.807px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_306_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_306 {
    overflow: visible;
    position: absolute;
    width: 8.062px;
    height: 1.178px;
    left: 1.863px;
    top: 0.816px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_307_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_307 {
    overflow: visible;
    position: absolute;
    width: 8.019px;
    height: 1.168px;
    left: 1.882px;
    top: 0.826px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_308_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_308 {
    overflow: visible;
    position: absolute;
    width: 7.98px;
    height: 1.158px;
    left: 1.901px;
    top: 0.835px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_309_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_309 {
    overflow: visible;
    position: absolute;
    width: 7.932px;
    height: 1.149px;
    left: 1.925px;
    top: 0.845px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_310_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_310 {
    overflow: visible;
    position: absolute;
    width: 7.894px;
    height: 1.139px;
    left: 1.945px;
    top: 0.855px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_311_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_311 {
    overflow: visible;
    position: absolute;
    width: 7.846px;
    height: 1.13px;
    left: 1.969px;
    top: 0.864px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_312_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_312 {
    overflow: visible;
    position: absolute;
    width: 7.807px;
    height: 1.12px;
    left: 1.988px;
    top: 0.874px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_313_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_313 {
    overflow: visible;
    position: absolute;
    width: 7.76px;
    height: 1.12px;
    left: 2.012px;
    top: 0.879px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_314_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_314 {
    overflow: visible;
    position: absolute;
    width: 7.711px;
    height: 1.11px;
    left: 2.031px;
    top: 0.888px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_315_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_315 {
    overflow: visible;
    position: absolute;
    width: 7.683px;
    height: 1.1px;
    left: 2.055px;
    top: 0.898px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_316_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_316 {
    overflow: visible;
    position: absolute;
    width: 7.649px;
    height: 1.093px;
    left: 2.074px;
    top: 0.908px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_317_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_317 {
    overflow: visible;
    position: absolute;
    width: 7.586px;
    height: 1.082px;
    left: 2.098px;
    top: 0.917px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_318_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_318 {
    overflow: visible;
    position: absolute;
    width: 7.548px;
    height: 1.072px;
    left: 2.117px;
    top: 0.927px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_319_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_319 {
    overflow: visible;
    position: absolute;
    width: 7.505px;
    height: 1.062px;
    left: 2.136px;
    top: 0.936px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_320_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_320 {
    overflow: visible;
    position: absolute;
    width: 7.462px;
    height: 1.052px;
    left: 2.161px;
    top: 0.946px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_321_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_321 {
    overflow: visible;
    position: absolute;
    width: 7.418px;
    height: 1.042px;
    left: 2.18px;
    top: 0.956px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_322_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_322 {
    overflow: visible;
    position: absolute;
    width: 7.375px;
    height: 1.036px;
    left: 2.204px;
    top: 0.965px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_323_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_323 {
    overflow: visible;
    position: absolute;
    width: 7.332px;
    height: 1.028px;
    left: 2.223px;
    top: 0.975px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_324_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_324 {
    overflow: visible;
    position: absolute;
    width: 7.289px;
    height: 1.019px;
    left: 2.247px;
    top: 0.984px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_325_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_325 {
    overflow: visible;
    position: absolute;
    width: 7.241px;
    height: 1.009px;
    left: 2.266px;
    top: 0.994px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_326_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_326 {
    overflow: visible;
    position: absolute;
    width: 7.202px;
    height: 0.999px;
    left: 2.305px;
    top: 1.004px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_327_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_327 {
    overflow: visible;
    position: absolute;
    width: 7.159px;
    height: 0.99px;
    left: 2.305px;
    top: 1.013px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_328_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_328 {
    overflow: visible;
    position: absolute;
    width: 7.116px;
    height: 0.966px;
    left: 2.333px;
    top: 1.023px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_329_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_329 {
    overflow: visible;
    position: absolute;
    width: 7.073px;
    height: 0.968px;
    left: 2.353px;
    top: 1.032px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_330_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_330 {
    overflow: visible;
    position: absolute;
    width: 7.03px;
    height: 0.966px;
    left: 2.377px;
    top: 1.042px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_331_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_331 {
    overflow: visible;
    position: absolute;
    width: 6.986px;
    height: 0.966px;
    left: 2.396px;
    top: 1.052px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_332_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_332 {
    overflow: visible;
    position: absolute;
    width: 6.948px;
    height: 0.964px;
    left: 2.415px;
    top: 1.061px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_333_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_333 {
    overflow: visible;
    position: absolute;
    width: 6.9px;
    height: 0.942px;
    left: 2.439px;
    top: 1.066px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_334_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_334 {
    overflow: visible;
    position: absolute;
    width: 6.862px;
    height: 0.932px;
    left: 2.458px;
    top: 1.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_335_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_335 {
    overflow: visible;
    position: absolute;
    width: 6.813px;
    height: 0.923px;
    left: 2.482px;
    top: 1.085px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_336_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_336 {
    overflow: visible;
    position: absolute;
    width: 6.756px;
    height: 0.913px;
    left: 2.501px;
    top: 1.095px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_337_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_337 {
    overflow: visible;
    position: absolute;
    width: 6.722px;
    height: 0.903px;
    left: 2.526px;
    top: 1.104px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_338_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_338 {
    overflow: visible;
    position: absolute;
    width: 6.698px;
    height: 0.894px;
    left: 2.545px;
    top: 1.114px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_339_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_339 {
    overflow: visible;
    position: absolute;
    width: 6.641px;
    height: 0.884px;
    left: 2.569px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_340_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_340 {
    overflow: visible;
    position: absolute;
    width: 6.602px;
    height: 0.879px;
    left: 2.588px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_341_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_341 {
    overflow: visible;
    position: absolute;
    width: 6.554px;
    height: 0.869px;
    left: 2.612px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_342_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_342 {
    overflow: visible;
    position: absolute;
    width: 6.516px;
    height: 0.86px;
    left: 2.631px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_343_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_343 {
    overflow: visible;
    position: absolute;
    width: 6.473px;
    height: 0.851px;
    left: 2.65px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_344_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_344 {
    overflow: visible;
    position: absolute;
    width: 6.429px;
    height: 0.841px;
    left: 2.674px;
    top: 1.172px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_345_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_345 {
    overflow: visible;
    position: absolute;
    width: 6.386px;
    height: 0.831px;
    left: 2.694px;
    top: 1.181px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_346_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_346 {
    overflow: visible;
    position: absolute;
    width: 6.343px;
    height: 0.822px;
    left: 2.718px;
    top: 1.191px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_347_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_347 {
    overflow: visible;
    position: absolute;
    width: 6.29px;
    height: 0.812px;
    left: 2.737px;
    top: 1.2px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_348_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_348 {
    overflow: visible;
    position: absolute;
    width: 6.242px;
    height: 0.802px;
    left: 2.785px;
    top: 1.21px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_349_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_349 {
    overflow: visible;
    position: absolute;
    width: 6.213px;
    height: 0.797px;
    left: 2.785px;
    top: 1.22px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_350_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_350 {
    overflow: visible;
    position: absolute;
    width: 6.17px;
    height: 0.787px;
    left: 2.785px;
    top: 1.229px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_351_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_351 {
    overflow: visible;
    position: absolute;
    width: 6.127px;
    height: 0.778px;
    left: 2.823px;
    top: 1.239px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_352_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_352 {
    overflow: visible;
    position: absolute;
    width: 6.084px;
    height: 0.768px;
    left: 2.847px;
    top: 1.248px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_353_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_353 {
    overflow: visible;
    position: absolute;
    width: 6.04px;
    height: 0.764px;
    left: 2.866px;
    top: 1.253px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_354_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_354 {
    overflow: visible;
    position: absolute;
    width: 6.002px;
    height: 0.754px;
    left: 2.886px;
    top: 1.263px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_355_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_355 {
    overflow: visible;
    position: absolute;
    width: 5.954px;
    height: 0.745px;
    left: 2.91px;
    top: 1.272px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_356_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_356 {
    overflow: visible;
    position: absolute;
    width: 5.916px;
    height: 0.735px;
    left: 2.929px;
    top: 1.282px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_357_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_357 {
    overflow: visible;
    position: absolute;
    width: 5.867px;
    height: 0.726px;
    left: 2.953px;
    top: 1.292px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_358_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_358 {
    overflow: visible;
    position: absolute;
    width: 5.829px;
    height: 0.72px;
    left: 2.972px;
    top: 1.301px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_359_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_359 {
    overflow: visible;
    position: absolute;
    width: 5.762px;
    height: 0.71px;
    left: 2.996px;
    top: 1.311px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_360_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_360 {
    overflow: visible;
    position: absolute;
    width: 5.762px;
    height: 0.701px;
    left: 3.015px;
    top: 1.32px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_361_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_361 {
    overflow: visible;
    position: absolute;
    width: 5.695px;
    height: 0.691px;
    left: 3.039px;
    top: 1.33px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_362_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_362 {
    overflow: visible;
    position: absolute;
    width: 5.656px;
    height: 0.682px;
    left: 3.059px;
    top: 1.34px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_363_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_363 {
    overflow: visible;
    position: absolute;
    width: 5.608px;
    height: 0.672px;
    left: 3.083px;
    top: 1.349px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_364_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_364 {
    overflow: visible;
    position: absolute;
    width: 5.57px;
    height: 0.662px;
    left: 3.102px;
    top: 1.359px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_365_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_365 {
    overflow: visible;
    position: absolute;
    width: 5.527px;
    height: 0.653px;
    left: 3.121px;
    top: 1.368px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_366_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_366 {
    overflow: visible;
    position: absolute;
    width: 5.483px;
    height: 0.643px;
    left: 3.145px;
    top: 1.378px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_367_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_367 {
    overflow: visible;
    position: absolute;
    width: 5.44px;
    height: 0.639px;
    left: 3.164px;
    top: 1.388px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_368_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_368 {
    overflow: visible;
    position: absolute;
    width: 5.397px;
    height: 0.629px;
    left: 3.188px;
    top: 1.397px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_369_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_369 {
    overflow: visible;
    position: absolute;
    width: 5.339px;
    height: 0.619px;
    left: 3.208px;
    top: 1.407px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_370_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_370 {
    overflow: visible;
    position: absolute;
    width: 5.315px;
    height: 0.61px;
    left: 3.231px;
    top: 1.416px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_371_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_371 {
    overflow: visible;
    position: absolute;
    width: 5.267px;
    height: 0.6px;
    left: 3.265px;
    top: 1.426px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_372_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_372 {
    overflow: visible;
    position: absolute;
    width: 5.224px;
    height: 0.59px;
    left: 3.265px;
    top: 1.436px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_373_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_373 {
    overflow: visible;
    position: absolute;
    width: 5.181px;
    height: 0.581px;
    left: 3.294px;
    top: 1.445px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_374_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_374 {
    overflow: visible;
    position: absolute;
    width: 5.137px;
    height: 0.576px;
    left: 3.318px;
    top: 1.45px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_375_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_375 {
    overflow: visible;
    position: absolute;
    width: 5.094px;
    height: 0.569px;
    left: 3.337px;
    top: 1.46px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_376_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_376 {
    overflow: visible;
    position: absolute;
    width: 5.051px;
    height: 0.561px;
    left: 3.361px;
    top: 1.469px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_377_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_377 {
    overflow: visible;
    position: absolute;
    width: 5.008px;
    height: 0.552px;
    left: 3.38px;
    top: 1.479px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_378_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_378 {
    overflow: visible;
    position: absolute;
    width: 4.97px;
    height: 0.542px;
    left: 3.399px;
    top: 1.488px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_379_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_379 {
    overflow: visible;
    position: absolute;
    width: 4.922px;
    height: 0.532px;
    left: 3.423px;
    top: 1.498px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_380_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_380 {
    overflow: visible;
    position: absolute;
    width: 4.883px;
    height: 0.522px;
    left: 3.443px;
    top: 1.508px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_381_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_381 {
    overflow: visible;
    position: absolute;
    width: 4.826px;
    height: 0.512px;
    left: 3.467px;
    top: 1.517px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_382_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_382 {
    overflow: visible;
    position: absolute;
    width: 4.802px;
    height: 0.484px;
    left: 3.486px;
    top: 1.527px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_383_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_383 {
    overflow: visible;
    position: absolute;
    width: 4.768px;
    height: 0.486px;
    left: 3.51px;
    top: 1.537px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_384_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_384 {
    overflow: visible;
    position: absolute;
    width: 4.71px;
    height: 0.485px;
    left: 3.529px;
    top: 1.546px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_385_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_385 {
    overflow: visible;
    position: absolute;
    width: 4.662px;
    height: 0.484px;
    left: 3.553px;
    top: 1.556px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_386_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_386 {
    overflow: visible;
    position: absolute;
    width: 4.624px;
    height: 0.484px;
    left: 3.572px;
    top: 1.565px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_387_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_387 {
    overflow: visible;
    position: absolute;
    width: 4.576px;
    height: 0.484px;
    left: 3.596px;
    top: 1.575px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_388_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_388 {
    overflow: visible;
    position: absolute;
    width: 4.538px;
    height: 0.45px;
    left: 3.615px;
    top: 1.585px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_389_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_389 {
    overflow: visible;
    position: absolute;
    width: 4.494px;
    height: 0.441px;
    left: 3.635px;
    top: 1.594px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_390_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_390 {
    overflow: visible;
    position: absolute;
    width: 4.451px;
    height: 0.431px;
    left: 3.659px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_391_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_391 {
    overflow: visible;
    position: absolute;
    width: 4.408px;
    height: 0.422px;
    left: 3.678px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_392_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_392 {
    overflow: visible;
    position: absolute;
    width: 4.365px;
    height: 0.412px;
    left: 3.702px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_393_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_393 {
    overflow: visible;
    position: absolute;
    width: 4.322px;
    height: 0.404px;
    left: 3.745px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_394_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_394 {
    overflow: visible;
    position: absolute;
    width: 4.278px;
    height: 0.402px;
    left: 3.745px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_395_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_395 {
    overflow: visible;
    position: absolute;
    width: 4.235px;
    height: 0.392px;
    left: 3.745px;
    top: 1.647px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_396_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_396 {
    overflow: visible;
    position: absolute;
    width: 4.192px;
    height: 0.383px;
    left: 3.788px;
    top: 1.657px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_397_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_397 {
    overflow: visible;
    position: absolute;
    width: 4.148px;
    height: 0.373px;
    left: 3.808px;
    top: 1.666px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_398_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_398 {
    overflow: visible;
    position: absolute;
    width: 13.906px;
    height: 3.467px;
    left: 124.266px;
    top: 11.428px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_399_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_399 {
    overflow: visible;
    position: absolute;
    width: 1.177px;
    height: 6.655px;
    left: 137.499px;
    top: 13.598px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_400_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_400 {
    overflow: visible;
    position: absolute;
    width: 1.183px;
    height: 6.655px;
    left: 123.827px;
    top: 13.598px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_401_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_401 {
    overflow: visible;
    position: absolute;
    width: 13.871px;
    height: 2.247px;
    left: 124.309px;
    top: 12.215px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_402_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_402 {
    overflow: visible;
    position: absolute;
    width: 13.871px;
    height: 2.247px;
    left: 124.309px;
    top: 11.927px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_403_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_403 {
    overflow: visible;
    position: absolute;
    width: 13.871px;
    height: 2.247px;
    left: 124.309px;
    top: 11.629px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_404_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_404 {
    overflow: visible;
    position: absolute;
    width: 13.871px;
    height: 2.247px;
    left: 124.309px;
    top: 12.455px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_405_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_405 {
    overflow: visible;
    position: absolute;
    width: 0.683px;
    height: 6.306px;
    left: 124.227px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_406_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_406 {
    overflow: visible;
    position: absolute;
    width: 0.669px;
    height: 6.319px;
    left: 124.045px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_407_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_407 {
    overflow: visible;
    position: absolute;
    width: 0.664px;
    height: 6.319px;
    left: 123.867px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_408_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_408 {
    overflow: visible;
    position: absolute;
    width: 0.664px;
    height: 6.32px;
    left: 137.609px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_409_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_409 {
    overflow: visible;
    position: absolute;
    width: 0.669px;
    height: 6.319px;
    left: 137.787px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_410_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_410 {
    overflow: visible;
    position: absolute;
    width: 0.664px;
    height: 6.305px;
    left: 137.969px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_4_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 13.427px;
    height: 2.013px;
    left: 124.532px;
    top: 14.789px;
    overflow: visible;
}

.Trazado_411_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_411 {
    overflow: visible;
    position: absolute;
    width: 13.427px;
    height: 2.013px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_412_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_412 {
    overflow: visible;
    position: absolute;
    width: 13.399px;
    height: 2.013px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_413_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_413 {
    overflow: visible;
    position: absolute;
    width: 13.399px;
    height: 2.002px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_414_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_414 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 2.002px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_415_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_415 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 2.002px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_416_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_416 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 2.002px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_417_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_417 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 2.002px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_418_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_418 {
    overflow: visible;
    position: absolute;
    width: 13.402px;
    height: 2.002px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_419_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_419 {
    overflow: visible;
    position: absolute;
    width: 13.402px;
    height: 2.002px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_420_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_420 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 2.002px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_421_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_421 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 2.002px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_422_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_422 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 2.002px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_423_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_423 {
    overflow: visible;
    position: absolute;
    width: 13.396px;
    height: 2.002px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_424_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_424 {
    overflow: visible;
    position: absolute;
    width: 13.396px;
    height: 2.002px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_425_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_425 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 2.002px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_426_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_426 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 2.002px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_427_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_427 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 2.002px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_428_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_428 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 2.002px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_429_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_429 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 2.002px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_430_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_430 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 2.002px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_431_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_431 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 2.002px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_432_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_432 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 2.002px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_433_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_433 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 2.002px;
    left: 0.038px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_434_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_434 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 2.002px;
    left: 0.038px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_435_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_435 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 2.002px;
    left: 0.038px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_436_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_436 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 2.002px;
    left: 0.038px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_437_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_437 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 2.002px;
    left: 0.038px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_438_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_438 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 2.002px;
    left: 0.038px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_439_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_439 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 2.002px;
    left: 0.038px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_440_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_440 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 2.002px;
    left: 0.038px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_441_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_441 {
    overflow: visible;
    position: absolute;
    width: 13.395px;
    height: 2.002px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_442_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_442 {
    overflow: visible;
    position: absolute;
    width: 13.388px;
    height: 2.002px;
    left: 0.039px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_443_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_443 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_444_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_444 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_445_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_445 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_446_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_446 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_447_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_447 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_448_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_448 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_449_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_449 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_450_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_450 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_451_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_451 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_452_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_452 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_453_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_453 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_454_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_454 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_455_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_455 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_456_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_456 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_457_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_457 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_458_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_458 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_459_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_459 {
    overflow: visible;
    position: absolute;
    width: 13.377px;
    height: 1.997px;
    left: 0.05px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_460_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_460 {
    overflow: visible;
    position: absolute;
    width: 13.377px;
    height: 1.997px;
    left: 0.05px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_461_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_461 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_462_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_462 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_463_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_463 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_464_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_464 {
    overflow: visible;
    position: absolute;
    width: 13.381px;
    height: 1.997px;
    left: 0.047px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_465_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_465 {
    overflow: visible;
    position: absolute;
    width: 13.381px;
    height: 1.997px;
    left: 0.047px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_466_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_466 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_467_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_467 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_468_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_468 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_469_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_469 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_470_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_470 {
    overflow: visible;
    position: absolute;
    width: 13.375px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_471_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_471 {
    overflow: visible;
    position: absolute;
    width: 13.375px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_472_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_472 {
    overflow: visible;
    position: absolute;
    width: 13.375px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_473_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_473 {
    overflow: visible;
    position: absolute;
    width: 13.375px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_474_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_474 {
    overflow: visible;
    position: absolute;
    width: 13.375px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_475_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_475 {
    overflow: visible;
    position: absolute;
    width: 13.375px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_476_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_476 {
    overflow: visible;
    position: absolute;
    width: 13.37px;
    height: 1.997px;
    left: 0.058px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_477_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_477 {
    overflow: visible;
    position: absolute;
    width: 13.37px;
    height: 1.997px;
    left: 0.058px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_478_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_478 {
    overflow: visible;
    position: absolute;
    width: 13.37px;
    height: 1.997px;
    left: 0.058px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_479_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_479 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_480_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_480 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_481_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_481 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_482_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_482 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_483_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_483 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_484_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_484 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_485_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_485 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_486_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_486 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_487_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_487 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_488_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_488 {
    overflow: visible;
    position: absolute;
    width: 13.373px;
    height: 1.997px;
    left: 0.054px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_489_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_489 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_490_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_490 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_491_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_491 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_492_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_492 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_493_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_493 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_494_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_494 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_495_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_495 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_496_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_496 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_497_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_497 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_498_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_498 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_499_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_499 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_500_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_500 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_501_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_501 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_502_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_502 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_503_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_503 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_504_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_504 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_505_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_505 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_506_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_506 {
    overflow: visible;
    position: absolute;
    width: 13.394px;
    height: 1.997px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_507_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_507 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_508_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_508 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_509_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_509 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_510_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_510 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_511_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_511 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 1.997px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_512_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_512 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 1.997px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_513_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_513 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 1.997px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_514_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_514 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 1.997px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_515_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_515 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 1.997px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_516_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_516 {
    overflow: visible;
    position: absolute;
    width: 13.398px;
    height: 1.997px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_517_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_517 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_518_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_518 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_519_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_519 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_520_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_520 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_521_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_521 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_522_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_522 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_523_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_523 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_524_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_524 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_525_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_525 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_526_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_526 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_527_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_527 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_528_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_528 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_529_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_529 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_530_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_530 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_531_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_531 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_532_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_532 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_533_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_533 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_534_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_534 {
    overflow: visible;
    position: absolute;
    width: 13.402px;
    height: 1.997px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_535_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_535 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_536_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_536 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_537_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_537 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_538_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_538 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_539_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_539 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_540_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_540 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_541_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_541 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_542_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_542 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_543_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_543 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_544_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_544 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_545_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_545 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_546_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_546 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_547_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_547 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_548_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_548 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_549_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_549 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_550_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_550 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_551_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_551 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_552_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_552 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_553_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_553 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_554_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_554 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_555_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_555 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_556_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_556 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_557_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_557 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_558_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_558 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_559_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_559 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_560_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_560 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_561_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_561 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_562_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_562 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_563_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_563 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_564_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_564 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_565_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_565 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_566_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_566 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_567_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_567 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_568_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_568 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_569_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_569 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_570_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_570 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_571_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_571 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_572_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_572 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_573_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_573 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_574_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_574 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_575_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_575 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_576_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_576 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_577_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_577 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_578_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_578 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_579_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_579 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_580_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_580 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_581_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_581 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_582_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_582 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_583_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_583 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_584_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_584 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_585_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_585 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_586_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_586 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_587_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_587 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_588_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_588 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_589_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_589 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_590_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_590 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_591_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_591 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_592_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_592 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_593_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_593 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_594_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_594 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_595_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_595 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_596_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_596 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_597_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_597 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_598_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_598 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_599_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_599 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_600_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_600 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_601_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_601 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_602_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_602 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_603_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_603 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_604_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_604 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_605_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_605 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_606_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_606 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_607_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_607 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_608_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_608 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_609_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_609 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_610_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_610 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_611_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_611 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_612_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_612 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_613_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_613 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_614_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_614 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_615_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_615 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_616_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_616 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_617_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_617 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_618_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_618 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_619_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_619 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_620_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_620 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_621_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_621 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_622_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_622 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_623_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_623 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_624_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_624 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_625_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_625 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_626_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_626 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_627_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_627 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_628_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_628 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_629_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_629 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_630_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_630 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_631_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_631 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_632_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_632 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_633_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_633 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_634_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_634 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_635_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_635 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_636_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_636 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_637_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_637 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_5_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 12.976px;
    height: 1.047px;
    left: 124.758px;
    top: 17.804px;
    overflow: visible;
}

.Trazado_638_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_638 {
    overflow: visible;
    position: absolute;
    width: 12.976px;
    height: 1.047px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_639_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_639 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.017px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_640_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_640 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.017px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_641_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_641 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.017px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_642_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_642 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.017px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_643_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_643 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_644_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_644 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_645_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_645 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_646_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_646 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_647_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_647 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_648_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_648 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_649_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_649 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.047px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_650_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_650 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.047px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_651_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_651 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.047px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_652_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_652 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_653_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_653 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_654_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_654 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_655_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_655 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_656_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_656 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_657_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_657 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_658_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_658 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_659_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_659 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_660_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_660 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_661_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_661 {
    overflow: visible;
    position: absolute;
    width: 12.958px;
    height: 1.047px;
    left: 0.018px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_662_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_662 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_663_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_663 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_664_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_664 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_665_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_665 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_666_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_666 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_667_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_667 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_668_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_668 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_669_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_669 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_670_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_670 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.019px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_671_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_671 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_672_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_672 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_673_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_673 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_674_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_674 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_675_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_675 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_676_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_676 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_677_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_677 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_678_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_678 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_679_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_679 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_680_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_680 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_681_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_681 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_682_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_682 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_683_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_683 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_684_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_684 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_685_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_685 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_686_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_686 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_687_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_687 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_688_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_688 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_689_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_689 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_690_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_690 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_691_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_691 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_692_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_692 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_693_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_693 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_694_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_694 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_695_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_695 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_696_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_696 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_697_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_697 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_698_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_698 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_699_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_699 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_700_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_700 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_701_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_701 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_702_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_702 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_703_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_703 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_704_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_704 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_705_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_705 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_706_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_706 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_707_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_707 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.047px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_708_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_708 {
    overflow: visible;
    position: absolute;
    width: 12.949px;
    height: 1.047px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_709_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_709 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_710_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_710 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_711_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_711 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_712_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_712 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_713_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_713 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_714_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_714 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_715_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_715 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_716_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_716 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.047px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_717_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_717 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_718_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_718 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_719_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_719 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_720_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_720 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_721_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_721 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_722_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_722 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_723_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_723 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_724_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_724 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_725_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_725 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.042px;
    left: 0.022px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_726_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_726 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_727_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_727 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_728_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_728 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_729_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_729 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_730_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_730 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_731_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_731 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_732_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_732 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_733_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_733 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_734_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_734 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_735_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_735 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_736_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_736 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_737_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_737 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_738_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_738 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_739_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_739 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_740_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_740 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_741_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_741 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_742_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_742 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_743_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_743 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.024px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_744_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_744 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_745_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_745 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_746_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_746 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_747_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_747 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_748_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_748 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_749_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_749 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_750_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_750 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_751_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_751 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_752_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_752 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_753_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_753 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_754_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_754 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_755_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_755 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_756_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_756 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_757_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_757 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_758_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_758 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_759_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_759 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_760_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_760 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_761_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_761 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_762_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_762 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_763_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_763 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_764_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_764 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_765_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_765 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_766_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_766 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_767_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_767 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_768_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_768 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_769_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_769 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_770_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_770 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_771_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_771 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_772_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_772 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_773_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_773 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_774_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_774 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_775_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_775 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_776_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_776 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_777_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_777 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_778_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_778 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_779_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_779 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_780_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_780 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_781_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_781 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_782_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_782 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_783_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_783 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_784_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_784 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_785_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_785 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_786_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_786 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_787_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_787 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_788_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_788 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_789_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_789 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_790_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_790 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_791_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_791 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_792_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_792 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_793_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_793 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_794_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_794 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_795_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_795 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_796_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_796 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_797_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_797 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_798_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_798 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_799_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_799 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_800_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_800 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_801_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_801 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_802_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_802 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_803_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_803 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_804_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_804 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_805_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_805 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_806_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_806 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_807_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_807 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_808_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_808 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_809_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_809 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_810_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_810 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_811_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_811 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_812_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_812 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_813_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_813 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_814_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_814 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_815_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_815 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.021px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_816_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_816 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_817_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_817 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_818_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_818 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_819_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_819 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_820_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_820 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_821_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_821 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_822_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_822 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_823_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_823 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_824_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_824 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_825_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_825 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_826_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_826 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_827_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_827 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_828_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_828 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_829_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_829 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_830_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_830 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_831_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_831 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_832_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_832 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_833_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_833 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_834_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_834 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_835_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_835 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_836_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_836 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_837_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_837 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_838_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_838 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_839_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_839 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_840_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_840 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_841_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_841 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_842_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_842 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_843_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_843 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_844_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_844 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_845_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_845 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_846_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_846 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_847_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_847 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_848_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_848 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_849_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_849 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_850_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_850 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_851_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_851 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_852_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_852 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_853_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_853 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_854_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_854 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_855_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_855 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_856_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_856 {
    overflow: visible;
    position: absolute;
    width: 12.964px;
    height: 1.037px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_857_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_857 {
    mix-blend-mode: multiply;
    overflow: visible;
    position: absolute;
    width: 6.631px;
    height: 11.647px;
    left: 131.333px;
    top: 12.743px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_858_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_858 {
    overflow: visible;
    position: absolute;
    width: 0.285px;
    height: 1.882px;
    left: 124.405px;
    top: 14.765px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_859_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_859 {
    overflow: visible;
    position: absolute;
    width: 0.368px;
    height: 2.142px;
    left: 124.549px;
    top: 16.585px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_860_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_860 {
    overflow: visible;
    position: absolute;
    width: 0.285px;
    height: 1.882px;
    left: 137.771px;
    top: 14.765px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_861_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_861 {
    overflow: visible;
    position: absolute;
    width: 0.349px;
    height: 2.142px;
    left: 137.568px;
    top: 16.585px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_862_Class {
    fill: rgba(255,255,255,1);
    stroke: rgba(128,165,180,1);
    stroke-width: 0.8100000023841858px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_862 {
    overflow: visible;
    position: absolute;
    width: 5.793px;
    height: 2.742px;
    left: 184.765px;
    top: 13.036px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_863_Class {
    fill: rgba(255,255,255,1);
    stroke: rgba(128,165,180,1);
    stroke-width: 0.8100000023841858px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_863 {
    overflow: visible;
    position: absolute;
    width: 3.76px;
    height: 1.57px;
    left: 184.064px;
    top: 19.916px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_864_Class {
    fill: rgba(255,255,255,1);
    stroke: rgba(128,165,180,1);
    stroke-width: 0.8100000023841858px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_864 {
    overflow: visible;
    position: absolute;
    width: 5.689px;
    height: 2.788px;
    left: 165.979px;
    top: 12.988px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_865_Class {
    fill: rgba(255,255,255,1);
    stroke: rgba(128,165,180,1);
    stroke-width: 0.8100000023841858px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_865 {
    overflow: visible;
    position: absolute;
    width: 3.526px;
    height: 1.652px;
    left: 168.884px;
    top: 19.916px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_866_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_866 {
    overflow: visible;
    position: absolute;
    width: 13.728px;
    height: 11.822px;
    left: 170.995px;
    top: 12.561px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_867_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_867 {
    mix-blend-mode: multiply;
    overflow: visible;
    position: absolute;
    width: 12.556px;
    height: 4.384px;
    left: 171.585px;
    top: 20.008px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_6_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 12.412px;
    height: 1.756px;
    left: 171.724px;
    top: 18.846px;
    overflow: visible;
}

.Trazado_868_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_868 {
    overflow: visible;
    position: absolute;
    width: 12.412px;
    height: 1.633px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_869_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_869 {
    overflow: visible;
    position: absolute;
    width: 12.335px;
    height: 1.618px;
    left: 0.038px;
    top: 0.014px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_870_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_870 {
    overflow: visible;
    position: absolute;
    width: 12.254px;
    height: 1.614px;
    left: 0.077px;
    top: 0.024px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_871_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_871 {
    overflow: visible;
    position: absolute;
    width: 12.177px;
    height: 1.604px;
    left: 0.115px;
    top: 0.034px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_872_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_872 {
    overflow: visible;
    position: absolute;
    width: 12.095px;
    height: 1.59px;
    left: 0.158px;
    top: 0.048px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_873_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_873 {
    overflow: visible;
    position: absolute;
    width: 12.018px;
    height: 1.58px;
    left: 0.192px;
    top: 0.058px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_874_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_874 {
    overflow: visible;
    position: absolute;
    width: 11.937px;
    height: 1.566px;
    left: 0.235px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_875_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_875 {
    overflow: visible;
    position: absolute;
    width: 11.86px;
    height: 1.556px;
    left: 0.274px;
    top: 0.082px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_876_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_876 {
    overflow: visible;
    position: absolute;
    width: 11.783px;
    height: 1.551px;
    left: 0.312px;
    top: 0.091px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_877_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_877 {
    overflow: visible;
    position: absolute;
    width: 11.701px;
    height: 1.537px;
    left: 0.355px;
    top: 0.106px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_878_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_878 {
    overflow: visible;
    position: absolute;
    width: 11.62px;
    height: 1.527px;
    left: 0.394px;
    top: 0.115px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_879_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_879 {
    overflow: visible;
    position: absolute;
    width: 11.543px;
    height: 1.513px;
    left: 0.432px;
    top: 0.13px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_880_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_880 {
    overflow: visible;
    position: absolute;
    width: 11.48px;
    height: 1.503px;
    left: 0.471px;
    top: 0.139px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_881_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_881 {
    overflow: visible;
    position: absolute;
    width: 11.385px;
    height: 1.494px;
    left: 0.509px;
    top: 0.154px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_882_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_882 {
    overflow: visible;
    position: absolute;
    width: 11.303px;
    height: 1.485px;
    left: 0.552px;
    top: 0.163px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_883_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_883 {
    overflow: visible;
    position: absolute;
    width: 11.226px;
    height: 1.475px;
    left: 0.591px;
    top: 0.173px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_884_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_884 {
    overflow: visible;
    position: absolute;
    width: 11.149px;
    height: 1.44px;
    left: 0.629px;
    top: 0.187px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_885_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_885 {
    overflow: visible;
    position: absolute;
    width: 11.043px;
    height: 1.44px;
    left: 0.672px;
    top: 0.197px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_886_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_886 {
    overflow: visible;
    position: absolute;
    width: 11.01px;
    height: 1.44px;
    left: 0.706px;
    top: 0.211px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_887_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_887 {
    overflow: visible;
    position: absolute;
    width: 10.909px;
    height: 1.441px;
    left: 0.749px;
    top: 0.221px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_888_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_888 {
    overflow: visible;
    position: absolute;
    width: 10.828px;
    height: 1.442px;
    left: 0.788px;
    top: 0.235px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_889_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_889 {
    overflow: visible;
    position: absolute;
    width: 10.751px;
    height: 1.407px;
    left: 0.826px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_890_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_890 {
    overflow: visible;
    position: absolute;
    width: 10.674px;
    height: 1.397px;
    left: 0.864px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_891_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_891 {
    overflow: visible;
    position: absolute;
    width: 10.592px;
    height: 1.388px;
    left: 0.908px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_892_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_892 {
    overflow: visible;
    position: absolute;
    width: 10.525px;
    height: 1.378px;
    left: 0.946px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_893_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_893 {
    overflow: visible;
    position: absolute;
    width: 10.434px;
    height: 1.364px;
    left: 0.984px;
    top: 0.293px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_894_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_894 {
    overflow: visible;
    position: absolute;
    width: 10.357px;
    height: 1.354px;
    left: 1.023px;
    top: 0.303px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_895_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_895 {
    overflow: visible;
    position: absolute;
    width: 10.275px;
    height: 1.34px;
    left: 1.061px;
    top: 0.317px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_896_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_896 {
    overflow: visible;
    position: absolute;
    width: 10.194px;
    height: 1.335px;
    left: 1.104px;
    top: 0.327px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_897_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_897 {
    overflow: visible;
    position: absolute;
    width: 10.117px;
    height: 1.326px;
    left: 1.152px;
    top: 0.336px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_898_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_898 {
    overflow: visible;
    position: absolute;
    width: 10.055px;
    height: 1.311px;
    left: 1.181px;
    top: 0.351px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_899_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_899 {
    overflow: visible;
    position: absolute;
    width: 9.958px;
    height: 1.301px;
    left: 1.22px;
    top: 0.36px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_900_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_900 {
    overflow: visible;
    position: absolute;
    width: 9.882px;
    height: 1.287px;
    left: 1.258px;
    top: 0.375px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_901_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_901 {
    overflow: visible;
    position: absolute;
    width: 9.8px;
    height: 1.277px;
    left: 1.301px;
    top: 0.384px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_902_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_902 {
    overflow: visible;
    position: absolute;
    width: 9.718px;
    height: 1.268px;
    left: 1.34px;
    top: 0.399px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_903_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_903 {
    overflow: visible;
    position: absolute;
    width: 9.632px;
    height: 1.258px;
    left: 1.378px;
    top: 0.408px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_904_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_904 {
    overflow: visible;
    position: absolute;
    width: 9.574px;
    height: 1.249px;
    left: 1.417px;
    top: 0.418px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_905_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_905 {
    overflow: visible;
    position: absolute;
    width: 9.488px;
    height: 1.234px;
    left: 1.455px;
    top: 0.432px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_906_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_906 {
    overflow: visible;
    position: absolute;
    width: 9.401px;
    height: 1.225px;
    left: 1.498px;
    top: 0.442px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_907_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_907 {
    overflow: visible;
    position: absolute;
    width: 9.325px;
    height: 1.215px;
    left: 1.537px;
    top: 0.456px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_908_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_908 {
    overflow: visible;
    position: absolute;
    width: 9.248px;
    height: 1.205px;
    left: 1.575px;
    top: 0.466px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_909_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_909 {
    overflow: visible;
    position: absolute;
    width: 9.166px;
    height: 1.191px;
    left: 1.633px;
    top: 0.48px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_910_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_910 {
    overflow: visible;
    position: absolute;
    width: 9.099px;
    height: 1.181px;
    left: 1.656px;
    top: 0.49px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_911_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_911 {
    overflow: visible;
    position: absolute;
    width: 9.008px;
    height: 1.175px;
    left: 1.695px;
    top: 0.499px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_912_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_912 {
    overflow: visible;
    position: absolute;
    width: 8.931px;
    height: 1.169px;
    left: 1.733px;
    top: 0.514px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_913_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_913 {
    overflow: visible;
    position: absolute;
    width: 8.849px;
    height: 1.16px;
    left: 1.772px;
    top: 0.523px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_914_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_914 {
    overflow: visible;
    position: absolute;
    width: 8.772px;
    height: 1.145px;
    left: 1.81px;
    top: 0.538px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_915_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_915 {
    overflow: visible;
    position: absolute;
    width: 8.677px;
    height: 1.136px;
    left: 1.854px;
    top: 0.547px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_916_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_916 {
    overflow: visible;
    position: absolute;
    width: 8.619px;
    height: 1.126px;
    left: 1.892px;
    top: 0.557px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_917_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_917 {
    overflow: visible;
    position: absolute;
    width: 8.532px;
    height: 1.14px;
    left: 1.93px;
    top: 0.571px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_918_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_918 {
    overflow: visible;
    position: absolute;
    width: 8.456px;
    height: 1.13px;
    left: 1.969px;
    top: 0.581px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_919_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_919 {
    overflow: visible;
    position: absolute;
    width: 8.379px;
    height: 1.116px;
    left: 2.007px;
    top: 0.595px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_920_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_920 {
    overflow: visible;
    position: absolute;
    width: 8.292px;
    height: 1.108px;
    left: 2.05px;
    top: 0.605px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_921_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_921 {
    overflow: visible;
    position: absolute;
    width: 8.191px;
    height: 1.092px;
    left: 2.113px;
    top: 0.619px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_922_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_922 {
    overflow: visible;
    position: absolute;
    width: 8.163px;
    height: 1.065px;
    left: 2.113px;
    top: 0.629px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_923_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_923 {
    overflow: visible;
    position: absolute;
    width: 8.062px;
    height: 1.071px;
    left: 2.166px;
    top: 0.639px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_924_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_924 {
    overflow: visible;
    position: absolute;
    width: 7.98px;
    height: 1.037px;
    left: 2.204px;
    top: 0.653px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_925_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_925 {
    overflow: visible;
    position: absolute;
    width: 7.899px;
    height: 1.046px;
    left: 2.247px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_926_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_926 {
    overflow: visible;
    position: absolute;
    width: 7.822px;
    height: 1.015px;
    left: 2.286px;
    top: 0.677px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_927_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_927 {
    overflow: visible;
    position: absolute;
    width: 7.74px;
    height: 1.025px;
    left: 2.324px;
    top: 0.687px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_928_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_928 {
    overflow: visible;
    position: absolute;
    width: 7.682px;
    height: 0.995px;
    left: 2.363px;
    top: 0.701px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_929_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_929 {
    overflow: visible;
    position: absolute;
    width: 7.582px;
    height: 0.966px;
    left: 2.406px;
    top: 0.711px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_930_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_930 {
    overflow: visible;
    position: absolute;
    width: 7.505px;
    height: 0.966px;
    left: 2.444px;
    top: 0.744px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_931_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_931 {
    overflow: visible;
    position: absolute;
    width: 7.423px;
    height: 0.966px;
    left: 2.482px;
    top: 0.744px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_932_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_932 {
    overflow: visible;
    position: absolute;
    width: 7.346px;
    height: 0.967px;
    left: 2.521px;
    top: 0.744px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_933_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_933 {
    overflow: visible;
    position: absolute;
    width: 7.27px;
    height: 0.966px;
    left: 2.559px;
    top: 0.744px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_934_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_934 {
    overflow: visible;
    position: absolute;
    width: 7.193px;
    height: 0.942px;
    left: 2.593px;
    top: 0.768px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_935_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_935 {
    overflow: visible;
    position: absolute;
    width: 7.106px;
    height: 0.918px;
    left: 2.641px;
    top: 0.783px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_936_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_936 {
    overflow: visible;
    position: absolute;
    width: 7.03px;
    height: 0.909px;
    left: 2.679px;
    top: 0.792px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_937_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_937 {
    overflow: visible;
    position: absolute;
    width: 6.953px;
    height: 0.909px;
    left: 2.718px;
    top: 0.802px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_938_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_938 {
    overflow: visible;
    position: absolute;
    width: 6.871px;
    height: 0.893px;
    left: 2.756px;
    top: 0.816px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_939_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_939 {
    overflow: visible;
    position: absolute;
    width: 6.79px;
    height: 0.884px;
    left: 2.799px;
    top: 0.826px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_940_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_940 {
    overflow: visible;
    position: absolute;
    width: 6.722px;
    height: 0.865px;
    left: 2.838px;
    top: 0.84px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_941_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_941 {
    overflow: visible;
    position: absolute;
    width: 6.631px;
    height: 0.861px;
    left: 2.876px;
    top: 0.85px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_942_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_942 {
    overflow: visible;
    position: absolute;
    width: 6.554px;
    height: 0.846px;
    left: 2.915px;
    top: 0.864px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_943_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_943 {
    overflow: visible;
    position: absolute;
    width: 6.477px;
    height: 0.836px;
    left: 2.953px;
    top: 0.874px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_944_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_944 {
    overflow: visible;
    position: absolute;
    width: 6.396px;
    height: 0.826px;
    left: 2.996px;
    top: 0.883px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_945_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_945 {
    overflow: visible;
    position: absolute;
    width: 6.314px;
    height: 0.812px;
    left: 3.035px;
    top: 0.898px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_946_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_946 {
    overflow: visible;
    position: absolute;
    width: 6.242px;
    height: 0.803px;
    left: 3.073px;
    top: 0.907px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_947_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_947 {
    overflow: visible;
    position: absolute;
    width: 6.161px;
    height: 0.788px;
    left: 3.111px;
    top: 0.922px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_948_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_948 {
    overflow: visible;
    position: absolute;
    width: 6.079px;
    height: 0.778px;
    left: 3.155px;
    top: 0.931px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_949_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_949 {
    overflow: visible;
    position: absolute;
    width: 5.997px;
    height: 0.763px;
    left: 3.193px;
    top: 0.946px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_950_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_950 {
    overflow: visible;
    position: absolute;
    width: 5.92px;
    height: 0.754px;
    left: 3.231px;
    top: 0.956px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_951_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_951 {
    overflow: visible;
    position: absolute;
    width: 5.844px;
    height: 0.745px;
    left: 3.27px;
    top: 0.965px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_952_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_952 {
    overflow: visible;
    position: absolute;
    width: 5.762px;
    height: 0.735px;
    left: 3.308px;
    top: 0.98px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_953_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_953 {
    overflow: visible;
    position: absolute;
    width: 5.68px;
    height: 0.725px;
    left: 3.352px;
    top: 0.989px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_954_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_954 {
    overflow: visible;
    position: absolute;
    width: 5.604px;
    height: 0.706px;
    left: 3.39px;
    top: 1.004px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_955_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_955 {
    overflow: visible;
    position: absolute;
    width: 5.527px;
    height: 0.696px;
    left: 3.428px;
    top: 1.013px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_956_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_956 {
    overflow: visible;
    position: absolute;
    width: 5.445px;
    height: 0.681px;
    left: 3.467px;
    top: 1.028px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_957_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_957 {
    overflow: visible;
    position: absolute;
    width: 5.368px;
    height: 0.672px;
    left: 3.505px;
    top: 1.037px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_958_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_958 {
    overflow: visible;
    position: absolute;
    width: 5.282px;
    height: 0.664px;
    left: 3.553px;
    top: 1.047px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_959_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_959 {
    overflow: visible;
    position: absolute;
    width: 5.205px;
    height: 0.648px;
    left: 3.587px;
    top: 1.061px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_960_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_960 {
    overflow: visible;
    position: absolute;
    width: 5.128px;
    height: 0.638px;
    left: 3.625px;
    top: 1.071px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_961_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_961 {
    overflow: visible;
    position: absolute;
    width: 5.051px;
    height: 0.624px;
    left: 3.664px;
    top: 1.085px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_962_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_962 {
    overflow: visible;
    position: absolute;
    width: 4.974px;
    height: 0.628px;
    left: 3.702px;
    top: 1.095px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_963_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_963 {
    overflow: visible;
    position: absolute;
    width: 4.888px;
    height: 0.604px;
    left: 3.745px;
    top: 1.104px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_964_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_964 {
    overflow: visible;
    position: absolute;
    width: 4.802px;
    height: 0.609px;
    left: 3.784px;
    top: 1.119px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_965_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_965 {
    overflow: visible;
    position: absolute;
    width: 4.734px;
    height: 0.58px;
    left: 3.822px;
    top: 1.128px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_966_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_966 {
    overflow: visible;
    position: absolute;
    width: 4.653px;
    height: 0.566px;
    left: 3.86px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_967_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_967 {
    overflow: visible;
    position: absolute;
    width: 4.571px;
    height: 0.559px;
    left: 3.904px;
    top: 1.152px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_968_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_968 {
    overflow: visible;
    position: absolute;
    width: 4.494px;
    height: 0.544px;
    left: 3.942px;
    top: 1.167px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_969_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_969 {
    overflow: visible;
    position: absolute;
    width: 4.417px;
    height: 0.557px;
    left: 3.98px;
    top: 1.176px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_970_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_970 {
    overflow: visible;
    position: absolute;
    width: 4.322px;
    height: 0.544px;
    left: 4.033px;
    top: 1.186px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_971_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_971 {
    overflow: visible;
    position: absolute;
    width: 4.259px;
    height: 0.532px;
    left: 4.057px;
    top: 1.224px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_972_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_972 {
    overflow: visible;
    position: absolute;
    width: 4.177px;
    height: 0.521px;
    left: 4.101px;
    top: 1.224px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_973_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_973 {
    overflow: visible;
    position: absolute;
    width: 4.096px;
    height: 0.484px;
    left: 4.139px;
    top: 1.224px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_974_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_974 {
    overflow: visible;
    position: absolute;
    width: 4.019px;
    height: 0.483px;
    left: 4.177px;
    top: 1.224px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_975_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_975 {
    overflow: visible;
    position: absolute;
    width: 3.942px;
    height: 0.483px;
    left: 4.216px;
    top: 1.248px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_976_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_976 {
    overflow: visible;
    position: absolute;
    width: 3.841px;
    height: 0.483px;
    left: 4.254px;
    top: 1.258px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_977_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_977 {
    overflow: visible;
    position: absolute;
    width: 3.779px;
    height: 0.484px;
    left: 4.297px;
    top: 1.268px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_978_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_978 {
    overflow: visible;
    position: absolute;
    width: 3.702px;
    height: 0.455px;
    left: 4.336px;
    top: 1.282px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_979_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_979 {
    overflow: visible;
    position: absolute;
    width: 3.625px;
    height: 0.445px;
    left: 4.374px;
    top: 1.292px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_980_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_980 {
    overflow: visible;
    position: absolute;
    width: 3.548px;
    height: 0.435px;
    left: 4.413px;
    top: 1.306px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_981_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_981 {
    overflow: visible;
    position: absolute;
    width: 3.467px;
    height: 0.425px;
    left: 4.451px;
    top: 1.316px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_982_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_982 {
    overflow: visible;
    position: absolute;
    width: 3.361px;
    height: 0.41px;
    left: 4.514px;
    top: 1.33px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_983_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_983 {
    overflow: visible;
    position: absolute;
    width: 3.308px;
    height: 0.402px;
    left: 4.514px;
    top: 1.34px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_984_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_984 {
    overflow: visible;
    position: absolute;
    width: 3.227px;
    height: 0.392px;
    left: 4.571px;
    top: 1.349px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_985_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_985 {
    overflow: visible;
    position: absolute;
    width: 3.15px;
    height: 0.382px;
    left: 4.61px;
    top: 1.364px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_986_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_986 {
    overflow: visible;
    position: absolute;
    width: 3.068px;
    height: 0.372px;
    left: 4.653px;
    top: 1.373px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_7_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 7.342px;
    height: 1.028px;
    left: 174.269px;
    top: 18.068px;
    overflow: visible;
}

.Trazado_987_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_987 {
    overflow: visible;
    position: absolute;
    width: 7.342px;
    height: 0.961px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_988_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_988 {
    overflow: visible;
    position: absolute;
    width: 7.294px;
    height: 0.965px;
    left: 0.029px;
    top: 0.005px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_989_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_989 {
    overflow: visible;
    position: absolute;
    width: 7.188px;
    height: 0.966px;
    left: 0.062px;
    top: 0.01px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_990_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_990 {
    overflow: visible;
    position: absolute;
    width: 7.102px;
    height: 0.966px;
    left: 0.096px;
    top: 0.014px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_991_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_991 {
    overflow: visible;
    position: absolute;
    width: 7.034px;
    height: 0.927px;
    left: 0.13px;
    top: 0.019px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_992_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_992 {
    overflow: visible;
    position: absolute;
    width: 6.948px;
    height: 0.934px;
    left: 0.163px;
    top: 0.024px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_993_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_993 {
    overflow: visible;
    position: absolute;
    width: 6.9px;
    height: 0.927px;
    left: 0.221px;
    top: 0.019px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_994_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_994 {
    overflow: visible;
    position: absolute;
    width: 6.827px;
    height: 0.927px;
    left: 0.254px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_995_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_995 {
    overflow: visible;
    position: absolute;
    width: 6.771px;
    height: 0.922px;
    left: 0.293px;
    top: 0.01px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_996_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_996 {
    overflow: visible;
    position: absolute;
    width: 6.685px;
    height: 0.913px;
    left: 0.326px;
    top: 0.014px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_997_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_997 {
    overflow: visible;
    position: absolute;
    width: 6.615px;
    height: 0.912px;
    left: 0.365px;
    top: 0.019px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_998_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_998 {
    overflow: visible;
    position: absolute;
    width: 6.546px;
    height: 0.908px;
    left: 0.398px;
    top: 0.024px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_999_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_999 {
    overflow: visible;
    position: absolute;
    width: 6.474px;
    height: 0.908px;
    left: 0.437px;
    top: 0.029px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1000_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1000 {
    overflow: visible;
    position: absolute;
    width: 6.425px;
    height: 0.898px;
    left: 0.471px;
    top: 0.034px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1001_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1001 {
    overflow: visible;
    position: absolute;
    width: 6.336px;
    height: 0.893px;
    left: 0.509px;
    top: 0.067px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1002_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1002 {
    overflow: visible;
    position: absolute;
    width: 6.267px;
    height: 0.893px;
    left: 0.542px;
    top: 0.067px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1003_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1003 {
    overflow: visible;
    position: absolute;
    width: 6.198px;
    height: 0.892px;
    left: 0.579px;
    top: 0.068px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1004_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1004 {
    overflow: visible;
    position: absolute;
    width: 6.13px;
    height: 0.89px;
    left: 0.612px;
    top: 0.07px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1005_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1005 {
    overflow: visible;
    position: absolute;
    width: 6.06px;
    height: 0.892px;
    left: 0.65px;
    top: 0.069px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1006_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1006 {
    overflow: visible;
    position: absolute;
    width: 5.989px;
    height: 0.895px;
    left: 0.684px;
    top: 0.07px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1007_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1007 {
    overflow: visible;
    position: absolute;
    width: 5.938px;
    height: 0.895px;
    left: 0.717px;
    top: 0.07px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1008_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1008 {
    overflow: visible;
    position: absolute;
    width: 5.857px;
    height: 0.9px;
    left: 0.755px;
    top: 0.07px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1009_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1009 {
    overflow: visible;
    position: absolute;
    width: 5.795px;
    height: 0.899px;
    left: 0.788px;
    top: 0.071px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1010_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1010 {
    overflow: visible;
    position: absolute;
    width: 5.729px;
    height: 0.899px;
    left: 0.821px;
    top: 0.071px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1011_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1011 {
    overflow: visible;
    position: absolute;
    width: 5.655px;
    height: 0.898px;
    left: 0.854px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1012_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1012 {
    overflow: visible;
    position: absolute;
    width: 5.599px;
    height: 0.903px;
    left: 0.887px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1013_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1013 {
    overflow: visible;
    position: absolute;
    width: 5.542px;
    height: 0.898px;
    left: 0.925px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1014_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1014 {
    overflow: visible;
    position: absolute;
    width: 5.472px;
    height: 0.903px;
    left: 0.938px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1015_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1015 {
    overflow: visible;
    position: absolute;
    width: 5.364px;
    height: 0.903px;
    left: 0.991px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1016_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1016 {
    overflow: visible;
    position: absolute;
    width: 5.309px;
    height: 0.902px;
    left: 1.022px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1017_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1017 {
    overflow: visible;
    position: absolute;
    width: 5.283px;
    height: 0.898px;
    left: 1.052px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1018_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1018 {
    overflow: visible;
    position: absolute;
    width: 5.224px;
    height: 0.907px;
    left: 1.089px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1019_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1019 {
    overflow: visible;
    position: absolute;
    width: 5.162px;
    height: 0.901px;
    left: 1.117px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1020_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1020 {
    overflow: visible;
    position: absolute;
    width: 5.109px;
    height: 0.901px;
    left: 1.161px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1021_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1021 {
    overflow: visible;
    position: absolute;
    width: 5.035px;
    height: 0.906px;
    left: 1.181px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1022_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1022 {
    overflow: visible;
    position: absolute;
    width: 4.979px;
    height: 0.906px;
    left: 1.194px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1023_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1023 {
    overflow: visible;
    position: absolute;
    width: 4.925px;
    height: 0.906px;
    left: 1.214px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1024_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1024 {
    overflow: visible;
    position: absolute;
    width: 4.858px;
    height: 0.911px;
    left: 1.273px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1025_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1025 {
    overflow: visible;
    position: absolute;
    width: 4.798px;
    height: 0.911px;
    left: 1.304px;
    top: 0.074px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1026_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1026 {
    overflow: visible;
    position: absolute;
    width: 4.737px;
    height: 0.904px;
    left: 1.337px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1027_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1027 {
    overflow: visible;
    position: absolute;
    width: 4.683px;
    height: 0.909px;
    left: 1.364px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1028_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1028 {
    overflow: visible;
    position: absolute;
    width: 4.623px;
    height: 0.909px;
    left: 1.397px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1029_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1029 {
    overflow: visible;
    position: absolute;
    width: 4.568px;
    height: 0.909px;
    left: 1.424px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1030_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1030 {
    overflow: visible;
    position: absolute;
    width: 4.509px;
    height: 0.909px;
    left: 1.458px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1031_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1031 {
    overflow: visible;
    position: absolute;
    width: 4.458px;
    height: 0.914px;
    left: 1.482px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1032_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1032 {
    overflow: visible;
    position: absolute;
    width: 4.4px;
    height: 0.909px;
    left: 1.513px;
    top: 0.075px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1033_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1033 {
    overflow: visible;
    position: absolute;
    width: 4.349px;
    height: 0.913px;
    left: 1.539px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1034_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1034 {
    overflow: visible;
    position: absolute;
    width: 4.293px;
    height: 0.913px;
    left: 1.57px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1035_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1035 {
    overflow: visible;
    position: absolute;
    width: 4.239px;
    height: 0.913px;
    left: 1.606px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1036_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1036 {
    overflow: visible;
    position: absolute;
    width: 4.191px;
    height: 0.917px;
    left: 1.611px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1037_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1037 {
    overflow: visible;
    position: absolute;
    width: 4.133px;
    height: 0.917px;
    left: 1.651px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1038_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1038 {
    overflow: visible;
    position: absolute;
    width: 4.09px;
    height: 0.917px;
    left: 1.675px;
    top: 0.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1039_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1039 {
    overflow: visible;
    position: absolute;
    width: 4.037px;
    height: 0.917px;
    left: 1.721px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1040_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1040 {
    overflow: visible;
    position: absolute;
    width: 3.988px;
    height: 0.922px;
    left: 1.726px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1041_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1041 {
    overflow: visible;
    position: absolute;
    width: 3.935px;
    height: 0.916px;
    left: 1.736px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1042_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1042 {
    overflow: visible;
    position: absolute;
    width: 3.887px;
    height: 0.921px;
    left: 1.779px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1043_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1043 {
    overflow: visible;
    position: absolute;
    width: 3.844px;
    height: 0.916px;
    left: 1.802px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1044_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1044 {
    overflow: visible;
    position: absolute;
    width: 3.79px;
    height: 0.921px;
    left: 1.831px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1045_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1045 {
    overflow: visible;
    position: absolute;
    width: 3.745px;
    height: 0.921px;
    left: 1.853px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1046_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1046 {
    overflow: visible;
    position: absolute;
    width: 3.693px;
    height: 0.921px;
    left: 1.876px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1047_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1047 {
    overflow: visible;
    position: absolute;
    width: 3.657px;
    height: 0.926px;
    left: 1.901px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1048_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1048 {
    overflow: visible;
    position: absolute;
    width: 3.61px;
    height: 0.925px;
    left: 1.924px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1049_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1049 {
    overflow: visible;
    position: absolute;
    width: 3.565px;
    height: 0.925px;
    left: 1.948px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1050_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1050 {
    overflow: visible;
    position: absolute;
    width: 3.496px;
    height: 0.925px;
    left: 1.968px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1051_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1051 {
    overflow: visible;
    position: absolute;
    width: 3.46px;
    height: 0.926px;
    left: 1.966px;
    top: 0.078px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1052_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1052 {
    overflow: visible;
    position: absolute;
    width: 3.426px;
    height: 0.925px;
    left: 1.985px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1053_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1053 {
    overflow: visible;
    position: absolute;
    width: 3.384px;
    height: 0.93px;
    left: 2.013px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1054_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1054 {
    overflow: visible;
    position: absolute;
    width: 3.345px;
    height: 0.925px;
    left: 2.037px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1055_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1055 {
    overflow: visible;
    position: absolute;
    width: 3.298px;
    height: 0.944px;
    left: 2.065px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1056_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1056 {
    overflow: visible;
    position: absolute;
    width: 3.265px;
    height: 0.944px;
    left: 2.083px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1057_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1057 {
    overflow: visible;
    position: absolute;
    width: 3.23px;
    height: 0.939px;
    left: 2.105px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1058_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1058 {
    overflow: visible;
    position: absolute;
    width: 3.195px;
    height: 0.939px;
    left: 2.125px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1059_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1059 {
    overflow: visible;
    position: absolute;
    width: 3.144px;
    height: 0.935px;
    left: 2.143px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1060_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1060 {
    overflow: visible;
    position: absolute;
    width: 3.083px;
    height: 0.939px;
    left: 2.166px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1061_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1061 {
    overflow: visible;
    position: absolute;
    width: 3.066px;
    height: 0.919px;
    left: 2.187px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1062_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1062 {
    overflow: visible;
    position: absolute;
    width: 3.049px;
    height: 0.919px;
    left: 2.219px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1063_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1063 {
    overflow: visible;
    position: absolute;
    width: 3.033px;
    height: 0.924px;
    left: 2.229px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1064_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1064 {
    overflow: visible;
    position: absolute;
    width: 3.015px;
    height: 0.924px;
    left: 2.233px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1065_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1065 {
    overflow: visible;
    position: absolute;
    width: 2.972px;
    height: 0.929px;
    left: 2.242px;
    top: 0.079px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1066_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1066 {
    overflow: visible;
    position: absolute;
    width: 2.948px;
    height: 0.956px;
    left: 2.276px;
    top: 0.072px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_8_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 11.807px;
    height: 2.059px;
    left: 172.027px;
    top: 20.368px;
    overflow: visible;
}

.Trazado_1067_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1067 {
    overflow: visible;
    position: absolute;
    width: 11.807px;
    height: 1.921px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1068_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1068 {
    overflow: visible;
    position: absolute;
    width: 11.764px;
    height: 1.921px;
    left: 0.019px;
    top: 0.01px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1069_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1069 {
    overflow: visible;
    position: absolute;
    width: 11.721px;
    height: 1.921px;
    left: 0.043px;
    top: 0.019px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1070_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1070 {
    overflow: visible;
    position: absolute;
    width: 11.677px;
    height: 1.921px;
    left: 0.063px;
    top: 0.029px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1071_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1071 {
    overflow: visible;
    position: absolute;
    width: 11.634px;
    height: 1.922px;
    left: 0.086px;
    top: 0.038px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1072_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1072 {
    overflow: visible;
    position: absolute;
    width: 11.591px;
    height: 1.922px;
    left: 0.106px;
    top: 0.048px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1073_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1073 {
    overflow: visible;
    position: absolute;
    width: 11.548px;
    height: 1.887px;
    left: 0.13px;
    top: 0.058px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1074_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1074 {
    overflow: visible;
    position: absolute;
    width: 11.524px;
    height: 1.878px;
    left: 0.149px;
    top: 0.067px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1075_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1075 {
    overflow: visible;
    position: absolute;
    width: 11.48px;
    height: 1.868px;
    left: 0.173px;
    top: 0.077px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1076_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1076 {
    overflow: visible;
    position: absolute;
    width: 11.418px;
    height: 1.859px;
    left: 0.192px;
    top: 0.086px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1077_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1077 {
    overflow: visible;
    position: absolute;
    width: 11.375px;
    height: 1.849px;
    left: 0.216px;
    top: 0.096px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1078_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1078 {
    overflow: visible;
    position: absolute;
    width: 11.332px;
    height: 1.839px;
    left: 0.235px;
    top: 0.106px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1079_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1079 {
    overflow: visible;
    position: absolute;
    width: 11.293px;
    height: 1.836px;
    left: 0.255px;
    top: 0.11px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1080_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1080 {
    overflow: visible;
    position: absolute;
    width: 11.245px;
    height: 1.83px;
    left: 0.279px;
    top: 0.12px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1081_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1081 {
    overflow: visible;
    position: absolute;
    width: 11.207px;
    height: 1.82px;
    left: 0.298px;
    top: 0.13px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1082_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1082 {
    overflow: visible;
    position: absolute;
    width: 11.159px;
    height: 1.811px;
    left: 0.322px;
    top: 0.139px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1083_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1083 {
    overflow: visible;
    position: absolute;
    width: 11.12px;
    height: 1.802px;
    left: 0.341px;
    top: 0.149px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1084_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1084 {
    overflow: visible;
    position: absolute;
    width: 11.072px;
    height: 1.791px;
    left: 0.37px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1085_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1085 {
    overflow: visible;
    position: absolute;
    width: 11.034px;
    height: 1.783px;
    left: 0.37px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1086_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1086 {
    overflow: visible;
    position: absolute;
    width: 10.986px;
    height: 1.774px;
    left: 0.408px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1087_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1087 {
    overflow: visible;
    position: absolute;
    width: 10.948px;
    height: 1.763px;
    left: 0.427px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1088_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1088 {
    overflow: visible;
    position: absolute;
    width: 10.9px;
    height: 1.753px;
    left: 0.451px;
    top: 0.182px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1089_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1089 {
    overflow: visible;
    position: absolute;
    width: 10.861px;
    height: 1.75px;
    left: 0.47px;
    top: 0.206px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1090_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1090 {
    overflow: visible;
    position: absolute;
    width: 10.818px;
    height: 1.74px;
    left: 0.49px;
    top: 0.216px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1091_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1091 {
    overflow: visible;
    position: absolute;
    width: 10.775px;
    height: 1.731px;
    left: 0.514px;
    top: 0.226px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1092_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1092 {
    overflow: visible;
    position: absolute;
    width: 10.731px;
    height: 1.721px;
    left: 0.533px;
    top: 0.235px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1093_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1093 {
    overflow: visible;
    position: absolute;
    width: 10.688px;
    height: 1.711px;
    left: 0.557px;
    top: 0.245px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1094_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1094 {
    overflow: visible;
    position: absolute;
    width: 10.645px;
    height: 1.702px;
    left: 0.576px;
    top: 0.254px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1095_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1095 {
    overflow: visible;
    position: absolute;
    width: 10.597px;
    height: 1.692px;
    left: 0.6px;
    top: 0.264px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1096_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1096 {
    overflow: visible;
    position: absolute;
    width: 10.563px;
    height: 1.683px;
    left: 0.619px;
    top: 0.274px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1097_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1097 {
    overflow: visible;
    position: absolute;
    width: 10.525px;
    height: 1.673px;
    left: 0.644px;
    top: 0.283px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1098_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1098 {
    overflow: visible;
    position: absolute;
    width: 10.472px;
    height: 1.668px;
    left: 0.663px;
    top: 0.293px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1099_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1099 {
    overflow: visible;
    position: absolute;
    width: 10.429px;
    height: 1.658px;
    left: 0.687px;
    top: 0.303px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1100_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1100 {
    overflow: visible;
    position: absolute;
    width: 10.386px;
    height: 1.654px;
    left: 0.706px;
    top: 0.307px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1101_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1101 {
    overflow: visible;
    position: absolute;
    width: 10.343px;
    height: 1.644px;
    left: 0.73px;
    top: 0.317px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1102_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1102 {
    overflow: visible;
    position: absolute;
    width: 10.299px;
    height: 1.635px;
    left: 0.749px;
    top: 0.327px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1103_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1103 {
    overflow: visible;
    position: absolute;
    width: 10.261px;
    height: 1.625px;
    left: 0.768px;
    top: 0.336px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1104_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1104 {
    overflow: visible;
    position: absolute;
    width: 10.213px;
    height: 1.615px;
    left: 0.792px;
    top: 0.346px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1105_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1105 {
    overflow: visible;
    position: absolute;
    width: 10.175px;
    height: 1.606px;
    left: 0.812px;
    top: 0.355px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1106_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1106 {
    overflow: visible;
    position: absolute;
    width: 10.127px;
    height: 1.596px;
    left: 0.85px;
    top: 0.365px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1107_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1107 {
    overflow: visible;
    position: absolute;
    width: 10.088px;
    height: 1.591px;
    left: 0.85px;
    top: 0.375px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1108_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1108 {
    overflow: visible;
    position: absolute;
    width: 10.04px;
    height: 1.582px;
    left: 0.879px;
    top: 0.384px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1109_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1109 {
    overflow: visible;
    position: absolute;
    width: 10.002px;
    height: 1.576px;
    left: 0.898px;
    top: 0.394px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1110_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1110 {
    overflow: visible;
    position: absolute;
    width: 9.954px;
    height: 1.563px;
    left: 0.922px;
    top: 0.403px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1111_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1111 {
    overflow: visible;
    position: absolute;
    width: 9.915px;
    height: 1.553px;
    left: 0.941px;
    top: 0.413px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1112_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1112 {
    overflow: visible;
    position: absolute;
    width: 9.867px;
    height: 1.543px;
    left: 0.965px;
    top: 0.423px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1113_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1113 {
    overflow: visible;
    position: absolute;
    width: 9.829px;
    height: 1.538px;
    left: 0.984px;
    top: 0.432px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1114_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1114 {
    overflow: visible;
    position: absolute;
    width: 9.786px;
    height: 1.529px;
    left: 1.004px;
    top: 0.442px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1115_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1115 {
    overflow: visible;
    position: absolute;
    width: 9.742px;
    height: 1.519px;
    left: 1.028px;
    top: 0.451px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1116_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1116 {
    overflow: visible;
    position: absolute;
    width: 9.699px;
    height: 1.514px;
    left: 1.047px;
    top: 0.461px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1117_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1117 {
    overflow: visible;
    position: absolute;
    width: 9.642px;
    height: 1.504px;
    left: 1.071px;
    top: 0.471px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1118_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1118 {
    overflow: visible;
    position: absolute;
    width: 9.603px;
    height: 1.495px;
    left: 1.09px;
    top: 0.48px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1119_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1119 {
    overflow: visible;
    position: absolute;
    width: 9.574px;
    height: 1.486px;
    left: 1.114px;
    top: 0.49px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1120_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1120 {
    overflow: visible;
    position: absolute;
    width: 9.526px;
    height: 1.482px;
    left: 1.133px;
    top: 0.495px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1121_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1121 {
    overflow: visible;
    position: absolute;
    width: 9.483px;
    height: 1.447px;
    left: 1.157px;
    top: 0.504px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1122_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1122 {
    overflow: visible;
    position: absolute;
    width: 9.44px;
    height: 1.449px;
    left: 1.177px;
    top: 0.514px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1123_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1123 {
    overflow: visible;
    position: absolute;
    width: 9.397px;
    height: 1.447px;
    left: 1.2px;
    top: 0.523px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1124_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1124 {
    overflow: visible;
    position: absolute;
    width: 9.354px;
    height: 1.447px;
    left: 1.22px;
    top: 0.533px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1125_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1125 {
    overflow: visible;
    position: absolute;
    width: 9.315px;
    height: 1.445px;
    left: 1.239px;
    top: 0.543px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1126_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1126 {
    overflow: visible;
    position: absolute;
    width: 9.267px;
    height: 1.447px;
    left: 1.263px;
    top: 0.552px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1127_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1127 {
    overflow: visible;
    position: absolute;
    width: 9.229px;
    height: 1.418px;
    left: 1.282px;
    top: 0.562px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1128_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1128 {
    overflow: visible;
    position: absolute;
    width: 9.181px;
    height: 1.408px;
    left: 1.33px;
    top: 0.571px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1129_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1129 {
    overflow: visible;
    position: absolute;
    width: 9.123px;
    height: 1.398px;
    left: 1.33px;
    top: 0.581px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1130_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1130 {
    overflow: visible;
    position: absolute;
    width: 9.123px;
    height: 1.391px;
    left: 1.33px;
    top: 0.591px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1131_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1131 {
    overflow: visible;
    position: absolute;
    width: 9.056px;
    height: 1.38px;
    left: 1.369px;
    top: 0.6px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1132_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1132 {
    overflow: visible;
    position: absolute;
    width: 9.008px;
    height: 1.37px;
    left: 1.393px;
    top: 0.61px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1133_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1133 {
    overflow: visible;
    position: absolute;
    width: 8.969px;
    height: 1.361px;
    left: 1.412px;
    top: 0.619px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1134_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1134 {
    overflow: visible;
    position: absolute;
    width: 8.921px;
    height: 1.355px;
    left: 1.436px;
    top: 0.629px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1135_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1135 {
    overflow: visible;
    position: absolute;
    width: 8.883px;
    height: 1.346px;
    left: 1.455px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1136_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1136 {
    overflow: visible;
    position: absolute;
    width: 8.84px;
    height: 1.336px;
    left: 1.474px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1137_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1137 {
    overflow: visible;
    position: absolute;
    width: 8.796px;
    height: 1.326px;
    left: 1.498px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1138_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1138 {
    overflow: visible;
    position: absolute;
    width: 8.753px;
    height: 1.317px;
    left: 1.517px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1139_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1139 {
    overflow: visible;
    position: absolute;
    width: 8.71px;
    height: 1.307px;
    left: 1.542px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1140_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1140 {
    overflow: visible;
    position: absolute;
    width: 8.643px;
    height: 1.302px;
    left: 1.561px;
    top: 0.663px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1141_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1141 {
    overflow: visible;
    position: absolute;
    width: 8.643px;
    height: 1.293px;
    left: 1.584px;
    top: 0.691px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1142_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1142 {
    overflow: visible;
    position: absolute;
    width: 8.581px;
    height: 1.284px;
    left: 1.604px;
    top: 0.701px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1143_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1143 {
    overflow: visible;
    position: absolute;
    width: 8.537px;
    height: 1.279px;
    left: 1.628px;
    top: 0.711px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1144_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1144 {
    overflow: visible;
    position: absolute;
    width: 8.494px;
    height: 1.269px;
    left: 1.647px;
    top: 0.72px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1145_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1145 {
    overflow: visible;
    position: absolute;
    width: 8.451px;
    height: 1.259px;
    left: 1.671px;
    top: 0.73px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1146_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1146 {
    overflow: visible;
    position: absolute;
    width: 8.407px;
    height: 1.25px;
    left: 1.69px;
    top: 0.739px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1147_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1147 {
    overflow: visible;
    position: absolute;
    width: 8.364px;
    height: 1.24px;
    left: 1.714px;
    top: 0.749px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1148_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1148 {
    overflow: visible;
    position: absolute;
    width: 8.321px;
    height: 1.23px;
    left: 1.733px;
    top: 0.759px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1149_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1149 {
    overflow: visible;
    position: absolute;
    width: 8.283px;
    height: 1.221px;
    left: 1.753px;
    top: 0.768px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1150_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1150 {
    overflow: visible;
    position: absolute;
    width: 8.235px;
    height: 1.212px;
    left: 1.777px;
    top: 0.778px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1151_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1151 {
    overflow: visible;
    position: absolute;
    width: 8.163px;
    height: 1.201px;
    left: 1.81px;
    top: 0.787px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1152_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1152 {
    overflow: visible;
    position: absolute;
    width: 8.148px;
    height: 1.196px;
    left: 1.81px;
    top: 0.797px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1153_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1153 {
    overflow: visible;
    position: absolute;
    width: 8.134px;
    height: 1.188px;
    left: 1.839px;
    top: 0.807px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1154_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1154 {
    overflow: visible;
    position: absolute;
    width: 8.062px;
    height: 1.178px;
    left: 1.863px;
    top: 0.816px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1155_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1155 {
    overflow: visible;
    position: absolute;
    width: 8.023px;
    height: 1.168px;
    left: 1.882px;
    top: 0.826px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1156_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1156 {
    overflow: visible;
    position: absolute;
    width: 7.976px;
    height: 1.158px;
    left: 1.906px;
    top: 0.835px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1157_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1157 {
    overflow: visible;
    position: absolute;
    width: 7.937px;
    height: 1.149px;
    left: 1.926px;
    top: 0.845px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1158_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1158 {
    overflow: visible;
    position: absolute;
    width: 7.889px;
    height: 1.139px;
    left: 1.949px;
    top: 0.855px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1159_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1159 {
    overflow: visible;
    position: absolute;
    width: 7.851px;
    height: 1.13px;
    left: 1.969px;
    top: 0.864px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1160_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1160 {
    overflow: visible;
    position: absolute;
    width: 7.807px;
    height: 1.12px;
    left: 1.988px;
    top: 0.874px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1161_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1161 {
    overflow: visible;
    position: absolute;
    width: 7.764px;
    height: 1.119px;
    left: 2.012px;
    top: 0.879px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1162_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1162 {
    overflow: visible;
    position: absolute;
    width: 7.707px;
    height: 1.11px;
    left: 2.031px;
    top: 0.888px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1163_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1163 {
    overflow: visible;
    position: absolute;
    width: 7.683px;
    height: 1.1px;
    left: 2.055px;
    top: 0.898px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1164_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1164 {
    overflow: visible;
    position: absolute;
    width: 7.654px;
    height: 1.093px;
    left: 2.074px;
    top: 0.908px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1165_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1165 {
    overflow: visible;
    position: absolute;
    width: 7.591px;
    height: 1.082px;
    left: 2.098px;
    top: 0.917px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1166_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1166 {
    overflow: visible;
    position: absolute;
    width: 7.548px;
    height: 1.073px;
    left: 2.117px;
    top: 0.927px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1167_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1167 {
    overflow: visible;
    position: absolute;
    width: 7.505px;
    height: 1.062px;
    left: 2.142px;
    top: 0.936px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1168_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1168 {
    overflow: visible;
    position: absolute;
    width: 7.461px;
    height: 1.052px;
    left: 2.161px;
    top: 0.946px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1169_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1169 {
    overflow: visible;
    position: absolute;
    width: 7.418px;
    height: 1.042px;
    left: 2.185px;
    top: 0.956px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1170_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1170 {
    overflow: visible;
    position: absolute;
    width: 7.375px;
    height: 1.036px;
    left: 2.204px;
    top: 0.965px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1171_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1171 {
    overflow: visible;
    position: absolute;
    width: 7.337px;
    height: 1.028px;
    left: 2.223px;
    top: 0.975px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1172_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1172 {
    overflow: visible;
    position: absolute;
    width: 7.289px;
    height: 1.019px;
    left: 2.247px;
    top: 0.984px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1173_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1173 {
    overflow: visible;
    position: absolute;
    width: 7.25px;
    height: 1.009px;
    left: 2.29px;
    top: 0.994px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1174_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1174 {
    overflow: visible;
    position: absolute;
    width: 7.202px;
    height: 1px;
    left: 2.29px;
    top: 1.004px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1175_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1175 {
    overflow: visible;
    position: absolute;
    width: 7.202px;
    height: 0.991px;
    left: 2.29px;
    top: 1.013px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1176_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1176 {
    overflow: visible;
    position: absolute;
    width: 7.116px;
    height: 0.966px;
    left: 2.334px;
    top: 1.023px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1177_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1177 {
    overflow: visible;
    position: absolute;
    width: 7.078px;
    height: 0.968px;
    left: 2.353px;
    top: 1.032px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1178_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1178 {
    overflow: visible;
    position: absolute;
    width: 7.03px;
    height: 0.966px;
    left: 2.377px;
    top: 1.042px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1179_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1179 {
    overflow: visible;
    position: absolute;
    width: 6.991px;
    height: 0.966px;
    left: 2.396px;
    top: 1.052px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1180_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1180 {
    overflow: visible;
    position: absolute;
    width: 6.943px;
    height: 0.964px;
    left: 2.42px;
    top: 1.061px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1181_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1181 {
    overflow: visible;
    position: absolute;
    width: 6.905px;
    height: 0.941px;
    left: 2.439px;
    top: 1.066px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1182_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1182 {
    overflow: visible;
    position: absolute;
    width: 6.862px;
    height: 0.932px;
    left: 2.458px;
    top: 1.076px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1183_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1183 {
    overflow: visible;
    position: absolute;
    width: 6.818px;
    height: 0.923px;
    left: 2.482px;
    top: 1.085px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1184_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1184 {
    overflow: visible;
    position: absolute;
    width: 6.756px;
    height: 0.913px;
    left: 2.502px;
    top: 1.095px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1185_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1185 {
    overflow: visible;
    position: absolute;
    width: 6.722px;
    height: 0.903px;
    left: 2.526px;
    top: 1.104px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1186_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1186 {
    overflow: visible;
    position: absolute;
    width: 6.722px;
    height: 0.894px;
    left: 2.545px;
    top: 1.114px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1187_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1187 {
    overflow: visible;
    position: absolute;
    width: 6.646px;
    height: 0.884px;
    left: 2.569px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1188_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1188 {
    overflow: visible;
    position: absolute;
    width: 6.602px;
    height: 0.879px;
    left: 2.588px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1189_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1189 {
    overflow: visible;
    position: absolute;
    width: 6.559px;
    height: 0.869px;
    left: 2.612px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1190_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1190 {
    overflow: visible;
    position: absolute;
    width: 6.516px;
    height: 0.86px;
    left: 2.631px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1191_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1191 {
    overflow: visible;
    position: absolute;
    width: 6.472px;
    height: 0.851px;
    left: 2.656px;
    top: 1.143px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1192_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1192 {
    overflow: visible;
    position: absolute;
    width: 6.429px;
    height: 0.841px;
    left: 2.675px;
    top: 1.172px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1193_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1193 {
    overflow: visible;
    position: absolute;
    width: 6.386px;
    height: 0.831px;
    left: 2.698px;
    top: 1.181px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1194_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1194 {
    overflow: visible;
    position: absolute;
    width: 6.343px;
    height: 0.822px;
    left: 2.718px;
    top: 1.191px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1195_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1195 {
    overflow: visible;
    position: absolute;
    width: 6.304px;
    height: 0.812px;
    left: 2.737px;
    top: 1.2px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1196_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1196 {
    overflow: visible;
    position: absolute;
    width: 6.242px;
    height: 0.802px;
    left: 2.771px;
    top: 1.21px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1197_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1197 {
    overflow: visible;
    position: absolute;
    width: 6.218px;
    height: 0.797px;
    left: 2.771px;
    top: 1.22px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1198_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1198 {
    overflow: visible;
    position: absolute;
    width: 6.17px;
    height: 0.788px;
    left: 2.804px;
    top: 1.229px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1199_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1199 {
    overflow: visible;
    position: absolute;
    width: 6.132px;
    height: 0.778px;
    left: 2.823px;
    top: 1.239px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1200_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1200 {
    overflow: visible;
    position: absolute;
    width: 6.083px;
    height: 0.768px;
    left: 2.847px;
    top: 1.248px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1201_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1201 {
    overflow: visible;
    position: absolute;
    width: 6.045px;
    height: 0.763px;
    left: 2.867px;
    top: 1.253px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1202_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1202 {
    overflow: visible;
    position: absolute;
    width: 5.997px;
    height: 0.754px;
    left: 2.891px;
    top: 1.263px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1203_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1203 {
    overflow: visible;
    position: absolute;
    width: 5.959px;
    height: 0.745px;
    left: 2.91px;
    top: 1.272px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1204_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1204 {
    overflow: visible;
    position: absolute;
    width: 5.911px;
    height: 0.735px;
    left: 2.934px;
    top: 1.282px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1205_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1205 {
    overflow: visible;
    position: absolute;
    width: 5.873px;
    height: 0.726px;
    left: 2.953px;
    top: 1.292px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1206_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1206 {
    overflow: visible;
    position: absolute;
    width: 5.829px;
    height: 0.72px;
    left: 2.972px;
    top: 1.301px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1207_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1207 {
    overflow: visible;
    position: absolute;
    width: 5.762px;
    height: 0.71px;
    left: 2.996px;
    top: 1.311px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1208_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1208 {
    overflow: visible;
    position: absolute;
    width: 5.762px;
    height: 0.701px;
    left: 3.015px;
    top: 1.32px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1209_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1209 {
    overflow: visible;
    position: absolute;
    width: 5.699px;
    height: 0.691px;
    left: 3.04px;
    top: 1.33px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1210_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1210 {
    overflow: visible;
    position: absolute;
    width: 5.656px;
    height: 0.682px;
    left: 3.059px;
    top: 1.34px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1211_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1211 {
    overflow: visible;
    position: absolute;
    width: 5.613px;
    height: 0.672px;
    left: 3.083px;
    top: 1.349px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1212_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1212 {
    overflow: visible;
    position: absolute;
    width: 5.57px;
    height: 0.662px;
    left: 3.102px;
    top: 1.359px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1213_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1213 {
    overflow: visible;
    position: absolute;
    width: 5.527px;
    height: 0.653px;
    left: 3.126px;
    top: 1.368px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1214_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1214 {
    overflow: visible;
    position: absolute;
    width: 5.483px;
    height: 0.643px;
    left: 3.145px;
    top: 1.378px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1215_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1215 {
    overflow: visible;
    position: absolute;
    width: 5.44px;
    height: 0.638px;
    left: 3.169px;
    top: 1.388px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1216_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1216 {
    overflow: visible;
    position: absolute;
    width: 5.397px;
    height: 0.629px;
    left: 3.188px;
    top: 1.397px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1217_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1217 {
    overflow: visible;
    position: absolute;
    width: 5.358px;
    height: 0.619px;
    left: 3.208px;
    top: 1.407px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1218_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1218 {
    overflow: visible;
    position: absolute;
    width: 5.282px;
    height: 0.609px;
    left: 3.251px;
    top: 1.416px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1219_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1219 {
    overflow: visible;
    position: absolute;
    width: 5.282px;
    height: 0.6px;
    left: 3.251px;
    top: 1.426px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1220_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1220 {
    overflow: visible;
    position: absolute;
    width: 5.224px;
    height: 0.59px;
    left: 3.275px;
    top: 1.436px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1221_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1221 {
    overflow: visible;
    position: absolute;
    width: 5.186px;
    height: 0.581px;
    left: 3.294px;
    top: 1.445px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1222_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1222 {
    overflow: visible;
    position: absolute;
    width: 5.137px;
    height: 0.576px;
    left: 3.318px;
    top: 1.45px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1223_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1223 {
    overflow: visible;
    position: absolute;
    width: 5.099px;
    height: 0.569px;
    left: 3.337px;
    top: 1.46px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1224_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1224 {
    overflow: visible;
    position: absolute;
    width: 5.051px;
    height: 0.561px;
    left: 3.361px;
    top: 1.469px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1225_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1225 {
    overflow: visible;
    position: absolute;
    width: 5.013px;
    height: 0.552px;
    left: 3.38px;
    top: 1.479px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1226_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1226 {
    overflow: visible;
    position: absolute;
    width: 4.965px;
    height: 0.542px;
    left: 3.404px;
    top: 1.488px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1227_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1227 {
    overflow: visible;
    position: absolute;
    width: 4.927px;
    height: 0.532px;
    left: 3.424px;
    top: 1.498px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1228_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1228 {
    overflow: visible;
    position: absolute;
    width: 4.878px;
    height: 0.522px;
    left: 3.448px;
    top: 1.508px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1229_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1229 {
    overflow: visible;
    position: absolute;
    width: 4.802px;
    height: 0.511px;
    left: 3.467px;
    top: 1.517px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1230_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1230 {
    overflow: visible;
    position: absolute;
    width: 4.802px;
    height: 0.485px;
    left: 3.486px;
    top: 1.527px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1231_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1231 {
    overflow: visible;
    position: absolute;
    width: 4.773px;
    height: 0.485px;
    left: 3.51px;
    top: 1.537px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1232_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1232 {
    overflow: visible;
    position: absolute;
    width: 4.71px;
    height: 0.485px;
    left: 3.529px;
    top: 1.546px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1233_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1233 {
    overflow: visible;
    position: absolute;
    width: 4.667px;
    height: 0.484px;
    left: 3.553px;
    top: 1.556px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1234_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1234 {
    overflow: visible;
    position: absolute;
    width: 4.624px;
    height: 0.484px;
    left: 3.573px;
    top: 1.565px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1235_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1235 {
    overflow: visible;
    position: absolute;
    width: 4.581px;
    height: 0.484px;
    left: 3.596px;
    top: 1.575px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1236_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1236 {
    overflow: visible;
    position: absolute;
    width: 4.537px;
    height: 0.45px;
    left: 3.616px;
    top: 1.585px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1237_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1237 {
    overflow: visible;
    position: absolute;
    width: 4.494px;
    height: 0.44px;
    left: 3.64px;
    top: 1.594px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1238_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1238 {
    overflow: visible;
    position: absolute;
    width: 4.451px;
    height: 0.431px;
    left: 3.659px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1239_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1239 {
    overflow: visible;
    position: absolute;
    width: 4.408px;
    height: 0.422px;
    left: 3.683px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1240_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1240 {
    overflow: visible;
    position: absolute;
    width: 4.365px;
    height: 0.412px;
    left: 3.702px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1241_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1241 {
    overflow: visible;
    position: absolute;
    width: 4.322px;
    height: 0.404px;
    left: 3.731px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1242_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1242 {
    overflow: visible;
    position: absolute;
    width: 4.278px;
    height: 0.402px;
    left: 3.731px;
    top: 1.623px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1243_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1243 {
    overflow: visible;
    position: absolute;
    width: 4.24px;
    height: 0.392px;
    left: 3.764px;
    top: 1.647px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1244_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1244 {
    overflow: visible;
    position: absolute;
    width: 4.192px;
    height: 0.383px;
    left: 3.789px;
    top: 1.657px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1245_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1245 {
    overflow: visible;
    position: absolute;
    width: 4.149px;
    height: 0.373px;
    left: 3.808px;
    top: 1.666px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1246_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1246 {
    overflow: visible;
    position: absolute;
    width: 13.905px;
    height: 3.467px;
    left: 170.855px;
    top: 11.428px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1247_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1247 {
    overflow: visible;
    position: absolute;
    width: 1.172px;
    height: 6.655px;
    left: 184.093px;
    top: 13.598px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1248_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1248 {
    overflow: visible;
    position: absolute;
    width: 1.157px;
    height: 6.655px;
    left: 170.423px;
    top: 13.598px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1249_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1249 {
    overflow: visible;
    position: absolute;
    width: 13.871px;
    height: 2.247px;
    left: 170.899px;
    top: 12.215px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1250_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1250 {
    overflow: visible;
    position: absolute;
    width: 13.871px;
    height: 2.247px;
    left: 170.899px;
    top: 11.927px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1251_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1251 {
    overflow: visible;
    position: absolute;
    width: 13.871px;
    height: 2.247px;
    left: 170.899px;
    top: 11.629px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1252_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1252 {
    overflow: visible;
    position: absolute;
    width: 13.872px;
    height: 2.247px;
    left: 170.899px;
    top: 12.455px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1253_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1253 {
    overflow: visible;
    position: absolute;
    width: 0.669px;
    height: 6.305px;
    left: 170.817px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1254_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1254 {
    overflow: visible;
    position: absolute;
    width: 0.664px;
    height: 6.319px;
    left: 170.639px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1255_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1255 {
    overflow: visible;
    position: absolute;
    width: 0.669px;
    height: 6.319px;
    left: 170.476px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1256_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1256 {
    overflow: visible;
    position: absolute;
    width: 0.669px;
    height: 6.319px;
    left: 184.199px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1257_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1257 {
    overflow: visible;
    position: absolute;
    width: 0.645px;
    height: 6.304px;
    left: 184.401px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1258_Class {
    fill: transparent;
    stroke: rgba(131,176,187,1);
    stroke-width: 0.05000000074505806px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 0.2199999988079071 0.10999999940395355;
    stroke-dashoffset: 0;
    stroke-miterlimit: 10;
    shape-rendering: auto;
}

.Trazado_1258 {
    overflow: visible;
    position: absolute;
    width: 0.664px;
    height: 6.32px;
    left: 184.559px;
    top: 13.771px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_9_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 13.427px;
    height: 2.013px;
    left: 171.122px;
    top: 14.789px;
    overflow: visible;
}

.Trazado_1259_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1259 {
    overflow: visible;
    position: absolute;
    width: 13.427px;
    height: 2.013px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1260_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1260 {
    overflow: visible;
    position: absolute;
    width: 13.419px;
    height: 2.013px;
    left: 0.008px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1261_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1261 {
    overflow: visible;
    position: absolute;
    width: 13.419px;
    height: 2.005px;
    left: 0.008px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1262_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1262 {
    overflow: visible;
    position: absolute;
    width: 13.424px;
    height: 2.005px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1263_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1263 {
    overflow: visible;
    position: absolute;
    width: 13.424px;
    height: 2.005px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1264_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1264 {
    overflow: visible;
    position: absolute;
    width: 13.422px;
    height: 2.005px;
    left: 0.006px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1265_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1265 {
    overflow: visible;
    position: absolute;
    width: 13.422px;
    height: 2.005px;
    left: 0.006px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1266_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1266 {
    overflow: visible;
    position: absolute;
    width: 13.422px;
    height: 2.005px;
    left: 0.006px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1267_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1267 {
    overflow: visible;
    position: absolute;
    width: 13.422px;
    height: 2.005px;
    left: 0.006px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1268_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1268 {
    overflow: visible;
    position: absolute;
    width: 13.422px;
    height: 2.005px;
    left: 0.006px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1269_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1269 {
    overflow: visible;
    position: absolute;
    width: 13.422px;
    height: 2.005px;
    left: 0.006px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1270_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1270 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 2.005px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1271_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1271 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 2.005px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1272_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1272 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 2.005px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1273_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1273 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 2.005px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1274_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1274 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 2.005px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1275_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1275 {
    overflow: visible;
    position: absolute;
    width: 13.415px;
    height: 2.005px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1276_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1276 {
    overflow: visible;
    position: absolute;
    width: 13.415px;
    height: 2.002px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1277_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1277 {
    overflow: visible;
    position: absolute;
    width: 13.415px;
    height: 2.002px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1278_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1278 {
    overflow: visible;
    position: absolute;
    width: 13.415px;
    height: 2.002px;
    left: 0.012px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1279_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1279 {
    overflow: visible;
    position: absolute;
    width: 13.414px;
    height: 2.002px;
    left: 0.013px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1280_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1280 {
    overflow: visible;
    position: absolute;
    width: 13.414px;
    height: 2.002px;
    left: 0.013px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1281_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1281 {
    overflow: visible;
    position: absolute;
    width: 13.414px;
    height: 2.002px;
    left: 0.013px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1282_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1282 {
    overflow: visible;
    position: absolute;
    width: 13.414px;
    height: 2.002px;
    left: 0.013px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1283_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1283 {
    overflow: visible;
    position: absolute;
    width: 13.414px;
    height: 2.002px;
    left: 0.013px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1284_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1284 {
    overflow: visible;
    position: absolute;
    width: 13.414px;
    height: 2.002px;
    left: 0.013px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1285_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1285 {
    overflow: visible;
    position: absolute;
    width: 13.414px;
    height: 2.002px;
    left: 0.013px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1286_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1286 {
    overflow: visible;
    position: absolute;
    width: 13.419px;
    height: 2.002px;
    left: 0.009px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1287_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1287 {
    overflow: visible;
    position: absolute;
    width: 13.414px;
    height: 2.002px;
    left: 0.013px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1288_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1288 {
    overflow: visible;
    position: absolute;
    width: 13.412px;
    height: 2.002px;
    left: 0.015px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1289_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1289 {
    overflow: visible;
    position: absolute;
    width: 13.412px;
    height: 2.002px;
    left: 0.015px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1290_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1290 {
    overflow: visible;
    position: absolute;
    width: 13.412px;
    height: 2.002px;
    left: 0.015px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1291_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1291 {
    overflow: visible;
    position: absolute;
    width: 13.412px;
    height: 2.002px;
    left: 0.015px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1292_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1292 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1293_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1293 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1294_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1294 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1295_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1295 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1296_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1296 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1297_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1297 {
    overflow: visible;
    position: absolute;
    width: 13.384px;
    height: 2.002px;
    left: 0.044px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1298_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1298 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1299_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1299 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1300_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1300 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1301_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1301 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1302_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1302 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1303_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1303 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1304_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1304 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1305_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1305 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1306_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1306 {
    overflow: visible;
    position: absolute;
    width: 13.382px;
    height: 2.002px;
    left: 0.045px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1307_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1307 {
    overflow: visible;
    position: absolute;
    width: 13.381px;
    height: 1.997px;
    left: 0.046px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1308_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1308 {
    overflow: visible;
    position: absolute;
    width: 13.381px;
    height: 1.997px;
    left: 0.046px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1309_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1309 {
    overflow: visible;
    position: absolute;
    width: 13.381px;
    height: 1.997px;
    left: 0.046px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1310_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1310 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1311_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1311 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1312_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1312 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1313_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1313 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1314_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1314 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1315_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1315 {
    overflow: visible;
    position: absolute;
    width: 13.376px;
    height: 1.997px;
    left: 0.051px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1316_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1316 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1317_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1317 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1318_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1318 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1319_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1319 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1320_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1320 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1321_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1321 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1322_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1322 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1323_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1323 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1324_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1324 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1325_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1325 {
    overflow: visible;
    position: absolute;
    width: 13.374px;
    height: 1.997px;
    left: 0.053px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1326_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1326 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1327_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1327 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1328_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1328 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1329_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1329 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1330_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1330 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1331_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1331 {
    overflow: visible;
    position: absolute;
    width: 13.368px;
    height: 1.997px;
    left: 0.059px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1332_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1332 {
    overflow: visible;
    position: absolute;
    width: 13.373px;
    height: 1.997px;
    left: 0.054px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1333_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1333 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.035px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1334_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1334 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.035px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1335_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1335 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1336_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1336 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1337_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1337 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1338_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1338 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1339_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1339 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1340_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1340 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1341_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1341 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1342_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1342 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1343_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1343 {
    overflow: visible;
    position: absolute;
    width: 13.391px;
    height: 1.997px;
    left: 0.036px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1344_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1344 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1345_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1345 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1346_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1346 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1347_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1347 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1348_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1348 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1349_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1349 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1350_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1350 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1351_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1351 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1352_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1352 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1353_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1353 {
    overflow: visible;
    position: absolute;
    width: 13.39px;
    height: 1.997px;
    left: 0.037px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1354_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1354 {
    overflow: visible;
    position: absolute;
    width: 13.389px;
    height: 1.997px;
    left: 0.038px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1355_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1355 {
    overflow: visible;
    position: absolute;
    width: 13.394px;
    height: 1.997px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1356_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1356 {
    overflow: visible;
    position: absolute;
    width: 13.394px;
    height: 1.997px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1357_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1357 {
    overflow: visible;
    position: absolute;
    width: 13.394px;
    height: 1.997px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1358_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1358 {
    overflow: visible;
    position: absolute;
    width: 13.394px;
    height: 1.997px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1359_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1359 {
    overflow: visible;
    position: absolute;
    width: 13.394px;
    height: 1.997px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1360_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1360 {
    overflow: visible;
    position: absolute;
    width: 13.394px;
    height: 1.997px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1361_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1361 {
    overflow: visible;
    position: absolute;
    width: 13.394px;
    height: 1.997px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1362_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1362 {
    overflow: visible;
    position: absolute;
    width: 13.394px;
    height: 1.997px;
    left: 0.033px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1363_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1363 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1364_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1364 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1365_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1365 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1366_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1366 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1367_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1367 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1368_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1368 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1369_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1369 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1370_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1370 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1371_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1371 {
    overflow: visible;
    position: absolute;
    width: 13.393px;
    height: 1.997px;
    left: 0.034px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1372_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1372 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1373_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1373 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1374_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1374 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1375_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1375 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1376_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1376 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1377_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1377 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1378_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1378 {
    overflow: visible;
    position: absolute;
    width: 13.397px;
    height: 1.997px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1379_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1379 {
    overflow: visible;
    position: absolute;
    width: 13.402px;
    height: 1.997px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1380_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1380 {
    overflow: visible;
    position: absolute;
    width: 13.402px;
    height: 1.997px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1381_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1381 {
    overflow: visible;
    position: absolute;
    width: 13.402px;
    height: 1.997px;
    left: 0.025px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1382_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1382 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1383_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1383 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1384_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1384 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1385_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1385 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1386_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1386 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1387_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1387 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1388_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1388 {
    overflow: visible;
    position: absolute;
    width: 13.401px;
    height: 1.997px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1389_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1389 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1390_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1390 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1391_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1391 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1392_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1392 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1393_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1393 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1394_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1394 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1395_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1395 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1396_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1396 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1397_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1397 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1398_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1398 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1399_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1399 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1400_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1400 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1401_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1401 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1402_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1402 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1403_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1403 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1404_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1404 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1405_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1405 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1406_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1406 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1407_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1407 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1408_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1408 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1409_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1409 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1410_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1410 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1411_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1411 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1412_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1412 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1413_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1413 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1414_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1414 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1415_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1415 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1416_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1416 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1417_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1417 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1418_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1418 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1419_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1419 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1420_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1420 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1421_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1421 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1422_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1422 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1423_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1423 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1424_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1424 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1425_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1425 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1426_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1426 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1427_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1427 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1428_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1428 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1429_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1429 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1430_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1430 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1431_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1431 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1432_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1432 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1433_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1433 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1434_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1434 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.997px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1435_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1435 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1436_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1436 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1437_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1437 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1438_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1438 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1439_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1439 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1440_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1440 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1441_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1441 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1442_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1442 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1443_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1443 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1444_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1444 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1445_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1445 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1446_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1446 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1447_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1447 {
    overflow: visible;
    position: absolute;
    width: 13.411px;
    height: 1.993px;
    left: 0.016px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1448_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1448 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1449_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1449 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1450_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1450 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1451_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1451 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1452_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1452 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1453_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1453 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1454_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1454 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1455_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1455 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1456_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1456 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1457_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1457 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1458_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1458 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1459_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1459 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1460_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1460 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1461_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1461 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1462_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1462 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1463_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1463 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1464_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1464 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1465_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1465 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1466_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1466 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1467_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1467 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1468_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1468 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1469_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1469 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1470_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1470 {
    overflow: visible;
    position: absolute;
    width: 13.416px;
    height: 1.993px;
    left: 0.011px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1471_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1471 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1472_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1472 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1473_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1473 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1474_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1474 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1475_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1475 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1476_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1476 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1477_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1477 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1478_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1478 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1479_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1479 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1480_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1480 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1481_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1481 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1482_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1482 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1483_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1483 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1484_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1484 {
    overflow: visible;
    position: absolute;
    width: 13.425px;
    height: 1.993px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1485_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1485 {
    overflow: visible;
    position: absolute;
    width: 13.42px;
    height: 1.993px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_10_Class {
    mix-blend-mode: multiply;
    position: absolute;
    width: 12.983px;
    height: 1.05px;
    left: 171.346px;
    top: 17.804px;
    overflow: visible;
}

.Trazado_1486_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1486 {
    overflow: visible;
    position: absolute;
    width: 12.982px;
    height: 1.047px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1487_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1487 {
    overflow: visible;
    position: absolute;
    width: 12.982px;
    height: 1.047px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1488_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1488 {
    overflow: visible;
    position: absolute;
    width: 12.982px;
    height: 1.047px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1489_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1489 {
    overflow: visible;
    position: absolute;
    width: 12.982px;
    height: 1.047px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1490_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1490 {
    overflow: visible;
    position: absolute;
    width: 12.981px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1491_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1491 {
    overflow: visible;
    position: absolute;
    width: 12.981px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1492_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1492 {
    overflow: visible;
    position: absolute;
    width: 12.981px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1493_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1493 {
    overflow: visible;
    position: absolute;
    width: 12.981px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1494_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1494 {
    overflow: visible;
    position: absolute;
    width: 12.981px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1495_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1495 {
    overflow: visible;
    position: absolute;
    width: 12.981px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1496_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1496 {
    overflow: visible;
    position: absolute;
    width: 12.981px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1497_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1497 {
    overflow: visible;
    position: absolute;
    width: 12.981px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1498_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1498 {
    overflow: visible;
    position: absolute;
    width: 12.981px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1499_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1499 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1500_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1500 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1501_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1501 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1502_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1502 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1503_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1503 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1504_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1504 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1505_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1505 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1506_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1506 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1507_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1507 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.003px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1508_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1508 {
    overflow: visible;
    position: absolute;
    width: 12.978px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1509_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1509 {
    overflow: visible;
    position: absolute;
    width: 12.978px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1510_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1510 {
    overflow: visible;
    position: absolute;
    width: 12.978px;
    height: 1.05px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1511_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1511 {
    overflow: visible;
    position: absolute;
    width: 12.978px;
    height: 1.05px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1512_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1512 {
    overflow: visible;
    position: absolute;
    width: 12.978px;
    height: 1.05px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1513_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1513 {
    overflow: visible;
    position: absolute;
    width: 12.978px;
    height: 1.05px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1514_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1514 {
    overflow: visible;
    position: absolute;
    width: 12.98px;
    height: 1.05px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1515_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1515 {
    overflow: visible;
    position: absolute;
    width: 12.98px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1516_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1516 {
    overflow: visible;
    position: absolute;
    width: 12.98px;
    height: 1.047px;
    left: 0.002px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1517_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1517 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.004px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1518_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1518 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.004px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1519_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1519 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.004px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1520_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1520 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.004px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1521_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1521 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.004px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1522_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1522 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.004px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1523_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1523 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.004px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1524_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1524 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.004px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1525_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1525 {
    overflow: visible;
    position: absolute;
    width: 12.979px;
    height: 1.047px;
    left: 0.004px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1526_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1526 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1527_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1527 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1528_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1528 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1529_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1529 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1530_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1530 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1531_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1531 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1532_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1532 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1533_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1533 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1534_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1534 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1535_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1535 {
    overflow: visible;
    position: absolute;
    width: 12.977px;
    height: 1.047px;
    left: 0.005px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1536_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1536 {
    overflow: visible;
    position: absolute;
    width: 12.976px;
    height: 1.047px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1537_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1537 {
    overflow: visible;
    position: absolute;
    width: 12.976px;
    height: 1.047px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1538_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1538 {
    overflow: visible;
    position: absolute;
    width: 12.976px;
    height: 1.047px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1539_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1539 {
    overflow: visible;
    position: absolute;
    width: 12.976px;
    height: 1.047px;
    left: 0.007px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1540_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1540 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1541_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1541 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1542_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1542 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1543_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1543 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1544_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1544 {
    overflow: visible;
    position: absolute;
    width: 12.957px;
    height: 1.047px;
    left: 0.026px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1545_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1545 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.027px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1546_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1546 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.027px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1547_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1547 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.027px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1548_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1548 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.027px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1549_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1549 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.027px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1550_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1550 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.027px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1551_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1551 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.027px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1552_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1552 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.027px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1553_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1553 {
    overflow: visible;
    position: absolute;
    width: 12.956px;
    height: 1.047px;
    left: 0.027px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1554_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1554 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1555_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1555 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1556_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1556 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1557_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1557 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1558_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1558 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1559_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1559 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1560_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1560 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1561_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1561 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1562_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1562 {
    overflow: visible;
    position: absolute;
    width: 12.954px;
    height: 1.047px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1563_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1563 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1564_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1564 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1565_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1565 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1566_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1566 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1567_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1567 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1568_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1568 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1569_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1569 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1570_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1570 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1571_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1571 {
    overflow: visible;
    position: absolute;
    width: 12.953px;
    height: 1.047px;
    left: 0.029px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1572_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1572 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.047px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1573_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1573 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1574_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1574 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1575_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1575 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1576_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1576 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1577_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1577 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1578_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1578 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1579_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1579 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1580_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1580 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1581_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1581 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.03px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1582_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1582 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1583_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1583 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1584_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1584 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1585_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1585 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1586_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1586 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1587_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1587 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1588_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1588 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1589_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1589 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1590_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1590 {
    overflow: visible;
    position: absolute;
    width: 12.952px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1591_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1591 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1592_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1592 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1593_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1593 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1594_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1594 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1595_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1595 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1596_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1596 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1597_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1597 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1598_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1598 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1599_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1599 {
    overflow: visible;
    position: absolute;
    width: 12.951px;
    height: 1.042px;
    left: 0.031px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1600_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1600 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1601_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1601 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1602_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1602 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1603_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1603 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1604_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1604 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1605_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1605 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1606_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1606 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1607_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1607 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1608_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1608 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1609_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1609 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1610_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1610 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1611_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1611 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1612_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1612 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1613_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1613 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1614_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1614 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1615_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1615 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1616_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1616 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1617_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1617 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1618_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1618 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1619_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1619 {
    overflow: visible;
    position: absolute;
    width: 12.95px;
    height: 1.042px;
    left: 0.032px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1620_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1620 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1621_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1621 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1622_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1622 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1623_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1623 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1624_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1624 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1625_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1625 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1626_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1626 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1627_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1627 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1628_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1628 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1629_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1629 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1630_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1630 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1631_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1631 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1632_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1632 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1633_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1633 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1634_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1634 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1635_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1635 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1636_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1636 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1637_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1637 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1638_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1638 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1639_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1639 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1640_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1640 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1641_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1641 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1642_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1642 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1643_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1643 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1644_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1644 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1645_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1645 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1646_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1646 {
    overflow: visible;
    position: absolute;
    width: 12.955px;
    height: 1.042px;
    left: 0.028px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1647_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1647 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1648_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1648 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1649_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1649 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1650_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1650 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1651_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1651 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1652_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1652 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1653_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1653 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1654_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1654 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1655_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1655 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1656_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1656 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1657_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1657 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1658_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1658 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1659_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1659 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1660_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1660 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1661_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1661 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1662_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1662 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1663_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1663 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1664_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1664 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1665_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1665 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1666_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1666 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1667_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1667 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1668_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1668 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1669_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1669 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1670_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1670 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1671_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1671 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1672_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1672 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1673_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1673 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1674_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1674 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1675_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1675 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1676_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1676 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1677_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1677 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1678_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1678 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1679_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1679 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1680_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1680 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1681_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1681 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1682_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1682 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1683_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1683 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1684_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1684 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1685_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1685 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1686_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1686 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1687_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1687 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1688_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1688 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1689_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1689 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1690_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1690 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1691_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1691 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1692_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1692 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.042px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1693_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1693 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1694_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1694 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1695_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1695 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1696_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1696 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1697_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1697 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1698_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1698 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1699_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1699 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1700_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1700 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1701_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1701 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1702_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1702 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1703_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1703 {
    overflow: visible;
    position: absolute;
    width: 12.959px;
    height: 1.037px;
    left: 0.023px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1704_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1704 {
    overflow: visible;
    position: absolute;
    width: 12.969px;
    height: 1.037px;
    left: 0.009px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1705_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1705 {
    mix-blend-mode: multiply;
    overflow: visible;
    position: absolute;
    width: 6.631px;
    height: 11.647px;
    left: 177.923px;
    top: 12.743px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1706_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1706 {
    overflow: visible;
    position: absolute;
    width: 0.288px;
    height: 1.882px;
    left: 170.995px;
    top: 14.765px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1707_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1707 {
    overflow: visible;
    position: absolute;
    width: 0.371px;
    height: 2.142px;
    left: 171.139px;
    top: 16.585px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1708_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1708 {
    overflow: visible;
    position: absolute;
    width: 0.286px;
    height: 1.882px;
    left: 184.365px;
    top: 14.765px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_1709_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_1709 {
    overflow: visible;
    position: absolute;
    width: 0.363px;
    height: 2.142px;
    left: 184.143px;
    top: 16.585px;
    transform: matrix(1,0,0,1,0,0);
}

.Rectngulo_13_Class {
    fill: rgba(41,47,79,1);
}

.Rectngulo_13 {
    position: absolute;
    overflow: visible;
    /*width: 1366px;*/
    height: 432px;
    width:100%;
    /*left: 26.75px;*/
    top: 3219px;
}

.Los_precios_estn_sujetos_a_cam_Classs
{
    width: 100%;
    margin-bottom:30px;
}
    .Los_precios_estn_sujetos_a_cam_Classs div {width:80%; margin: 0 auto;}
        .Los_precios_estn_sujetos_a_cam_Classs div span {
            font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-ubuntu);
            letter-spacing: var(--unnamed-character-spacing-0);
            color: var(--gris-texto);
            text-align: left;
            font: normal normal normal 15px/20px Ubuntu;
            letter-spacing: 0px;
            color: #989898;
            opacity: 1;
        }

.logo-2020-cuidate_1svg_1398354_Class {
    position: absolute;
    width: 228.22px;
    height: 20.812px;
    left: 120.396px;
    top: 3346.725px;
    overflow: visible;
}

.Trazado_2924_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2924 {
    overflow: visible;
    position: absolute;
    width: 18.89px;
    height: 18.775px;
    left: 209.33px;
    top: 0.954px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2925_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2925 {
    overflow: visible;
    position: absolute;
    width: 14.387px;
    height: 18.699px;
    left: 41.725px;
    top: 0.992px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2926_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2926 {
    overflow: visible;
    position: absolute;
    width: 14.387px;
    height: 18.699px;
    left: 63.363px;
    top: 0.992px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2927_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2927 {
    overflow: visible;
    position: absolute;
    width: 7.403px;
    height: 18.699px;
    left: 174.298px;
    top: 0.992px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2928_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2928 {
    overflow: visible;
    position: absolute;
    width: 14.387px;
    height: 18.699px;
    left: 25.888px;
    top: 0.992px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2929_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2929 {
    overflow: visible;
    position: absolute;
    width: 18.776px;
    height: 18.776px;
    left: 94.96px;
    top: 0.916px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2930_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2930 {
    overflow: visible;
    position: absolute;
    width: 15.417px;
    height: 18.852px;
    left: 78.436px;
    top: 0.916px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2931_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2931 {
    overflow: visible;
    position: absolute;
    width: 17.974px;
    height: 18.737px;
    left: 113.812px;
    top: 0.954px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2932_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2932 {
    overflow: visible;
    position: absolute;
    width: 18.776px;
    height: 18.776px;
    left: 132.053px;
    top: 0.916px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2933_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2933 {
    overflow: visible;
    position: absolute;
    width: 21.676px;
    height: 18.699px;
    left: 151.172px;
    top: 0.992px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2934_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2934 {
    overflow: visible;
    position: absolute;
    width: 12.517px;
    height: 18.775px;
    left: 183.266px;
    top: 0.954px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2935_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2935 {
    overflow: visible;
    position: absolute;
    width: 14.807px;
    height: 18.623px;
    left: 196.737px;
    top: 1.03px;
    transform: matrix(1,0,0,1,0,0);
}

.Trazado_2936_Class {
    fill: rgba(255,255,255,1);
}

.Trazado_2936 {
    overflow: visible;
    position: absolute;
    width: 21.5px;
    height: 20.813px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Empresa_de_Class {
    left: 120.396px;
    top: 3383px;
    position: absolute;
    overflow: visible;
    width: 90px;
    height: 23px;
    line-height: 50px;
    margin-top: -17.5px;
    text-align: left;
    /*font-family: Ubuntu;*/
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(227,227,227,1);
}

.logo_Class {
    position: absolute;
    width: 129px;
    height: 30px;
    left: 213.396px;
    top: 3374px;
    overflow: visible;
}

.Lnea_3_Class {
    fill: transparent;
    stroke: rgba(152,152,152,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Lnea_3 {
    overflow: visible;
    position: absolute;
    width: 1366px;
    height: 1px;
    /*left: 27.25px;*/
    top: 3540.99px;
    transform: matrix(1,0,0,1,0,0);
}

.oxxo_pay_Grande_Class {
    position: absolute;
    width: 81px;
    height: 20px;
    left: 818.896px;
    top: 3585px;
    overflow: visible;
}

.spei-logo-3BFB0A560B-seeklogoc_Class {
    position: absolute;
    width: 58px;
    height: 20px;
    left: 923.896px;
    top: 3582px;
    overflow: visible;
}

.logo-Paypal_Class {
    position: absolute;
    width: 120px;
    height: 67px;
    left: 1203.896px;
    top: 3559px;
    overflow: visible;
}

.Visa-Logo-PNG-Image_Class {
    position: absolute;
    width: 50px;
    height: 16px;
    left: 1062.896px;
    top: 3585px;
    overflow: visible;
}

.NTW_Master-WOB-2_Class {
    position: absolute;
    width: 55px;
    height: 37px;
    left: 1135.896px;
    top: 3574px;
    overflow: visible;
}

.logo-American-Express_Class {
    position: absolute;
    width: 54px;
    height: 31px;
    left: 997.896px;
    top: 3577px;
    overflow: visible;
}

.Suscripciones_Class {
    left: 1079px;
    top: 48px;
    position: absolute;
    overflow: visible;
    width: 127px;
    white-space: nowrap;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(41,47,79,1);
}

.Renovacin_Class {
    left: 1311px;
    top: 48px;
    position: absolute;
    overflow: visible;
    width: 108px;
    white-space: nowrap;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(255,255,255,1);
}

.Facturacin_Class {
    left: 1524px;
    top: 48px;
    position: absolute;
    overflow: visible;
    width: 109px;
    white-space: nowrap;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(255,255,255,1);
}

.Contacto_Class {
    left: 530.396px;
    top: 3290px;
    position: absolute;
    overflow: visible;
    width: 139px;
    height: 34px;
    text-align: left;
    /*font-family: Ubuntu;*/
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(196,196,196,1);
}

.Copyright__1988-2015_Peridico__Class {
    left: 120.396px;
    top: 3577px;
    position: absolute;
    overflow: visible;
    width: 640.5px;
    height: 41px;
    line-height: 17px;
    margin-top: -1.5px;
    text-align: left;
    /*font-family: Ubuntu;*/
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(227,227,227,1);
}

.Lada_sin_costo_800_018_8000_Class {
    left: 770.896px;
    top: 3361px;
    position: absolute;
    overflow: visible;
    width: 195.5px;
    height: 80px;
    line-height: 50px;
    margin-top: -15px;
    text-align: left;
    /*font-family: Ubuntu;*/
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(227,227,227,1);
}

.Tienes_algo_que_decirnos_atenc_Class {
    left: 993.265px;
    top: 3361px;
    position: absolute;
    overflow: visible;
    width: 335.631px;
    height: 80px;
    line-height: 50px;
    margin-top: -15px;
    text-align: left;
    /*font-family: Ubuntu;*/
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(227,227,227,1);
}

.CDMX__55_5237_0766_Class {
    left: 530.896px;
    top: 3361px;
    position: absolute;
    overflow: visible;
    width: 194px;
    height: 80px;
    line-height: 50px;
    margin-top: -15px;
    text-align: left;
    /*font-family: Ubuntu;*/
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(227,227,227,1);
}

.back_Class {
    position: absolute;
    width: 1868px;
    height: 641px;
    left: 26px;
    top: 109px;
    overflow: visible;
}

.Domina_tus_finanzas_Class {
    left: 576px;
    top: 182px;
    position: absolute;
    overflow: visible;
    width: 756px;
    height: 87px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 77px;
    color: rgba(0,177,235,1);
}

.Desarrolla_tu_capacidad_financ_Class {
    left: 582px;
    top: 278px;
    position: absolute;
    overflow: visible;
    width: 524px;
    height: 165px;
    line-height: 60px;
    margin-top: -10px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: lighter;
    font-size: 40px;
    color: rgba(255,255,255,1);
}

.Digital__Peeptrade_Class {
    left: 864px;
    top: 450px;
    position: absolute;
    overflow: visible;
    width: 275px;
    height: 113px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: rgba(255,255,255,1);
}

.Suscripcin_Anual_Class {
    left: 866.631px;
    top: 573px;
    position: absolute;
    overflow: visible;
    width: 231px;
    height: 23px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(255,255,255,1);
}

.Accede_sin_costo_a_las_mejores_Class {
    left: 739.532px;
    top: 626.442px;
    position: absolute;
    overflow: visible;
    width: 419px;
    height: 17px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(255,255,255,1);
}

.Pad-white-4_Class {
    position: absolute;
    width: 55.116px;
    height: 27.558px;
    left: 738.837px;
    top: 657.442px;
    overflow: visible;
}

.econodata_Class {
    position: absolute;
    width: 77.292px;
    height: 14.428px;
    left: 995.149px;
    top: 663.207px;
    overflow: visible;
}

.logo-emv_Class {
    position: absolute;
    width: 102.551px;
    height: 20.756px;
    left: 1076.613px;
    top: 662.212px;
    overflow: visible;
}

.company_logo_toggle_Class {
    position: absolute;
    width: 76.462px;
    height: 25.487px;
    left: 808.825px;
    top: 659.513px;
    overflow: visible;
}

.images_Class {
    position: absolute;
    width: 61.591px;
    height: 19.703px;
    left: 910.03px;
    top: 662.212px;
    overflow: visible;
}

.n__Class {
    position: absolute;
    width: 757px;
    height: 596px;
    left: 1111px;
    top: 155px;
    overflow: visible;
}

.Back_Pricing_Class {
    position: absolute;
    width: 1927px;
    height: 2229px;
    left: 26px;
    top: 767px;
    overflow: visible;
}

.Rectngulo_29_Class {
    fill: rgba(255,255,255,1);
}

.Rectngulo_29 {
    filter: drop-shadow(0px 8px 27px rgba(0, 0, 0, 0.243));
    position: absolute;
    overflow: visible;
    /*width: 551px;*/
    width: 350px;
    height: 925.227px;
    /*left: 197.631px;*/
    left: 65px;
    top: 719px;
}

.Clsica_Class {
    /**left: 228.631px;*/
    left: 110px;
    top: 812px;
    position: absolute;
    overflow: visible;
    width: 275px;
    height: 56px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    color: rgba(0,0,0,1);
}

.Edicin_impresa_anual_Class {
    /**left: 229.631px;*/
    left: 110px;
    top: 890px;
    position: absolute;
    overflow: visible;
    width: 204px;
    height: 23px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(152,152,152,1);
}

.n_800mxn_Class {
    /**left: 230.631px;*/
    left: 110px;
    top: 945px;
    position: absolute;
    overflow: visible;
    width: 284px;
    height: 56px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: rgba(0,177,235,1);
}

.Lnea_4_Class {
    fill: transparent;
    stroke: rgba(152,152,152,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Lnea_4 {
    overflow: visible;
    position: absolute;
    /*width: 357.003px;*/
    width: 250px;
    height: 2px;
    /**left: 254.631px;*/
    left: 116px;
    top: 1000px;
    transform: matrix(1,0,0,1,0,0);
}

.n_2_meses_peridico_impreso_de__Class {
    /**left: 274.631px;*/
    left: 110px;
    top: 1050px;
    position: absolute;
    overflow: visible;
    /**width: 362px;*/
    width: 270px;
    height: 247px;
    line-height: 50px;
    margin-top: -15px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    /**font-size: 20px;*/
    font-size: 15px;
    color: rgba(152,152,152,1);
}

.check_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    /**left: 231.631px;*/
    left: 86px;
    top: 1051.667px;
    overflow: visible;
}

.Trazado_2923_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923 {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bnr_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    /**left: 231.631px;*/
    left: 86px;
    top: 1149.972px;
    overflow: visible;
}

.Trazado_2923_bns_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bns {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Rectngulo_6_Class {
    fill: transparent;
    stroke: rgba(0,177,235,1);
    stroke-width: 3px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectngulo_6 {
    position: absolute;
    overflow: visible;
    /*width: 306px;*/
    width: 250px;
    height: 83px;
    /*left: 274.631px;*/
    left: 112px;
    top: 1424px;
}

.Comprar_Class {
    /*left: 347.631px;*/
    left: 173px;
    top: 1440px;
    position: absolute;
    overflow: visible;
    width: 162px;
    white-space: nowrap;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: rgba(0,177,235,1);
    background-color:transparent;
}

.Rectngulo_30_Class {
    fill: rgba(255,255,255,1);
}

.Rectngulo_30 {
    filter: drop-shadow(0px 8px 27px rgba(0, 0, 0, 0.243));
    position: absolute;
    overflow: visible;
    /*width: 551px;*/
    width:350px;
    height: 1856.5px;
    left: 508.631px;
    top: 610px;
}

.Digital__Peeptrade_bnw_Class {
    left: 530px;
    top: 690px;
    position: absolute;
    overflow: visible;
    width: 275px;
    height: 113px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    color: rgba(0,0,0,1);
}

.SE_UN_EXPERTO_EN_INVERSIONES_Class {
    left: 530px;
    top: 800px;
    position: absolute;
    overflow: visible;
    width: 316px;
    height: 29px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgba(152,152,152,1);
}

.n_599mxn_Class {
    left: 530px;
    top: 850px;
    position: absolute;
    overflow: visible;
    width: 226px;
    height: 56px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: rgba(0,177,235,1);
}

.Lnea_5_Class {
    fill: transparent;
    stroke: rgba(152,152,152,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Lnea_5 {
    overflow: visible;
    position: absolute;
    width: 276.003px;
    height: 2px;
    left: 547.631px;
    top: 919px;
    transform: matrix(1,0,0,1,0,0);
}

.Rectngulo_8_Class {
    fill: rgba(0,177,235,1);
}

.Rectngulo_8 {
    position: absolute;
    overflow: visible;
    width: 250px;
    height: 60px;
    left: 562px;
    top: 2225px;
}

.Comprar_bn_Class {
    left: 634px;
    top: 2240px;
    position: absolute;
    overflow: visible;
    width: 124px;
    white-space: nowrap;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: rgba(255,255,255,1);
    background-color:transparent;
}

.Rectngulo_31_Class {
    fill: rgba(0,177,235,1);
}

.Rectngulo_31 {
    position: absolute;
    overflow: visible;
    width: 237px;
    height: 53px;
    left: 568.631px;
    top: 583px;
}

.Recomendado_Class {
    left: 616.631px;
    top: 596px;
    position: absolute;
    overflow: visible;
    width: 149px;
    height: 23px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(255,255,255,1);
}

.Suscripcin_Anual_bn_Class {
    left: 730px;
    top: 738px;
    position: absolute;
    overflow: visible;
    width: 93px;
    height: 34px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(152,152,152,1);
}

.n_4300mxn_Class {
    left: 739.631px;
    top: 866px;
    position: absolute;
    overflow: visible;
    width: 95px;
    height: 34px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(211,211,211,1);
}

.Lnea_6_Class {
    fill: transparent;
    stroke: rgba(0,177,235,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Lnea_6 {
    overflow: visible;
    position: absolute;
    width: 100.754px;
    height: 1.5px;
    left: 732px;
    top: 874.51px;
    transform: matrix(1,0,0,1,0,0);
}

.n__bn_Class {
    left: 260px;
    top: 890px;
    position: absolute;
    overflow: visible;
    width: 28px;
    height: 11px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(152,152,152,1);
}

.n__boa_Class {
    left: 240.131px;
    top: 1150.472px;
    position: absolute;
    overflow: visible;
    width: 17px;
    height: 11px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(152,152,152,1);
}

.n__bob_Class {
    left: 703.131px;
    top: 731px;
    position: absolute;
    overflow: visible;
    width: 17px;
    height: 11px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(152,152,152,1);
}

.Rectngulo_32_Class {
    fill: rgba(255,255,255,1);
}

.Rectngulo_32 {
    filter: drop-shadow(0px 8px 27px rgba(0, 0, 0, 0.243));
    position: absolute;
    overflow: visible;
    width: 350px;
    height: 1334.682px;
    left: 951.631px;
    top: 719px;
}

.Premium_Class {
    left: 984.631px;
    top: 812px;
    position: absolute;
    overflow: visible;
    width: 275px;
    height: 56px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    color: rgba(0,0,0,1);
}

.n_000mxn_Class {
    left: 989.631px;
    top: 945px;
    position: absolute;
    overflow: visible;
    width: 262px;
    height: 56px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: rgba(0,177,235,1);
}

.Lnea_7_Class {
    fill: transparent;
    stroke: rgba(152,152,152,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Lnea_7 {
    overflow: visible;
    position: absolute;
    width: 279.003px;
    height: 2px;
    left: 987.631px;
    top: 1000px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_77_Class {
    position: absolute;
    width: 335px;
    height: 24.5px;
    left:945px;
    top: 890px;
    overflow: visible;
}

.Suscripcin_impresa_anual____y__Class {
    left: 43px;
    top: 1.5px;
    position: absolute;
    overflow: visible;
    width: 297px;
    height: 23px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(152,152,152,1);
}

.n__bog_Class {
    left: 275px;
    top: 0px;
    position: absolute;
    overflow: visible;
    width: 17px;
    height: 11px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(152,152,152,1);
}

.n_2_meses_de_peridico_impreso__Class {
    left: 992.131px;
    top: 1050.5px;
    position: absolute;
    overflow: visible;
    width: 299px;
    height: 689px;
    line-height: 50px;
    margin-top: -15px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(152,152,152,1);
}

.check_boi_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 967px;
    top: 1502.167px;
    overflow: visible;
}

.Trazado_2923_boj_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_boj {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bok_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 967px;
    top: 1051px;
    overflow: visible;
}

.Trazado_2923_bol_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bol {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: -0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bom_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 967px;
    top: 1152.5px;
    overflow: visible;
}

.Trazado_2923_bon_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bon {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_boo_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 967px;
    top:1350px;
    overflow: visible;
}

.Trazado_2923_bop_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bop {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_boq_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left:967px;
    top: 1452.182px;
    overflow: visible;
}

.Trazado_2923_bor_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bor {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.n__bos_Class {
    left: 1122.631px;
    top: 1496.682px;
    position: absolute;
    overflow: visible;
    width: 17px;
    height: 11px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(152,152,152,1);
}

.check_bot_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 967px;
    top: 1250.5px;
    overflow: visible;
}

.Trazado_2923_bou_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bou {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.Grupo_78_Class {
    position: absolute;
    width: 250px;
    height: 83px;
    left: 1003px;
    top: 1818.5px;
    overflow: visible;
}

.Rectngulo_12_Class {
    fill: transparent;
    stroke: rgba(0,177,235,1);
    stroke-width: 3px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectngulo_12 {
    position: absolute;
    overflow: visible;
    width: 306px;
    height: 83px;
    left: 0px;
    top: 0px;
}

.Comprar_box_Class {
    left: 66px;
    top: 16px;
    position: absolute;
    overflow: visible;
    width: 162px;
    white-space: nowrap;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: rgba(0,177,235,1);
    background-color:transparent;
    /*pointer-events:all;*/
}

.n_2_meses_de_acceso_a_la_edici_Class {
    left: 542px;
    top: 965.99px;
    position: absolute;
    overflow: visible;
    width: 305px;
    height: 1189px;
    line-height: 50px;
    margin-top: -15px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(152,152,152,1);
}

.check_boz_Class {
    position: absolute;
    width: 18.394px;
    height: 13.637px;
    left: 522.631px;
    top: 970.667px;
    overflow: visible;
}

.Trazado_2923_bo_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bo {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: -4px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bo_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520.631px;
    top: 1116px;
    overflow: visible;
}

.Trazado_2923_bpa_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpa {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bpa_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1216px;
    overflow: visible;
}

.Trazado_2923_bpb_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpb {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bpb_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1265.863px;
    overflow: visible;
}

.Trazado_2923_bpc_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpc {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bpc_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1466px;
    overflow: visible;
}

.Trazado_2923_bpd_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpd {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bpd_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1516px;
    overflow: visible;
}

.Trazado_2923_bpe_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpe {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top:0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bpe_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1565px;
    overflow: visible;
}

.Trazado_2923_bpf_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpf {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bpf_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1666px;
    overflow: visible;
}

.Trazado_2923_bpg_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpg {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.636px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bpg_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1367px;
    overflow: visible;
}

.Trazado_2923_bph_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bph {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left:0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bph_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1765px;
    overflow: visible;
}

.Trazado_2923_bpi_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpi {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.636px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bpj_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1866px;
    overflow: visible;
}

.Trazado_2923_bpk_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpk {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.636px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.check_bpl_Class {
    position: absolute;
    width: 18.394px;
    height: 14.637px;
    left: 520px;
    top: 1916px;
    overflow: visible;
}

.Trazado_2923_bpm_Class {
    fill: rgba(0,177,235,1);
}

.Trazado_2923_bpm {
    overflow: visible;
    position: absolute;
    width: 18.394px;
    height: 14.636px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.n__bpn_Class {
    left: 672.631px;
    top: 1912.682px;
    position: absolute;
    overflow: visible;
    width: 17px;
    height: 11px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(152,152,152,1);
}

.Los_precios_estn_sujetos_a_cam_Class {
    left: 204px;
    top: 2784px;
    position: absolute;
    overflow: visible;
    width: 1513px;
    height: 143px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(152,152,152,1);
}

.backbeneficios_Class {
    position: absolute;
    width: 1927px;
    height: 699px;
    left: -3px;
    top: 2928px;
    overflow: visible;
}

.Nuestros__Beneficios_Class {
    left: 190.896px;
    top: 3191px;
    position: absolute;
    overflow: visible;
    width: 404px;
    height: 182px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    color: rgba(255,255,255,1);
}

.Pad-white-4_bpr_Class {
    position: absolute;
    width: 176px;
    height: 88px;
    left: 884.896px;
    top: 3155px;
    overflow: visible;
}

.econodata_bps_Class {
    position: absolute;
    width: 222px;
    height: 41px;
    left: 1155.896px;
    top: 3179px;
    overflow: visible;
}

.logo-emv_bpt_Class {
    position: absolute;
    width: 438px;
    height: 89px;
    left: 1367.896px;
    top: 3160px;
    overflow: visible;
}

.company_logo_toggle_bpu_Class {
    position: absolute;
    width: 207px;
    height: 70px;
    left: 879.896px;
    top: 3341px;
    overflow: visible;
}

.images_bpv_Class {
    position: absolute;
    width: 222px;
    height: 71px;
    left: 1161.896px;
    top: 3329px;
    overflow: visible;
}

.white_Class {
    position: absolute;
    width: 248px;
    height: 59px;
    left: 1458.896px;
    top: 3341px;
    overflow: visible;
}

.flecha_Class {
    position: absolute;
    width: 163px;
    height: 154px;
    left: 367px;
    top: 452px;
    overflow: visible;
}
