{"id":29,"date":"2020-05-13T01:30:34","date_gmt":"2020-05-13T04:30:34","guid":{"rendered":"http:\/\/www.ige.unicamp.br\/projetoriosilveira\/?page_id=29"},"modified":"2026-06-16T13:51:13","modified_gmt":"2026-06-16T16:51:13","slug":"home","status":"publish","type":"page","link":"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/","title":{"rendered":"Home"},"content":{"rendered":"    <style>\r\n    \/* --- Fail-safe: Ocultar Cabe\u00e7alho e Rodap\u00e9 Originais do Tema --- *\/\r\n    #branding, \r\n    #colophon,\r\n    #site-header,\r\n    #site-footer,\r\n    .site-header,\r\n    .site-footer,\r\n    .dynamic-footer,\r\n    .skip-link,\r\n    #site-generator,\r\n    .site-info,\r\n    footer[role=\"contentinfo\"],\r\n    header[role=\"banner\"]:not(.rio-navbar-wrapper) {\r\n        display: none !important;\r\n        height: 0 !important;\r\n        visibility: hidden !important;\r\n        opacity: 0 !important;\r\n        margin: 0 !important;\r\n        padding: 0 !important;\r\n    }\r\n\r\n    html, body, #page, .site, #main, #primary, #content {\r\n        margin: 0 !important;\r\n        padding: 0 !important;\r\n        max-width: 100% !important;\r\n        width: 100% !important;\r\n        background-image: none !important;\r\n        box-shadow: none !important;\r\n    }\r\n\r\n    \/* --- Estilos da Home Page --- *\/\r\n    .rio-hero {\r\n        min-height: 100vh;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: flex-start;\r\n        padding: 140px 5% 80px 5%;\r\n        position: relative;\r\n        color: #ffffff;\r\n        background-color: var(--bg-dark);\r\n        overflow: hidden;\r\n    }\r\n\r\n    \/* Background do Hero com Imagens Mata Atl\u00e2ntica e Carrossel em Fade + Ken Burns *\/\r\n\r\n    .rio-hero-bg-carousel {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        z-index: 1;\r\n    }\r\n\r\n    .rio-hero-slide {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background-size: cover;\r\n        background-position: center;\r\n        opacity: 0;\r\n        transform: scale(1.08); \/* Escala inicial para o efeito zoom out (Ken Burns) *\/\r\n        z-index: 1;\r\n        transition: opacity 2.5s ease-in-out, transform 6s ease-in-out !important; \/* For\u00e7ado para evitar sobrescrita *\/\r\n    }\r\n\r\n    .rio-hero-slide.active {\r\n        opacity: 1 !important;\r\n        transform: scale(1) !important;\r\n        z-index: 2; \/* Fica no topo enquanto faz o crossfade *\/\r\n    }\r\n\r\n    .rio-hero-overlay {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        z-index: 3;\r\n        background: linear-gradient(\r\n            135deg, \r\n            rgba(12, 31, 19, 0.94) 0%, \r\n            rgba(12, 31, 19, 0.8) 50%, \r\n            rgba(20, 99, 59, 0.25) 100%\r\n        );\r\n    }\r\n\r\n    .rio-hero-container {\r\n        max-width: 1400px;\r\n        margin: 0 auto;\r\n        width: 100%;\r\n        position: relative;\r\n        z-index: 4;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1.5rem;\r\n    }\r\n\r\n    .rio-hero-tag {\r\n        font-family: var(--font-title);\r\n        font-size: 0.85rem;\r\n        font-weight: 600;\r\n        text-transform: uppercase;\r\n        letter-spacing: 2.5px;\r\n        color: var(--gold-warm);\r\n    }\r\n\r\n    \/* For\u00e7ado para evitar sobrescrita por regras mais gerais de H1 no Hero *\/\r\n    .rio-hero h1.rio-hero-title {\r\n        font-size: 4.8rem; \r\n        line-height: 1.1;\r\n        max-width: 900px;\r\n        letter-spacing: -1.5px;\r\n        color: #ffffff !important; \/* Cor branca for\u00e7ada *\/\r\n        font-family: var(--font-title);\r\n        font-weight: 300;\r\n        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45); \/* Sombra sutil para legibilidade *\/\r\n    }\r\n\r\n    \/* For\u00e7ado para evitar sobrescrita por regras mais gerais de P no Hero *\/\r\n    .rio-hero p.rio-hero-subtitle {\r\n        font-size: 1.25rem;\r\n        font-weight: 300;\r\n        line-height: 1.6;\r\n        max-width: 650px;\r\n        color: rgba(255, 255, 255, 0.9) !important; \/* Cor branca opaca for\u00e7ada *\/\r\n        margin-bottom: 2rem;\r\n        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);\r\n    }\r\n\r\n    .rio-hero-actions {\r\n        display: flex;\r\n        gap: 1.5rem;\r\n        flex-wrap: wrap;\r\n    }\r\n\r\n    \/* Indicador de Rolar para Baixo *\/\r\n    .rio-scroll-indicator {\r\n        position: absolute;\r\n        bottom: 30px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        z-index: 4;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 8px;\r\n        text-decoration: none;\r\n        color: rgba(255, 255, 255, 0.6);\r\n        font-size: 0.75rem;\r\n        letter-spacing: 1px;\r\n        text-transform: uppercase;\r\n        transition: color 0.3s;\r\n    }\r\n\r\n    .rio-scroll-indicator:hover {\r\n        color: var(--accent-color);\r\n    }\r\n\r\n    .rio-scroll-indicator svg {\r\n        animation: bounce 2s infinite;\r\n    }\r\n\r\n    @keyframes bounce {\r\n        0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\r\n        40% { transform: translateY(-6px); }\r\n        60% { transform: translateY(-3px); }\r\n    }\r\n\r\n    \/* --- Anima\u00e7\u00f5es via Keyframes para o Hero (N\u00e3o dependem de JavaScript!) --- *\/\r\n    @keyframes rioFadeInUp {\r\n        from {\r\n            opacity: 0;\r\n            transform: translateY(25px);\r\n        }\r\n        to {\r\n            opacity: 1;\r\n            transform: translateY(0);\r\n        }\r\n    }\r\n\r\n    @keyframes rioFadeInLeft {\r\n        from {\r\n            opacity: 0;\r\n            transform: translateX(-35px);\r\n        }\r\n        to {\r\n            opacity: 1;\r\n            transform: translateX(0);\r\n        }\r\n    }\r\n\r\n    \/* Opacidades iniciais sem !important para que as keyframes consigam sobrescrev\u00ea-las *\/\r\n    .rio-hero-tag {\r\n        opacity: 0;\r\n        animation: rioFadeInUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;\r\n        animation-delay: 0.15s;\r\n    }\r\n\r\n    .rio-hero h1.rio-hero-title {\r\n        opacity: 0;\r\n        animation: rioFadeInLeft 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;\r\n        animation-delay: 0.35s;\r\n    }\r\n\r\n    .rio-hero p.rio-hero-subtitle {\r\n        opacity: 0;\r\n        animation: rioFadeInLeft 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;\r\n        animation-delay: 0.55s;\r\n    }\r\n\r\n    .rio-hero-actions {\r\n        opacity: 0;\r\n        animation: rioFadeInLeft 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;\r\n        animation-delay: 0.75s;\r\n    }\r\n\r\n    .rio-scroll-indicator {\r\n        opacity: 0;\r\n        animation: rioFadeInUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;\r\n        animation-delay: 0.95s;\r\n    }\r\n\r\n    \/* Se\u00e7\u00e3o de Apresenta\u00e7\u00e3o (Intro - 2 Colunas) *\/\r\n    .rio-intro-section {\r\n        padding: 120px 5%;\r\n        background-color: var(--bg-color);\r\n    }\r\n\r\n    .rio-intro-container {\r\n        max-width: 1400px;\r\n        margin: 0 auto;\r\n        display: grid;\r\n        grid-template-columns: 0.95fr 2.05fr; \/* 30% texto, 70% cards no desktop *\/\r\n        gap: 4rem;\r\n        align-items: flex-start;\r\n    }\r\n\r\n    .rio-intro-text {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1.5rem;\r\n        position: sticky;\r\n        top: 120px;\r\n    }\r\n\r\n    .rio-section-tag {\r\n        font-family: var(--font-title);\r\n        font-size: 0.85rem;\r\n        font-weight: 600;\r\n        text-transform: uppercase;\r\n        letter-spacing: 2px;\r\n        color: var(--terracotta);\r\n    }\r\n\r\n    .rio-intro-text h2 {\r\n        font-size: 2.8rem;\r\n        line-height: 1.2;\r\n        color: var(--text-primary);\r\n    }\r\n\r\n    .rio-intro-text p {\r\n        font-size: 1.05rem;\r\n        line-height: 1.7;\r\n        color: var(--text-secondary);\r\n    }\r\n\r\n    .rio-intro-link {\r\n        font-family: var(--font-title);\r\n        font-size: 1.02rem;\r\n        color: var(--text-primary);\r\n        text-decoration: none;\r\n        font-weight: 600;\r\n        display: inline-flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        transition: var(--transition-smooth);\r\n        border-bottom: 1px solid var(--border-color);\r\n        padding-bottom: 4px;\r\n    }\r\n\r\n    .rio-intro-link:hover {\r\n        color: var(--accent-color);\r\n        border-bottom-color: var(--accent-color);\r\n        transform: translateX(4px);\r\n    }\r\n\r\n    \/* Grid de Cards Premium *\/\r\n    .rio-intro-cards-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(3, 1fr);\r\n        gap: 2rem;\r\n    }\r\n\r\n    .rio-premium-card {\r\n        background-color: var(--card-bg) !important;\r\n        border: 1px solid var(--border-color) !important;\r\n        border-radius: 8px !important; \/* Formato quadrado nos cantos do card *\/\r\n        overflow: hidden !important;\r\n        display: flex !important;\r\n        flex-direction: column !important;\r\n        position: relative !important;\r\n        box-shadow: var(--shadow-sm) !important;\r\n        text-decoration: none !important;\r\n        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease !important;\r\n    }\r\n\r\n    .rio-custom-section .rio-premium-card:hover {\r\n        transform: translateY(-8px) !important;\r\n        border-color: var(--accent-color) !important;\r\n        box-shadow: var(--shadow-lg) !important;\r\n    }\r\n\r\n    .rio-card-media {\r\n        position: relative !important;\r\n        width: 100% !important;\r\n        height: 200px !important;\r\n        overflow: hidden !important;\r\n    }\r\n\r\n    .rio-card-img {\r\n        width: 100% !important;\r\n        height: 100% !important;\r\n        object-fit: cover !important;\r\n        transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;\r\n    }\r\n\r\n    .rio-custom-section .rio-premium-card:hover .rio-card-img {\r\n        transform: scale(1.08) !important;\r\n    }\r\n\r\n    .rio-card-body {\r\n        padding: 38px 24px 24px 24px !important; \/* Padding-top extra para o \u00edcone flutuante *\/\r\n        position: relative !important;\r\n        display: flex !important;\r\n        flex-direction: column !important;\r\n        flex-grow: 1 !important;\r\n        gap: 0.8rem !important;\r\n    }\r\n\r\n    \/* \u00cdcone Circular Sobreposto na Divis\u00e3o superior da Body (Evita Clipping do overflow:hidden) *\/\r\n    .rio-card-floating-icon {\r\n        position: absolute !important;\r\n        top: 0 !important;\r\n        transform: translateY(-50%) !important;\r\n        left: 24px !important;\r\n        width: 46px !important;\r\n        height: 46px !important;\r\n        border-radius: 50% !important;\r\n        display: flex !important;\r\n        align-items: center !important;\r\n        justify-content: center !important;\r\n        color: #ffffff !important;\r\n        z-index: 5 !important;\r\n        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12) !important;\r\n        border: 2px solid #ffffff !important;\r\n        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease !important;\r\n    }\r\n\r\n    .rio-icon-book { background-color: #1e3f20 !important; }  \/* Verde escuro *\/\r\n    .rio-icon-map { background-color: #2b5c6e !important; }   \/* Slate-azul *\/\r\n    .rio-icon-audio { background-color: #ba4e32 !important; } \/* Terracota *\/\r\n\r\n    .rio-custom-section .rio-premium-card:hover .rio-card-floating-icon {\r\n        transform: translateY(-50%) scale(1.15) !important;\r\n        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.22) !important;\r\n    }\r\n\r\n    .rio-card-body h3 {\r\n        font-size: 1.3rem !important;\r\n        font-weight: 500 !important;\r\n        color: var(--text-primary) !important;\r\n        transition: color 0.3s ease !important;\r\n    }\r\n\r\n    .rio-custom-section .rio-premium-card:hover .rio-card-body h3 {\r\n        color: var(--accent-color) !important;\r\n    }\r\n\r\n    .rio-card-body p {\r\n        font-size: 0.9rem !important;\r\n        line-height: 1.6 !important;\r\n        color: var(--text-secondary) !important;\r\n        flex-grow: 1 !important;\r\n    }\r\n\r\n    .rio-card-arrow {\r\n        align-self: flex-end !important;\r\n        color: var(--text-secondary) !important;\r\n        margin-top: 0.5rem !important;\r\n        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease !important;\r\n    }\r\n\r\n    .rio-custom-section .rio-premium-card:hover .rio-card-arrow {\r\n        color: var(--accent-color) !important;\r\n        transform: translateX(6px) !important;\r\n    }\r\n\r\n    \/* Se\u00e7\u00e3o Territ\u00f3rio Ind\u00edgena (2 Colunas) *\/\r\n    .rio-territory-section {\r\n        padding: 120px 5%;\r\n        background-color: #ffffff;\r\n        border-top: 1px solid var(--border-color);\r\n    }\r\n\r\n    .rio-territory-container {\r\n        max-width: 1400px;\r\n        margin: 0 auto;\r\n        display: grid;\r\n        grid-template-columns: 0.95fr 2.05fr; \/* 2 Colunas *\/\r\n        gap: 5rem;\r\n        align-items: center;\r\n    }\r\n\r\n    .rio-territory-intro {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1.5rem;\r\n    }\r\n\r\n    .rio-territory-intro h2 {\r\n        font-size: 2.8rem;\r\n        line-height: 1.2;\r\n        color: var(--text-primary);\r\n    }\r\n\r\n    .rio-territory-intro p {\r\n        font-size: 1.05rem;\r\n        line-height: 1.7;\r\n        color: var(--text-secondary);\r\n    }\r\n\r\n    .rio-territory-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(2, 1fr);\r\n        gap: 2.5rem;\r\n    }\r\n\r\n    .rio-pillar-item {\r\n        padding: 20px;\r\n        display: flex;\r\n        align-items: flex-start;\r\n        gap: 1.2rem;\r\n        border-left: 2px solid rgba(20, 99, 59, 0.12);\r\n        transition: var(--transition-smooth);\r\n    }\r\n\r\n    .rio-pillar-item:hover {\r\n        border-left-color: var(--accent-color);\r\n        background-color: rgba(20, 99, 59, 0.015);\r\n    }\r\n\r\n    .rio-pillar-icon {\r\n        color: var(--accent-color);\r\n        flex-shrink: 0;\r\n        margin-top: 2px;\r\n    }\r\n\r\n    .rio-pillar-text {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 0.4rem;\r\n    }\r\n\r\n    .rio-pillar-text h4 {\r\n        font-size: 1.2rem;\r\n        font-weight: 500;\r\n        color: var(--text-primary);\r\n    }\r\n\r\n    .rio-pillar-text p {\r\n        font-size: 0.9rem;\r\n        line-height: 1.6;\r\n        color: var(--text-secondary);\r\n    }\r\n\r\n    \/* Se\u00e7\u00e3o de Conte\u00fado Original: Escolas & Educa\u00e7\u00e3o Bil\u00edngue *\/\r\n    .rio-schools-section {\r\n        padding: 120px 5%;\r\n        background-color: var(--bg-color);\r\n        border-top: 1px solid var(--border-color);\r\n    }\r\n\r\n    .rio-schools-container {\r\n        max-width: 1400px;\r\n        margin: 0 auto;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 4rem;\r\n    }\r\n\r\n    .rio-schools-header {\r\n        text-align: center;\r\n        max-width: 800px;\r\n        margin: 0 auto;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1rem;\r\n    }\r\n\r\n    .rio-schools-header h2 {\r\n        font-size: 2.8rem;\r\n        color: var(--text-primary);\r\n    }\r\n\r\n    .rio-schools-header p {\r\n        font-size: 1.05rem;\r\n        color: var(--text-secondary);\r\n    }\r\n\r\n    .rio-schools-split {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 4rem;\r\n    }\r\n\r\n    .rio-school-box {\r\n        background: #ffffff;\r\n        border: 1px solid var(--border-color);\r\n        padding: 40px;\r\n        border-radius: 8px;\r\n        box-shadow: var(--shadow-sm);\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1.5rem;\r\n        transition: var(--transition-smooth);\r\n    }\r\n\r\n    .rio-school-box:hover {\r\n        border-color: var(--accent-color);\r\n        box-shadow: var(--shadow-md);\r\n    }\r\n\r\n    .rio-school-box h3 {\r\n        font-size: 1.5rem;\r\n        color: var(--text-primary);\r\n        font-weight: 400;\r\n    }\r\n\r\n    .rio-school-tag {\r\n        align-self: flex-start;\r\n        padding: 4px 12px;\r\n        font-size: 0.72rem;\r\n        font-weight: 600;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        border-radius: 2px;\r\n    }\r\n\r\n    .rio-tag-state {\r\n        background-color: rgba(20, 99, 59, 0.08);\r\n        color: var(--accent-color);\r\n    }\r\n\r\n    .rio-tag-city {\r\n        background-color: rgba(186, 78, 50, 0.08);\r\n        color: var(--terracotta);\r\n    }\r\n\r\n    .rio-school-box p {\r\n        font-size: 0.95rem;\r\n        line-height: 1.7;\r\n        color: var(--text-secondary);\r\n    }\r\n\r\n    .rio-school-box ul {\r\n        list-style: none;\r\n        padding: 0;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 0.8rem;\r\n        margin-top: 0.5rem;\r\n    }\r\n\r\n    .rio-school-box li {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 10px;\r\n        font-size: 0.9rem;\r\n        color: var(--text-secondary);\r\n    }\r\n\r\n    .rio-school-box li svg {\r\n        color: var(--accent-color);\r\n        flex-shrink: 0;\r\n    }\r\n\r\n    \/* Box de Obras Pedag\u00f3gicas em Destaque *\/\r\n    .rio-publications-highlight {\r\n        background: var(--bg-dark);\r\n        border-radius: 8px;\r\n        padding: 50px;\r\n        color: #ffffff;\r\n        display: grid;\r\n        grid-template-columns: 1.2fr 0.8fr;\r\n        gap: 4rem;\r\n        align-items: center;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .rio-publications-highlight::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: radial-gradient(circle at 85% 20%, rgba(186, 78, 50, 0.15) 0%, transparent 65%);\r\n        pointer-events: none;\r\n    }\r\n\r\n    .rio-pub-info {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1.5rem;\r\n        position: relative;\r\n        z-index: 2;\r\n    }\r\n\r\n    .rio-pub-info h3 {\r\n        font-size: 2.2rem;\r\n        color: #ffffff;\r\n    }\r\n\r\n    .rio-pub-info p {\r\n        color: rgba(255, 255, 255, 0.75);\r\n        font-size: 1.05rem;\r\n        line-height: 1.7;\r\n    }\r\n\r\n    .rio-pub-books {\r\n        display: flex;\r\n        gap: 2rem;\r\n        justify-content: center;\r\n        position: relative;\r\n        z-index: 2;\r\n    }\r\n\r\n    .rio-pub-book-card {\r\n        background: rgba(255, 255, 255, 0.08);\r\n        border: 1px solid rgba(255, 255, 255, 0.12);\r\n        padding: 24px;\r\n        border-radius: 4px;\r\n        width: 190px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        text-align: center;\r\n        gap: 1rem;\r\n        transition: var(--transition-smooth);\r\n    }\r\n\r\n    .rio-pub-book-card:hover {\r\n        background: rgba(255, 255, 255, 0.15);\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .rio-pub-book-card h4 {\r\n        font-size: 1.2rem;\r\n        color: #ffffff;\r\n        font-family: var(--font-title);\r\n        font-weight: 400;\r\n    }\r\n\r\n    .rio-pub-book-card span {\r\n        font-size: 0.75rem;\r\n        color: var(--gold-warm);\r\n        text-transform: uppercase;\r\n        font-weight: 600;\r\n        letter-spacing: 0.5px;\r\n    }\r\n\r\n    \/* Responsividade Geral *\/\r\n    @media screen and (max-width: 1200px) {\r\n        .rio-intro-container {\r\n            grid-template-columns: 1fr;\r\n            gap: 3.5rem;\r\n        }\r\n        \r\n        .rio-intro-text {\r\n            position: static;\r\n        }\r\n        \r\n        .rio-territory-container {\r\n            grid-template-columns: 1fr;\r\n            gap: 3rem;\r\n        }\r\n    }\r\n\r\n    @media screen and (max-width: 1024px) {\r\n        .rio-hero-title {\r\n            font-size: 3.5rem;\r\n        }\r\n        \r\n        .rio-intro-cards-grid {\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n        }\r\n        \r\n        .rio-schools-split {\r\n            grid-template-columns: 1fr;\r\n            gap: 2.5rem;\r\n        }\r\n        \r\n        .rio-publications-highlight {\r\n            grid-template-columns: 1fr;\r\n            gap: 3rem;\r\n            padding: 40px;\r\n        }\r\n        \r\n        .rio-pub-books {\r\n            flex-wrap: wrap;\r\n        }\r\n    }\r\n\r\n    @media screen and (max-width: 768px) {\r\n        .rio-territory-grid {\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n        }\r\n    }\r\n\r\n    @media screen and (max-width: 576px) {\r\n        .rio-hero h1.rio-hero-title {\r\n            font-size: 2.6rem;\r\n        }\r\n        \r\n        .rio-hero-subtitle {\r\n            font-size: 1.05rem;\r\n        }\r\n        \r\n        .rio-school-box {\r\n            padding: 30px 20px;\r\n        }\r\n    }\r\n\r\n    \/* --- Efeitos de Entrada Scroll Reveal --- *\/\r\n    .rio-reveal {\r\n        opacity: 0 !important;\r\n        transform: translateY(20px) !important;\r\n        transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1) !important;\r\n    }\r\n    .rio-reveal-left {\r\n        opacity: 0 !important;\r\n        transform: translateX(-30px) !important;\r\n        transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;\r\n    }\r\n    .rio-reveal-right {\r\n        opacity: 0 !important;\r\n        transform: translateX(30px) !important;\r\n        transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;\r\n    }\r\n    .rio-reveal-scale {\r\n        opacity: 0 !important;\r\n        transform: scale(0.96) !important;\r\n        transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;\r\n    }\r\n\r\n    \/* Quando ativo, for\u00e7amos a visibilidade e posi\u00e7\u00e3o original com maior especificidade *\/\r\n    .rio-reveal.rio-active,\r\n    .rio-reveal-left.rio-active,\r\n    .rio-reveal-right.rio-active,\r\n    .rio-reveal-scale.rio-active {\r\n        opacity: 1 !important;\r\n    }\r\n\r\n    .rio-reveal.rio-active {\r\n        transform: translateY(0) !important;\r\n    }\r\n    .rio-reveal-left.rio-active {\r\n        transform: translateX(0) !important;\r\n    }\r\n    .rio-reveal-right.rio-active {\r\n        transform: translateX(0) !important;\r\n    }\r\n    .rio-reveal-scale.rio-active {\r\n        transform: scale(1) !important;\r\n    }\r\n\r\n    .rio-delay-1 { transition-delay: 0.15s !important; }\r\n    .rio-delay-2 { transition-delay: 0.3s !important; }\r\n    .rio-delay-3 { transition-delay: 0.45s !important; }\r\n    .rio-delay-4 { transition-delay: 0.6s !important; }\r\n    .rio-delay-5 { transition-delay: 0.75s !important; }\r\n\r\n    \/* --- Se\u00e7\u00e3o de Mapa na Home (Com fundo verde escuro isolado) --- *\/\r\n    .rio-home-map-section {\r\n        background-color: #173529 !important; \/* Mesclagem perfeita com mapa_brasil.png *\/\r\n        padding: 120px 5%;\r\n        border-top: 1px solid rgba(255, 255, 255, 0.08);\r\n        position: relative;\r\n        overflow: visible;\r\n    }\r\n\r\n    \/* Vari\u00e1veis locais para a se\u00e7\u00e3o do mapa na home *\/\r\n    .rio-home-map-section {\r\n        --hmap-bg-dark: #173529;\r\n        --hmap-text-primary: #ffffff;\r\n        --hmap-text-secondary: rgba(255, 255, 255, 0.7);\r\n        --hmap-border-color: rgba(255, 255, 255, 0.1);\r\n    }\r\n\r\n    .rio-home-map-container {\r\n        max-width: 1400px;\r\n        margin: 0 auto;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 4rem;\r\n    }\r\n\r\n    .rio-home-map-header {\r\n        text-align: center;\r\n        max-width: 800px;\r\n        margin: 0 auto;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1rem;\r\n    }\r\n\r\n    .rio-home-map-header h2 {\r\n        font-size: 2.8rem;\r\n        color: var(--hmap-text-primary);\r\n        font-family: var(--font-title);\r\n        font-weight: 300;\r\n    }\r\n\r\n    .rio-home-map-header p {\r\n        font-size: 1.05rem;\r\n        color: var(--hmap-text-secondary);\r\n    }\r\n\r\n    .rio-home-map-area {\r\n        position: relative;\r\n        width: 100%;\r\n        background: transparent !important;\r\n        border: 1px solid rgba(255, 255, 255, 0.05) !important;\r\n        overflow: hidden; \/* Corta bordas quando o mapa estiver com zoom *\/\r\n        border-radius: 8px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        padding: 20px 0;\r\n        box-shadow: none !important;\r\n        box-sizing: border-box;\r\n        background-color: rgba(12, 31, 19, 0.2) !important;\r\n    }\r\n\r\n    .rio-home-map-frame {\r\n        position: relative;\r\n        width: 100%;\r\n        max-width: 800px;\r\n        aspect-ratio: 1\/1;\r\n        background-size: contain;\r\n        background-repeat: no-repeat;\r\n        background-position: center;\r\n        transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) !important; \/* Transi\u00e7\u00e3o suave de zoom *\/\r\n        transform-origin: 50% 50%;\r\n    }\r\n\r\n    .rio-home-map-frame svg { width: 100%; height: 100%; display: block; }\r\n    .rio-home-map-frame svg path, .rio-home-map-frame svg circle { fill: transparent !important; stroke: rgba(255,255,255,0.2) !important; stroke-width: 0.5 !important; transition: all 0.3s ease !important; transform-origin: center; cursor: pointer; }\r\n    .rio-home-map-frame svg path.has-data, .rio-home-map-frame svg circle.has-data { fill: rgba(16, 185, 129, 0.2) !important; cursor: pointer; }\r\n    .rio-home-map-frame svg path.has-data:hover, .rio-home-map-frame svg path.has-data.selected, .rio-home-map-frame svg circle.has-data:hover, .rio-home-map-frame svg circle.has-data.selected { fill: var(--accent-color) !important; filter: drop-shadow(0 0 12px rgba(16,185,129,0.8)) !important; transform: scale(1.01); z-index: 10; position: relative; }\r\n\r\n    \/* Estado focado na TI Rio Silveira (Zoom de 2.2x deslocado para SP) *\/\r\n    .rio-home-map-frame.rio-focus-silveira {\r\n        transform: scale(2.2) translate(-14.5%, -23.5%) !important;\r\n    }\r\n\r\n    \/* Pins (com transi\u00e7\u00e3o de opacidade) *\/\r\n    .rio-home-map-frame .rio-home-map-pin {\r\n        transition: opacity 0.5s ease, transform 0.3s ease !important;\r\n    }\r\n\r\n    \/* Esconder os outros pins quando focado para manter a aten\u00e7\u00e3o local *\/\r\n    .rio-home-map-frame.rio-focus-silveira .rio-home-map-pin:not([data-zone=\"rio-silveira\"]):not([data-zone=\"jaragua\"]) {\r\n        opacity: 0 !important;\r\n        pointer-events: none !important;\r\n    }\r\n\r\n    \/* Painel de Controle de Zoom do Mapa na Home *\/\r\n    .rio-home-map-controls {\r\n        position: absolute;\r\n        top: 20px;\r\n        left: 20px;\r\n        display: flex;\r\n        gap: 6px;\r\n        background: rgba(12, 31, 19, 0.9);\r\n        border: 1px solid rgba(255, 255, 255, 0.1);\r\n        padding: 4px;\r\n        border-radius: 6px;\r\n        z-index: 1010;\r\n        backdrop-filter: blur(8px);\r\n        -webkit-backdrop-filter: blur(8px);\r\n    }\r\n\r\n    .rio-control-btn {\r\n        background: transparent;\r\n        border: none;\r\n        color: rgba(255, 255, 255, 0.7);\r\n        padding: 6px 12px;\r\n        font-size: 0.75rem;\r\n        font-weight: 600;\r\n        cursor: pointer;\r\n        border-radius: 4px;\r\n        transition: var(--transition-smooth);\r\n    }\r\n\r\n    .rio-control-btn:hover {\r\n        color: #ffffff;\r\n        background: rgba(255, 255, 255, 0.05);\r\n    }\r\n\r\n    .rio-control-btn.active {\r\n        color: #ffffff !important;\r\n        background: var(--accent-color) !important;\r\n    }\r\n\r\n    \/* Pins (transparent hitboxes) *\/\r\n    .rio-home-map-pin {\r\n        position: absolute;\r\n        width: 36px;\r\n        height: 36px;\r\n        border-radius: 50%;\r\n        background-color: transparent !important;\r\n        border: none !important;\r\n        cursor: pointer;\r\n        transform: translate(-50%, -50%) scale(1);\r\n        box-shadow: none !important;\r\n        z-index: 100;\r\n    }\r\n\r\n    .rio-home-map-pin:hover {\r\n        transform: translate(-50%, -50%) scale(1.15) !important;\r\n    }\r\n\r\n    .rio-home-map-pin.active-destaque {\r\n        width: 42px;\r\n        height: 42px;\r\n    }\r\n\r\n    .rio-home-map-pin.selected {\r\n        transform: translate(-50%, -50%) scale(1.15) !important;\r\n        z-index: 120;\r\n    }\r\n\r\n    \/* Popup Card na Home *\/\r\n    .rio-home-popup-card {\r\n        position: absolute;\r\n        top: 20px;\r\n        right: 20px;\r\n        width: 330px;\r\n        background: rgba(12, 31, 19, 0.95);\r\n        border: 1px solid rgba(255, 255, 255, 0.1);\r\n        border-radius: 10px;\r\n        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);\r\n        backdrop-filter: blur(16px);\r\n        -webkit-backdrop-filter: blur(16px);\r\n        overflow: hidden;\r\n        z-index: 1000;\r\n        opacity: 0;\r\n        visibility: hidden;\r\n        transform: translateY(15px);\r\n        transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s ease;\r\n        box-sizing: border-box;\r\n        text-align: left;\r\n    }\r\n\r\n    .rio-home-popup-card.active {\r\n        opacity: 1;\r\n        visibility: visible;\r\n        transform: translateY(0);\r\n    }\r\n\r\n    .rio-home-popup-img {\r\n        width: 100%;\r\n        height: 150px;\r\n        background-size: cover;\r\n        background-position: center;\r\n        border-bottom: 1px solid rgba(255, 255, 255, 0.05);\r\n        position: relative;\r\n    }\r\n\r\n    .rio-home-popup-close {\r\n        position: absolute;\r\n        top: 12px;\r\n        right: 12px;\r\n        width: 28px;\r\n        height: 28px;\r\n        background: rgba(0, 0, 0, 0.65);\r\n        border: 1px solid rgba(255, 255, 255, 0.15);\r\n        border-radius: 50%;\r\n        color: #ffffff;\r\n        font-size: 16px;\r\n        cursor: pointer;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        transition: var(--transition-smooth);\r\n        z-index: 10;\r\n    }\r\n\r\n    .rio-home-popup-close:hover {\r\n        background: var(--terracotta);\r\n        border-color: var(--terracotta);\r\n        transform: scale(1.05);\r\n    }\r\n\r\n    .rio-home-popup-body {\r\n        padding: 20px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 12px;\r\n    }\r\n\r\n    .rio-home-popup-header {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 3px;\r\n    }\r\n\r\n    .rio-home-popup-subgroup {\r\n        font-size: 0.68rem;\r\n        color: var(--gold-warm);\r\n        text-transform: uppercase;\r\n        letter-spacing: 1.5px;\r\n        font-weight: 700;\r\n    }\r\n\r\n    .rio-home-popup-title {\r\n        font-family: var(--font-title);\r\n        font-size: 1.25rem;\r\n        font-weight: 400;\r\n        color: #ffffff;\r\n        margin: 0;\r\n    }\r\n\r\n    .rio-home-popup-meta {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 8px;\r\n        background: rgba(255, 255, 255, 0.03);\r\n        padding: 8px 12px;\r\n        border-radius: 6px;\r\n        border: 1px solid rgba(255, 255, 255, 0.04);\r\n    }\r\n\r\n    .rio-home-meta-item {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1px;\r\n    }\r\n\r\n    .rio-home-meta-label {\r\n        font-size: 0.6rem;\r\n        color: rgba(255, 255, 255, 0.4);\r\n        text-transform: uppercase;\r\n        letter-spacing: 0.8px;\r\n    }\r\n\r\n    .rio-home-meta-val {\r\n        font-size: 0.78rem;\r\n        color: #ffffff;\r\n        font-weight: 500;\r\n    }\r\n\r\n    .rio-home-popup-desc {\r\n        font-size: 0.82rem;\r\n        line-height: 1.5;\r\n        color: rgba(255, 255, 255, 0.75);\r\n        margin: 0;\r\n    }\r\n\r\n    .rio-home-popup-link {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        gap: 8px;\r\n        background: var(--accent-color);\r\n        color: #ffffff !important;\r\n        padding: 8px 16px;\r\n        border-radius: 4px;\r\n        font-size: 0.78rem;\r\n        font-weight: 600;\r\n        text-decoration: none;\r\n        transition: var(--transition-smooth);\r\n        border: 1px solid transparent;\r\n    }\r\n\r\n    .rio-home-popup-link:hover {\r\n        background: var(--accent-hover);\r\n        transform: translateY(-1.5px);\r\n    }\r\n\r\n    \/* Bot\u00e3o geral de rodap\u00e9 da se\u00e7\u00e3o do mapa *\/\r\n    .rio-home-map-action {\r\n        text-align: center;\r\n        margin-top: 10px;\r\n    }\r\n\r\n    .rio-home-map-btn {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        gap: 10px;\r\n        background-color: var(--accent-color);\r\n        color: #ffffff !important;\r\n        padding: 14px 28px;\r\n        border-radius: 4px;\r\n        font-size: 0.95rem;\r\n        font-weight: 600;\r\n        text-decoration: none;\r\n        transition: var(--transition-smooth);\r\n        border: 1px solid transparent;\r\n        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);\r\n    }\r\n\r\n    .rio-home-map-btn:hover {\r\n        background-color: var(--accent-hover);\r\n        transform: translateY(-2px);\r\n        box-shadow: 0 6px 18px rgba(16, 185, 129, 0.3);\r\n    }\r\n\r\n    .rio-home-map-btn svg {\r\n        transition: transform 0.3s;\r\n    }\r\n\r\n    .rio-home-map-btn:hover svg {\r\n        transform: translateX(4px);\r\n    }\r\n\r\n    \/* Responsividade do mapa na home *\/\r\n    @media screen and (max-width: 992px) {\r\n        .rio-home-map-area {\r\n            padding: 30px 10px;\r\n            flex-direction: column;\r\n        }\r\n\r\n        .rio-home-map-frame {\r\n            max-width: 500px;\r\n        }\r\n\r\n        .rio-home-popup-card {\r\n            position: relative;\r\n            top: auto;\r\n            right: auto;\r\n            width: 100%;\r\n            max-width: 500px;\r\n            margin-top: 25px;\r\n            transform: translateY(10px);\r\n            display: none;\r\n        }\r\n\r\n        .rio-home-popup-card.active {\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n    }\r\n\r\n    \/* --- Tooltip Flutuante --- *\/\r\n    .rio-map-tooltip {\r\n        position: fixed !important;\r\n        background: rgba(12, 31, 19, 0.95) !important;\r\n        border: 1px solid var(--accent-color) !important;\r\n        color: #ffffff !important;\r\n        padding: 6px 14px !important;\r\n        border-radius: 4px !important;\r\n        font-size: 0.8rem !important;\r\n        font-weight: 600 !important;\r\n        pointer-events: none !important;\r\n        opacity: 0 !important;\r\n        transform: translate(-50%, -120%) scale(0.9) !important;\r\n        transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;\r\n        z-index: 500000 !important;\r\n        box-shadow: 0 10px 20px rgba(0,0,0,0.4) !important;\r\n        white-space: nowrap !important;\r\n    }\r\n\r\n    .rio-map-tooltip.active {\r\n        opacity: 1 !important;\r\n        transform: translate(-50%, -120%) scale(1) !important;\r\n    }\r\n    \r\n    \/* Fix: Render visible pulsing dots for map pins without ACF Pro *\/\r\n    @keyframes pinGlow {\r\n        0% { box-shadow: 0 0 0 0 rgba(20, 99, 59, 0.6); }\r\n        70% { box-shadow: 0 0 0 8px rgba(20, 99, 59, 0); }\r\n        100% { box-shadow: 0 0 0 0 rgba(20, 99, 59, 0); }\r\n    }\r\n    @keyframes pinGlowDestaque {\r\n        0% { box-shadow: 0 0 0 0 rgba(186, 78, 50, 0.6); }\r\n        70% { box-shadow: 0 0 0 10px rgba(186, 78, 50, 0); }\r\n        100% { box-shadow: 0 0 0 0 rgba(186, 78, 50, 0); }\r\n    }\r\n    .rio-home-map-pin::after, .rio-map-pin::after {\r\n        content: '' !important;\r\n        position: absolute !important;\r\n        top: 50% !important;\r\n        left: 50% !important;\r\n        transform: translate(-50%, -50%) !important;\r\n        width: 14px !important;\r\n        height: 14px !important;\r\n        border-radius: 50% !important;\r\n        background-color: #14633b !important;\r\n        border: 2px solid #ffffff !important;\r\n        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) !important;\r\n        transition: all 0.3s ease !important;\r\n        animation: pinGlow 2s infinite !important;\r\n    }\r\n    .rio-home-map-pin.active-destaque::after, .rio-map-pin.active-destaque::after {\r\n        background-color: #ba4e32 !important; \/* Terracota para destaque (Rio Silveira) *\/\r\n        width: 18px !important;\r\n        height: 18px !important;\r\n        animation: pinGlowDestaque 2s infinite !important;\r\n    }\r\n    .rio-home-map-pin:hover::after, .rio-map-pin:hover::after,\r\n    .rio-home-map-pin.selected::after, .rio-map-pin.selected::after {\r\n        background-color: #c49451 !important; \/* Dourado no hover\/selecionado *\/\r\n        transform: translate(-50%, -50%) scale(1.2) !important;\r\n    }\r\n<\/style>\r\n\r\n    <div class=\"rio-custom-section\">\r\n        <!-- 1. Hero Section -->\r\n        <section class=\"rio-hero\">\r\n            <!-- Slideshow do Carrossel de Fundo -->\r\n            <div class=\"rio-hero-bg-carousel\">\r\n                <div class=\"rio-hero-slide active\" style=\"background-image: url(https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/mata_atlantica_hero.jpg);\" data-bg=\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/mata_atlantica_hero.jpg\"><\/div><div class=\"rio-hero-slide \" style=\"background-image: url(https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/mata_atlantica_hero_2.jpg);\" data-bg=\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/mata_atlantica_hero_2.jpg\"><\/div>            <\/div>\r\n            <div class=\"rio-hero-overlay\"><\/div>\r\n            \r\n            <div class=\"rio-hero-container\">\r\n                <span class=\"rio-hero-tag\">Extens\u00e3o Comunit\u00e1ria<\/span>\r\n                <h1 class=\"rio-hero-title\">Projeto Rio Silveira<\/h1>\r\n                <p class=\"rio-hero-subtitle\">\r\n                    Produzindo conhecimento com e para a comunidade Guarani da Terra Ind\u00edgena Rio Silveira. Educa\u00e7\u00e3o, cartografia, cultura e territ\u00f3rio em di\u00e1logo com a floresta e a universidade.                <\/p>\r\n                <div class=\"rio-hero-actions\">\r\n                                            <a href=\"\/dialogo-com-a-aldeia\/\" class=\"rio-btn rio-btn-primary\">Conhe\u00e7a o projeto<\/a>\r\n                                                                <a href=\"\/materiais-de-apoio-didatico\/\" class=\"rio-btn rio-btn-secondary\" style=\"border-color: #ffffff; color: #ffffff !important;\">Acessar materiais<\/a>\r\n                                    <\/div>\r\n            <\/div>\r\n\r\n            <a href=\"#apresentacao\" class=\"rio-scroll-indicator\">\r\n                <span>Explorar<\/span>\r\n                <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                    <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\r\n                    <polyline points=\"19 12 12 19 5 12\"><\/polyline>\r\n                <\/svg>\r\n            <\/a>\r\n        <\/section>\r\n\r\n        <!-- 2. Se\u00e7\u00e3o \"Ci\u00eancia, territ\u00f3rio e educa\u00e7\u00e3o ind\u00edgena\" -->\r\n        <section class=\"rio-intro-section rio-grid-bg\" id=\"apresentacao\">\r\n            <div class=\"rio-intro-container\">\r\n                <!-- Coluna de Texto Esquerda -->\r\n                <div class=\"rio-intro-text\">\r\n                    <span class=\"rio-section-tag rio-reveal-left\">Conhe\u00e7a o projeto<\/span>\r\n                    <h2 class=\"rio-reveal-left rio-delay-1\">Ci\u00eancia, territ\u00f3rio e educa\u00e7\u00e3o ind\u00edgena<\/h2>\r\n                    <p class=\"rio-reveal-left rio-delay-2\">\r\n                        Nosso projeto de extens\u00e3o universit\u00e1ria desenvolve materiais e pesquisas que valorizam o conhecimento Guarani, apoiam a educa\u00e7\u00e3o escolar ind\u00edgena e fortalecem a rela\u00e7\u00e3o entre a universidade e a comunidade da Terra Ind\u00edgena Rio Silveira.                    <\/p>\r\n                                        <div class=\"rio-reveal-left rio-delay-3\">\r\n                        <a href=\"\/dialogo-com-a-aldeia\/\" class=\"rio-intro-link\">\r\n                            Saiba mais sobre o projeto                            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n                                <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n                            <\/svg>\r\n                        <\/a>\r\n                    <\/div>\r\n                                    <\/div>\r\n\r\n                <!-- Coluna de Cards Ilustrados Direita -->\r\n                <div class=\"rio-intro-cards-grid\">\r\n                                        <a href=\"\/materiais-de-apoio-didatico\/\" class=\"rio-premium-card rio-reveal-right rio-delay-1\">\r\n                        <div class=\"rio-card-media\">\r\n                            <img decoding=\"async\" class=\"rio-card-img\" src=\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/livro_didatico_guarani.jpg\" data-src=\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/livro_didatico_guarani.jpg\" alt=\"Materiais did\u00e1ticos\">\r\n                        <\/div>\r\n                        <div class=\"rio-card-body\">\r\n                            <div class=\"rio-card-floating-icon rio-icon-book\">\r\n                                <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"><\/path><path d=\"M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1-2.5-2.5v-15z\"><\/path><\/svg>                            <\/div>\r\n                            <h3>Materiais did\u00e1ticos<\/h3>\r\n                            <p>Livros, cartilhas, atividades e recursos para professores e estudantes.<\/p>\r\n                            <div class=\"rio-card-arrow\">\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                    <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n                                    <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n                                <\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                                        <a href=\"\/mapa\/\" class=\"rio-premium-card rio-reveal-right rio-delay-2\">\r\n                        <div class=\"rio-card-media\">\r\n                            <img decoding=\"async\" class=\"rio-card-img\" src=\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/mapa_indigena.jpg\" data-src=\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/mapa_indigena.jpg\" alt=\"Mapa interativo\">\r\n                        <\/div>\r\n                        <div class=\"rio-card-body\">\r\n                            <div class=\"rio-card-floating-icon rio-icon-map\">\r\n                                <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><path d=\"M12 21.7C17.3 17 20 13 20 10a8 8 0 1 0-16 0c0 3 2.7 7 8 11.7z\"><\/path><\/svg>                            <\/div>\r\n                            <h3>Mapa interativo<\/h3>\r\n                            <p>Explore o territ\u00f3rio, suas aldeias, caminhos e elementos naturais.<\/p>\r\n                            <div class=\"rio-card-arrow\">\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                    <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n                                    <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n                                <\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                                        <a href=\"\/blog\/\" class=\"rio-premium-card rio-reveal-right rio-delay-3\">\r\n                        <div class=\"rio-card-media\">\r\n                            <img decoding=\"async\" class=\"rio-card-img\" src=\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/audio_podcast.jpg\" data-src=\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/audio_podcast.jpg\" alt=\"Podcasts e audiovisual\">\r\n                        <\/div>\r\n                        <div class=\"rio-card-body\">\r\n                            <div class=\"rio-card-floating-icon rio-icon-audio\">\r\n                                <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z\"><\/path><path d=\"M19 10v1a7 7 0 0 1-14 0v-1\"><\/path><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\"><\/line><line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\"><\/line><\/svg>                            <\/div>\r\n                            <h3>Podcasts e audiovisual<\/h3>\r\n                            <p>Ou\u00e7a hist\u00f3rias, entrevistas e assista \u00e0s produ\u00e7\u00f5es do projeto.<\/p>\r\n                            <div class=\"rio-card-arrow\">\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                    <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n                                    <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n                                <\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 3. Se\u00e7\u00e3o Territ\u00f3rio Ind\u00edgena -->\r\n        <section class=\"rio-territory-section\">\r\n            <div class=\"rio-territory-container\">\r\n                <div class=\"rio-territory-intro\">\r\n                    <span class=\"rio-section-tag rio-reveal-left\">Territ\u00f3rio que inspira<\/span>\r\n                    <h2 class=\"rio-reveal-left rio-delay-1\">Terra Ind\u00edgena Rio Silveira<\/h2>\r\n                    <p class=\"rio-reveal-left rio-delay-2\">\r\n                        Localizada no litoral norte de S\u00e3o Paulo, abriga aldeias Guarani Mbya e \u00e9 parte fundamental da Mata Atl\u00e2ntica.                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"rio-territory-grid\">\r\n                                        <div class=\"rio-pillar-item rio-reveal-right\">\r\n                        <div class=\"rio-pillar-icon\">\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2L2 22h20L12 2z\"><\/path><path d=\"M12 2v20\"><\/path><\/svg>                        <\/div>\r\n                        <div class=\"rio-pillar-text\">\r\n                            <h4>Mata Atl\u00e2ntica<\/h4>\r\n                            <p>biodiversidade e vida<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"rio-pillar-item rio-reveal-right rio-delay-1\">\r\n                        <div class=\"rio-pillar-icon\">\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>                        <\/div>\r\n                        <div class=\"rio-pillar-text\">\r\n                            <h4>Cultura Guarani<\/h4>\r\n                            <p>mem\u00f3ria, l\u00edngua e tradi\u00e7\u00f5es<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"rio-pillar-item rio-reveal-right rio-delay-2\">\r\n                        <div class=\"rio-pillar-icon\">\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"><\/path><path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"><\/path><\/svg>                        <\/div>\r\n                        <div class=\"rio-pillar-text\">\r\n                            <h4>Educa\u00e7\u00e3o ind\u00edgena<\/h4>\r\n                            <p>protagonismo e futuro<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"rio-pillar-item rio-reveal-right rio-delay-3\">\r\n                        <div class=\"rio-pillar-icon\">\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><polyline points=\"16 11 18 13 22 9\"><\/polyline><\/svg>                        <\/div>\r\n                        <div class=\"rio-pillar-text\">\r\n                            <h4>Parceria e di\u00e1logo<\/h4>\r\n                            <p>comunidade e universidade<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 4. Se\u00e7\u00e3o Escolas e Educa\u00e7\u00e3o Bil\u00edngue (Conte\u00fado Expandido) -->\r\n        <section class=\"rio-schools-section\">\r\n            <div class=\"rio-schools-container\">\r\n                <div class=\"rio-schools-header\">\r\n                    <span class=\"rio-section-tag rio-reveal-scale\">Educa\u00e7\u00e3o Intercultural na Pr\u00e1tica<\/span>\r\n                    <h2 class=\"rio-reveal-scale rio-delay-1\">As Escolas da Aldeia<\/h2>\r\n                    <p class=\"rio-reveal-scale rio-delay-2\">\r\n                        O projeto atua em colabora\u00e7\u00e3o direta com as institui\u00e7\u00f5es locais para enriquecer a rotina pedag\u00f3gica com as especificidades lingu\u00edsticas e geogr\u00e1ficas da TI Rio Silveira.                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"rio-schools-split\">\r\n                                        <div class=\"rio-school-box rio-reveal-left\">\r\n                        <span class=\"rio-school-tag rio-tag-state\">Rede Estadual<\/span>\r\n                        <h3>E.E. Ind\u00edgena Txeru Ba&#039;e Kua-I<\/h3>\r\n                        <p>Sediada na por\u00e7\u00e3o de S\u00e3o Sebasti\u00e3o\/SP da Terra Ind\u00edgena, a escola atende turmas de Ensino Fundamental II, Ensino M\u00e9dio e Educa\u00e7\u00e3o de Jovens e Adultos (EJA). \u00c9 um centro de fortalecimento comunit\u00e1rio e manifesta\u00e7\u00f5es culturais dos estudantes guaranis.<\/p>\r\n                                                <ul>\r\n                                                        <li>\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                                Foco em Ensino Fundamental II e M\u00e9dio                            <\/li>\r\n                                                        <li>\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                                Est\u00edmulo a oficinas de cestaria e cantos                            <\/li>\r\n                                                        <li>\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                                Di\u00e1logo acad\u00eamico e geogr\u00e1fico bil\u00edngue                            <\/li>\r\n                                                    <\/ul>\r\n                                            <\/div>\r\n                                        <div class=\"rio-school-box rio-reveal-right rio-delay-1\">\r\n                        <span class=\"rio-school-tag rio-tag-city\">Rede Municipal<\/span>\r\n                        <h3>E.M. Ind\u00edgena Nhembo &#039;e&#039; \u00e1 Por\u00e3<\/h3>\r\n                        <p>Sediada na \u00e1rea de Bertioga\/SP da Terra Ind\u00edgena, atende principalmente a Educa\u00e7\u00e3o Infantil e as s\u00e9ries iniciais do Ensino Fundamental I. \u00c9 o primeiro contato estruturado com a educa\u00e7\u00e3o formal, combinando o brincar livre e a alfabetiza\u00e7\u00e3o em l\u00edngua materna.<\/p>\r\n                                                <ul>\r\n                                                        <li>\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                                Foco em Educa\u00e7\u00e3o Infantil e Letramento                            <\/li>\r\n                                                        <li>\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                                Ensino priorit\u00e1rio na L\u00edngua Guarani                            <\/li>\r\n                                                        <li>\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                                Jogos did\u00e1ticos e conta\u00e7\u00e3o de hist\u00f3rias guaranis                            <\/li>\r\n                                                    <\/ul>\r\n                                            <\/div>\r\n                                    <\/div>\r\n\r\n                <!-- Obras Pedag\u00f3gicas Criadas -->\r\n                <div class=\"rio-publications-highlight rio-reveal-scale\">\r\n                    <div class=\"rio-pub-info\">\r\n                        <span class=\"rio-section-tag rio-reveal-left\" style=\"color: var(--gold-warm);\">Nossa Produ\u00e7\u00e3o Editorial<\/span>\r\n                        <h3 class=\"rio-reveal-left rio-delay-1\">Livros e Publica\u00e7\u00f5es Did\u00e1ticas<\/h3>\r\n                        <p class=\"rio-reveal-left rio-delay-2\">\r\n                            Como resultado das oficinas com os professores ind\u00edgenas e do trabalho de campo conjunto da UNICAMP, o projeto publicou materiais de apoio focados na leitura, escrita e cartografia territorial da aldeia:                        <\/p>\r\n                        <p class=\"rio-reveal-left rio-delay-3\">\r\n                            Estas obras integram o conhecimento cient\u00edfico ocidental de geografia e bot\u00e2nica aos saberes cosmol\u00f3gicos e zool\u00f3gicos dos anci\u00e3os e docentes Guaranis.                        <\/p>\r\n                    <\/div>\r\n                    <div class=\"rio-pub-books\">\r\n                                                <div class=\"rio-pub-book-card rio-reveal-scale rio-delay-2\">\r\n                            <span>Linguagem<\/span>\r\n                            <h4>Mby\u00e1 Ayvu<\/h4>\r\n                            <p style=\"font-size: 0.8rem; color: rgba(255,255,255,0.65); line-height: 1.4;\">Livro de leitura e apoio \u00e0 escrita guarani<\/p>\r\n                        <\/div>\r\n                                                <div class=\"rio-pub-book-card rio-reveal-scale rio-delay-3\">\r\n                            <span>Territ\u00f3rio<\/span>\r\n                            <h4>Ka&#039;aguy Regua Kuaxia<\/h4>\r\n                            <p style=\"font-size: 0.8rem; color: rgba(255,255,255,0.65); line-height: 1.4;\">Atlas bil\u00edngue e saberes da floresta<\/p>\r\n                        <\/div>\r\n                                            <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 5. Se\u00e7\u00e3o de Mapa Interativo (Nacional) -->\r\n        <section class=\"rio-home-map-section\">\r\n            <div class=\"rio-home-map-container\">\r\n                <div class=\"rio-home-map-header\">\r\n                    <span class=\"rio-section-tag rio-reveal-scale\" style=\"color: var(--gold-warm);\">Mapeamento Ancestral<\/span>\r\n                    <h2 class=\"rio-reveal-scale rio-delay-1\">Terras Ind\u00edgenas Guarani no Brasil<\/h2>\r\n                    <p class=\"rio-reveal-scale rio-delay-2\">\r\n                        Acompanhe a distribui\u00e7\u00e3o demogr\u00e1fica dos subgrupos Guarani no pa\u00eds e compreenda a dimens\u00e3o nacional da luta por territ\u00f3rio e soberania.                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"rio-home-map-area rio-reveal-scale rio-delay-3\" id=\"rioHomeMapArea\">\r\n                    <!-- Painel de Controle de Zoom\/Foco -->\r\n                    <div class=\"rio-home-map-controls\">\r\n                        <button class=\"rio-control-btn active\" id=\"btnFocusSilveira\">Foco: Rio Silveira<\/button>\r\n                        <button class=\"rio-control-btn\" id=\"btnShowBrazil\">Ver todos os estados<\/button>\r\n                    <\/div>\r\n\r\n                                        <div class=\"rio-home-map-frame rio-focus-silveira\" id=\"rioHomeMapFrame\" data-bg=\"'https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/mapa_brasil.jpg'\">\r\n                        \r\n<?xml version=\"1.0\"?>\r\n    \r\n<!--********* Copyright (c) 2024 Pareto Softare, LLC DBA Simplemaps.com ***************************************\r\n************* Free for Commercial Use, full terms at  https:\/\/simplemaps.com\/resources\/svg-license ************\r\n************* Attribution is appreciated! https:\/\/simplemaps.com *******************************************-->\r\n\r\n<svg baseprofile=\"tiny\" fill=\"#6f9c76\" height=\"912\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\".5\" version=\"1.2\" viewbox=\"0 0 1000 912\" width=\"1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n <g id=\"features\">\r\n  <path d=\"M451.8 716.4l0 0.1 0.2 0 0.2-0.1 0.1-0.1 0.2-0.1 0.4-0.1 0.2 0 0.1 0.2 0.1 0.2 0.1 0.2 0.1 0.1 0.2 0 0.2 0 0.2 0 0.5-0.3 0.2-0.2 0.1-0.1 0.2 0 0.3 0.3 0.1 0.5 0.1 0.6 0.4-0.1 0.5-0.6 0.4-0.2 0.4 0.1 1 0.3 0.3 0 0.1-0.4 0-0.6 0-0.5 0.3-0.3 0.2 0.1 0.1 0.2 0.2 0.2 0.1 0.1 0.2 0 0.3-0.2 0.2-0.1 0.3-0.1 0.3-0.4 0.4-0.7 0.8 0.5 0.4 0.2 0.5 0 0.2 0.3-0.3 0.7-0.5 1.1 0.5 0 0.9-0.6 0.6-0.2 0.2 0.1 0.4 0.3 0.2 0 0.2-0.1 0.2-0.3 0.1-0.7 0.5 0.6 0.3 0.1 0.5 0 0.3-0.3 0.2-0.3 0-0.4 0.2-0.4 0.3-0.3 0.4-0.1 0.3 0.1 0 0.2-0.3 0.4-0.1 0.2-0.1 0.2 0.1 0.3 0.2 0.1 0.2-0.1 0.1-0.1 0.2 0.3 0.1 0.3-0.2 0.4-0.2 0.3 0 0.2 0 0.2 0.2 0.2 0.1 0 0.2-0.1 0.1-0.2 0.1-0.3 0.1-0.2 0.4-0.6 0 0.2 0.1 0.5 0.2 0.2 0.4-0.1 0.3-0.3 0.2-0.3 0.3-0.2 0.5 0 0.2 0.4 0.1 0.5 0.4 0.2 0.5 0 0.3 0.3 0.6 0.6 0.2-0.3 0.2 0 0.2 0.2 0.1 0.3 0.1 0.3 0.2-0.1 0.2-0.3 0.1-0.1 0.3 0 0.4 0.1 0.4 0.1 0.2-0.1 0.6-0.2 0.3-0.1 0.3-0.1 0.1 0 0.1 0 0.1 0.2 0.1 0.1 0.6 0.2 0.3 0 0.1-0.3 0.1-0.2 0.1-0.2 0.1-0.2 0.2-0.1 0.2 0 0 0.1 0 0.1 0 0.1 0.2 0.3 0.2 0.4 0.2 0.3 0.1-0.3 0-0.1-0.1-0.1 0-0.1 0.1-0.2 0.1 0 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.6 0.1 0.1 0.1-0.1 0.3-0.1 0.3 0 0.2 0 0.2 0.2 0.1 0.1 0.1 0.1 0.3-0.1-0.1-0.5 0-0.3 0.2-0.2 0.5-0.1 0.4 0.2 0.2 0.2-0.1 0.2-0.4 0.1 0 0.1 0.1 0.4 0.3 0.4 0.3 0.2 0.6-0.8 0.5-0.4 0.2 0.1 0.2 0.5 0.4 0 0.4 0 0.2 0.2-0.1 0.4 0 0.2 0.3 0 1.5 0 0.1 0 0 0.3 0.2 0.4 0.9 0.2 0.3 0.4-0.7 0-0.3 0-0.3 0.2 1.2 0.6 0.5 0.5-0.6 0.4 0.3 0.1 0.2-0.1 0.2-0.1 0.2-0.2 0.1 0.4 0.1 0.7 0.2 0.4 0.4 0.1 0.1-0.2 0.2-0.8 0.1 0.1 0.1 0.1 0.1 0.2-0.2 0.4 0 0.1 0.5 0.1 0.4 0.1 0.6 0-0.1-0.5 0.1-0.3 0.4 0 0.4 0 0.1 0.1 0.2 0.2 0.2 0.2 0.2-0.1 0.2-0.4 0.2-0.2 0.2-0.1 0.2 0.1 0.1 0.2 0 0.2 0.1 0.1 0.3 0.2 0.1 0 0.1-0.2 0.1-0.2 0.3-0.1 0.1 0.3 0.1 0.4 0 0.3 0.1 0.1 0.7-0.3 0.1 0.1-0.2 0.5 0 0.2 0.3 0.3 0.4-0.1 0.4-0.1 0.4-0.1 0.5 0.1 0.2 0.2 0.1 0.3 0.2 0.5 0.2 0.2 0.2 0 0.1 0 0.2 0.2 0.2 0.1 0 0.2 0 0.2 0.2 0.2 0.5-0.5 0.3-0.2 0.2 0.4 0.1 0.6 0.3 0.1 0.3 0 0.4 0.2 0 0.2 0 0.2-0.1 0.2-0.1 0.2 0.1 0.1 0.4 0.1 0.1 0.2 0.7 0.7 0.2 0.1 0.2 0 0.2-0.1 0.2 0 0.3 0.1 0.5 0.5 0.6 0.2 0.3 0.3 0.5 0.2 0.1 0.1 0 0.1 0 0.2 0.5 0.7 0.8 1.4 0.5 0.5 0.5-0.1 0.3 0.3 0.6 0.8 0.6 0.6 0.1 0.3 0 0.5-0.2 0.3 0 0.2 0.3 0.1 0.1 0.1 0.1 0.3-0.1 0.3 0.1 0.2 0.2 0.2 0.2-0.1 0.2-0.1 0.1-0.1 0.3 0.1 0.1 0.2 0.2 0.1 0.2-0.1 0.4 0.5 0.4 1.4 0.2 0.4 0.2 0.2 0.5 0.3 0.2 0.2 0.2 0.2 0.2 0.6 0.7 0.9 0.4 0.6 0 0.2 0.2 0.1 0.7 0.2 0.8 0.6 0.2-0.1 0.3-0.2 0.3 0 0.3 0 0.2 0.1 0.4 0.3 0.2 0.1 1.2 0 0.5 0.2 0.3 0.4 0.3-0.2 0.3 0 2 0.2 0.4 0.2 0.4 0.4 0.3 0.2 0.3 0 0.1-0.3 0-0.4 0.2-0.3 0.2 0.1 0.1 0.2 0 0.3 0.1 0.1 0.2 0 0.4 0.1 0.5 0.1 0.2 0 0.2 0 0.3-0.1 0.4-0.3 0.6-0.3 0.2 0.1 0.2 0.1 0.2 0.3 0.1 0 0.1-0.1 0.3-0.1 0.7-0.3 0.2 0 0.2 0.2 0.1 0.1 0.1 0.3 0.1 0.2 0.3 0.2 0.3 0.1 0.8 0 0.1-0.1 0.1-0.2 0.1-0.3 0.1 0 0.1 0.1 0.3 0.6 0.1 0.2 0.5 0.4 0.1 0.1-0.1 0.1-0.2 0.1 0 0.1 0 0.2 0 0.2 0.4 0.8-0.1 0.3-0.2 0.1-0.2 0.1-0.1 0-0.1-0.1-0.1 0-0.2-0.1-0.2-0.1-0.1 0-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.2 0.1 0 0.1-0.7 1.2-0.2 0.3-0.1 0.2-0.3 0-0.1 0.1-0.2 0.1-0.1 0.1-0.3 0.4-0.1 0.1-0.1 0-0.1-0.1 0-0.1 0-0.1 0-0.1-0.1-0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.1 0 0.3 0 0.1 0.1 0.2-0.1 0.1-0.1 0.2-0.1 0.1-0.2 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.1-0.2 0.9 0 0.6 0.3 2.1 0 0.3-0.1 0.2-0.3 0.8-0.1 0.6-0.1 0.2-0.5 0.4 0 0.1 0 0.1 0 0.3 0 0.3 0 0.1-0.1 0.1-0.1 0.1-0.1 0-0.1-0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0-0.1-0.1-0.1-0.3-0.1-0.1-0.1 0-0.1 0.1-0.1 0.2-0.1 0.3-0.2 0.3-0.3 0.4-0.6 0.6-0.4 0.3-0.1 0-0.1 0.2 0 0.2 0.1 0.4 0 0.4-0.1 0.7 0 0.1 0 0.2 0 0.1 0.1 0.2 0.2 0.2 0.2 0.1 1.1 0.3 0.1 0.1 0.2 0.1 0.2 0.4 0.1 0.1 0.1 0 0.1 0 0.2-0.1 0.1-0.3 0-0.2 0-0.2 0-0.1-0.1-0.2-0.1-0.1 0-0.1-0.2-0.2-0.7-0.5-0.1-0.1 0-0.1 0-0.1 0.1-0.1 0.2-0.1 0.9-0.2 0.2-0.1 0.4-0.3 0.1 0 0.1 0 0.4 0 0.1-0.1 0.1-0.3 0.1-0.1 0.1-0.1 0.5 0.1 1.2 0.5 0.1 0.1 0.2 0.1 0.8 1 0.4 0.2 0.6 0.2 0.2 0 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.3 0.1 0.1 0.3 0-1.9 2.8-1 2-1.5 2.4-1.3 3-1 1.2-3.2 9-0.9 2.8-1.3 3.2-5.5 9.2-0.1 0.4-0.1 0.3-2.5 3.8-2.1 2.3-1.1 1.8-3.1 3.8-2.3 2.4-3.5 2.9-4.8 4.1-6.1 3.7-0.5 0.5-2.9 3.7-0.7 1.2-0.2 0.2-0.1-0.5 0.1-0.6 0.5-0.8 0.1-0.4 0.2-0.5 0.1-0.6-0.2-0.4-0.3-0.5 0.3-0.3 0.4-0.2 0.2-0.4-0.2-0.7-1.3-1.5 0-0.7 0.8-0.5 0.9 0.4 1.6 1.1 0.9 0 0.9-0.4 0.4-0.6-0.4-0.6 1-0.2 0.8 0 0.8 0 0.8-0.6 2.1-2.4 0.3-0.7 0.7-0.5 0.1-0.4 0.2-0.6 0.3 0.2 0.5 0.8 0.2-0.1-0.1-0.4-0.2-0.9 0.1-0.4 0.2-0.6 0.3-0.4 0.2-0.3 0.2 0.8 0.7 0.2 0.9-0.2 0.6-0.4 0.3-0.3 0.6-0.4 0.3-0.2 0.7-1.1 0.6-1.4 0.4-1.7 0.1-1.7-0.4-1.5 0.1-0.4 0.1-1 0.1-0.3 0.1-0.3 0.4 0.1 0.8 0.3 0.3-0.1 0.7-0.3 0.3-0.1 0.3 0 0.2 0.2 0 1.3 0.1 0.2 0.1 0.1 0.2-0.1 0.2-0.1 0.1-0.1 0-0.3 0.1-0.3 0.3-0.1 0.2-0.1 0.1-0.1-0.1-0.2-0.1-0.1-0.3 0.1-0.2-0.1-0.3-0.7 0.2-0.8 0.3-1 0.1-1-0.3-0.5-0.1-0.2 0-0.2 0.3 0.1 0.2 0.1 0.2 0 0.6 0 0.3-0.2 1.6-1.3 0.8-0.2 0.3-0.2 0.4-0.2 0.2-0.3 0.8-1.6 0.3-1.9-0.2-4.2-0.1-0.4-0.4-0.9-0.2-0.7-0.1-0.2 0-0.2 0.4-0.2 0.2 0 0.2 0 0.2 0.4 0.7 0.5 0 0.2-0.1 0.1-0.1 0.2 0 0.2 0.1 0.4 0.2 0.4 0.3 0.4 0.3 0.3 0.7-0.6 0.2-0.2-0.1-0.4-0.1-0.6 0.1-0.2 0.3-0.5 0.3-1.3 0-0.7 0-0.6-0.1-0.4-0.8-0.4-0.1-0.1-0.2-0.6-0.1-0.2-0.2-0.2-0.2 0-0.3 0-0.2 0.1-0.5 0.6-0.1 0.1 0 0.2 0 0.1 0.2 0 0.2 0.2 0.1 0.2 0 0.3-0.2 0.3-0.2 0.3-0.4 0.1-1.4 0-0.3 0-0.3 0.2-0.1 0.5-1.2-0.1-0.4 0-0.4-0.2-0.3 0.2-0.2 0.4-0.2 0.4 0 0.7 0 0.4 0.3 0.9-0.4-0.2-1-0.8-0.4-0.2-0.3-0.1-0.3-0.2-0.1-0.4 0-0.3 0-0.1 0.2-0.3 0.1-0.2 0.1-0.2 0.1-0.1 0.1-0.2-0.1-0.4-0.1-0.4-0.3-0.1-0.2 0.2-0.1 0-0.1-0.6-0.5-0.1-0.5 0.2-0.2 0.1-0.2 0.2-0.3-0.2-0.7-0.6 0.1-0.3-0.2-0.2-0.6-0.3-0.2 0-0.2 0-0.1 0-0.1-0.1 0.1-0.2 0.3-0.3 0-0.2 0-0.4-0.2-0.3-0.3-0.2-0.1-0.2 0-0.4 0.2-0.7 0-0.5-0.4 0.2-0.1-0.3 0-0.5-0.2-0.2-0.2 0.1 0 0.1 0 0.2 0 0.2-0.4 0.8-0.1 0.1 0.1 0.2 0.1 0 0.1 0.1 0 0.2-0.1 0.2 0 0.1 0 0.5-0.1 0.3-0.1 0.2-0.1 0.2 0 0.2 0.1 0.3 0 0.2 0 0.3-0.4 0.6 0.2 0 0.4-0.1 0.2 0 0.1 0 0.4 0.6-0.6 0.6 0.3 0.4 0.6 0.2 0.2 0.4 0.2-0.2 0.4-0.4 0.1-0.1 0.1 0.3 0.1 0.3 0 0.6 0.1 0.6 0.5 0 1-0.3 0.4-0.1 0.1 0.2-0.1 0.3-0.1 0.5-0.1 0.2-0.2 0.1-0.2 0.2-0.2 0-0.1 0-0.3-0.2-0.1-0.1-0.8 0.1-0.6 0.6-0.4 0.9-0.6 1.8-0.2 1 0 1 0.1 1 0.3 1.5 0.1 0.5-0.1 0.6-0.3 0.4-0.3 0-0.3-0.6 0.5-0.1 0-0.6-0.5-1.4-0.2-0.9-0.2-0.2-0.5 0-0.4 0.2-0.1 0.4 0 2.7 0.1 0.4 0.3 0.9 0 0.6 0 0.5-0.1 0.2-0.9-0.1-0.5 0-0.4 0.2-0.2 0.3-0.2 0.5-0.2 1 0.1 1.1 0.2 0.9 0.6 0.7-2.6 0.9-0.4 0-0.6 0.3-0.4 0.8-0.2 0.9 0 0.8 0.3 0.3 0 0.1-0.3 0.1-0.2-0.1-0.3-0.1-0.2 0-0.2 0.1-0.3 0.2-0.5 0.1-0.9-0.1-0.3 0-0.5 0.2-0.4 0.2-0.3 0.7-0.5 0-0.4-0.1-0.5 0-0.1 0.1-0.1 0.2-0.1 0.1-0.3 0.1-0.2 0.1 0 0.2 0.1 0.2 0.2 0.1 0.1 0.1-0.1 0.2-0.8 0.6-0.1 0.1-0.1 0.3-0.1 0.5 0.1 1.5 0 0.3-0.1 0.5 0 0.3 0.1 0.3 0.2 0.3 0.1 0.2-0.4 1.2 0 0.3-0.1 0.2-0.1-0.2-0.2-0.5-0.1-0.7-0.1-0.1-0.1-0.3-0.1-0.1-0.2 0-0.2-0.2-0.2-0.1-0.2 0.1-0.2 0.2 0 0.3 0.1 0.7 0.2 0 0.3-0.1 0.3 0.1 0.1 0.3-0.1 0.5-0.3 0.6-0.3 0.3-0.3 0.3-2.2 0.8-0.3 0.3-0.1 0.6 0 0.2 0.2 0.5 0 0.2 0 0.2-0.1 0.2-0.1 0.2 0 0.3-0.5 0 0 0.5 0.2 0.4 0.5-0.2 0.5 0.6 0.1 0.1 0.1 0.1 0.4 0.1 0.2 0 0.1 0.2 0.1 0.1 0.1 0.2-0.1 0.3-0.2 0-0.4-0.1-0.2 0.1-0.4 0.2-0.4 0.2-0.4 0.2-0.2 0.4 0 0.8-0.1 0.5-0.1 0.4 0.6-0.1 0.3 0.1 0 0.3-0.5 0.3 0.5 0.1 0.6-0.1 0.6-0.4 0.2-0.3 0.1-0.3 0.3-0.2 0.3-0.1 0.3 0 0.2 0.1 0 0.2-0.3 0.3-1 0.6-0.4 0.6 0.2 0.5 0.4-0.1 0.7-0.9 0.3-0.3-0.2 0.9-0.1 0.4 0.2 0.7 0 0.3-0.7 0.3-2 1.8-0.5 0.7-2.5 5.2-1.3 4.4-0.6 2.8-3 7.2-0.5 0.9-2 2.7-1.5 1.7-2.1 2-3.4 3-2.1 2.2-1.4 1.4-2.3 1.5-0.6 0.1-0.3-0.3-0.1-0.4-0.2-0.4-0.4-0.3-0.3 0-0.3 0.1-0.5 0-0.5-1 0-2.2 0.5-3.9-0.5-3.7 0-1.7 0.4-1.1 0.1-0.6 0-0.1 0.6-0.7 0.7-0.6 2.4-1.7 0.3-0.2 0.1-0.5 0.1-0.9 0.1-0.4 0.6-0.6 1.3-1 0.5-0.5 0.4-0.5 0.7-0.6 0.2-0.4 0.1-0.4-0.2-0.4-1.3-1.4-0.3-0.2-0.7-0.3-0.6-0.4-0.7 0-0.3-0.2-0.9-0.5-1.1-0.4-1.2-1.3-1.3-0.9-0.5-0.5-0.4-0.6-0.3-0.6-0.2-0.3-0.5-0.4-0.2-0.4-0.1-0.4-0.1-1.2-0.1-0.8-0.3-0.6-1-1.6-0.6-1.3 0-0.9-0.1-0.3-0.3-0.2-1.2-0.3-0.5-0.3-0.3-0.2-0.2-0.3-0.1-0.2-0.1-0.3-0.1-0.2-0.2-0.3-0.6-0.4-0.3-0.1-0.3-0.1-0.7-0.1-0.2-0.1-0.2-0.1-0.1-0.4-0.2-0.1-0.3-0.3-0.4-0.2-0.4 0-0.4 0.1-0.3 0.4-0.2 0.2-0.2 0-0.5-0.3-1-0.9-1.1-0.8-1.4-1.3-0.6-0.7-0.6-0.6-0.7-0.5-0.5-0.5-0.1-0.2-0.2-0.5 0-1-0.1-0.4-0.3-0.4-0.3-0.3-1-0.9-0.3-0.3-0.3-0.7-0.3-0.3-0.3-0.1-0.7 0-3.3-0.5-0.6-0.2-0.3-0.2-0.2-0.3-0.3-0.3-0.2-0.2-0.8-0.4-0.6-0.6-0.5-0.7-0.4-0.6-0.3-0.4-0.3 0.1-0.4 0.7-0.2 0.4-0.3 0.2-0.3-0.1-0.4-0.3-1-0.8-0.3-0.3-0.8-0.3-0.4-0.2-0.3-0.4-0.1-0.4-0.3-1-0.3-0.3-0.6-0.5-0.2-0.2-0.2-0.4-0.1-0.8-0.1-0.4-0.3-0.5-1.5-1.6-0.9-0.9-0.4-0.5-0.4-0.3-0.7-0.4-0.6-0.7-0.4-0.1-0.4 0.1-0.3 0.3-0.1 0.4 0.1 1-0.1 0.4-0.2 0.3-0.5-0.1-0.5-0.1-0.4 0.1-0.2 0.3-0.3 0.8-0.1 0.4-0.3 0.2-0.8 0.6-0.3 0.2-0.1 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.2 0.1-0.5 0-0.7 0.1-1.3-0.1-0.5 0.1-0.1-0.2-0.1-0.2 0-0.5 0.1-1 0-1.6 0.1-0.5 0.3-0.6 0.1-0.7-0.1-0.7-0.3-0.7-1.3-1-0.3-0.4-0.7-1.3-0.1-0.2-0.2-0.2-0.4-0.3-0.2-0.1-0.1-0.3-0.1-0.2-0.1-0.3-0.6-0.7-0.4-0.4-0.7-0.4-1.2-1-0.9-0.5-0.2-0.2-0.3-0.4-0.5-0.8-0.4-0.4-1-0.7-0.4-0.3-0.2-0.2-0.8-0.8-0.1-0.3-0.2-0.2-0.2-0.1-0.2 0-0.2 0-0.2-0.1-0.3-0.2 0-0.1 0.1-0.3-0.1-0.4-0.2-0.4-0.3-0.3-0.3-0.2-0.7-0.3-1.2-0.9-0.2-0.2-0.4-0.6-0.7-0.5-0.8 0-0.7 0.1-1-0.3-0.4 0.1-0.7 0.1-0.2 0.1-0.4 0.2-0.2 0-0.4-0.2-0.2 0-0.5 0.3-0.5 0.7-0.5 0.7-0.1 0.6-0.1 0.8-0.4 0.6-0.6 0.5-0.6 0.1-0.2 0-0.2-0.3-0.2-0.1-0.1 0.1-0.2 0.3-0.2 0-0.3-0.1-0.2-0.2-0.2-0.2-0.4 0-0.3 0.1-0.5 0.5-0.2 0.1-0.3-0.1-0.3-0.5-0.2-0.1-0.5 0-0.9 0.1-0.5 0-0.6-0.4-0.4-1.3-0.4-0.3-0.1-0.2 0.8-0.1 0.4-0.2 0.9-0.6 1.9-2.4 1.7-1.4 0.2-0.3 0.2-2.7 0.3-0.8 0.6-0.5 0.9-0.4 0.8-0.1 0.9 0 0.4-0.1 0.4-0.4 1.5-1.6 0.1-0.2 0.1-0.2 0.6-0.7 0.3-0.8 0.3-0.3 0.7-0.7 0.2-0.2 0.2-0.3 1.5-1.4 0.1-0.2 0.1-0.2 0.1-0.3 0.1-0.2 0.3-0.2 0.1-0.2 0-0.3 0-0.2 0.1-0.2 0.1-0.2 0.2-0.1 0.1-0.2 0.8-0.3 0.2-0.2 0.4-0.3 0.2-0.4 0.3-1 0.2-0.5-0.1-0.3 0-0.3 0.1-0.3 0.2-0.3 0.5-0.8 0.7-0.7 0.7-0.5 0.7-0.4 1.4-0.3 0.3-0.2 0.3-0.5 0-0.4 0-0.9 0.4-0.9 1.4-0.9 0.5-0.8 0.1-1.9 0.2-0.4 0.4-0.2 0.9-0.2 0.7-0.4 1.6-2.2 1.3-0.9 0.4-0.6 0-0.9 0-0.4 0-0.4 0.2-0.3 0.6-0.2 0.6-0.3 0.7 0 0.1-0.1 0.2-0.1 0.1-0.1 0-0.2 0-1.1-0.1-0.2-0.1-0.4 0.4-0.4 0.9-0.4 0.6 0.2 0.8 0.1 0.8 0.2 0.3 0.4 0.1 0.5 0.2 0.1 0.2-0.2 0.2-0.3 0.1-0.3 0.3-1.1-0.3-0.6-0.2-0.2-0.3-0.2-0.2 0-0.8-0.4-0.3-0.2-0.1-0.6 0.5-0.3 1.3-0.5 0.8-0.8 0.2-0.1 0.2-0.2 0-0.1 0.1-0.3 0.3-0.3 0.4 0.1 0.1 0.1 0 0.2 0 0.2 0.3 0.1 0.2 0 0.1-0.2 0-0.1 0.1-0.2 0.1-0.1 0.3-0.2 0.1-0.1 0.2-0.5 0.1-0.2 0.2-0.1 0.2 0.1 0 0.1 0.2 0.1 0.2 0 0.5-0.2 0.1-0.2 0.9-1 0.1-0.2 0.1-0.2 0-0.5 0-0.2 0.1-0.1 0.1 0 0.2 0 0.5-0.2 0.1-0.4 0-0.4 0.3-0.3 0.3 0 0.4 0.1 0.2 0.1 0.2-0.1 0.8-0.6 0.2-0.4 0.3-0.3 0.4-0.2 0.3 0.1 0.4 0.4 0.5 0.1 0.1-0.6 0.1-0.2 0.1 0 0.5 0 0.2-0.1 0.4 0.2 0.4 0 0-0.2-0.3-0.5-0.6-0.5-0.2-0.4 0.4-0.2 0.4 0.1 0.3 0.2 0.4 0.1 0.5-0.1 1-0.9 0.4-0.2 0.1-0.2 0.1-0.5 0.1-1 0-0.8 0.2-0.1 0.5 0 0.4-0.2 0.1-0.5 0.1-0.6 0.1-0.4 0.2-0.2 0.3-0.2 0.2-0.1 0.2 0.2-0.1 0.1-0.1 0.2 0 0.1 0.1 0 0 0.1 0.2 0.1 0 0.1 0.1 0 0.9-0.3 0.2 0 0.4 0.1 0.2-0.1 0.2-0.1 0.1-0.1 0-0.2 0-0.3 0-0.2 0.2-0.2 0.1 0 0.1 0.1 0.1 0.4 0.2 0.1 0.3-0.3 0.2-0.4 0.1-0.4 0.1-0.3 0.1-0.2 0.2-0.1 0.1 0 0.2 0 0.1 0.1 0.1 0 0.2 0.5 0 0.1 0.3 0.1 0.2 0 1.3-0.4 0.4-0.3 0-0.3-0.4-0.5 0.1-0.2 0.3-0.1 0.9 0 0.3 0 0.2 0.3 0 0.5 0.1 0.2 0.2 0 0.2-0.2 0.1-0.2 0-0.2 0-0.7 0.3 0.2 0.2 0.3 0.3 0.2 0.4 0 0.1-0.1 0.2-0.1 0.1-0.3 0-0.2 0.1-0.2 0.3 0 0.2-0.1 0.1-0.1 0.1-0.1-0.1-0.5 0.1-0.2 0.1-0.1 0.1-0.2 0.6-1.6 0.2-0.4 0.3 0.2 0.2 0.2-0.1 0.5 0.6 0.2 0.8-0.1 1.4-1.7 0.2-0.4 0.1-0.1 0.2 0 0.1 0.1 0.2 0.1 0.4-0.1 0-0.3-0.1-0.3 0-0.3 0.3-0.1 0.2 0.1 0.3 0.3 0.3 0 0.2-0.2 0.2-0.7 0.2-0.2 0.2 0.2 0.3 0.3 0.1 0.4 0.2 0.1z\" id=\"BRRS\" name=\"Rio Grande do Sul\">\r\n  <\/path>\r\n  <path d=\"M348.5 121.2l2 21.9-18.1-0.1-5.1 0.2-0.5 0.2-0.1 0.1 0 0.2 0 0.2-0.2 0.2-0.1 0.2-0.2 0.2-0.4 0.2-0.2 0.1-0.2 0.1-0.2 0.2-0.1 0.1-0.1 0.2 0 0.3 0.1 0.2 0 0.2-0.1 0.2-0.7 1.2-0.8 0.9-0.1 0.2-0.1 0.2-0.1 0.2-0.2 0.4-0.1 0.2-0.1 0.7 0 0.2-0.1 0.2-0.7 1-0.3 0.3-0.1 0.2-0.1 0.2 0 1-0.1 0.2 0 0.2-0.3 0.6-0.2 0.4-0.3 0.6-0.1 0.2-0.1 0.4 0 0.3-0.3 0.3 0 0.2-0.1 0.2-0.2 0.8 0 0.1 0.1 0.2 0.1 0.4 0.1 0.2 0.1 0.2 1.2 1.3 0.1 0.1 0.1 0.2 0 0.3 0 0.2 0 0.2 0 0.2-0.2 0.1-0.1 0.2-0.2 0.1-0.2 0-0.7 0.2-0.6 0.2-1.3 0.4-0.1 0.1-0.1 0.2-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0.2 0 0.1-0.1 0.4-0.1 0.2-0.1 0.2-0.2 0.1-0.2 0-0.6-0.1-0.4 0.1-0.3 0-0.2 0 0 0.1-0.1 0.1-0.2 0.1-0.1 0.1-0.2 0.1-0.2 0-0.5-0.1-1.3-0.1-0.2-0.1-0.2-0.2-0.1-0.2 0-0.3 0.1-0.4-0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.5-0.6-1-0.1-0.2-0.6-0.5-0.5-0.5-0.3-0.2-0.2-0.2-0.2-0.1-0.2-0.2-0.1-0.3-0.2-0.5-0.1-0.2-0.2-0.1-0.3-0.1-0.8 0-0.2 0-1.1-0.3-0.2-0.1-0.1-0.1-0.4-0.4-0.1 0-0.1-0.1-0.2-0.1-0.3 0-0.2 0-0.7 0.1-0.2 0-0.4 0-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.4-0.1 0.2-0.1 0.2-0.1 0.1-0.2 0.1-0.1 0.1-1.6 0.6-0.8 0.2-0.2 0.1-1.4 0.7-0.2 0.1-0.1 0.2-0.1 0.1-0.2 0.4-0.1 0.2-0.1 0.1-0.4 0.4-0.2 0.2-0.1 0.1-0.1 0.2-0.1 0.7-0.2 1.2 0 0.2-0.5 0.9-0.1 0.5 0 0.2 0 0.5 0.4 1.6 0.1 0.2-0.1 0.2-0.1 0.2-0.1 0.2-0.1 0.1 0 0.3 0 0.2 0.1 0.7-0.1 0.3-0.3 1.3-0.6 1.3 0 0.2 0 0.3 0.4 2.1 0 0.3-0.2-0.1-0.2 0-0.4-0.1-0.8-0.2-0.5 0-0.1 0-0.2-0.1-0.2-0.1-0.3-0.4-0.1-0.1-0.2-0.1-0.4 0.2-0.9 0.4-0.1 0-0.2 0-0.1 0-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.1 0-0.1-0.2-1.1-2.5-0.1 0-0.2-0.2-0.1-0.1-0.1 0-0.1-0.1-0.2 0-0.2-0.1-0.1-0.3-0.4-0.6-0.2-0.4-0.2-0.2-0.1-0.1-0.9-0.5-1.2-0.9-0.2-0.1-0.2-0.1-0.4 0-0.2-0.1-0.2-0.1-0.1-0.1-0.8-1.3-0.3-0.2-0.3-0.1-0.2 0-0.3-0.2-0.4-0.2-1.4-1.4-0.4-0.7-0.3-0.3-0.1-0.1-0.2-0.1-1-0.3-0.2-0.1-0.1-0.1 0-0.1-0.1-0.3 0-0.3 0-0.3 0.1-0.7 0-0.2 0.1 0 0.2-0.1 0.2 0 0.8 0.3 0.2 0 0.4 0.2 0.2 0.1 0.2 0 0.2-0.1 0.1-0.2 0.2-0.3 0.1-0.2 0.4-0.2 0.1-0.1 0.4-0.5 0.1-0.2 0.1-0.2 0-0.3-0.3-1.8-0.2-0.2-0.1-0.1 0-0.1-0.5-0.3-0.1-0.1-0.2-0.2-0.1-0.2 0-0.4 0.2-0.9 0-0.6-0.1-0.5-0.1-0.3-0.1-0.3-0.5-0.8-0.2-0.2-0.2-0.2-0.6-0.2-0.2-0.2-0.2-0.1-0.2-0.3-0.2-0.4-0.3-1.3-0.2-0.4-0.3-0.4-0.2-0.3-0.5-0.5-0.2-0.2-0.1-0.5 0-0.4 0.1-0.2 0.2-0.1 0.2-0.1 0.2-0.1 0.1-0.2 0.4-1.1 0-0.2-0.1-0.3-0.5-0.6-0.1-0.2-0.1-0.3 0-1.4 0-0.2 0.1-0.3 0.5-0.8 0.1-0.2 0.1-0.2 0-0.3-0.3-1.1 0.1-0.2 0-0.2 0.1-0.2 0.2-0.1 0.3-0.3 0.1-0.2 0.1-0.1 0.2-0.4 0.1-0.5 0-0.2-0.1-0.4-1-2.8-0.2-0.4 0-0.3 0.1-0.2 0.1-0.2 0.2-0.1 0.2-0.2 0.3-0.1 0.3-0.3 0.5-0.3 0.3-0.4 0-0.4-0.2-0.6-0.9-1.8-0.2-0.4-0.1-2-0.1-0.4-0.6-1 0-0.3-0.1-0.2 0-0.6-1.2-3.6 0-0.2 0-0.3 0-0.2-0.2-0.4-0.4-0.4-0.4-0.3-0.2-0.2-0.2-0.1-0.2-0.1-0.3-0.2-0.2-0.3-0.3-0.4-0.4-0.7-0.7-1 0-0.3 0.1-0.3 0.3-0.3 0.1-0.2 0.2-0.7 0.1-0.2 0.6-0.3 0.1-0.2 0-0.2-0.1-0.7-0.3-0.8 0-0.2 0-0.3 0.1-0.2 0.2-0.2 0.5-0.7 0-0.2 0.1-0.3-0.1-0.2-0.1-0.2-0.1-0.3-0.3-0.1-0.2-0.2-0.7-0.2-1.2-0.7-0.5-0.2-0.3 0-0.7 0-0.2 0-0.4-0.1-0.3 0-0.2 0-0.4 0.1-0.3 0-0.3 0-0.6-0.3-0.3-0.2-0.5-0.3-0.7-0.8-0.3-0.3-0.1-0.3-0.1-0.2 0-0.5-0.1-0.2-0.2-0.1-0.5 0-0.3 0-0.3 0.1-0.6 0.2-0.2 0.1-0.2 0-0.3 0-0.5 0-0.3-0.1-0.6-0.4-0.7-0.7-0.2-0.2-0.1-0.2 0.2-0.6 0.1-0.3-0.1-1.4 0.1-0.3 0.2-0.6 0-0.1-0.1-0.2-0.4-0.2-2.5-0.1-1.3-0.2-0.6 0-1.6 0-0.4 0-1.3 0.1-1.3 0-2.4-0.6-1.2-0.2-0.3 0.1-0.1 0-0.4-0.1-0.1-0.4-0.1-0.4 0.2-0.5 0.8-1.4 0.1-0.4 0-1.1 0.2-0.5 0-0.2-0.1-0.2-0.2-0.4-0.4-1.1-0.1-0.3-0.7-1.4-0.6-1-0.1-0.3-0.4-0.5-0.3-0.3-0.7-1.3-0.1-0.2-0.5-0.6-0.4-0.7 0-0.3 0-0.5 0.2-1.7-0.1-0.6 0-0.3-0.2-0.9-0.3-1.6 0-0.5 0.2-0.4 0.6-0.7 0.1-0.4 0.1-0.3 0-0.8-0.4-0.6-0.2-0.3-0.8-0.7-1.1-1.3-0.1-0.1-0.4-0.2-0.3-0.3-0.7-0.2-0.5-0.3-0.1-0.1-0.2-0.1-0.1 0-1.9-1.5-0.7-1.1-0.2-0.1-0.2-0.2-0.2-0.3-0.3-0.2-0.6-0.5-0.4-0.5-0.1-0.1-0.1-0.1-0.2-0.5-0.2-0.5-0.3-0.5-0.3-0.8-0.1-0.4-0.3-0.3-0.5-0.3-0.4-0.1-0.1-0.1-0.2-0.2-0.3-0.4 0-0.4 0-0.5 0.2-0.3 0-0.1 0.3-0.2 0.5 0 0.4-0.1 0.9 0.5 0.8 0.8 0.2 0.2-0.4 0.1-0.1 0-0.1 0-0.2 0 0.1 0.2 0.1 0.1 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0 0.1 0.1 0 0.2 0.1 0 0.1 0.1 0 0.2 0 0.2 0.1 0.1 0.1 0.2 0.1 0.1 0.2 0.1 0.2 0.1 0.5 0.2 0.2 0 0.3-0.1 0.2 0 0.3-0.1 0.1 0 0.3-0.1 0.4-0.2 0.1-0.1 0.1 0 0.2-0.1 0.1 0.1 0.1 0 0-0.1 0-0.1 0.8-0.1 0.1 0 0.2 0 0.1 0 0 0.1 0.1 0.1 0 0.1 0 0.1 0.1 0 0.2-0.1 0.3-0.1 0.1-0.1 0.1 0 0.1 0.1 0.2 0 0.1 0 0.2 0.1 0.2 0 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0 0 0.1-0.1 0.2 0 0.1 0 0.1 0.1 0 0.1 0.1 0.2 0 0.1-0.2 0.2 0 0.1-0.1 0.1 0-0.1-0.1-0.1-0.1-0.1-0.1 0-0.2 0.1-0.1 0.1-0.1 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0.2 0.1 0.1 0 0.2 0 0.1 0 0.1 0.1 0.2 0.1 0.3 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0 0.2 0 0.1 0 0.1-0.1 0.1-0.1 0.4 0.3 0 0.1 0 0.2 0.1 0.2 0.1 0.1 0.1 0 0 0.1 0.3 0.7 0.3 1.4 0.3 0.8 0.6 0.6 0.3 0 0.2 0.3 0.3 0.1 0.5-0.1 0.4-0.3 0.1 0 0.1-0.1 0.4-0.3 0.3-0.3 0.1-0.1 0.3-0.1 0.5-0.2 0.2-0.2 0.4 0 0.8 0.3 0.4 0.1 0.7 0 0.6-0.1 0.4-0.1 0.2-0.1 0.2 0 0.9 0.2 1.4 1.2 0.9 0.4 0.2 0.1 0.3 0 0.3-0.1 0.4-0.3 0.2-0.3 0.1-0.1 0.1-0.3 0.2-0.4 0-0.5 0.3-0.3 0.3-0.1 0.3 0 0.5 0.2 1.3 0.7 0.7 0.7 1.2 1.6 1.2 0.9 2.2 2.6 0.2 0.4 0.3 0.3 0.2 0.2 0 0.1 0.2 0.1 0.1 0.1 0.2 0.2 0.1 0.1 0.3 0.1 0.3 0.1 0.4 0 0.4 0 0.3 0 0.2-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0.4-0.4 0.1 0 0.2 0 0.1 0 0.2-0.1 0.2 0 0.2 0 0.2-0.1 0.2-0.3 0.2-0.3 0.1-0.2 0.1-0.3 0-0.2 0.2-0.1 0.1-0.4 0-0.1-0.1-0.2-0.1-0.8 0-0.6-0.1-0.3-0.2-0.1-0.1-0.2-0.1-0.2 0-0.5 0.1-0.2 0-0.2-0.2-0.1-0.1-0.3-0.1 0 0-0.1 0-0.3 0-0.3 0-0.2 0.2-0.2 0.1-0.1 0.2-0.2 0.1-0.1 0-0.2 0-0.2 0-0.1-0.2-0.2-0.1-0.1 0.1-0.3 0.1-0.1 0.2-0.3 0.2-0.1 0.2 0 0.2 0.1 0.3 0 0.2-0.1 0.2 0 0.3-0.1 0.1 0 1.1 0.2 0.3 0.1 0.1 0.1 0.2 0.1 0.2 0 0.1 0 0.1 0 0-0.1 0-0.1 0-0.2 0.2-0.1 0.1-0.2 0-0.3-0.1-0.2-0.1-0.2 0-0.2 0.1-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0.3-0.1 0.1-0.1 0.3 0 0.2 0 0.2-0.2 0.1-0.1 0.2-0.1 0-0.2-0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1-0.1 0.2 0 0.1 0 0.4 0 0.3 0.1 0.2 0.2 0.1 0 0.3 0 0.2 0.2 0.2 0.2 0.3 0.1 0.4 0.2 0.2 0 0.5 0.1 0.1 0 1.3 0.5 0.1 0.1 0.2 0.1 0.1 0.1 0.3 0 0.4 0.1 0.2 0.1 0.3 0 0.2-0.2 0.2-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0.3 0 0.1 0 0.2-0.3 0-0.2 0.3-0.2 0.3 0.1 0.1-0.1 0.2-0.1 0.2-0.1 0.3-0.1 0.1 0 0.2 0 0.1 0.1 0.2 0.2 0.1 0.1 0.1 0.2 0.3 0.1 0.1 0 0.3-0.1 0.1-0.2 0.1 0 0.4-0.1 0.2 0 0.2 0 0.1-0.1 0.3-0.2 0 0.1 0.1 0 0.2 0.1 0.1 0 0.2-0.2 0.1-0.2 0.2-0.3 0.1-0.2 0.1-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1-0.1 0.1 0 0.4 0 0.1 0 0.1 0.1 0.1-0.1-0.1-0.1 0-0.1 0.1 0 0.2 0.1 0.1 0 0.2 0 0.1-0.1 0.1 0 0.5 0.2 0.1 0.1 0.1 0.1 0.1 0 0.1-0.1 0.1-0.1 0.1 0 0.3-0.1 0.1 0 0.2 0.1 0.2 0 0.2 0 0.2 0 0.3-0.1 0.1-0.1 0.2-0.1 0.1-0.2 0.2-0.1 0.1-0.2 0.2-0.4-0.1-0.5-0.1-0.5 0.1-0.2 0-0.1 0.1-0.2 0.1-0.3 0.1-0.1 0-0.1 0.1 0 0.7-0.3 0.4-0.1 1.2 0.1 0.1 0 0.3 0.1 0.1 0.1 0.1 0 0.5-0.3 0.1-0.1 0.2-0.1 0.3-0.3 0.1 0 0.1-0.1 0.1 0 0.1-0.1 0-0.1-0.2-0.1-0.2-0.3-0.2-0.2-0.1-0.1-0.1 0-0.2-0.2 0.2-0.3 0.3 0 1.2 0.1 0.4 0.1 0.7 0.4 0.3 0 0.1 0 0.2 0.2 0.1 0.1 0.4-0.1 0.2-0.3 0.2-0.1 0.1 0 0.2-0.1 0.4 0 0.1 0 0.1-0.1 0.6-0.1 0.3 0.1 0.3 0.1 0.2-0.1 0.2-0.1 0.2-0.2 0-0.2 0.4-0.5 0.2-0.1 0.2 0 0.1-0.2 0-0.4-0.1-0.4 0.1-0.4 0.1-0.2 0.1-0.1 0-0.1 0.4-0.9 0-0.1 0.3 0 0.2 0 0.4-0.1 0.4-0.1 0.4-0.3 0.1-0.1 0.3-0.1 0.1 0 0.3-0.1 0.3 0 0.2-0.1 0.2-0.1 0.2-0.2 0.2-0.3 0.1-0.1 0.3-0.2 0.2-0.2 0.1-0.1 0.2-0.2 0.7-0.8 0.1-0.2 0.1-0.1 0.1-0.1 0.3-0.4 0.2-0.5 0.2-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.2-0.2-0.6-0.1-0.3-1.3-3.5-0.4-0.3 0-0.1-0.6-0.2-0.4 0 0-0.1 0.8-0.1 0.4-0.1 1.2 0.1 0.2 0.1 0.3 0.1 0.2 0.1 0.2 0.1 0.3 0 1.2-0.1 0.4 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.1 0 0.2-0.1 0.3-0.4 0.1-0.1 0.4-0.1 0.9 0.3 0.5 0 0.3-0.2 0.9-0.9 0.3-0.1 0.9-0.3 0.2 0.1 0.2 0.5 0.3 0.3 0.9-0.4 0.2 0.3 0.6 1.4 0.1 0.1 0.2 0.3 0.5 0.3 0.8 0.5 0.6 0.3 0 0.6-0.3 1.2 0 0.8-0.1 0.4-0.2 0.3-0.1 0.6 0 1.2-0.3 0.9 0.1 0.9-0.1 0.4-0.1 0.3-0.2 0.4-0.6 0.8-0.1 0.3 0 0.2 0 0.2-0.1 0.2-0.2 0.2-0.2 0-0.4 0-0.1 0.1-0.6 0.5-0.1 0.4 0.1 0.4 0.3 0.3 0.3 0.2 0.2 0 0.2 0 0.1-0.1 0.1-0.2 0.1-0.2 0.2 0 0.2 0.1 0.1 0.2 0.1 0.4 0.2 0 0.4-0.1 0.4 0 0.4 0.1 0.3 0.1 0.1-0.2 0.1-0.1 0.2-0.1 0.2 0 0.2 0.1 0.2 0.1 0.3 0.4 0.1 0.1 0.2-0.1 0.4-0.1 0.2 0 0.1 0 0 0.3 0 0.1 0.1 0 0.2 0 0.1 0.1 0.5 0.1 0.1-0.1 0.2-0.2 0.3 0.4 1.1 0.7 0.2 0.1 0.2 0.2 0.1 0.2 0.3 0.1 0.2 0 0.1 0 0 0.2 0 0.2-0.2 0.5-0.6 0.7-0.3 0.4 0.1 0 0.2 0.3 0 0.1 0 0.1-0.2 0.3-0.1 0.1 0 0.4 0 0.1 0 0.3 0.3 0.5 0.3 0.2 0.9 0.3 0.4 0.3-0.1 0.3-0.2 0.4 0 0.4 0.1 0.3 0.7 0.7 0.3 0.5 0.1 0.1 0.1 0.1 0 0.5 0.1 0.1 0.2 0 0.7 0.1 0.2 0.1 0.1 0.2 0.1 0.2-0.1 0.1-0.1 0.1-0.2 0-0.3 0.2-0.4 0.4-0.3 0.5-0.1 0.4 0 0.4 0.1 0.3 0 0.3-0.4 0.3-0.9 0.4-0.2 0.3-0.2 0.5 0 0.2 0 0.2 0 0.2-0.1 0.2-0.2 0.1-0.4 0.2-0.8 0.7-1.7 0.6-0.5 0.6 0 0.6 0.3 0.4 0.4 0.4 0.2 0.6-0.4 0.8 0 0.3 0.3-0.1-0.1 1 0.1 0.1 0.1 0.3 0 0.1-0.1 0.1-0.2 0.1-0.1 0-0.1 0-0.2 0.7-0.5 0.8-0.1 0.2-0.3 0.9-0.1 0.2-0.1 0.2-0.2 0.1 0 0.3 0.1 0.1 0.2 0.2 0 0.1 0 0.1-0.3 0-0.1 0.1 0.1 0.1 0.1 0.2 0 0.2 0 0.1-0.1 0.1-0.2 0-0.1 0.1-0.5 0.9-0.2 0.5-0.1 0.5 0.1 1.1-0.1 0.4-0.4 1.7-0.1 3.3 0 0.4 0.7 1.2 0 0.1-0.1 0.3 0.1 0.1 0.2 0.1 0.1 0.1 0.2 0.3 0 0.2 0 0.2 0.1 0.4 0.5 1.3 0.1 0.3 0 0.4 0 0.2 0.1 0.2-0.3 0.4 0 0.1 0.2 0.4 0.4 0.3 0.8 0.4 0.6 0.6 0.3 0.1 0.2 0 0.4 0 0.1 0.1 0.5 0.5 0 0.7-0.1 0.7 0 0.8 0.2 0.6 0 0.2-0.1 0.2-0.2 0.3-0.1 0.3 0.1 0.2 0.2 0.4 0.1 0.3-0.1 0.1-0.1 0.4 0 0.1 0 0.6 0 0.1-0.1 0.3-0.2 0.4-0.1 0.2 0 0.3 0 0.4 0.1 0.5 0.2 0.2 0.3 0 0.4-0.2 0.2 0.1 0.8 0.2 0.2 0.1 0.1 0 0.1 0 0 0.3-0.4 0.8-0.3 0.4 0 0.2 0.4 0.4 0.2 0.2 0.2 0.1 0.3 0 0.4 0 0.3-0.1 0.4 0 0.4 0.1 0.4 0.4 0.6 0.9 0.3 0.4 0.6 0.5 0.2 0.2 0.4 0.7 0.2 0.2 0.1 0.1 0.3 0 0.1 0.1 0 0.1 0.2 0.3 0.1 0.1 0.2 0 0.4-0.1 0.2 0.1 0.2 0.3 0.1 0.3 0.1 0.4 0.3 0.2 0.2 0.2 0.4 1 0.3 0.3 0.3 0.2 1.3 0.4 3.4 0.6 0.8 0.3z\" id=\"BRRR\" name=\"Roraima\">\r\n  <\/path>\r\n  <path d=\"M433 98.2l0.6 0.5 0.2 0.3 0 0.5 0 0.4 0.3 1.5 0.1 0.4 0 0.2-0.2 0.3-0.1 0.2-0.3 0.9-0.1 0.1-0.1 0.1-0.1 0.1-0.3 0-0.1 0.1-0.1 0.2-0.1 0.4 0 0.2 0 0.2 0.1 0.1 0.1 0 0 0.1 0.3 0.2 0.1 0.1 0 0.1 0.1 0.3 0 0.2 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.4 0.3-0.1 0.1-0.1 0.1-0.1 0.2 0 0.1 0.1 0.1 0.3 0.1 0.1 0 0.1 0.1 0 0.2 0.1 0.2 0 0.2 0 1.5 0 0.1 0.1 0.3 0.1 1.4 0.1 0.2 0.1 0.2 0.2 0.3 0.1 0 0.1 0 0.2 0 0.1 0 0.1 0 0.1 0.1 0.1 0 0.1 0 0.6 0 0.1-0.1 0.3-0.1 0.2-0.1 0.7-0.1 0.2 0 0.1 0 0.1 0.1 0.3 0.2 0.2 0 0.6 0.2 0.1 0 0.1 0.1 0.2 0.1 0.1 0.1 0.1-0.1 0.2 0 0.3-0.1 0.2 0 0.1-0.1 0.1 0 0.1 0.1 0.1 0 0.1 0 0.2-0.1 0.1-0.1 0.1 0.1 0.4 0.2 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0 0.2 0.2 0.1 0 0.2 0.1 0.3 0.2 0.1 0 0.1 0 0.1 0.1 0.2 0.1 0.2 0.2 0.1 0.1 0.1 0.1 0.1 0 0.2 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0.1 0.1 0 0.2 0.1 0.3 0.2 0.2 0.3 0.2 0.1 0.1 0 0.1-0.2 0.1 0 0.1 0.1 0.4 0.2 0.2 0.2 0.1 0.2 0 0.2 0.1 0.1 0.1 0 0.1 0 0.3 0 0.1 0 0 0.1 0 0.1-0.1 0.1-0.1 0.1 0 0.1 0.1 0.2 0.1 0.2 0.2 0.3 0.1 0.1 0.1 0.1 0 0.1-0.1 0.1 0 0.2 0.1 0.2 0 0.1 0.2 0.1 0.1 0 0.2 0 0.4 0 0.1-0.1 0.1 0 0.3-0.2 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.1 0.4 0.2 0.1 0.1 0.1 0.2 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0 0.1 0 0.2 0.1 0.1 0.1 0 0.3 0.2 0.1 0.1 0.1 0.1-0.1 0.2 0.1 0.1 0.1 0 0.4 0 0.1 0.1 0 0.1 0 0.1 0 0.1 0.1 0 0.3 0 0.2 0 0-0.1 0.1-0.1-0.1-0.1 0-0.1 0-0.1 0-0.1 0.2-0.1 0.2 0.1 0.1 0.1 0.4 0 0.2 0.2 0.1 0.1 0.2 0 0.1 0 0-0.1 0.2-0.2 0-0.1 0-0.2 0-0.1 0-0.1 0.1-0.1 0.1 0 0.1 0 0.2 0.1 0 0.1-0.1 0.1 0 0.1 0.1 0 0.2 0.1 0.1 0 0.1 0 0.1 0 0.1 0 0.1-0.1 0-0.1 0.1 0 0.1-0.1 0.1 0 0.1 0.1 0 0.1 0 0.1 0 0.1 0 0.3 0 0.1 0 0.2 0.1 0.2 0 0.1 0.1 0 0.1 0 0.1 0 0.2-0.1 0.2-0.1 0.1 0 0.1 0 0.2 0 0.1 0 0.1 0 0.3 0.2 0.1 0 0.2-0.1 0.2 0.1 0.1 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1 0.1 0.2 0.3 0.4 0 0.1 0.1 0.1-0.1 0.1 0 0.1 0 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0.2 0 0.8-0.2 0.5-0.2 0.2 0 0.1 0 0.2 0.1 0.1 0.1 0.1 0.1 0 0.1 0 0.2 0.1 0.1 0.1 0.2 0.2 0.4 0 0.1 0 0.1 0 0.1-0.1 0.1-0.5 0.2-0.3 0-0.1 0-0.1 0.1 0 0.1 0 0.1-0.1 0.3 0 0.2 0.1 0.5 0.1 0.1 0.5 1.1 0 0.1 0 0.1 0 0.2-0.1 0.1 0.1 0.1 0.2 0.3 0 0.1 0 0.6 0.1 0.3 0.1 0.2 0.1 0.1 0.3 0.4 0.8 0.5 0.1 0.2 0.1 0.1 0.2 0.3 0.1 0.4 0.3 0.4 0.3 0.4 0.4 0.2 0.3 0.2 0.9 0.3 1.8 0.3 0.2 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0.3 0 0.5 0 0.2-0.3 1.2-0.1 0.5 0 0.4 0 0.2-0.2 0.6 0 0.1 0 0.2 0 0.2 0.2 0.4 0 0.3 0 0.5 0 1.1 0.1 0.3 0.9 1.9 0.1 0.2 0.1 0.1 0.5 0.4 0 0.1 0.1 0.1 0 0.1 0.1 0.5 0.1 0.4 0.4 0.8 0.1 0.4 0 0.3 0 0.2 0 0.4-0.2 0.8 0.1 0.1 0 0.1 0.4 0.9 0.4 0.3 1 3.2 0.1 0.3 0.4 0.2 0.3 0 0.1 0 0.1 0 0.1 0 0.1 0 0.7-0.4 0.1 0 0.2 0 0.1 0.1 0.2 0.2 0.1 0.1 0.1 0.1 0.1 0.3 1.7 1.7 0 0.1 0.3 0.6 0.1 0.2 0.1 0.1 0.7 0.6 0.2 0.1 0.1 0.2 0 1.5-0.1 0.3-0.1 0.4 0 0.3 0 0.2 0 0.3 0.1 0.2 0.3 0.8 0.1 0.1 0.1 0.2 0.1 0 0.1 0.1 0.1 0 0.3 0 0.2 0 0.3 0.1 0.3 0.2 0.1 0.2 0.1 0.1 0 0.2 0.1 0.7 0 0.1 0.2 0.7 0.1 0.1 0 0.2 0 0.2-0.1 0.2-0.1 0.2 0 0.2-0.1 0.1 0 0.1 0 0.2 0.2 0.3 0 0.1 0 0.1 0 0.1-0.1 0.2-0.1 0.1 0 0.2 0 0.1 0.1 0.2 0 0.1 0.1 0 0.1 0 0.1 0 1.2-0.4 0.1 0 0.2 0 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0.4 0.3 0.1 0.2 0.1 0.1 0 0.2 0 0.1 0 0.2 0 0.1 0 0.1-0.3 0.3-0.1 0.1 0 0.2 0 0.2 0.3 0.5 0 0.1 0 0.4 0 0.2 0.2 0.5 0.1 0.1 0.1 0.1 0.3 0.1 0.4 0.2 0.1 0 0.2 0.2 0.6 0.7 0.1 0.1 0.1 0 0.4 0.2 0.1 0 2.2 0.2 0.2 0 0.1 0.1 0.3 0.1 0.1 0.2 0.1 0.1 0.3 0.6 0.1 0.2 0.1 0 0.1 0 0.1 0 0-0.1 0.1-0.1 0-0.1 0-0.4 0-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.2 0 0.2 0.1 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.3 0.1-0.1 0.1 0 0.2 0.2 0.1 0.1 0.1 0 0.1 0 0.1-0.1 0.1 0 0.2 0 0.4 0.1 0 0.1-0.4 0.4 0 0.9 0.3 1.7-0.1 0.4-0.3 0.2-0.6 0.5-0.6 0.7-0.3 0.1-1.1 0.1-0.5-0.1-1.3-0.4-0.3-0.2-0.2-0.3-0.4-0.2-0.3-0.1-0.5 0.1-0.2 0.1-0.6 0.6-0.2 0.2-0.4 0-0.5 0.3-1.4 0.3-0.4 0.2-0.4 0.2-0.3 0.3-0.2 0.3-0.2 0.3-1.7 0.7-0.3 0-0.9 0.1-1.3 0.4-0.3 0.1-0.1 0.2-0.1 0.1 0 0.2 0 0.3 0 0.2 0.2 0 0.2-0.1 0.2 0 0.4-0.1 1.3-0.3 3.5-0.2 1.6-0.3 0.3-0.1 0.7-0.4 0.3-0.2 0.3 0.2 0.2 0.3 0.2 0.4 0.1 0.5 0.1 0.2 0 0.1 0 0.3-0.1 0.2-0.3 0.4-0.1 0.2-0.1 0.4 0 0.4 0.3 0.2 0.5-0.3 0.3 0 0.1 0 0-0.1 0.1-0.2 0-0.1 0.7-0.7 0.4-0.2 0.4-0.1 0.9 0 0.1 0 0.3-0.2 0.2-0.1 0.2 0 0.5 0.1 0.2-0.1 0.9-0.2 0.9-0.5 4.9-3.4 1.5-0.3 0.4-0.2 0.4-0.2 1.5-0.5 0.4-0.3 0.5-0.3 0.4-0.4 0.2-0.5 0.2-0.3 0.4-0.3 1-0.1 0 0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0.2 0.4-0.1 0.5-0.2 0.4-0.2 0.3-0.3 0.3-0.3 0.5-0.8 0.3-0.4 0.5-0.4 0.6-0.4 2.6-1.3 0.5-0.5 0.3-0.6-0.1-0.3-0.2-0.3-0.1-0.4 0.3-0.3 0.4 0 0.4 0.6 0.4 0.1 0-0.1-0.2-0.2-0.1-0.2 0-0.2 0.2-0.2 0.3-0.1 0.9 0.2 0.6-0.1 0.2 0 0.3 0.2 0.1 0.3 0 0.3-0.1 0.7 0.1 0.9-0.1 0.3-0.1 0.3-0.2 0.1-0.3 0.1-0.2 0.2-0.5 0.7-0.2 0.1-0.2 0.1-0.3 0.1-0.6 0 2.2 1.4 0.3 0.3 0.2 0.4 0.1 0.4-0.2 1.2 0 1.2 0.1 0.1 0.1 0.1 0.2 0.2 0 0.2-0.1 0.2-0.1 0.3 0 0.2 0.2 0.4 0.6 0.9 0.2 0.8 0.3 0.3 1.3 1.1 0.2 0.4 0.2 1.3 0.1 0.5 0.2 0.4-0.4 0.5-0.4 0-0.9-0.5 0.2 0.4 0.2 0.2 0.2 0.4-0.2 0.7-0.4 0.2-0.4 0.2-0.2 0.4 0 0.4-0.4 0.3-0.6 0-0.4-0.3-0.4-0.4-0.5-0.2-0.1 0.3-0.1 0.2 0.2 0.1 0.2 0.4 0.4 0.1 0 0.5 0.2 0.5 0.2 0.1 0.3 0.1-0.1-0.4-0.1-0.3 0.2-0.2 0.5 0.1 1.1-0.1 0.5-0.2 0.2-0.1 0.1-0.4 0-0.3 0-0.4 0.2-0.2 0.2-0.3 0.2-0.4 0.2-0.1 0.5 0.2 0.5 0 0.3 0.6 0.6 0.9 0.3 0.4 0.5 0.3 0.4 0.1 0.3 0 0.3 0 0.2 0 0 0.2 0 0.2-0.3 0.4-0.1 0.2 0.3-0.2 0.3-0.5 0.2-0.1 0.1 0.2-0.1 0.2 0 0.2-0.2 0.1-0.1 0.2 0.1 0.2 0.2 0.4 0.2 0.7 0.1 0.3 0.3 0.2 0.1-0.5 0.1-0.2 0.2-0.2 0.3-0.2 0-0.2 0-0.2 0.1-0.2 0-0.3 0.2-0.2 0.5-0.5 0.6-0.6 0.6-0.3 0.6 0.2 0.4-0.1 0.5 0 0.5 0.1 0.4 0.3 0.1-0.7 0.4-0.4 0.5-0.3 1.8-0.5 0.4 0 0.5 0 0.5 0.2 0.4 0.2 1.2 0.7 0.1 0.2 0 0.3 0 0.3-0.5 0.9 0.4-0.4 0.3-0.4 0.1 0.4 0.1 0.4 0 0.4-0.1 0.5-0.1 0.4-0.5 0.8-0.1 0.4 0.2 0 0.4-0.8 0.1 0 0.1 0.3 0.2 0.4 0.3 0.3 0.2 0.2-0.3-1-0.2-1 0-1.6-0.2-0.4 0-0.1 0.3 0.1 0.1 0.2-0.1 0.6 0.2-0.4 0.1-0.3 0.2-0.3 0.5-0.1 0.5 0.1 0.2 0.1 0.2 0.3 0.3 0.2-0.1-0.3 0.2-0.2 0.2 0.1 0.1 0.3 0.2-0.3 0.4 0 0.4 0.2 0.7 0.7 0.3 0.3 0.2 0.4 0.1 0.5 0.2-0.4-0.2-0.6-0.9-1.1-0.2 0.2-0.1-0.2-0.1-0.3 0.5-0.5 0.7-0.5 0.6-0.2 0.6 0.5 0.3-1.3 0.2-0.3 0.5-0.3 0.4 0 0.2 0.3-0.1 0.5 0.2-0.1 0.3-0.3 0.3-0.1-0.1 0.4-0.5 0.5-0.1 0.3 0 0.4 0.2 0.2 0.2 0.2 0.4 0.2 0.8 0.2 0.1 0.1 0.1 0.5-0.1 0.2-0.1 0.4-0.1 0.3-0.2 0.2 0 0.2 0.2 0-0.1 0.3-0.5 0.4-0.2 0.2-0.1 0.3 0 1.6-0.1 0.2-0.2 0.4-0.1 0.5-0.1 0.1-0.2 0.1-0.2 0.2-0.5 0.8-0.1 0.1 0 0.2-0.1 1 0 0.2-0.1 0.1-0.2 0.2-0.1 0.1 0 0.2-0.1 0.4 0 0.2-0.4 0.5 0 0.2 0 0.2 0.1 0.4 0.1 1.1-0.1 0.4-1.2 1.7-0.2 0.2-0.5 0.1-0.4 0.3-0.3 0.3-0.3 0.4 0.5 0.2 0.9-0.1 1.5-0.6 0.4-0.3 0.1-0.2-0.1-0.3 0.2-0.5 0.1-0.1 0.4-0.2 0.1-0.1 0.1 0 0-0.4 0.1-0.1 0.5-0.5 0.2-0.3 0.1-0.5 0-0.3 0-0.8 0-0.4 0.2-0.5 1.9-3.3 0.4-0.9 0.1-0.7 0.1-0.4 0-0.3 1.4-2.9 0.6-0.8 0.6-0.5 0.1-0.1 0.2-0.1 0.3-0.3 0-0.4 0.3-0.8 0.1-0.6 0.7-0.4 0.8-0.6 0.8-0.8 0.4-0.9 0.5-0.7 0.8-0.1 0.4-0.2 0.6-0.3 0.2-0.2 0.2 0 0 0.1-0.4 0.4-0.3 0.3-0.1 0.4-0.2 0.4-0.1 0.7-0.4 0.2-0.1 0.2-0.2 0.1 0 0.1 0.1 0.3-0.1 0.5-0.2 0.4-0.3 0.4-0.5 0.2-0.3 0.3-0.2 0.4-0.3 0.2 0 0.2 0.3 0 0.3-0.1 0.3-0.2 0.1-0.4 0.6-0.2 0.5-0.3 0.3-0.5 0.1-0.4 0.2-0.2 0.1-0.2 0.2-0.1 0.1-0.1-0.2-0.4 0-0.2 0.2-0.1 0.3-0.2 0.2-0.1 0-0.1 0.2-0.2 0-0.1 0-0.1 0.1 0 0.1 0.1 0.1-0.1 0.2 0 0.1 0 0.1-0.1 0-0.2 0-0.1 1.5-2.2 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.2 0 0.3-0.2 0.1-0.2 0-0.2 0.4-0.9 0.4-0.7 0.3 0.1 0.2 0.4 0.3 0.4 0.2 0.6 0.6 1.1 0.3 0.4 0.2 0.3 0.2 0.4 0.2 0.3 0.2 0 0.4 0.6 0.3 0.2 0.5 0 0.2 0.1 0.2 0.2 0.2 0.3 0.1 0.2 0.1-0.3 0-0.4-0.1-0.4-0.1-0.3-0.2-0.4-0.7-0.7-0.1-0.5 0.4 0.2 0.3 0.1 0.4 0 1.1-0.3 0.4-0.2 0.3-0.3 0.3-0.3-0.2-0.1-0.6 0.1-0.3 0-0.2-0.1-0.2-0.1-0.2-0.1-0.2 0.2-0.3 0.1-0.4 0-0.5 0-0.4-0.2-0.1-0.3 0-0.3 0.1-0.5 0.2-1.6 0.1-0.9 0.6-0.8 0.4-0.5 0.2 0.3-0.1 0.7 0.1 0.6 0.3 0.1 1.4 0.3 0.1-0.1 0.1-0.4 0.1-0.3 0.1-1 0.3-0.8 0.5-0.4 0.6 0.4-0.1-0.3-0.3-0.2-0.1-0.3 0.1-0.3-0.2-0.1 0.2-0.2 0.2 0.1 0.2 0 0.3-0.1 0.2-0.1-0.2-0.1-0.2 0-0.6 0.1-0.1-0.1-0.2-0.6-0.1-0.5 0.1-0.2 0.2-0.1 1 0 0.4-0.1 0.2-0.1 0.3-0.2 0-0.2 0-0.2 0-0.2 0.2-0.1 0-0.1 0.2-0.3 0.1-0.1 0-0.5 0.1-0.4 0.1 0 0.1-0.1 0.1-0.1 0-0.1-0.1-0.3 0-0.1 0.1-0.5 0-0.3-0.1-0.2-0.1-0.1-0.1-0.1-0.1-0.1 0-0.4 0.1-0.3 0.9-1.1 1.5-1.3 0.2 0.3 0.1 0.1 0.1 0.3 0 0.1-0.1 0.3 0 0.1 0 0.1 0.2 0.1 0.2 0.3 0.6 0.7 0.2 0 0.3-0.8 1.4-0.9 0.2-0.5 0.4 0 0.5 0.2 0.4 0.2-0.1-0.3-0.3-0.2 0-0.6 0-0.6 0.1-0.4 0.1-0.3 0.1-0.2 0.4 0.4 0.3 0.3 0.1 0.4 0 0.4 0.4-0.1 0.5 0.2 0.1 0.5 0.1 0.9-0.2 0.3-0.2 0.2-0.2 0.2 0.1 0.2 0.2 0 1.5-0.7 0.6-0.3 0.3-0.3 0.2-0.3 0.2-0.7 0.2-0.1-0.2-0.5 0.1-0.7 0.2 0.1 0.3 0.2 0.4 0.4-0.1 0.3 0.2 0.2 0.1 0.2 0.1 0.2 0 0.2 0.1 0.2 0.2 0.2 0.3 0.5 0.2 0.3 0 0.4-0.2 0.4 1.4 0 0.3 0.1 0.1 0.6 0.3 0.2 0-0.2 0-0.2 0.1-0.2 0.1-0.2-0.1-0.1-0.1-0.1 0-0.1 0-0.2-0.5-0.2-0.5-0.7-0.2-0.1 0 0.2-0.1 0.2-0.1 0.2-0.2 0.1 0-2.2 0.1-0.3 0.3 0-0.2-0.3 0.3-0.1 0.3-0.2 0.3 0.1 0.3 0.2-0.1 0.1-0.1 0.2-0.1 0.1 0.1 0.3-0.1 0.7 0.2 0.4-0.1-0.2 0.1-0.2 0.1-0.2 0.2-0.1 0 0.3 0.1 0.2 0.2 0.2 0.2 0 0-0.1-0.2-0.1-0.1-0.3 0-0.2 0.2-0.3 0.2 0 0.3 0.1 0.4 0.4 0-0.4-0.1-0.2-0.2-0.1-0.1-0.3 0.3 0.1 0.3-0.1 0.2-0.2 0.3-0.1 0.3 0.1 0 0.3 0 0.4 0 0.3 0.1 0 0.3-0.1 0.1 0.1 0 0.3-0.1 0.3 0.4-0.2 0.1-0.3-0.1-0.3-0.1-0.3 0.9 0.6 0.1 0.2-0.2 0.3-0.1 0.1-0.2-0.3-0.1 0-0.1 0.3-0.1 0.1-0.1 0.1-0.2 0.1 0 0.1 0.2 0.3 0.2 0 0.1-0.3 0.3-0.1 0.3 0.1 0.4 0.2 0-0.3 0-0.1 0.1-0.1 0.1-0.1 0.2 0.3 0 0.3-0.1 0.3-0.2 0.3-0.1 0.1-0.4 0.2 0 0.1 0 0.2 0.2 0 0.2-0.1 0.1-0.2 0.2 0.2 0.2 0.2 0.1 0.2 0.1 0.3 0.1-0.4-0.1-0.4 0-0.4 0.2-0.2 0.1 0.1 0 0.2 0.1 0.1 0.1-0.2-0.1-0.1 0-0.1 0-0.2 0-0.2 0.2-0.2 0-0.1 0.1-0.4 0.1-0.2 0.2-0.1 0.2 0.1 0.1 0.2 0 0.2-0.1 0.2 0.1 0 0 0.1-0.1 0.2 0 0.5-0.1 0.3 0.1 0.1 0.1-0.3 0.1 0.4 0.1 0.3 0.1 0.3 0.3 0-0.2 0.2-0.4 0.3-0.1 0.2 0 0.2 0.3 0.4 0.1 0.2 0.1-0.2 0-0.7 0.1-0.2 0.1-0.2 0.1-0.2 0.2-0.1 0.2 0.1 0-0.4 0.1-0.2 0.1-0.1 0.3 0 0.2-0.1 0.1-0.4 0.2-0.7 0.2 0.3 0 0.5-0.2 1 0.1 0 0.2-0.3 0.2 0.1 0 0.1 0 0.2-0.1 0.2 0.4 0 0 0.1-0.2 0.3 0 0.1 0.1-0.1 0.1 0 0.1 0.3-0.1 0.1-0.3 0.1-0.2 0.2-0.2 0.2-0.1 0.3 0.1 0.3 0.3 0.1 0-0.3-0.1-0.3 0.1-0.2 0.3-0.1 0.4 0.1 0.3-0.1 0-0.3 0.1 0.1 0.1-0.2-0.1-1 0.2 0.1 0.1 0.1 0.1 0.1 0 0.2 0.2 0 0.1-0.1 0-0.1 0.1 0 0.2 0-0.1-0.2-0.1-0.1-0.2-0.1-0.2-0.1 0.3-0.2 0.5-0.7 0.3-0.2 0-0.1-0.2-0.1 0.2 0 0.2 0.1 0.2 0.2 0.1 0.2-0.3 0.1 0 0.1 0.1 0.2 0.2 0.2-0.3 0.1-0.2 0 0 0.1 0.2 0.2-0.1 0.1-0.1 0.1-0.2 0.1 0 0.1 0.2 0 0 0.2 0 0.1-0.1 0.2 0.2 0 0.2-0.1 0.1-0.2 0.1-0.2 0.1 0-0.2 1.1 0 0.1 0.1 0.2 0.2 0.4 0 0.1 0.1-0.3-0.1-0.2 0-0.3 0.2-0.3 0.1 0 0 0.4 0.2-0.1 0.1-0.2 0-0.6 0.2 0.2 0.5 0.7 0.1 0.2-0.1 0.4-0.6 1 0.3-0.3 0.5-0.8 0.3-0.2-0.1-0.2 0.1-0.5 0.1-0.4 0.5 0.1 0.1 0.3 0 0.2 0.1 0.2 0.3 0 0.2 0-0.1-0.2-0.4-0.8 0-0.3 0.4 0 0.5 0.2 0.3 1.1-0.5 0.7-0.1 0.2 0.1 0 0.2-0.1 0.1 0.1-0.1 0.3-0.2 0.2-0.2 0.2-0.3 0-0.2-0.1-0.1-0.4-0.1 0-0.1 0.3-0.2 0.2-0.9 0.6-0.2 0.2-0.2 0.3-0.1 0.4 0.2-0.4 0.4-0.3 0.4-0.3 0.4-0.1 0.1 0 0.4 0 0.6-0.1 0.4-0.1 0.5 0.3 0.3-0.4 0.1-0.4 0.3-0.3 0.6-0.3 0.3-0.3 0.3-0.1 0.2 0.1 0.2-0.2 0.4-0.1 0.4 0 0.2 0.2-0.1 0.3-0.3 0.1-0.5 0.1-0.4 0.3 0.2 0.3-0.1 0.4-0.2 0.2 0 0.2 0.3 0.2-0.1 0.4-0.1 0.4 0.3 0 0.1 0.1-0.3 0.3 0.3 0 0.2 0 0.2-0.1 0-0.2 0.1-0.1 0.2 0.1 0.3 0.1 0.1 0.1 0.3-0.2 0.2-0.4 0.4 0-0.1 0.3 0 0.4 0.1 0.5 0.1 0.1 0.1-0.1 0-0.4 0.1-0.3 0.3-0.2 0.2-0.1 0.1 0.3 0 0.8 0 0.1-0.1 0.4 0 0.2 0.3-0.3 0.1-0.3 0.1-0.4 0-0.6 0.2 0 0.2 0.4 0.5 0.6 0.1 0.3-0.1-0.3-0.3-0.5-0.2-0.3 0-0.1-0.1-0.1 0-0.1 0.4-0.2-0.2-0.2-0.2-0.1 0.1-0.3 0.2-0.3 0.1-0.4 0.3-0.4 0.3-0.3 0.7-0.2 0.6 0.3-0.1 0.7-0.1 0-0.2 0.1-0.3 0.3-0.2 0.5-0.1 0.2 0.3-0.1 0.1 0.1 0 0.2-0.3 0.1 0 0.1 0.1 0.1 0 0.1-0.1 0.1-0.1 0.2 0 0.1 0.2 0.3-1.1 2.2 0.7-0.7 0.2-0.1 0.2 0 0.3 0.1 0.2 0.1 0.4-0.1 0.2-0.5 0.1-0.2 0.2 0 0.1 0.2-0.2 0.8 0 0.3 0.2-0.3 0.2-0.4 0-0.8 0-0.2 0.2-0.2 0.1-0.1 0.2-0.1 0.1 0 0.1 0.2 0 0.1 0.1 0.2 0.3 0.6 0.1 0.4-0.2 0.1-0.2 0.2-0.2 0.3 0 0.4 0.2 0.2-0.8 0.3-0.2 0.2-0.1 0.2-0.1 0.2 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.2 0.2 0 0.2 0.1 0.3 0.5 0.4 0.2 0.2-0.1 0.4-0.6 0.5-0.1 0.4-0.1 0.5-0.5 0.6-0.1 0.4 0.2 1.2 0.2 0.6-0.1 0.2-0.2 0.1-0.1 0.2-0.1 0.2 0 0.2 0.1 0.3 0 0.9-0.1 0.1-0.3 0.1 0 0.2-0.2 0.3-0.3 0.2-0.8 0.1-0.4 0-0.2 0-0.1 0.2 0.2 0.9 0.1 0.4 0.3 0 0.8-0.2 0.4 0.1 0.3 0.2 0.1 0.3 0 0.4 0 0.1-0.2 0.2 0 0.2 0 0.1 0.1 0.2 0 0.1 0 0.8-0.2 0.9-0.7 1.7-0.4 1.7-0.4 0.7-0.5 0.6-0.6 0.4 0.2 0-0.2 0.1-0.3 0.4-0.2 0-0.3 0-0.2-0.2-0.2 0-0.3 0.1 0 0.1 0.4 0.3-0.1 0.5-0.1 0.4 0 0.3-0.6 0.7-0.1 0.3 0 0.1 0.2-0.1 0.2 0 0.2-0.1 0.2-0.1 0.1 0 0 0.3 0 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.2 0.1 0 0.5 0.1 0.8 0 0.7-0.1 0.4-0.2 0.2-0.2 0.1-0.2 0-0.5 0.1-0.1 0-0.1 0.2 0 0.2 0.1 0.1 0 0.1-0.3 0.7-0.2 0.2-0.1 0.2-0.4 0.2-0.1 0-0.3 0-0.1 0-0.5 0.4-0.1 0-0.1 0.1-0.2-0.2-0.2 0.5-0.8 0.7-0.1 0.4 0.9 1.4 0.3-0.1 0.1 0.1 0 0.3 0.1 0.3 0.1 0.1 0.2 0 0.1 0 0.1 0.2-0.1 0-0.2 0.1-0.3 0.1-0.1 0.1-0.2 0.2-0.1 0.1 0 0.2 0 0.3-0.5-0.3-0.1 0.5 0.3 1.5 0 0.2-0.1 0.1 0 0.1-0.2 0.1-0.1 0.2-0.2 1.4-0.6 0.8-0.1 0.3-0.1-0.1-0.1-0.1-0.2 0-0.2 0.1 0.2 0-0.3 0.1 0 0.2 0.4 0-0.2 0.4-0.3 0.3-0.5 0.1-0.1 0.2 0 0.2 0.1 0.1 0.2 0-0.1 0.1 0 0.1-0.1 0.1-0.2 0 0 0.1 0 0.1 0 0.1 0 0.1-0.2 0.2-0.4 0.2-0.1 0.2-0.1 0.2-0.1 0.4-0.1 0.2-0.1 0.1-0.3 0-0.2 0-0.1 0-0.2 0-0.2 0.1-0.3 0.3-0.4 0.4-0.2 0.2-0.1 0 0 0.1-0.3 0.2-0.1 0.2 0 0.4 0.1 0.2 0.1 0.2-0.3 0.5-0.1 0.2 0.1 0.2-0.3 0.1 0 0.1 0.1 0.3-0.1 0.2-0.2 0.1-0.2 0.1-0.2 0.1 0.1 0.3-0.1 0-0.4 0.1-0.1 0-0.1 0.2 0 0.1 0 0.1 0 0.2 0.1 0.1 0 0.1-0.1 0.1-0.1 0.2-0.1 0 0 0.2 0 0.4 0 0.2-0.2 0.2 0 0.2 0 0.1 0.1 0.3 0 0.2-0.1 0.4-0.1 0.6-0.3 1.8-0.2 0.7-0.4 0.5-0.3 0.2-0.6 0.4-0.3 0.2-0.5 0.5-0.4 0.7-1.2 1.1-0.2-0.1-0.2 0.1-0.1 0.2-0.1 0.3-0.3-0.2-0.1-0.1-0.2 0.3-0.2 0.5 0 0.5 0 0.3-0.3 0 0.3 0.4-0.2 0.4-0.3 0.4-0.2 0.4 0 0.3 0 0.2 0 0.1-0.1 0.3-0.2 0.1-0.7 0.4-0.3 0.3-0.4 0.5-0.1 0.1-0.1 0.2 0 0.3 0 0.1-0.1 0.1-0.3 0.5-0.1 0.4 0 0.1-0.1 0-0.5 0.6-0.1 0.1-0.1 0.3-0.1 0.1-0.3 0.3-0.1 0.1 0 0.1-0.1 0.3-0.1 0.1-0.4 0.5-1.5 1.2-0.1 0.1-0.3 0-0.5 0-0.1 0-0.3-0.1-0.1-0.1-0.1 0 0-0.1-0.1-0.1-0.1 0-0.2 0.1-0.3 0.1-0.3 0-0.1 0-0.1 0-0.3-0.1-9.1 7.2-9.6 7.8-0.2 0.2 0 0.1 0.4 0.1 0.7 0 1.1 0.7 0.9 0.2 0.3 0.1 0.3 0.1 0.6-0.2 2.6-0.2 0.4 0 0.2 0.2 1 1.8 0.4 0.5 0.6 0.4 0.4 0 0.4 0 0.4 0.1 0.2 0.2 0.1 0.3 0.2 0.3 0.5 0.3 0.2 0.3 0.2 0.4 0 0.4-0.3 0.4-0.6 0.7-0.3 0.2-0.6 0.1-0.8 0-0.4 0.2-0.2 0.4 0.1 1.2 0.1 0.4 0.3 0.5 0.9 0.8 0.1 0.5-0.1 0.4-0.2 0.2-1.3 0.2-0.3 0.2-0.3 0.2-0.1 0.4 0.1 0.6 0.3 0.2 0.4 0.1 0.3 0.3 0 0.9-0.8 0.5-1.8 0.4-0.2 0.3-0.1 0.3 0.1 1.5 0.2 0.8 0.1 0.3 0.2 0.1 0.3 0.3 0.1 0.2 0 0.2 0 0.4-0.2 0.1-1.5-0.4-0.8 0.1-0.5 0.4-1 1-0.6 0.3 0 0.2-0.1 0.2-0.1 0.2-0.6 0.8-0.3 0.4-0.1 0.4 0.1 0.1 0.1 0.3 0.1 0.9-0.1 0.5-0.2 0.4-0.3 0.2-2.7 1.2-0.6 0.4-0.4 0-0.6 0.1-2.3 0.7-0.4 0.3-0.4 0.3-3 1.9-0.4 0.5-0.1 0.8 0.7 2.4 0.1 2.9-0.1 0.4-0.6 1.3-3.2 3.8-0.1 0.5-0.2 0.5 0 1 0.3 0.9 0.6 0.8 0.8 0.7 1.7 1.2 0.8 0.3 0.3 0.2 0.1 0.1 0 0.1-0.1 0.4 0 0.2 0 0.7 0 0.6-0.1 0.4-0.3 0.8-0.1 0.4 0 1.3-0.1 0.3-0.2 0.2-0.1 0.1-0.2 0.2-0.1 0.2 0 0.6-1.5 4.6 0 0.4-0.2 0.3-0.2 0.2-0.6 0.4-0.6 0.5-0.3 0.6-0.6 1.7-0.8 1.2-0.2 0.2-0.6 1.1 0.2 0.2 0 0.3-0.1 0.2-1.1 1.4 0 0.2-0.2 0.5-0.3 0.4-0.4 0.4-0.4 0.2-1.2 0.2-0.4 0.2-1.1 0.9-0.3 0.4-0.2 0.2-0.1 0.2 0 0.2-0.1 0.1-0.4 0.4-0.1 0.2-0.1 0.4-0.3 0.4-0.7 0.8-1.2 1.7-0.4 0.5-0.6 0.5-0.3 0.3-0.1 0.4-0.1 0.2-0.6 0.6-0.4 0.6-0.1 0.2-0.1 0.4-0.1 0.5 0 0.2-0.2 0.4-0.5 1.6-0.1 1.7-0.1 0.4-0.4 0.9-0.2 0.6-0.1 0.4 0 0.2-0.1 0.3-0.1 0.1-0.1 0.1-0.1 0.2-0.3 0.3-0.2 0.1 0 0.2-0.2 0.6-0.4 0.8-0.3 0.5-18.8-1-2.6-0.1-76.4-4.6-27.6-2-0.1 0.2-0.4-0.2-1.2-0.5-0.7-0.6-0.3-0.1-0.9-0.2-0.3-0.2-0.2-0.1-0.2-0.1-0.3-0.1-0.2 0.1-0.2 0-0.5 0.3-0.3 0.1-0.4 0-0.2-0.1-0.2-0.2-0.1-0.2-0.2-0.6-0.1-0.6-0.1-0.3-0.1-0.2-0.1-0.2-0.2-0.2-0.4-0.2-1.4-0.3-0.5-0.1-0.3-0.1-0.3 0.1-0.1 0-0.3 0.1-0.3-0.1-0.6-0.2-0.3-0.3-0.2-0.2-0.1-0.2 0-0.2 0-1.3-0.2-1-0.1-0.2-0.1-0.2-0.2-0.1-1.5-0.6-0.2-0.2-0.2-0.2-0.6-0.3-1.4-0.6-0.2-0.1-1-0.8-0.1-0.2-0.1-0.4-0.2-0.2-0.2-0.2-0.8-0.5-0.4-0.3-0.7-0.7-0.4-0.2-0.2-0.1-1.4-0.4-0.2-0.2-0.1-0.3 0-0.5 0-0.2-0.1-0.5-0.2-0.4-0.1-0.2-0.2-0.2-0.1-0.2-0.2-0.2-0.1-0.2 0-0.3 0.1-0.4 0-0.2-0.2-0.7-0.1-0.2 0.1-0.1 0-0.3-0.1-0.1 0-0.1-0.4-0.6-0.1-0.2 0-0.2 0-0.2 0.1-0.2 0.1-0.3 0-0.2 0-0.9 0-0.4 0.1-0.2 0.1-0.4 0.1-0.2 0-0.6 0.3-0.6-0.1-0.3-0.2-0.3-0.9-0.9-0.2-0.2-0.1-0.2-0.1-0.4-0.1-0.3-0.2-0.2-0.9-1-0.2-0.2-0.1-0.2-0.1-0.2-0.1-0.6-0.3-0.6-0.2-0.5-0.1-0.4 0-0.7-0.1-0.2-0.5-1-0.3-1-0.3-1.5-0.2-0.3-0.2-0.3-0.4-0.4-0.2-0.3-0.1-0.2-0.2-1-0.4-0.8-1.6-2.5-1.6-1.4-0.4-0.4-0.3-0.4-0.1-0.4 0-0.2 0-0.2 0-0.4 0-0.4-0.2-1.1-0.1-0.3-0.5-0.9-0.4-0.3-0.6-0.5-1.1-1.2-0.4-0.3-0.7-0.5-0.3-0.3-0.4-0.5-0.2-0.4-0.3-0.5-0.7-2.1 0-0.4-0.1-0.4 0.1-0.4 0.1-0.5 0.3-0.6 0.3-0.4 0.3-0.3 1.5-1.3 0.2-0.2 0.8-1.3 31-66.9 7.4-16.1 0.1-0.6 0.1-0.4-0.3-0.3-0.1-0.2 0-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.2-0.2 0.7-0.3 0.4-0.3 0.2-0.2 0-0.1-1.1 0.3-0.2 0.2-0.2 0.1-0.1 0.1-0.1 0-0.1 0-0.5-0.1-0.3 0-0.5-0.1-0.2-0.1-0.1 0 0-0.1-0.1-0.2 0-0.1 0-0.1 0.2-0.6 0-0.1 0-0.1-0.1-0.2 0-0.2-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.2 0-0.2 0.1-1 0.3-0.1 0.1-0.9 0.6-0.1 0.1-0.2 0-0.1 0-0.4-0.2-0.5-0.1-0.2 0-0.1-0.1-0.4-0.2-0.2-0.1-0.2-0.1-0.2-0.1-0.1-0.2-0.1-0.3 0-0.2 0-0.3 0.3-1 0.1-0.2 0-0.3-0.1-0.2-0.1-0.1-0.3-0.1-0.2 0-0.5 0.1-0.2 0-0.3 0-0.2-0.1-0.2-0.1-0.2-0.1-1.2-0.9-0.4-0.2-0.8-0.3-0.4-0.1-0.2-0.3-1-1-0.4-0.6-0.2-0.7-0.1-0.1-0.2-0.2-0.5-0.1-0.2-0.1-0.7-0.5-0.3-0.1-0.3 0-0.7 0.1-0.2-0.1-0.1-0.1-0.1-0.3 0-0.4 0-0.2-0.2 0-0.2 0-0.4 0.2-0.4 0.1-0.3 0-0.2 0-0.2-0.1-0.4-0.1-0.2-0.1-0.4-0.1-0.2 0-0.8-0.4-0.3-0.1-0.5-0.4-0.5-0.2-0.6-0.4-0.5-0.3-1.8-0.6-0.2-0.1-0.3-0.2-0.2-0.4-0.1-0.3-0.2-0.1-0.2-0.1-0.4 0-0.3-0.2-0.3-0.3-0.6-0.7-0.4-0.4-0.3-0.2-1.5-0.4-0.2-0.1-0.3-0.3-0.5-0.6-0.3-0.3-0.3-0.2-0.5-0.2-1.5-0.8-0.2-0.2-0.2-0.2-0.2-0.4-0.2-0.3-0.2-0.1-0.4 0-0.2 0-0.2-0.2-0.3-0.2-0.2-0.3-0.8-1.2-0.2-0.2-0.2-0.1-0.2 0-0.4 0-0.2 0-0.2-0.1-0.2-0.1-1.5-1.4-0.2-0.2-0.1-0.3-0.1-0.2-0.1-0.4 0-0.6 0-0.2-0.1-0.3-0.1-0.4-0.1-0.4-0.2-0.8-0.2-0.3-0.2-0.2-0.3-0.1-0.4-0.2-0.1-0.1-1-0.8-0.2-0.2-0.2 0-0.3 0-0.4 0.1-0.3 0-0.2-0.1-1.5-1.4-0.7-0.9-0.2-0.3-0.1-0.3 0-0.6 0.2-0.9 0-0.9 0.1-0.3 0.1-0.3 0.1-0.3-0.1-0.2-0.2-0.4-0.2-0.1-0.2-0.2-1.1-0.4-0.2-0.1-0.2-0.2-0.1-0.1-0.2-0.2 0-0.2-0.2-0.7-0.1-0.6 0.1-2.3 0.1-1.2 0.1-0.2 0-0.5-0.4-6.2-2-21.9 0.1 0.1 0.4 0.2 0.4 0.3 0.3 0.5 0.1 0.4 0.2 0.4 0.5 0.5 0.4 0.1 0.4 0.1 0.3 0 0.4-0.1 0.5-0.2 0.4-0.3 0.3-0.4 0.6-0.8 0.2-0.1 0.3-0.1 2.1 0.2 0.1 0 0.2-0.2 0.1-0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.1 0.1 0.2-0.1 0.6-0.9 0.2-0.4-0.1-0.5-0.1-0.4-0.4-0.8-0.1-0.4 0.2-0.3 0.1-0.1 1.5-0.2 0.2-0.1 0.6-0.3 0-0.2-0.1-0.5 0-0.2 0.1-0.1 0.5-0.2 0.2-0.1 0.1-0.3 0.1-0.3 0.2-0.2 0.2-0.2 0.1 0.1 0.2 0.3 0.1 0.1 0.4 0.2 0.4 0.1 0.4 0.1 0.4 0 0.3-0.1 0.2-0.1 0.2 0 0.3 0.2 0.2 0.2 0.1 0.4 0.2 0.2 0.6 0.1 1 0.1 0.8-0.2 0.3-0.4 0.4-0.6 0.1-0.4 0.1-0.3-0.1-0.7-0.1-0.3 0.1-0.1 0.4 0 0.6 0.3 0.3 0 0.4-0.1 0.6-0.5 1.7-0.7 0.6-0.1 0.7 0 1.7 0.3 0.6 0 1-0.3 0.6-0.4 1.3-1.7 0.2-0.4 0.5-1.3 0.2-0.2 0.3-0.1 0.4-0.2 0.4-0.3 0.2-0.3 0.3-0.3 0.5-0.2 0.4 0.1 0.8 0.4 0.4 0.1 1.7-1.1 1-0.4 0.6 0.5 0.1 0.6 0.3 0.4 0.3 0.3 0.6 0.3 0.3 0.1 0.4 0 0.6-0.1 0.5 0 0.1 0.1 0.2 0.2 0.3 0.3 0.2 0.1 1.5 0.2 0.3 0 0.2-0.1 0.9-0.7 0.2 0 0.4 0 0.4 0.1 0.3-0.2 0.3-0.2 0.3-0.1 0.4 0 0.4 0.2 0.2 0.2 0.3 0.2 0.4 0 0.6-0.4 0.9-0.3 1.1 0.3 0.3 0.1 0.3 0 0.6-0.2 0.4 0.1 0.4 0.1 0.7 0.5 0.4 0.1 0.3 0.1 1-0.1 1.3 0.4 1.3 0.5 1.2 0.2 1.4-0.4 0.6-0.6 0.1-0.8-0.1-0.8 0-0.9 0-0.2 0.1-0.2 0-0.2 0-0.2-0.2-0.3-0.7-0.6-0.7-0.9-0.2-0.1-0.5-0.4-0.3-0.4-0.2-0.8-0.3-0.4-0.4-0.1-0.9 0-0.2-0.2 0-0.4 0.3-0.6 0.3-0.5 0.2-0.4 0.3 0 0.2 0.1 0.1 0.1 0.3 0 0.2-0.1 0.2-0.2 0.6-0.9 0.1-0.3 0-0.9 0.2-0.9 0.1-0.3 0.2-0.1 0.2-0.1 0.5 0 0.4 0.3 1.1 0.9 0.4 0.2 1.4 0.3 0.2 0.1 0.1 0.2 0.3 0.4 0.2 0.2 0.4 0.1 1.6-0.4 0.7-0.4 0.4 0 0.4 0.1 1.2-0.1 0.7 0 0.8 0.1 0.7 0 0.6-0.2 0.2-0.3 0-0.4 0.1-0.4 0.4-0.3 0.3-0.2 0.4 0 0.3 0.1 0.2 0.3 0.5 0 1.6-1.2 0.7-0.1 0.1 0.2-0.1 0.4 0.2 0.2 0.1 0 0.2-0.1 0.7-0.3 0.8-0.7 0.4-0.2 0.8-0.4 0.4 0 0.1 0.2-0.1 0.3-0.4 0.4-0.1 0.2 0.1 0.2 2 2 0.7 0.2 1-0.3 0.4-0.1z m110.5 84.9l0.2 0.2-0.1 0.3-0.2 0.4-0.2 0.2-0.2 0.1-0.4 0.7-0.5 0.6-0.2 0.2-0.4-0.1-0.8-0.2-0.3-0.2-0.2-0.4 0.1-0.2 0.5-0.5 0.1-0.2 0-0.4 0.1-0.2 0.2-0.1 0.6-0.4 0.4-0.5 0.3-0.2 0.4 0.1 0 0.2 0.2 0.3 0.2 0.2 0.2 0.1z m19.1-14l0.3 0.2 0.3 0.8 0.2 0.3-0.3 0.5-0.1 0.1 0 0.5 0 0.1-0.3 0.3-0.3 0.1-0.3 0-0.3 0.2-0.2-0.1-0.1-0.2 0-0.1 0-0.2-0.2 0.3-0.2-0.1-0.4-0.4-0.3-0.2-0.3-0.1 0-0.1 0.2-0.3 0.4-0.4 0.1-0.1 0.1-0.8 0.4-0.2 0.4-0.1 0.9 0z m2.9-4.9l0.7 0.6 0.1 0.3-0.5 0 0 0.2 0.5 0.2-0.1 0.7-0.7 1.3-0.1 0.5-0.1 0.2-0.4 0.1-0.3 0.1-1-0.1-0.4-0.1-0.1-0.2-0.1-0.3 0-0.4 0.1-0.4 0.6-0.7 0.2-0.5 0.4-0.7 0.1-0.2 0.1-0.2 1-0.4z m5-3.6l0.2-0.1 0.5 0.1 0.3 0.2 0.2 0.3-0.2 0.5-0.4 0.3-0.9 0.5 0-0.3-0.3-0.5-0.1-0.3 0.1-0.1 0.1-0.1 0.1-0.2-0.2-0.1 0-0.2 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1z m-57.8-0.4l0.1 0.7 0 0.2-0.2 0.7-0.4 0.3-0.6 0.1-0.7 0-0.6 0.2-0.8 0.8-0.5 0.1-0.5 0.2-0.6 0.2-0.5 0.3-0.3 0.3-0.1 0-0.2-0.4 0-0.5 0-0.5 0.2-0.5 0.4-0.6 0.1-0.1 0-0.1 0.1-0.2 0.1-0.1 0.1 0 0.3 0.1 0.1 0 0.5-0.3 0.7-0.8 0.5-0.4 0.9-0.5 1-0.3-0.3 0.7-0.1 0.2 0.1 0 0.7-1.1 0.1 0.1 0.1 0.2 0.1 0.2 0.2 0.8z m63.6-0.9l0.2 0.3 0.2 0.3 0 0.4-0.2 0.4 0.1 0.2 0 0.4 0 0.3-0.1 0.2-0.2 0.1-0.5 0-0.4 0.1 0.1-0.4-0.1-0.3-0.2-0.8-0.8-0.3 0.1-0.3-0.3-0.6 0.2-0.2 0.2-0.1 0-0.3 0.2-0.1 0.4 0.1 0.1 0.2 0.1 0.4 0.3 0.1 0.6-0.1z m-71 0.7l0.4 0.2 0.3 0.3 0 0.4-0.1 0.5-1.3 2.4-0.2 0.8-0.5 2.4-0.3 1.2-0.1 0.1-0.2 0.1-0.5-0.6-0.5 0.2-1.5 2.9-0.5 0.7-2.5 2-0.8 0.5-0.3 0.1-0.1 0.1-0.2 0.2-0.2 0.2-0.5 0.2-0.2 0 0 0.1-0.1 0.3-0.1 0.1-0.3 0.1-0.1 0-0.8 0.8-0.9 0.6-0.4 0.1-0.9 0.2-0.9 0.3-0.4 0-0.3-0.2-0.3-0.3-0.2-0.7 0.2-0.6 0.8-1 0.1-0.3 0.1-0.4 0.1-0.8 0.1-0.2 0.2-0.3 1.4-1 0.2-0.1 0-0.1 0.2-0.4 0-0.1 0.1-0.1 0.2 0 0.4-0.1 0.7-0.4 0.6-0.6 0.4-0.8-0.5-0.8 0.1-2.7 0.2-0.8 1.1-1.1 0.8-1.9 0.4-0.6 0.6-0.7 0.5-0.5 1.1-0.7 0.3-0.2 0.3-0.2 1.1-0.4 0.3 0 0.1 0-0.2 0.2-0.1 0.4-0.1 0.4 0 0.3 0 0.1 0.1 0.1 0 0.1-0.1 0.2-0.1 0.1-0.2 0.4-0.1 0.2 0.1 0 0.2-0.3 0.4-0.3 0.1-0.3 0-0.2-0.1-0.3 0-0.1 0.3-0.2 0 0.4 0.1 0 0-0.4 0.2 0.2 0.1 0.1 0.2 0.1 0.2 0-0.5-0.6-0.1-0.2 0-0.3 0-0.1 0.1-0.1 0.1-0.1 0.2-0.1 1.1 0.3 0.3 0.1 0.3 0.4 0.4 0.9 0.4 0.2z m0.4-9.5l0.9 0 0 0.1-0.1 0-0.1 0-0.1 0.3 0 0.4 0 0.3 0.1 0.2-0.3 0.1-0.1 0.4 0 0.7-0.3 0.8-0.7 0.8-1.6 1.1-1.3 0.7-0.6 0.5-0.4 0.2-0.2-0.2 0-0.5 0.2-0.2 0.4-0.1 0.2-0.2 0.2-0.4 0-0.1 0.3-0.2 0.2-0.2 1.3-2.9 0.4-0.4 0.2-0.4 0.1-0.1 0.6-0.1 0.2 0 0.1-0.1 0.4-0.4 0-0.1z m54.4 8.8l0 0.3-0.4 0.7 0 0.5-0.1 0.3-0.2 0.2 0.2 0.2 0 0.3-0.1 0.4-0.1 0.4-0.4-0.1-0.4-0.4-0.7-0.7 0.2 0.6 0.5 0.7 0.3 0.5-0.3 0.6 0.2 0.4 0.1 0.5-0.1 0.5-0.2 0.5-0.4 0.4-1.1 0.4-0.4 0.3 0.1 0.2-0.1 0.2-0.3 0.4-0.2 0.2-0.2 0 0 0.1 0.3 0.1 0.1 0 0.2 0 0.2 0 0 0.3-0.1 0.1-0.4 0.3 0 0.2 0.5-0.1 0 0.3-0.3 0.4-0.3 0.2-0.3 0.1-0.9 0.7-0.5 0.2-0.3 0.1-0.8 0.9-0.5 0.2-0.6-0.1-0.5-0.3-0.4-0.5-0.4-0.5-0.1 0.2 0.2 0.4 0.3 0.4 0.4 0.3 0.4 0.1 0.3 0.2 0.1 0.4-0.2 0.3-0.4-0.1 0 0.2 0.2 0 0.6 0 0.3 0.1 0.3 0.2 0.1 0.2-0.2 1.2-0.6 1.6-0.2 0-0.4-0.4-1.6-2-0.5-0.3-0.5 0.2 0.7 0.1 0.2 0.2-0.2 0.3-0.6 0.2 0 0.2 0.2 0.1 0 0.2-0.1 0.2-0.2 0.1 0.3-0.1 0.4-0.3 0.2-0.1 0.2 0.1 0.1 0.2 0.1 0.3 0.1 0.2 0.4 0.1 0.1 0.1 0.1 0 0.1 0.3 0 0.1 0.2 0.1 0.7 0.4 0 0.2-0.3 0-0.3 0.1-0.3 0.2-0.3 0.2-0.1 0.1 0 0.2-0.1 0.2-0.2 0.1-0.3-0.3-0.2 0-0.1 0.2-0.1 0.2-0.4 0.1-1 0.1-0.2 0.1-0.3 0.1-0.3 0-0.2-0.1 0-0.1 0-0.1-0.2-0.1-0.1 0-0.2 0-0.1-0.1-0.1 0-0.1-0.2-0.2-0.7-0.1-0.2-0.4-0.9-0.1-0.1-0.6 0-0.1-0.1-0.1-0.1-0.1-0.1-0.2 0.2 0.3 0.2 0.2 0.5 0 0.4-0.4 1.6 0 0.4 0.4 0.3-0.2 0.1 0 0.1-0.1-0.1 0-0.1-0.1-0.1-0.1 0.1-0.1 0.1-0.1 0-0.2 0.1 0.1 0.2 0.2 0 0.2 0 0.2 0.3 0.1-0.1 0.1-0.1 0.3-0.1-0.4 0.4-0.7 0.3-0.7 0-0.3 0-0.4-0.1-0.4-0.2-0.4-0.3-0.4-0.3-0.7-0.7-0.1-0.2 0-0.3 0.1-0.2 0.1-0.2-0.1-0.2-0.1 0.2-0.3 0.4-0.2 0.5 0.1 0.5 0.7 0.4 0.5 0.6-0.1 0.4-0.3 0.2-0.7-0.2-0.4-0.1-0.3 0.1-0.5-0.2-0.3-0.5-0.1-0.7-0.1-0.2-0.1-1.2-0.2 0.1-0.1 0-0.2 0-0.2-0.1 0.1 0.2 0.2 0.1 0.2 0.2 0 0.3 0 1-0.1-0.1-0.1 0-0.1 0-0.1 0 0.2 0.2 0 0.4-0.1 0.2-0.3 0.2-0.3 0.1-0.1 0.2 0 0.3 0.2 0.3-0.3 0 0 0.2 0.3 0 0 0.3-0.1 0.4-0.2 0.1-0.9-0.1-0.4 0.1-0.6 0.7-0.3 0.3-0.4-0.1-0.3-0.4-0.3-0.5-0.2-0.9-0.3-0.5-0.1-0.3 0-0.3 0.2-0.6-0.1-0.3-0.1 0.4-0.2 0.6-0.1 0.3 0.1 0.5 0.6 1.2 0 0.2 0 0.3-0.1 0.2 0 0.2-0.2 0.1-0.6 0.6-0.5 0.2-0.2 0-0.3 0-0.2-0.2-0.2-0.2-0.2-0.1-0.2-0.1-0.4 0-0.2-0.1-0.3-0.1-0.1-0.2-0.2-0.2-0.5-0.1-0.4-0.1-0.2-0.1-0.5 0-0.1-0.1-0.4-0.4-0.1-0.1 0-0.1 0.1-1 0-0.1-0.5 0 0 0.2 0 0.3 0 0.5-0.1 0.3-0.6 0.4-0.1 0.2-1.3 0.6-0.3-0.2-0.1-0.2-0.2-0.2-0.8-0.2-0.2-0.3 0-0.4 0-1.4 0-0.3-0.2-0.1-0.3 0-0.3-0.1-0.1-0.3 0.1-0.1 0.1-0.1 0.1 0 0.2-0.1 0.1-0.4-0.1-0.3-0.1-0.4-0.1-0.2 0-0.1 0.1-0.4 0.1-0.1-0.4 0.2 0 0.4 0.3 0.7 0.1 0.1 0 0.1-0.1 0.1-0.1 0-0.1 0-0.2 0.2-0.1 0.1-0.1 0.1 0 0.2 0.2 0.4 0.4 0.2 0.4 0.3-0.1 0.4-0.2 0.3-0.1 1-0.1 0.4-0.1 0-0.1-0.4-0.5-1.4-0.1 0 0.4 1.5 0 0.5-0.2 0.4-0.4 0.1-0.6 0-0.4-0.1 0.5 0.2 0.6 0.2 0.3 0.2-0.5 0.3-0.6 0.2-0.5 0.1-0.6-0.1-3.1-0.6-0.3-0.1-0.5-0.4-0.1 0-0.1-0.2 0.2-0.3 0.3-0.3 0.3-0.1-0.4-0.9-3.1-3.1-0.3-0.5-0.1-0.4-0.1-0.2-0.6-0.6-0.1-0.2 0-0.2 0.1-0.5 0.2-0.1 0-0.2-0.1 0-0.1-0.1-0.3-0.6 0-0.3 0-0.5 0.7-2.4 0-0.4-0.2-0.4-0.2-0.5-0.2-0.5 0.3-0.4 0.2 0.1 0.9 0.5 1.2 0.6 1 0.1 0.3 0.1 1.1 0.6-0.3-0.5-0.9-0.8 0.6-0.1 0.2-0.2 0.2-0.1 0.5 0.1 0.1 0.1 0.3-0.3 0-0.1-0.2-0.2-0.4-0.1 0.2-0.4 0.3-0.3 0.3-0.1 0.3 0.1 0.5 0-0.4-0.2-0.4-0.1-0.3 0-0.3 0.2-0.3 0.3-0.4 0.3-0.4 0.1-0.4 0.1-0.2 0-0.3 0.3-0.2 0.1-0.2 0-1.4-0.1-0.5-0.1-0.1-0.3-0.1-0.2-0.4-0.5-0.1-0.3-0.1-0.7 0-1.5 0.1-0.7 0.1-0.4 0.2-0.3 0.1-0.2-0.1-0.2 0.2-0.3 0.2 0 0.2 0.2 0.2 0.2-0.1-0.5-0.2-0.2-0.4-0.1-0.3-0.3 0-0.2 0-0.6 0.1-0.1 0.2-0.1 0-0.1 0-0.1-0.2-0.1-0.1-0.1 0.2-0.8 0.8-2.2 0.3 0.2 0.2 0.5 0.2 0.5 0.1 0.4 0.3 0.2 1.5 0.7 0.4 0.1 0.2 0 0.5 0 0.1-0.1 0-0.1-0.1-0.1-0.1-0.2-1.1-0.3-1.2-0.2-0.2-0.2 0-0.3-0.2-0.4-0.5-1.3-0.1-0.4 0-0.5 0-0.3 0.4-1.1 0.1-0.8 0-0.2 0.1-0.1 0.3-0.3 0-0.1 0.1-0.3 0.1-0.4 0.3-0.7 0.1-0.2 0.7-0.5 0.2-0.1 0.1-0.1 0.3-0.6 0.2 0 0.2 0 0.3 0 0.2 0 0.3-0.2 0.3-0.2 0.4-0.2 0.5-0.1 0.4 0 0.4 0.2 0.3 0 0.3-0.2 0.2-0.3 0.1-0.4 0.2-0.3 0.4-0.1 0.5 0 1.1 0.3 3.5 0.3 1.2 0.5 0.6-0.1 4.3 1 2.8 0.8 2.7-0.1 0.8-0.2 0.4 0 0.2 0 0.5 0.1 0.2 0.1 0.4 0.4 0.2 0.1 0-0.2-0.2-0.3-0.2-0.4 0-0.3 0.4-0.3 1.2-0.6 0.2 0.1 0.1 0 0.1-0.1 0.2 0 0.3 0 0.2 0 0.2-0.1 0.5-0.1 0.5-0.1 0.1 0 0.3 0 0.2 0.2 0.3 0.1 0.2 0 0.3-0.1 0.2 0 0.3 0.2 0.6-0.1 1.3 0.1 0.3 0 0.3 0.2 0.3 0.3 0.4-0.1 0.3-0.1 0.4-0.3 0.6-0.2 0.3 0.3 0 0.5-0.2 0.3 0 0.2 0.6-0.1 0.9-0.1 2.3 0.6 0.4 0 0.7-0.2 0.5 0 0.4 0 1.2 0.4 2.3 0.3 0.6 0.2 0.1 0 0.2 0.2 0.2 0.2 0.1 0.2 0.1 0.3-0.1 0.9-0.1 0.3-0.1 0.2-0.2 0.2-0.2 0.2-0.2 0.1-0.2 0.1-0.3 0.7-0.4 0.7-0.2 0.6 0 1.3z m-50.6-5.8l-0.7-0.3-0.5-0.8-0.1-0.7 0.7-0.2 0-0.2-0.1 0-0.4-0.2 1-1.7 0.2-0.9 0.5-0.6 0.4-0.1 0.7-0.2 1.5-0.6 1-0.3 0.6 0.3 0.3 0.5 0.4 0.2 0.5 0.2 0.3 0.1 0.2 0.1 0.1 0.3 0.1 0.2 0.1 0.1-0.1 0.2 0 0.1 0.3 0.3 0 0.1 0 0.4-0.2 0.3-0.8 0.7-0.3 0.2-1.3 0.6-0.5 0.3-1.1 1.2-0.4 0.3-0.8 0.4-0.5 0.5-0.2 0-0.2-0.1-0.5-0.2-0.1-0.2 0-0.2-0.1-0.1z m23-3.8l0.2-0.6 0.5-0.5 1.2-0.9 1.3-0.6 0.9-0.6 2.1-0.3 0.6-0.3 0.1 0.2 0.1 0.2 0.1 0.1 0.2-0.1 0.3-0.1 0.3-0.1 0.3 0.1 0.7 0.4 0.2 0.2 0.2 0.3 0.1 0.2-0.1 0.2 0 0.2 0.3 0.1 0.1 0 0.1 0.1 0 0.2 0 0.2-0.1 0.1-0.1 0.2-0.1 0.2-0.1 0-0.2 0-0.1-0.1-0.1 0.4-0.7 0.5-0.1 0.3-0.2 0.2-0.5 0.1-0.6 0.1-3.9 0.1-0.6 0.2-2.4-0.9z m-16.1-3.5l-0.1-0.2 0-0.1 0.1-0.2 0-0.2-0.1-0.2-0.2-0.4 0-0.3 0.2-0.3 0.6-0.3 0.5 0 0.5 0.1 0.3 0.1 0.6 0.1 0.5 0.2 0.4 0.2 0.5 0.4 0 0.4 0 0.5 0.1 0.4 0.1 0.5 0 0.4-0.1 0.4-0.2 0.3-0.8 0-0.1 0-0.2 0-0.2-0.1-0.1-0.1-0.1-0.1-0.7 0-0.3-0.1-0.3-0.2-0.3-0.2-0.1-0.2 0-0.4-0.1-0.1-0.2-0.1-0.2-0.2z m10.9-4.7l-0.3 0.3-1.2 0.6-1.1 0.3 0.1-0.3 0.3-0.5 1.3-0.8 0.5-0.2 0.4-0.1 0.1 0.4-0.1 0.3z m1.1 0.1l0.7-0.2 0.9 0.1 0.7 0.3 1.3-0.2 0.7-0.4 1.6-0.7 1.9-0.6 1.8 0 0.6 0.6 0 1.1-1.4 0.7-0.8 0.7-1 0.5-1.5 1.5-0.5 0.8-0.3 0.9-0.5 0.7-0.8 0.5-1.3 0.3-0.6 0.1-0.2 0.1-0.3 0.1-0.1 0.1-0.2 0.1-0.2-0.1-0.2-0.4-0.5-0.5-0.4-0.4-0.6-0.3-0.6-0.1-1 0.2-0.1-0.1-0.2-0.2-0.3 0.1-0.3 0.1-0.1 0.1-0.5 0.1-0.4 0.2-0.5 0-0.5-0.3-0.5-0.4-0.1-0.2-0.1-0.4 0.3-0.8 0-0.3-0.2 0.1-0.1 0.2-0.2 0.5-0.3-0.4-0.1-0.3 0.1-1.4 0-0.2 0.3-0.2 1.2 0 0.5-0.2 0.5-0.1 0.5 0.1 0.6 0.1 1.5 0 0.4 0 0.9-0.8 0.5-0.8z m-6.9 1.1l-0.3 0.1-0.4 0.3-0.1 0.5 0 0.3 0.1 0.2-0.1 0.2-0.1 0-0.5-0.2-0.2-0.1-0.5 0-0.2-0.1-0.1-0.1-0.4-0.3 0-0.2 0.1-0.5 0-0.3 0.2-0.2 0.2-0.1 0.2 0.1 0.1 0 0.1 0 0.1-0.1 0-0.1 0.6-2.4 0.1-0.4 0.1 0 0.1-0.1 0.3 0 0.1-0.2-0.1-0.1-0.1-0.1-0.1-0.2-0.2-0.3 0-0.3 0-0.5-0.1-0.6 0.1-0.3 0.2-0.3 0.8-1 0.3-0.1 0 0.1 0.1 0.1 0 0.1 0.3 0.7 0 0.8-0.2 2.4 0 0.2 0.1 0.2 0.3 0.4 0.2 0.6 0.2 0.6-0.2 0.5-0.3 0.3-0.2 0.4-0.3 0.1-0.3 0z m1.4-3.4l-0.1-0.9 0-0.7 0.3-0.7 0.4-0.6 0.5-0.2 0.1-0.1-0.1-0.2 0.3-0.2 1.1 0 0.2 0 0.2-0.2 0.3 0.1 0.6 0.6 0.1-0.3-0.4-0.3 0.1-0.3 0.2-0.3 0.4-0.2 0.4-0.2 0.3 0 0.6 0.9 0.1 0.2 0 0.2 0 0.5 0 0.1 0.1 0.1 0.1 0.2-0.1 0.1-0.2 0.2-0.1 0.3-2.5 1.9-0.7 0.5-0.6 0.3-0.4 0.3-0.6 0.1-0.4-0.4-0.2-0.8z m16.7 41.7l0.3 0 0.6 0.2 0.3 0.2 0 0.2 0 0.2-0.2 0.3-0.3 0.1-0.4 0.1-0.3 0.2-0.3 0.3-0.2 0-0.3-0.2-0.2-0.3 0.1-0.3 0-0.4 0-0.2 0.3-0.2 0.2-0.1 0.2 0 0.2-0.1z\" id=\"BRPA\" name=\"Par\u00e1\">\r\n  <\/path>\r\n  <path d=\"M49.7 291.4l0.3 0.1 22.7 9.5 46.2 11.5 11.4 6.1 59.9 28.2 3.7 1.6-0.1 0.2-0.1 0.2-0.1 0.2-0.2 0.1-1.6 0.6-0.4 0.2-2.6 2.1-3.3 3.3-0.9 0.6-0.2 0-0.5 0-0.2 0.1-0.1 0.2-0.1 0.2-0.2 0.2-0.2 0.2-0.4 0-0.8-0.2-0.3-0.1-0.9 0-0.4 0.1-0.3 0.2 0 0.1 0.1 0.5-0.1 0.2-0.1 0.1-0.2 0.1-0.3 0-0.8 0-0.2 0.1-0.2 0.2-0.1 0.1 0 0.2-0.1 0.2-0.3 0.4-0.3 0.3-0.4 0.3-0.9 0.3-0.7 0.3-0.4 0.2-0.3 0.2-0.2 0.3-0.4 0.6-0.3 0.3-0.6 0.6-0.2 0.2-0.2 0.6-0.2 0.7-0.3 0.6-0.7 0.2-0.4-0.2-0.8-0.6-0.4-0.2-0.3-0.1-0.3 0-2.4 0.1-0.5-0.1-0.4 0-0.3 0.1-0.6 0.3-0.5 0.4-0.3 0.3-0.7 1.3-1.1 1.3-0.3 0.4-0.6 1.2-0.2 0.4-0.4 0.4-0.3 0.4-0.5 0.3-0.3 0.2-1 0.1-0.3 0.2-0.7 0.6-0.3 0-0.3 0-0.3 0-0.4 0-0.8 0.3-1.1 0.8-0.5 0.3-2.9 0.6-0.4 0-0.1-0.2-0.1-0.1-0.1-0.9 0.1-0.5 0.3-0.5 0.3-0.5-0.3-0.2-0.6-0.1-0.6 0.1-0.5 0.2-0.5 0.1-0.5-0.1-1-0.2-0.5 0-0.2 0-0.1 0-1.5-0.7-0.3 0-0.7 0.1-0.8-0.2-1.5-0.2-1.2 0-0.7-0.1-0.7-0.2-0.7-0.1-1.3 0.4-0.8 0-1.5 0-0.4 0-2.5 0.2-0.7-0.1-0.7-0.5-0.4-0.1-0.5-0.1-0.8 0.1-0.4 0-0.4-0.1-0.8-0.1-4.9 2.5-0.8 0.3-1 0.2-1.1 0-1-0.1-0.9-0.5-0.5-0.4-0.9-1.1-0.6-0.5-0.4 0.1-1.7 1.4 0-1.7 0-2.6 0-2.6 0-2.6 0-2.6 0-2.6 0-2.6 0-2.6 0-1.7 0-0.9 0-1.2 0.2-0.9 0.1-0.2 0.2-0.2 0.2-0.1 0.2-0.1 0.1 0 0.2 0.1 0.1 0 0.1-0.1 0.1-0.3 0-0.1 0.3-0.3 0.1-0.4 0.1-0.4-0.2-0.4-0.2-0.3-0.6-0.5-0.2-0.3-0.1-0.3-0.2-0.7-0.2-0.4 0.1 0 0.5 0 0.2 0 0.2 0.1 0.2-0.1-0.3-0.5 0.1-0.2 0.1-0.2 0.3-0.1 0-0.1-0.1-0.1 0-0.1 0.3-0.2 0.1-0.2 0.1-0.4 0.2-0.3 0-0.1 0-0.2-0.8 0-0.4 0.1-0.4 0.2-0.4 0.4-0.8 0.9-0.3 0.3-1.4 0.8-0.4 0.3-0.7 0.8-0.4 0.3-1 0.5-0.4 0.4-0.6 0.9-0.2 0.2-0.5 0.3-0.2 0.2-0.2 0.2-0.2 0.5-0.2 0.3-0.4 0.3-1.2 0.3-1.4 0.6-0.3 0.2-0.3 0.5-0.1 0.5-0.3 0.4-1 0.3-0.7 0.5-0.4 0.2-0.3 0.1-0.1-0.1-0.2-0.2-0.2 0-0.3 0-0.1 0.1-0.1 0.2-0.2 0.1-0.3 0.1-0.8 0-3.6 0-3.6 0-3.6 0-3.6 0-1 0 0.2-0.4 0-0.4 0-0.3 0-0.5 0.1-0.2 0.3-0.4 0.1-0.2-0.1-0.2-0.1-0.4-0.1-0.3-0.4-0.8-1.4-0.9-0.3-0.8 0.3-0.7 0-0.4-0.1-0.4-0.5-0.6-0.2-0.4-0.1-0.4 0-0.6 0-0.2-0.1-0.2-0.2 0-0.2 0.1-0.2-0.1-0.4-0.2-0.6-0.5-0.3-0.2-0.5-0.1-1.2 0.1-0.9-0.1-0.4-0.1-0.8-0.4-0.8-0.3-0.4-0.1-0.1 0-0.1 0.2-0.1 0-0.2-0.1-0.1-0.1-0.1-0.1-2.5-0.5-8.1 0 0.5-0.7 1-1 0.5-0.7 0.3-0.6 0.2-0.4 0.3-0.1 0.3 0 0.3-0.1 0.3-0.2 0.1-0.2 0-0.6 0.9-0.7 0.2-0.3 0.2-0.4 0.1-0.6-0.2-1.7-0.2-0.3-0.5-0.9-0.3-0.3-0.7-0.5-0.3-0.2-1.6-2.3-0.3-0.8-0.3-0.4-0.3-0.4-0.4-0.2-1.2-0.2-0.4-0.3-0.3-0.3-0.9-1.1-0.1-0.4 0-0.3 0.2-0.9-0.1-0.5-0.1-0.3-0.3-0.3-0.2-0.1-0.4 0-0.2-0.1-0.2-0.2-0.3-0.4-0.2-0.2-1.6-0.9-0.3-0.3-0.2-0.4-0.1-0.8-0.1-0.6-0.6-0.7-0.3-0.5 0-0.4 0.1-0.7 0-0.4-0.3-0.5-0.6-0.9-0.2-0.5-0.3-0.6-0.8-0.4-0.8-0.4-0.6-0.4-0.1-0.3-0.3-1 0.1-0.4 0.3 0 0.6 0.3 0.7-0.4 0.2-0.8-0.2-0.8-0.6-0.5-0.7-0.2-0.7-0.3-0.5-0.4-2.7-2.7-0.8-0.5-0.1-0.4 0.6-0.3 0.3-0.1 0.3-0.4 0-0.5 0.1-0.3 0.1-0.3-0.1-0.5-0.6-1 0-0.4 0.4 0 0.8 0.3 0.4 0.1 0.4-0.2 0.8-0.4 0.3-0.2 0.5 0 0.8 0 0.4 0 0.4-0.2 0.2-0.4-0.1-0.4-0.1-0.4-0.2-0.8-1.4-2-0.1-0.2z\" id=\"BRAC\" name=\"Acre\">\r\n  <\/path>\r\n  <path d=\"M433 98.2l0.3-0.2 0.3 0 0.5 0.2 0.2 0.1 0.1 0.1 0.1 0.4 0 0.1 0.1 0.2 0 0.1 0 0.2-0.1 0-0.1 0-0.1 0-0.1 0.4 0.2 0.5 0 0.2 0 0.2 0 0.1 0.3 0.2 0.4 0 0.3 0 0.4-0.1 0.4-0.1 0.6 0 0.4 0.2 0.4 0.3 0.4 0.4-0.5 0 0.1 0.3 0.7 0.5 0.4 0.4 0.3 0.2 0.9 0.1 0.1 0 0.3 0.2 0.2 0 0.3 0 0.1 0 0.2 0 0.2 0.2 0.6 0.5 0.2 0.1 0.2 0.1 1 0.1 0.3-0.1 0.4-0.1 0.4-0.1 0.3 0 0.1 0 0.6 0.8 0.2 0.2 0.3 0.1 0.5-0.1 0.2-0.3 0.3-0.8 0.2-0.3 0.1-0.1 0.4 0 0.1 0 0.2 0.1 0.1 0.1 0.2-0.1 0.2-0.2 0.1 0 0.8-0.3 0.4-0.3 0.1-0.4 0.1-0.5 0.1-0.1 0.2 0.1 0.4 0 0.2-0.1 0.2-0.4 0.3-0.3 0.5 0 0.2-0.1 0.2-0.2 0.2-0.4 0.2-0.3 0.4-0.2 0.3-0.1 0.4 0.1 0.2 0.3 0 0.3-0.2 0.3 0 0.2 0.1 0.1 0.6 0 1.3 0.6 0.4 0 0.7 0.1 0.3 0 0.6 0.4 0.3 0.1 0.4-0.1 0.8 0 0.2-0.1 0.8-0.6 0.7-0.2 0.2-0.2 0.6-0.7 0-0.1 0.1-0.1 0.3 0.1 0.1 0.2 0.5 0.7 1.3 1 0 0.2-0.4 0.2-0.3 0.2-0.2 0.3 0.2 0.2 0.3 0 2.5-0.4 0.4 0 0.4 0.1 0.6 0.5 0.9 0.1 0.7 0.2 0.5-0.1 0.1 0 0.2-0.3 0.1-0.1 0.1 0 0.2 0.1 0.1-0.1 0.2-0.2 0.1-0.1 0.2-0.5 0.3-0.5 0.3-0.2 0.9-0.4 2.2-1.4 0.4-0.2 0.2-0.4 0.5-0.8 0.7-0.7 0.6-0.8 0.4-0.9 0.1-0.2 0.1-0.1 0.1-0.2 0.1-0.2-0.1-0.3-0.3-0.5-0.1-0.2 0.1-0.1 0.4-0.1 0.1-0.2 0.1-0.1 0.1-0.6 1.6-3.6 0.1-0.1 0.2-0.2 0.1-0.1 0.3-0.1 0.2-0.1 0-0.2-0.1-0.2-0.1-0.2 0.1-0.3 1.3-2.4 0-0.1-0.2-0.9 0-0.4 0.1-0.4 0.7-0.6 0.5-0.9 0.4-0.4 0.2 0 0.2 0 0.1 0 0.3-0.1 0.2-0.2 2.7-4.5 0-0.2 0-0.2 0-0.1 0.4-0.2 0.1-0.2 0.3-0.6 0.8-1.3 0.2-0.4 0.2-0.9 0.1-0.4 0.3-0.3 0.2-0.1 0.2 0 0.1 0 0.2-0.2 0-0.2 0-0.4 0-0.2 0.2-0.1 0.6-0.4 1.3-1.4 0.3-0.5 0.3-0.5 0.2-0.6 0.2-0.7 0.6-0.4 1.5-0.7 0.6-0.2 0.4-0.4 0.7-1.8 0-1.2 0.2-0.4 0.3 0 0.2 0.2 0.2 0.4 0.3 1.1 0.5 1.4 1.2 2.2 0.3 0.9 0.2-0.6-0.2-0.6-0.5-0.9-0.7-1.5-1-3-0.3-2.1 0-0.2 0.3-1.1 0.2-0.2 0.4-0.2 0.5 0.3 0.8 0.5 1.3 0.9 1.8 2 1.5 1.9 0.8 1.8 0.1 1 0 2.1 0 2.4-0.4 2.1 0.5 1 0-0.4 0.4-1.4 0.1-1.8 0.3-0.8 0.4-0.8 0.4 0 0.3 0.5-0.2 3.2 0.1 2.7 0.1 2-0.3 0.9 0 1.4 1.2 3 0.2 1-0.3 0.6 0.1 0.5 0.3 0.7 0.1 0.4-0.1 0.3 0.1 0.4 0.2 0.3 0.2 0.3 0.1 0.5 0.1 0.5 0.1 0.4 0.3 0.4 0.3 0.5 0.1 0.3 0 0.3-0.1 0.3 0.1 0.2 0 0.3 0.2 0.2 0.3 0.1 0.1 0.1 0.3 0.2 0.1 0.3 0.1 0.3 0.2 0.3 0.1 0.4 0.1 0.5 0.1 0.4 0.3 0.4 0.1 0.3 0.1 0.4 0.1 0.7 0.4 0.8-0.1 0.5-0.2 0.2-0.1 0.1-0.1 0.2 0.1 0.2 0.1 0.1 0.2 0 0.1-0.1 0.1-0.1 0.1-0.1 0.3 0.2 0.4 0.6 0.2 0.4 0 0.5 0.2 0.5 0.2 0.4 0 0.2 0.1 0.3 0.1 0.8 0.2 0.4 0.1 0.7 0.1 0.4 0.3 0.4 0.2 0.4 0.2 0.5-0.4 0.5-0.1 0.1-0.2 0.1-0.3 0-0.2 0.1-0.6-0.2-0.2-0.1-0.2-0.3-0.1 0 0 0.2 0.1 0.2 0.1 0.1 0.2 0.1 0.1 0 0.1 0.2-0.1 0.1-0.1 0.2-0.1 0.5 0 0.3 0.1 0.2 0.1 0.1 0.1 0.2 0.2 0 0.1-0.2 0.1-0.2-0.1-0.2 0.1-0.3 0.2-0.3 0.2-0.3 0.4-0.2 0.5-0.1 0.4 0 0.8 0.6 0.4 0.6 0.1 0.9 0.1 0.2 0.6 1.1 0.5 0.7 0.2 0.3 0.2 0.8 0.1 0.4 0.2 0.2 0.2 0.2 0.5 0.4 0.6 0.3 0.8 0.1 0.8-0.2 0.5-0.3 0.5 0.1 0.3 0.1 0.5 0 0.2 0.1 0.7-0.2 0.3 0 0.5-0.1 0.3 0.1 0.6 0.3 0.9 0.4 1.8 0.6 1.1 0.6 0.5 0.6 0.3 0.5 0.2 1.1 0 0.7 0 0.4 0.1 0.5 0.1 1.3 0.2 0.7 0.1 0.8 0 0.7-0.2 1-0.2 0.4-0.4 0.3-0.5 0.3-0.7 0.3-1 0.3-0.9 0.1-0.7 0.2-0.3 0-0.3-0.1-0.2-0.1-0.2 0.1 0.1 0.3 0.2 0.2 0.3 0.2 0.5-0.2 0.6 0.2 0.8-0.3 0.6 0 0.5 0 0.6-0.4 0.4 0 0.4 0.3 0.3 0.4 0 0.2 0 0.2-0.4 0.6-0.6 0.8-0.8 0.5-0.7 0-0.4-0.7-0.2 0.4-0.1 0.7-0.3 0.6-0.7 0.4-0.2 0.1-0.7 1.1-0.3 0.3-0.3 0.2-1.6 0.7-0.2 0.2-0.8 0.9-0.2 0.2-0.7 1.6-0.2 0.2-0.2 0.3-1.4 0.7-0.4 0.3-0.2 0.3-0.7 1.9-1.2 2.1-1 1.5-1.7 1.8-2 2.4-0.2 0-0.3-0.1-0.7 0-1.6 0.3-1 0.7-0.7 1-1.1 1.9-0.2 0.2-0.3 0.1-1.3 0.1-0.8 0.2-0.2 0 0 0.2-0.1 0.1-0.5 0.1-0.5 0.2-0.9-0.1-0.4 0.1 0 0.1 0.2 0.1 0.5 0.1 0.2 0.1 0.2 0.2 0 0.2 0.2 0.1 0.3 0-1.5 1.8-0.3 0.9-0.4 0.6-0.1 0.7-0.1 0.4-0.4 0.6-0.3 0.3-0.6 0.5-0.2 0.3-0.1 0.2 0.1 0.3 0 0.4-0.2 0.3-0.7 0.6-0.4 0.3-0.3 0.1-0.3 0-0.5-0.3-0.4 0 0 0.2 0.2 0 0.2 0 0.2 0.1 0 0.2-0.3 0-0.4 0.1 0 0.1 0.3 0 0.2 0 0.2-0.1 0.1-0.1 0.3 0.1-0.9 1-1 1.5-0.2 0.1-0.3 0.2-0.1 0.1-0.8 1-0.1 0.3-0.3 0.6-0.2 1.7 0.3 2.1 0 0.6 0 0.2-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.4 0.2-0.7 0.6-0.3 0.2-0.4 0.6-0.3 0.2-1.5 0.5 0-0.1-0.4-0.1-0.2 0-0.1 0-0.1 0.1-0.1 0-0.1 0-0.1-0.1-0.2-0.2-0.1 0-0.1 0.1-0.1 0.3-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.2-0.1-0.2 0-0.1 0-0.1 0.1-0.1 0-0.1 0.1-0.1 0.1 0 0.1 0 0.4 0 0.1-0.1 0.1 0 0.1-0.1 0-0.1 0-0.1 0-0.1-0.2-0.3-0.6-0.1-0.1-0.1-0.2-0.3-0.1-0.1-0.1-0.2 0-2.2-0.2-0.1 0-0.4-0.2-0.1 0-0.1-0.1-0.6-0.7-0.2-0.2-0.1 0-0.4-0.2-0.3-0.1-0.1-0.1-0.1-0.1-0.2-0.5 0-0.2 0-0.4 0-0.1-0.3-0.5 0-0.2 0-0.2 0.1-0.1 0.3-0.3 0-0.1 0-0.1 0-0.2 0-0.1 0-0.2-0.1-0.1-0.1-0.2-0.4-0.3-0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0-0.2 0-0.1 0-1.2 0.4-0.1 0-0.1 0-0.1 0 0-0.1-0.1-0.2 0-0.1 0-0.2 0.1-0.1 0.1-0.2 0-0.1 0-0.1 0-0.1-0.2-0.3 0-0.2 0-0.1 0.1-0.1 0-0.2 0.1-0.2 0.1-0.2 0-0.2 0-0.2-0.1-0.1-0.2-0.7 0-0.1-0.1-0.7 0-0.2-0.1-0.1-0.1-0.2-0.3-0.2-0.3-0.1-0.2 0-0.3 0-0.1 0-0.1-0.1-0.1 0-0.1-0.2-0.1-0.1-0.3-0.8-0.1-0.2 0-0.3 0-0.2 0-0.3 0.1-0.4 0.1-0.3 0-1.5-0.1-0.2-0.2-0.1-0.7-0.6-0.1-0.1-0.1-0.2-0.3-0.6 0-0.1-1.7-1.7-0.1-0.3-0.1-0.1-0.1-0.1-0.2-0.2-0.1-0.1-0.2 0-0.1 0-0.7 0.4-0.1 0-0.1 0-0.1 0-0.1 0-0.3 0-0.4-0.2-0.1-0.3-1-3.2-0.4-0.3-0.4-0.9 0-0.1-0.1-0.1 0.2-0.8 0-0.4 0-0.2 0-0.3-0.1-0.4-0.4-0.8-0.1-0.4-0.1-0.5 0-0.1-0.1-0.1 0-0.1-0.5-0.4-0.1-0.1-0.1-0.2-0.9-1.9-0.1-0.3 0-1.1 0-0.5 0-0.3-0.2-0.4 0-0.2 0-0.2 0-0.1 0.2-0.6 0-0.2 0-0.4 0.1-0.5 0.3-1.2 0-0.2 0-0.5-0.1-0.3 0-0.1-0.1-0.1 0-0.1-0.2-0.1-1.8-0.3-0.9-0.3-0.3-0.2-0.4-0.2-0.3-0.4-0.3-0.4-0.1-0.4-0.2-0.3-0.1-0.1-0.1-0.2-0.8-0.5-0.3-0.4-0.1-0.1-0.1-0.2-0.1-0.3 0-0.6 0-0.1-0.2-0.3-0.1-0.1 0.1-0.1 0-0.2 0-0.1 0-0.1-0.5-1.1-0.1-0.1-0.1-0.5 0-0.2 0.1-0.3 0-0.1 0-0.1 0.1-0.1 0.1 0 0.3 0 0.5-0.2 0.1-0.1 0-0.1 0-0.1 0-0.1-0.2-0.4-0.1-0.2-0.1-0.1 0-0.2 0-0.1-0.1-0.1-0.1-0.1-0.2-0.1-0.1 0-0.2 0-0.5 0.2-0.8 0.2-0.2 0-0.1 0-0.1-0.1 0-0.1 0-0.1 0.1-0.1 0-0.1 0-0.1 0.1-0.1-0.1-0.1 0-0.1-0.3-0.4-0.1-0.2 0-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.1-0.2 0.1-0.1 0-0.3-0.2-0.1 0-0.1 0-0.2 0-0.1 0-0.1 0-0.2 0.1-0.2 0.1-0.1 0-0.1 0-0.1 0 0-0.1-0.1-0.2 0-0.2 0-0.1 0-0.3 0-0.1 0-0.1 0-0.1-0.1-0.1-0.1 0-0.1 0.1-0.1 0 0 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.2-0.1-0.1 0 0-0.1 0.1-0.1 0-0.1-0.2-0.1-0.1 0-0.1 0-0.1 0.1 0 0.1 0 0.1 0 0.2 0 0.1-0.2 0.2 0 0.1-0.1 0-0.2 0-0.1-0.1-0.2-0.2-0.4 0-0.1-0.1-0.2-0.1-0.2 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1-0.1 0.1 0 0.1-0.2 0-0.3 0-0.1 0 0-0.1 0-0.1 0-0.1-0.1-0.1-0.4 0-0.1 0-0.1-0.1 0.1-0.2-0.1-0.1-0.1-0.1-0.3-0.2-0.1 0-0.1-0.1 0-0.2 0-0.1-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.1-0.2-0.1-0.1-0.4-0.2-0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0-0.1 0.1-0.3 0.2-0.1 0-0.1 0.1-0.4 0-0.2 0-0.1 0-0.2-0.1 0-0.1-0.1-0.2 0-0.2 0.1-0.1 0-0.1-0.1-0.1-0.1-0.1-0.2-0.3-0.1-0.2-0.1-0.2 0-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.1-0.1 0-0.3 0-0.1 0-0.1 0-0.1-0.1 0-0.2-0.1-0.2-0.2-0.2-0.4-0.2-0.1-0.1-0.1 0-0.1 0.2-0.1 0-0.2-0.1-0.2-0.3-0.3-0.2-0.2-0.1-0.1 0-0.1-0.1-0.1 0-0.1-0.1 0-0.1-0.2-0.1-0.1 0-0.1-0.1-0.1-0.1-0.2-0.2-0.2-0.1-0.1-0.1-0.1 0-0.1 0-0.3-0.2-0.2-0.1-0.1 0-0.2-0.2-0.1 0-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.4-0.2-0.1-0.1-0.1 0.1-0.2 0.1-0.1 0-0.1 0-0.1-0.1-0.1 0-0.1 0.1-0.2 0-0.3 0.1-0.2 0-0.1 0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.1 0-0.6-0.2-0.2 0-0.3-0.2-0.1-0.1-0.1 0-0.2 0-0.7 0.1-0.2 0.1-0.3 0.1-0.1 0.1-0.6 0-0.1 0-0.1 0-0.1-0.1-0.1 0-0.1 0-0.2 0-0.1 0-0.1 0-0.2-0.3-0.1-0.2-0.1-0.2-0.1-1.4-0.1-0.3 0-0.1 0-1.5 0-0.2-0.1-0.2 0-0.2-0.1-0.1-0.1 0-0.3-0.1-0.1-0.1 0-0.1 0.1-0.2 0.1-0.1 0.1-0.1 0.4-0.3 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0-0.2-0.1-0.3 0-0.1-0.1-0.1-0.3-0.2 0-0.1-0.1 0-0.1-0.1 0-0.2 0-0.2 0.1-0.4 0.1-0.2 0.1-0.1 0.3 0 0.1-0.1 0.1-0.1 0.1-0.1 0.3-0.9 0.1-0.2 0.2-0.3 0-0.2-0.1-0.4-0.3-1.5 0-0.4 0-0.5-0.2-0.3-0.6-0.5z m92.1 34.4l-0.8 0.1-0.7-0.1-0.2-0.4 0.2-0.8 1-1 1.4-0.6 0.5-0.5 0.4-0.1 0.5 0 0.6 0.3 0.6 0 0.2 0.2-0.1 0.4-0.3 0.4-0.2 0.6-0.4 0.3-0.2 0.2-0.1 0.4-0.4 0.4-0.2 0.1-0.2 0-0.6 0.1-1 0z m2.8-3.5l-0.2-0.2-0.5-0.1-0.1-0.4 0.6-0.4 0.5-0.2 0.2-0.4 0.1-0.2 0.3-0.2 0.4-0.2 0.6-0.1 0.4-0.4 0.4-0.2 0.2 0.3-0.4 0.7-0.1 0.3-0.2 0.2-0.1 0.2-0.1 0.3-0.7 0.4-0.1 0.1-0.1 0.1-0.4 0.1-0.1 0-0.6 0.3z m-7.9-24l0.3 0.1 0.3-0.1 0.3 0 0.2 0 0.3 0.3 0.4 0.6 0.2 0.2 0 0.5 0.3 0.5 0.3 0.3 0.2 0.5 0.1 0.4-0.2 0.3-0.4 0.4-0.7 0.7-0.4 0.2-0.5 0.1-0.4-0.1-0.4-0.2-0.3-1.3-0.4-0.5-0.1-0.3-0.2-0.2-0.3-0.1 0.1-0.7 0.2-0.5 0-0.4 0.1-0.3 0.3-0.1 0.4 0 0.3-0.3z m-1.8-0.7l-0.2-0.1 0-0.1 0.2-0.2 0.6-0.4 0.4 0 0.6 0 0.3 0.2 0.4 0.3 0.2 0.4 0.1 0.3-0.2 0.2-0.3 0-0.4 0-0.1 0-0.2 0.2-0.2 0-0.3 0-0.2 0-0.2-0.1-0.1-0.5-0.2-0.1-0.2-0.1z\" id=\"BRAP\" name=\"Amap\u00e1\">\r\n  <\/path>\r\n  <path d=\"M373.6 510.7l0.2-0.1 0.6 0.2 0.2 0 0.6-0.1 0.1 0.1 0.1 0 0.5 0.5 0 0.3 0.1 0 0 0.1 0 0.4 0 0.1 0 0.1 0 0.1 0.1 0 0 0.1 0.1 0 0.4 0.1 0.1 0.1 0.3 0.2 0.2 0.1 0.3 0.3 0.1 0 0.1 0.1 0.4 0 0.1 0.1 0.1 0 0 0.1 0.1 0.2 0.2 0.2 0.1 0.1 0 0.1 0 0.1 0 0.1-0.1 0.3 0 0.1 0 0.2 0 0.1 0.1 0.1 0-0.1 0.1-0.2 0.2-0.3 0.3-0.7 0.1-0.2 0-0.1 0.1-0.1 0.1 0 0.2-0.1 3.3-0.9 0.6-0.4 0.4-0.1 1.4-0.2 0.2-0.1 0.5-0.2 0.3-0.2 2.1-2.3 0.1-0.1 0-0.1 0-0.1 0-0.1-0.1-0.8 0-0.1 0-0.1 0.1-0.1 0-0.1 0.1-0.1 0.5-0.2 0.3-0.2 0.2-0.2 0.1 0 0.3-0.2 0.1-0.1 0.1-0.1 0.3-0.4 0.3-0.3 0-0.1 0.2-0.1 0-0.1 0.1-0.1 0.1-0.6 0-0.1-0.1-0.6 0-0.1 0-0.1 0.1-0.1 0-0.1 0.1 0 0.2-0.1 0.4-0.2 0.2-0.1 0.1-0.1 0-0.1 0-0.1 0.1-0.3 0-0.1 0.1-0.1 0.5-0.4 0.2-0.1 1.6 0.2 2.8-0.3 0.3 0 0.2-0.1 0.1 0 0.2 0 0.7 0.2 0.3 0.1 0.4-0.1 0.3-0.1 0.4-0.2 0.4-0.4 0.2 0 0.3 0.1 0.2 0 0.3-0.1 0.2-0.1 0.1-0.2 0.7-0.8 0.1-0.1 0.2-0.1 0.2-0.1 0.2-0.1 0.5-0.1 1-0.2 0.4-0.1 0.3-0.1 0.4 0 0.8 0.1 0.3 0.1 0.4 0.3 0.2 0.3 0.1 0.2 0.1 0.2 0 0.1 0.1 0.1 0.1 0.1 0.3 0.2 1.5 0.3 0.6 0.3 0.6 0.2 0.3 0.2 0.1 0.1 0.3 0.4 0.2 0.1 0.3 0.2 1.2 0.2 0.4-0.1 0.6 0.3 0.6 0.1 0.3 0.1 0.5 0.3 0.3 0.3 0.1 0.2 0.1 0.4 0.1 0.1 0.1 0.2 0.6 0.7 0.2 0.3 0.5 0.4 1.3 0.6 0.8 0.2 0.3 0.2 0.3 0.2 0.5 0.1 0.2 0.1 0.4 0.3 0.2 0.2 0.4 0.4 2.2 1.2 1.3-0.1 0.3 0 0.5 0 2.1-0.5 0.3 0 0.6 0 0.3 0 0.3-0.1 1.8-1 0.2-0.2 0.1-0.2 0.2-0.4 0.1-0.2 0.2-0.2 0.4-0.2 1.1-0.4 1.8-0.3 0.2 0 0.2 0.1 0.8 0 0.2 0 0.2 0.1 0.4 0.2 0.5 0.4 1.1 0.7 0.1 0.1 0.1 0.2 0.1 0.2 0 0.2 0 0.4 0.1 0.2 0.1 0.4 0 0.2 0.2 0.1 0.2 0.1 0.6 0.1 0.3 0 0.4-0.1 1.7-0.8 0.9-0.2 0.5-0.1 0.4 0.1 0.3-0.1 0.4-0.2 0.5-0.6 0.2-0.3 0.2-0.4 0-0.2 0.1-0.2 0.2-0.3 0.2-0.2 1.2-0.6 0.6-0.5 1.8-2 0.3-0.5 0.1-0.2 0.2-0.2 0.2-0.3 1-0.8 0.3-0.2 0.3-0.1 1.1-0.1 0.1 0.2 0 0.2 0 0.4 0 0.2 0 0.3-0.7 2.6 0 1.4-0.1 0.2-0.2 0.7-0.4 2.1 0 0.2-0.2 0.2-0.1 0-0.9 0.2-0.7 0.3-0.3 0.1-0.1 0.2-0.2 0.1-0.1 0.3-0.1 0.6-0.1 0.2-0.5 0.6-0.2 0.6-0.1 0.2-0.7 0.7-0.3 0.4-0.1 0.4-0.1 0.2 0 0.2 0.1 0.2 0.2 0.3 0.7-0.1 1.4 0.4 2.1 1.1 0.8 0.1 2.5-0.3 0.5 0 1.7 0.4 0.6 0.1 0.6-0.1 0.2-0.2 0.4 0 1.9-0.1 0.4 0.1 1.6 0.3 0.5 0.2 0.8 0.1 1.6-0.2 0.3-0.1 0 0.6 0.2 0.5 0 0.6-0.3 4.2 0 0.4 0.1 0.3 0.2 0.3 0.2 0.4 0.4 0.4 0.2 0.2 0.3 0 0.2-0.1 0.2-0.1 0.8-0.6 0.2-0.1 0.2 0 0.1 0 0.2 0 0.4 0.2 1.8 0.8 0.2 0.2 0.1 0.2-0.1 0.5-0.1 0.3-0.2 0.3-1.1 1.5-0.3 0.5-0.7 1.7-0.1 0.4 0 0.1 0 0.1 0.6 0.3 2.2 0.6 1.4 0 0.9 0.3 0.6 0 2.4-0.4 0.3 0.1 0.2 0.1 0.6 0.4 1.5 1.5 0.2 0.2 0.3 0.1 0.4 0 1-0.1 0.3 0.1 0.5 0.1 1.2 0.6 1.5 1 0.3 0.3 0.1 0.2 0.1 0.2 0.1 0.1 0.2 0.2 0.4 0.2 0.7 0.3 1.1 0.2 0.7 0.3 0.7 0.5 0.5 0.6 0.3 0.1 4 1.8 0.2 0 1 0.2 0.8-0.1 0.2 0 1.3 0.4 0.8 0.1 0.2 0.1 0.2 0.1 1.3 1.2 0.5 0.4 0.2 0.2 0.3 0.1 0.2 0.1 0.3 0.1 0.8 0 0.2 0.1 0.7 0.3 0.2 0 0.5 0 0.2 0 0.3 0 0.2 0.2 0.3 0.2 0.3 0.2 1 1.2 1.5 2.2-0.1 0.5 0.2 0.4 0.3 0.4 0.1 0.3-0.3 0.4-0.1 0.1-0.4 0-0.2 0.1-0.1 0.1 0 0.2 0 1.2-0.1 0.5-0.5 0.6-0.1 0.6 0 0.6 0.4 3.2 0 2.7 0.2 1.6-0.7 1.8-0.5 0.9-0.6 0.7-0.6 0.5-0.4 0.3-2.7 0.8-1.2 0.6-0.3 0.3-0.8 0.8-0.3 0.6-0.8 1-0.5 0.7-1 1.1-1 0.2-0.4 0.3-0.1 0.4-0.2 1-0.5 0.8 0 0.5 0 1-0.2 2.3-0.2 0.4-1.4 1.6-0.4 0.3-0.1 0.1-0.2 0.2-0.5 1.3-0.4 0.6-0.1 0.1-0.1 0.1-0.3 0.2-0.5 0.4-0.4 0.2-0.2 0.3-0.1 0.6 0.4 1.8 0.1 0.9-0.4 1-1.2 1.3-0.1 0.4-0.6 1-0.3 0.2-0.4 0.2-0.3-0.1-0.3-0.1-0.4 0-0.3 0-0.1 0.1-0.2 0.1-0.1 0.2 0 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0.6 0.9 1.5 0.3 0.1 0.1 0.2 0.1 0.2-0.1 0.5-0.3 0.4-0.4 0.3-0.5 0.4-0.7 0.3-0.3 0.2-0.6 1-0.1 0.3 0 0.4-0.1 0.3-0.2 0.2-0.1 0.2-0.2 0.2-0.2 0.2-0.4 0.1-0.1 0.1-1 1-0.2 0.3-0.1 0.3-0.1 0.7-0.1 0.3-0.6 1.3 0 0.1-0.2 0.6-0.1 0.2-1.3 1.2-0.4 0.5-0.1 0.1-0.5 0.3-0.2 0.1-0.5 0.5-0.2 0.1-0.2 0.1-0.4 0-0.2 0.1-0.4 0.2-0.6 0.6-1.1 0.4-0.4 0.2-0.6 0.6-1.9 1.1-0.1 0.1-0.1 0.1-0.2 0.6-0.1 0.1-1.5 0.7-0.4 0.2-0.3 0-0.2-0.2-0.1 0.1-0.4 0.6-0.3 0.7-0.2 0.2-0.2 0.1-0.3 0.1-0.2 0.1-0.1 0.1-1.2 2.2-0.5 0.6-0.6 0.6-6.3 2.8-1.5 0.9-0.6 0.7-0.3 0.4-0.5 1.3-0.2 0.8-0.2 1.9-0.3 0.9-0.4 0.8-0.6 1.7-0.4 0.8-0.5 0.7-2.2 1.4-1.7 0.7-0.5 0.4 0 0.2 0 0.8-1 3.3-0.1 1.3-0.7 1.7-0.2 0.9 0 2-0.2 1-0.4 0.4-1.6 0.8-0.1 0.3-0.4 0.3-0.8 0.4-0.6-0.3-1.9-1.2-1.1-1.5-0.4-0.3-3.4-2-0.6-0.1-0.3 0.1-0.5 0.6-0.3 0.2-2.7 0.9-1.3 0.7-0.2 0.3-0.5 0.6-0.3 0.2-0.4 0.1-0.6 0-0.4 0.2-0.6 0.1-1.3 0-0.5 0.3-0.7 0.4-0.7 0-0.7-0.1-0.7-0.3-0.7-0.1-1.2-0.1-0.7-0.3-0.4-0.5-0.2-0.6-0.3-4.2-0.4-1.4-0.9-1-0.4-0.5-0.1-0.8 0-0.8-0.1-0.7-0.1-0.8 0.6-1.2 0-0.7-0.2-0.4-0.6-0.6-0.2-0.5 0.1-0.4 0.5-1 0-0.4-0.5-1.6 0-0.2-0.6-0.3-0.2-0.3 0-0.4 0.1-0.8-0.1-0.4-0.3-0.3-0.5-0.7 0-0.3 0.1-0.8 0-0.3-0.5-1.7 0-0.8 0.3-0.7 0.3-0.6 0.2-0.8 0-0.2-0.1-0.3-0.1-0.2 0-0.2 0.1-0.4 0.1-0.1-0.1-0.5-0.1-0.2-0.3-0.2-0.4-0.1-0.7-0.4-0.5-0.6-0.4-0.7-0.1-0.8-0.1-1.8-0.1-0.6-0.2-0.2-0.9-0.6-1-1.4-0.2 0.5 0 0.1-0.4-0.2-1.3-0.1-0.3-0.2-0.3-0.2-0.2-0.1-0.3 0.1-0.3 0.1-3.4-0.2-0.4-0.1-0.3-0.2-0.6-0.6-1.2-0.7-0.6-0.6-0.4-0.7-0.6-1.3-0.2-0.2-0.3-0.1-1.4 0.3-0.4 0.1-0.2 0.2-0.2 0.2-0.3 0.5 0 0.1-0.1 0.3-0.1 0.1-0.2 0.1 0 0.1-0.4 0.6-0.2 0.2-0.6 0.5-0.2 0.1-0.2 0.1-0.2 0.1 0.3 0.4-0.1 0.2-0.4-0.1-0.6-0.8-0.4-0.2-0.1 0.1-0.1 0.4-0.1 0.1-0.3 0.2 0-0.1 0-0.1-0.2 0-0.6 0.2-0.2 0-0.3-0.1 0 0.1-0.1 0.1-0.1 0.2-0.5 0.5-0.2 0.1-0.5-0.1 0-0.2-0.2-0.6-0.3-0.3-0.2 0.5-0.2 0-0.4-0.2-0.2 0-0.1 0.1-0.1-0.1 0-0.4-0.2 0.2-0.2 0-0.5-0.2-0.4 0-0.6 0-0.3 0-0.1 0.1-0.1 0-0.1 0-0.4-0.1-0.1-0.1 0-0.1-0.2-0.1-0.6-0.3-0.3 0-0.2 0-0.1 0.1-0.1 0.1-0.2 0-0.2-0.2 0-0.3-0.1-0.1-0.3 0.1-0.5 0.4-0.4 0.1-0.9-0.2-0.3-0.1 0 0.1-0.1 0.1-0.1 0.1-0.2 0-0.3-0.1-0.2-0.1 0 0.2-0.2 0-0.6-0.5-0.3-0.1-0.2 0-0.5-0.2-0.1 0-0.8 0.2-0.5-0.3-0.1 0-0.3-0.1-0.1 0.1-0.1 0-0.1 0.1-0.5 0.1-0.4-0.1-0.2-0.3-0.3-0.4-0.3-0.9-0.2-0.1-0.1 0-0.2 0.1-0.2 0.1-0.4 0-0.3-0.1-0.2 0-0.4 0.1-0.1 0-0.2 0-0.1 0-0.1 0.2 0 0.1 0.1 0-0.3 0.1-0.1 0.1-0.2-0.1-0.2 0-0.4 0.3-0.2 0-0.1 0-0.3-0.3-0.2-0.1-0.1 0-0.3 0.1-0.3 0-0.6-0.2-0.3-0.3-0.2-0.3-0.2-0.2-0.3-0.2 0-0.2 0-0.3 0-0.3 0.5-1.3 0-0.2 0.2-0.2 0.5-0.9 0-0.2-0.1-0.5-0.3-0.4-0.2-0.3 0.2-0.4 0.2-0.5 0.1-0.4-0.1-0.4 0-0.4 0.8-1.4-0.1-0.2-0.2-0.2-0.2-0.3-0.2-0.4-0.1-0.3 0.1-0.4 0.3-0.5 0.1-0.4-0.2-0.2-0.3-0.2-0.2-0.4 0-0.4 0-0.5 0.4-0.7 1.3-2.1 0.2-0.6-0.3-0.2-0.3-0.1-0.2-0.2 0-0.1-0.1-0.1-0.1-0.2 0-0.3 0.1-0.2 0.6-0.4 0.4-0.7 0.3-0.9 0.1-1-0.2-0.9-0.3-0.7 0-0.3 0.6-0.9 0.2-0.5-0.1-0.4-0.4-0.3 0 0.3-0.2 0-0.4-0.5-0.5-0.4-0.1 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.2 0.2-0.3 0.8-0.4 0.2-0.3 0-0.4-0.2-0.3-0.4-0.2-0.4-0.1-0.5 0-0.2-0.2 0.2-0.2 0.3-0.2 0.2-0.2 0.2-0.2 0.4-0.1 0.3-0.1 0.1-0.1 0-0.2-0.2-0.2-0.3-0.2-0.2-0.1 0-0.2-0.1-0.3-0.1-0.1-0.3-0.2-0.3-0.1-0.3 0.2-0.2 0.7-0.1 0.1-0.2-0.2-0.2-0.2 0-0.3 0.2-0.4 0-0.2-0.1-0.3-0.3-0.4 0-0.3 0-0.5 0-0.2-0.2-0.5-0.1-0.5-0.1-0.6 0.1-0.4 0.3-0.6 0.1-0.4-0.3-0.2-0.4-0.1-0.5-0.2-0.4-0.4-0.3-0.3-0.2-0.4-0.1-0.5-0.1-0.6 0.2-0.6-0.1-0.2-0.1-0.1-0.2-0.1-0.2 0-0.1 0.1-0.1 0.1-0.1 0.1-0.4-0.3-0.1-0.4 0.1-0.4 0.8-0.2-0.1-0.2-0.2-0.3-0.1-0.1-0.2-0.1-0.1 0-0.1 0-0.1-0.4 0.9-0.3 0.3-0.1 0.1-0.2 0.2-0.3 0.1-0.1 0.6-0.2 0.6-0.9 0.5-0.2 0.2-0.1 0.2-0.1 0.2-0.2 0-0.2 0.2-0.1 0.3 0.1 0.5 0.1 0.4-0.2 0.3-0.3 0.3-0.4 0.2-0.2-2.1-1.9-1.6-1.5-1.5-1.4-0.2-0.6 0.7-1.5 0.3-0.5 0.5-1.2 0.6-1.2 0.2-0.5 0.6-1.3 1.4-2.9 1.4-2.9 0.6-1.3 0.5-1 0.3-0.2 1.2-0.1-0.2-1-0.1-1.2-0.1-0.4-0.2-0.2-0.8-0.1 0.3-0.7 0.9-3.1 1-3 0.9-3 0.9-3 0.4-1.1 0.2-0.2 0.4-0.1 1.4 0 0-0.5-0.2-0.2-0.3-0.1-0.4 0-0.8-0.4-0.7-1.3-1-2.6-1.9-3.3 0.6 0 0.1-0.4-0.3-0.5-0.4-0.5-0.1-0.2 0.2-0.7z\" id=\"BRMS\" name=\"Mato Grosso do Sul\">\r\n  <\/path>\r\n  <path d=\"M443.7 646.9l0.8-0.4 0.4-0.3 0.1-0.3 1.6-0.8 0.4-0.4 0.2-1 0-2 0.2-0.9 0.7-1.7 0.1-1.3 1-3.3 0-0.8 0-0.2 0.5-0.4 1.7-0.7 2.2-1.4 0.5-0.7 0.4-0.8 0.6-1.7 0.4-0.8 0.3-0.9 0.2-1.9 0.2-0.8 0.5-1.3 0.3-0.4 0.6-0.7 1.5-0.9 6.3-2.8 0.3-0.1 0.7-0.2 0.2-0.2 1-1 1-0.7 0.3-0.2 0.5-0.3 0.4-0.2 1.1 0 0.3 0.1 0.5 0.3 0.3 0.1 0.9-0.1 2 0.4 0.5-0.1 1.1-0.7 0.7 0.1 0.6 0.5 0.6 0.4 0.8-0.1 0.4-0.1 0.3-0.1 0.8 0.1 0.5 0 0.9 0.3 0.5 0 0.5-0.4 0.2-0.1 0.3 0.1 0.2 0.1 0.1 0.1 0.1 0 0.2 0.2 0.1 0.3 0.2 0.2 0.5-0.1 0.4-0.3 0.2-0.4 0.2-0.6 0.1-0.4 0.2-0.4 0.4-0.3 0.6-0.1 0.4 0 0.9 0.2 0.8 0.4 2.2 1.3 0.4 0.1 0.5 0.1 1.3-0.2 0.4 0.2 0.6 0.6 0.4 0.4 0.3-0.1 0.4-0.2 0.4 0 0.4 0.2 0.7 0.3 0.4 0.2 0.4 0 0.8 0.1 0.4-0.1 0.3-0.1 0.1-0.1 0.1 0 0.4-0.3 0.1-0.1 0.2 0 0.2 0 0.4 0 0.2 0 0.2 0 0.2-0.1 0.1 0 0.2 0 0.1 0 0.3 0.1 0.4 0.2 0.5 0.3 0.5 0.2 1.7 1.1 1.4 0.6 2.2 0.6 2.4 0.6 0.3 0.2 0.2 0.1 0.8 1.1 0.2 0.3 0.2 0.6 0.1 0.2 0.1 0.2 0.2 0.1 0.3 0.1 0.3 0 0.5 0 0.3-0.2 0.2-0.1 0.5-0.3 0.4-0.1 0.5 0 1.7 0.2 0.4 0.2 0.1 0 0.1 0.1 0.1 0 0.2 0.1 1.2-0.1 0.2 0.1 0.4-0.5 0.2-0.2 0.3-0.1 0.4 0.1 0.2 0.1 0.4 0.4 0.3 0.1 0.3 0.2 0.3 0 0.1-0.2 0.2-0.2 0.3 0 0.3 0.1 0.2 0.1 0.6 0.1 1.6-0.2 0.4-0.1 0.2-0.1 1.4-0.4 0.2 0 0.4 0.2 0-0.4 0.2-0.1 0.2 0.1 0.2 0.2 0 0.3 0 0.6 0.2 0.2 0.6 0.3 0.3 0.2 0.1 0.3-0.1 0.6 0.1 0.2 0.3 0.3 0.3 0.2 0.2 0 0.6 0.1 0.2 0.1 0.6 0.3 0.1 0.1 0.5 0.2 0.1 0.1 0.1-0.1 0.3 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.3 0 0.2 0 0.2 0.1 0.1 0.5 0.4 0.5 0.8 0.6 1.4 0.4 1.9 0.1 1 0 0.4-0.5 1.4-0.1 0.3-0.1 0.1 0 0.1 0 0.1-0.1 0.1 0 0.2 0.1 0.1 0.3 0.2 0.1 0.1 0 0.2 0.1 0.3 0 0.9 0.1 0.4 0.3 0.6 0.4 0.6 0.2 0.2 0.2 0.3 0.2 0.1 0 0.1 0.1 0.2-0.2 1.2-0.1 1 0 0.3-0.1 0.2-0.1 0.2 0 0.1-0.1 0-0.3 0.1-0.1 0 0 0.2 0 0.1 0.1 0.4 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0 0.1 0.1 0.3 0.6 0.3 0.2 0.1 0 0.1 0 0.1-0.1 0.1 0 0.1 0.1-0.1 0.3 0.1 0.1 0.1 0.1 0 0.2 0.1 0.2 0.1 0.3 0.4 0.5 0.3 0.4 0.2 0.4 0.1 0 0.1 0.1 0.2 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.2 0.1 0.1 0.2 0 0.4 0.2 0.1 0 0.2 0.1 0.1 0.1 0.1 0.1 0.2 0.3 0.1 0.1 0.1 0.2 0 0.2 0 0.8 0 0.3-0.1 0.3 0 0.1 0 0.1 0.2 0.2 0.1 0.1 0.1 0 0.2 0.1 0 0.1 0.1 0.2 0.3 0.9 0.1 0.3 0.2 0.1 0.1 0.1 0.1 0 0.2 0.2 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0 0.1 0 0.3-0.2 0.2-0.1 0.2-0.1 0-0.1 0.1 0 0.1 0 0.2 0.2 0.2 0 0.1 0 0.1-0.2 0.2-0.1 0.1-0.6 0.2-0.1 0-0.1 0.1 0 0.1 0 0.1 0 0.1 0.4 0.3-0.1 0.6 0 0.3 0 0.1 0 0.1-0.1 0.2-0.6 0-0.1 0.2 0 0.1 0 0.1 0 0.1 0 0.2 0 0.1 0.3 0.6 0.1 0.1 0 0.1-0.1 0.7 0 0.1 0 0.3 0 0.1 0.1 0.1 0 0.1 0.3 0.1 1.3 0.4 0.4 0.1 0.3 0 0.3-0.3 0.5 0 1.1 0.2 0.7-0.1 0.6-0.4-0.1-0.7 0.5 0.1 0.5 0.7 0.6 0.1 1.6-0.1 0.5 0-0.1-0.1 0-0.1 0.4 0 0.4 0.2 0.3 0.3 0.3 0.3 0.1 0 0.1-0.1 0.1-0.1 0.1 0 0.3 0.1 0.1 0 0.7-0.1 0.3-0.1 0.1-0.2 0.2 0 0.2 0.4 0 0.2 0.1 0.1 0.2 0 0.1-0.1 0.1-0.1 0.2-0.2 0.4-0.2 0.1 0 0.1 0 0.2 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0 0.1 0.1 0.2 0.1 0.1 0.1 0 0.1 0.1 1.1 0.4 0.1 0 0 0.2 0 0.2-0.3 0.5-0.1 0.2-0.1 0.2-0.4 0.2-0.2 0.1-0.1 0.2 0 0.3 0.1 0.6 0 0.2 0.1 0.2-0.2 0.2-0.2 0.2 0 0.1-0.1 0.3 0.1 0.7 0 0.5-0.1 0.2-0.1 0.1 0 0.1-0.4 0.2-0.1 0.1 0 0.1 0 0.1 0.1 0.2 0.3 0.7 0 0.1 0.1 0.1 0.5 0.3 0.6 0.3 0.2 0 0.1 0 0.1-0.2 0-0.1 0.1-0.2 0.1-0.1 0-0.1 0.1-0.1 0.2-0.1 0.1-0.1 0-0.1 0.1-0.1 0-0.2-0.1-0.3 0-0.2 0-0.1 0.1-0.1 0-0.1 0.2-0.1 0.4-0.2 0.1-0.1 0-0.2 0.1 0 0.1 0 0.3 0.3 0.2 0 0.4 0.1 0.2 0 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0.2 0.1 0.4-0.1 0.2 0 0.2 0.1 0 0.1 0 0.1 0.1 0.2 0.1 0 0.1 0 0.7-0.5 0.4 1.3 0.1 0.5 0 0.1 0.4 1.1 0 0.3 0.1 0.3-0.1 0.2 0 0.1 0 0.2 0.1 0.2 0.3 0.2 0.2 0.1 0.1 0.1 1.2 0.3 0.1 0 0.1 0 0.2 0 0-0.1 0.1-0.1 0.1-0.1 0.1 0 0-0.1 0.2 0 0.1 0 0.1 0 0.1 0.2-0.2 0.3-0.5 0.7-0.2 0.3-0.1 0.2 0 0.3-0.2 0.4-1.6 0.9-0.1 0.3-0.4 0.8-0.3 0.9-0.3 0-0.3-0.2-0.2-0.5 0.1-0.3 0.4-1.3 0.1-0.2 0-0.1 0-0.1 0.2-0.3 0.2-0.1 0.4-0.3 0.9-0.3 0.2-0.3-0.3-0.2-0.2 0.3-0.5 0.2-0.5 0.1-0.4 0-0.2 0.1-0.3 0.3-0.1 0.1-0.2-0.1-0.3-0.4-0.2-0.1 0 0.3 0 0.2 0 0.2-0.3 0.4-0.1 0.2-0.3 0.2-0.3 0 0.3-0.8-0.1 0-0.2 0.2 0-0.3 0.1-1.1 0.1-0.6 0-0.3-0.3 0.2-0.2 0.3-0.2 0.3-0.1 0.1-0.2 0.1 0 0.1 0.2 0.1 0.1 0.1 0.1 0 0 0.1 0 0.1-0.1 0 0 0.1-0.2 0.1-0.3-0.2-0.5-0.3-0.1-0.2-0.2-0.5-0.2-0.2 0 0.5-0.2 0 0-0.2-0.1 0-0.1-0.1 0-0.1 0 0.4 0.5 1.3-0.4 0-0.6 0.2-0.4 0 0 0.1 0.7 0.1 0.4 0.1 0.2 0.3-0.4 0.2-0.1 0.3 0.1 0.1 0.4-0.1 0.1 0.2 0.2 0.3 0.1 0.1-0.1 0.4-0.2 0.1-0.2 0-0.2 0.1-0.1 0.2-0.1 0.3 0 0.3-0.3 0.1-0.3 0-0.2-0.2-0.4-0.4-0.2 0.1-0.2 0-0.2 0-0.2-0.1-0.1 0.2-0.2 0.1-1-0.3-0.3-0.1-0.9-0.7-0.2-0.2-0.8-1-0.2-0.1 0 0.3 0.4 0.9 0.1 0.3 0 0.1 0.1 0.2 0.3 0.1 0.3 0.5-0.1 0.3-0.4 0-0.5-0.2 0.4 0.7 0.6 0 0.6-0.1 0.6 0.1 0 0.1 0 0.1-0.1 0.1-0.2-0.2-0.1 0-0.1 0.1-0.1 0.2 0.2 0.1 0.3 0.1 0.2 0.1 0.2 0.3 0.2-0.3 0.4-0.1 0.4 0.1 0.7-0.3 0.4 0.2 0.3 0.2 0.4 0.2-0.2 0.3-0.1 0 0.1-0.1-0.2 0.3-0.2 0.1-0.1 0.1 0.4 0.1 0.2-0.1 0.2-0.3 0.2-0.2 0.3 0 0.3 0.1 0.4 0 0.3-0.3 0.6 0.6-0.6 0.6-0.9 0.6-1.7 3.3 0 0.6-0.3 0.9-0.2 0.2-0.3-0.1-0.3-0.5-0.3-0.1 0.1-0.3 0.1-0.1-0.3 0-0.2 0.1-0.2 0.1-0.2 0.2 0.3 0.1 0.2 0.1 0.1 0.1 0.1 0.2 0.2 0.3-0.1 0.1-1.4-0.3-1.8 0.2-0.2 0.1-0.2 0.1-0.2 0.2 0 0.2 0.1 0.2 0.2-0.1 0.1-0.1 0.2-0.1 3.3 0 0.1-0.1 0.1-0.1 0.1 0 0.1 0.3 0 0.3 0 0.2-0.4 1.4-0.1 0.4-0.6 0.1-0.2-0.1-0.6-0.2-5.4 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.2-0.3 0.2-0.4 0-0.3 0-0.5 0.1-0.4-0.2-0.2-0.1 0 0.1-0.1 0.1 0 0.1-0.1 0.1-0.2 0-0.3-0.2-0.1 0.1-0.4 0.1-0.1 0-0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.1 0.1 0 0.1-0.1 0-0.2 0.1-0.6 0.1-0.5 0.2-0.3 0.2-0.5 0.3-0.3 0.3-0.6 0.8-0.1 0.2-0.2 0.1-1.6 0.9-1 0.4-0.3 0-0.2 0.1-0.1 0-0.2 0.2-0.1 0.1-0.1 0.2-0.2 0.5-0.1 0.2-0.4 0.2-0.8 0-0.6-0.1-0.3-0.1-1.4-0.6-1.2-0.8-0.1-0.1 0-0.3-0.2-0.2-0.2-0.2-1.3-0.8-0.4-0.2-0.3-0.3-0.1-0.1-0.2-0.3-0.4-0.2-0.2-0.1-0.2-0.1-0.3 0-0.2-0.1-0.1 0-0.1-0.2-0.1 0-0.2-0.1-0.2 0.1-0.6-0.1-0.3 0.2-0.1 0.1-0.3 0.1-1.8 0.3-0.7 0-0.2 0.1-0.3 0.1-0.2 0-0.1 0-0.3 0-0.2-0.1-0.1 0-0.1-0.1-0.1-0.1-0.3 0-0.5 0-0.3 0-0.2 0-0.1 0.1-0.3 0.2-0.1 0.1-0.1 0.2-0.1 0.1 0 0.1 0 0.2 0.1 0.1 0 0.1 0 0.1 0 0.2-0.1 0.1-0.1 0-0.2 0-0.2-0.1-0.1 0 0-0.1-0.1-0.1-0.1-0.5-0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.1-0.1-0.2 0-0.6-0.1-0.1 0-0.1-0.1-0.1 0-0.1-0.1 0-0.2-0.1-0.1-0.1-0.1-0.3-0.1-1.4 0.1-0.1-0.1-0.2-0.1-0.2-0.1-0.2-0.1-0.2 0-0.1 0 0 0.1 0 0.1 0.1 0.1 0 0.1 0.5 0.2 0.1 0 0 0.1 0 0.1-0.1 0.1-0.3 0.1-0.9 0.1-0.2 0.1-0.1 0-0.2 0.2-0.3 1.2-0.2 0.5-0.2 0.2-0.3 0.4-0.4 0.6-0.2 0.2 0 0.3-0.1 0.2-0.1 0.1-0.1 0-0.1-0.1-0.2-0.1-0.1-0.1-0.2 0-0.1 0-0.2 0.1-0.2 0.1-0.7 0.5-0.1 0-0.1 0.1-0.2 0-0.1 0-0.1-0.1-0.3 0-0.2 0-0.1 0.1 0 0.1-0.1 0.2-0.1 0.2-0.1 0-0.1 0 0-0.1-0.1-0.3 0-0.1 0-0.1-0.1-0.1-0.1 0-0.1-0.1-0.2 0-0.1 0.1-0.1 0.2-0.1 0.2-0.1 0-0.1 0-0.1-0.1-0.2-0.3-0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.3 0-0.4 0.1-0.2 0.1-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0.1-0.3 0.2-0.2 0.3-0.1 0.2-0.2 0.2-0.2 0.1-0.1 0.1-1.2 0.3-0.2 0.1-0.2 0.1-0.2 0.3-0.3 0.3-0.1 0.1-0.1 0.1-0.1 0.2 0 0.1-0.1 0.5 0 0.2-0.1 0.2-0.4 0.4-0.1 0.2 0 0.1-0.1 0.1 0.1 0.1 0 0.1 0.1 0.2 0.3 0.2 0 0.1 0 0.1 0 0.2-0.2 0.3 0 0.1 0 0.1 0.6 1.1 0.2 0.4 0 0.3 0.1 0.2-0.1 0.4-0.3 0.5-0.6 0.5-0.2 0.1-0.2 0-0.6 0.1-1.1 0.3-0.2 0.1-0.1 0.1-0.1 0.3-0.1 0.1-0.1 0.1 0-0.1-0.1-0.1-0.2-0.4-0.2-0.3-0.1-0.2 0-0.1-0.2-0.1-0.3-0.2-0.1 0 0-0.1-0.1-0.1 0-0.1 0-0.3-0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.1 0-2.2 0.1-0.2 0-0.1-0.1-0.1-0.1-0.1-0.2-0.2-0.1-0.1 0-0.2 0-0.1 0.1-0.3 0.2-0.3 0.1-0.2 0-3.4 0-1.3-0.4-0.4 0-0.8 0-0.2 0-0.1-0.1-0.1 0-0.3-0.4-1.2-0.7-0.3-0.3-0.1-0.1-0.1-0.3-0.1-0.2-0.1-0.1-1-0.6-0.2-0.1-0.2 0-0.2 0-0.4 0-0.5-0.1-0.5-0.1-0.5-0.1-0.6 0.1-0.2 0-0.3 0-1-0.3-1 0-0.2 0-0.1 0-0.7-0.4-0.8-0.3-1.5 0.1-0.5-0.1-0.1-0.1-0.1-0.2-0.3-0.2-3-0.9-0.2 0-0.4 0.1-0.2 0.1-0.4 0.2-0.7 0.2-0.6 0.1-0.2 0-0.1-0.1-0.2-0.1-0.2-0.2-0.2 0-0.1 0-0.2 0.1-0.8 0.3-1.1 0-0.3 0-0.2 0-0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.1-0.2-0.1-0.6-0.3-0.4-0.3-0.9-0.6-0.1 0-0.1-0.1 0-0.1-0.2-0.2-0.3-0.2-1.2-0.4-0.3-0.1-0.3 0.1-0.1 0-0.1 0-1.6 1-0.2 0-0.2 0.1-0.4 0-0.2 0-0.1 0-0.8-0.4-1.2-0.4-0.2 0-0.2 0-0.3 0.1-0.3 0-0.1-1-0.4-0.7-0.9-1.3-0.3-0.8-0.1-0.8-0.3-0.6-0.5-0.7-0.7-0.6-0.1-0.2-0.1-0.3 0-0.2 0.1-0.2 0-0.2-0.2-1.2 0.1-1.3-0.1-0.4-0.2-0.5-0.1-0.2-0.4-0.4-0.2-0.2 0-0.3 0.1-0.2 0.1-0.1 0-0.2-0.2-0.9-0.2-0.4-0.3-0.3-0.8 0.5-0.3 0.1-0.2-0.6-0.1-0.5-0.1-0.4-0.2-0.3-0.4-0.2-0.3-0.1-0.1 0.1-0.2 0.1-0.2 0-0.4-0.3-0.2-0.1-0.1 0.2 0 0.2 0.1 0.2 0 0.3-0.1 0.1-0.2 0-0.2-0.1-0.2-0.3-0.1-0.1 0-0.5 0.1-0.4 0.1-0.3 0.1-0.4 0-0.1-0.1-0.1-0.2 0.1-0.1 0.1-0.5 0.6-0.2 0.1-0.3 0-0.4-0.1-0.2 0-0.1 0.1 0.4 0.7 0.1 0.4-0.4 0-0.4-0.1-0.1 0-0.2 0-0.1 0.3-0.1 0.2-0.2-0.2-0.2-0.5-0.2-0.3-0.3-0.1-0.5 0.1-0.2 0.1-0.3 0.5-0.3 0-0.3-0.1-0.2 0-0.2 0.1-0.1 0.2 0 0.2 0 0.2-0.1 0.2-0.1 0.2-0.4 0.2-0.1 0.2 0 0.2 0.1 0.5-0.1 0.2-0.2 0.1-0.1-0.2-0.1-0.2 0-0.2-0.1-0.5-0.2-0.3-0.4-0.3-0.4-0.2-0.4 0.1-0.1-0.2-0.1-0.3-0.1-0.3-0.3-0.1-0.8 0.1 0.1-0.6 0.1-0.5-0.2-0.4-0.2-0.4 0-0.5 0-0.5 0-0.3 0.3-0.7 0.4-0.9 0.6-0.5 0.4-0.5 0.5-0.8 0.4-1.4 0.2-0.4 0.7-0.7 0.2-0.4-0.1-0.4-0.5-0.8-0.1-0.5 0-0.3 0-0.5 0.2-0.7 0.9-4.1 0.2-0.3 0.5-0.9 0.3-0.7 0.7-2.3 0-0.7-0.2-1.6 0-0.6 0.2-0.8 0.8-1.1 0.2-0.5 0.2-0.7 0-0.6-0.2-0.7-0.2-0.5-0.5-0.7-0.1-0.2-0.1-0.9-0.3-0.7 0-0.3 0.2-0.7 0.4-0.6 0.7-0.6 0.5-0.3z m119.2 29.6l0.5-0.4 0.6-0.4 0.3 0 0.1 0.3-0.1 0.6-0.3 0.8 0.1 0.5 0.2 0.4-0.3 0.2-0.4 0.3-0.4-0.1-0.3-0.4 0.1-0.3 0-0.2-0.4-0.4 0-0.4 0.3-0.5z\" id=\"BRPR\" name=\"Paran\u00e1\">\r\n  <\/path>\r\n  <path d=\"M534.9 765.8l-0.3 0-0.1-0.1-0.1-0.3-0.1-0.2-0.1-0.1-0.1-0.1-0.2 0-0.6-0.2-0.4-0.2-0.8-1-0.2-0.1-0.1-0.1-1.2-0.5-0.5-0.1-0.1 0.1-0.1 0.1-0.1 0.3-0.1 0.1-0.4 0-0.1 0-0.1 0-0.4 0.3-0.2 0.1-0.9 0.2-0.2 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.7 0.5 0.2 0.2 0 0.1 0.1 0.1 0.1 0.2 0 0.1 0 0.2 0 0.2-0.1 0.3-0.2 0.1-0.1 0-0.1 0-0.1-0.1-0.2-0.4-0.2-0.1-0.1-0.1-1.1-0.3-0.2-0.1-0.2-0.2-0.1-0.2 0-0.1 0-0.2 0-0.1 0.1-0.7 0-0.4-0.1-0.4 0-0.2 0.1-0.2 0.1 0 0.4-0.3 0.6-0.6 0.3-0.4 0.2-0.3 0.1-0.3 0.1-0.2 0.1-0.1 0.1 0 0.1 0.1 0.1 0.3 0.1 0.1 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1 0.1 0.1 0 0.1-0.1 0.1-0.1 0-0.1 0-0.3 0-0.3 0-0.1 0-0.1 0.5-0.4 0.1-0.2 0.1-0.6 0.3-0.8 0.1-0.2 0-0.3-0.3-2.1 0-0.6 0.2-0.9 0-0.1 0.1-0.1 0-0.1 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.2 0.1-0.1-0.1-0.2 0-0.1 0-0.3 0-0.1 0.1-0.1 0-0.1 0.1-0.1 0.1 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0.1-0.1 0.3-0.4 0.1-0.1 0.2-0.1 0.1-0.1 0.3 0 0.1-0.2 0.2-0.3 0.7-1.2 0-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0 0.2 0.1 0.2 0.1 0.1 0 0.1 0.1 0.1 0 0.2-0.1 0.2-0.1 0.1-0.3-0.4-0.8 0-0.2 0-0.2 0-0.1 0.2-0.1 0.1-0.1-0.1-0.1-0.5-0.4-0.1-0.2-0.3-0.6-0.1-0.1-0.1 0-0.1 0.3-0.1 0.2-0.1 0.1-0.8 0-0.3-0.1-0.3-0.2-0.1-0.2-0.1-0.3-0.1-0.1-0.2-0.2-0.2 0-0.7 0.3-0.3 0.1-0.1 0.1-0.1 0-0.2-0.3-0.2-0.1-0.2-0.1-0.6 0.3-0.4 0.3-0.3 0.1-0.2 0-0.2 0-0.5-0.1-0.4-0.1-0.2 0-0.1-0.1 0-0.3-0.1-0.2-0.2-0.1-0.2 0.3 0 0.4-0.1 0.3-0.3 0-0.3-0.2-0.4-0.4-0.4-0.2-2-0.2-0.3 0-0.3 0.2-0.3-0.4-0.5-0.2-1.2 0-0.2-0.1-0.4-0.3-0.2-0.1-0.3 0-0.3 0-0.3 0.2-0.2 0.1-0.8-0.6-0.7-0.2-0.2-0.1 0-0.2-0.4-0.6-0.7-0.9-0.2-0.6-0.2-0.2-0.2-0.2-0.5-0.3-0.2-0.2-0.2-0.4-0.4-1.4-0.4-0.5-0.2 0.1-0.2-0.1-0.1-0.2-0.3-0.1-0.1 0.1-0.2 0.1-0.2 0.1-0.2-0.2-0.1-0.2 0.1-0.3-0.1-0.3-0.1-0.1-0.3-0.1 0-0.2 0.2-0.3 0-0.5-0.1-0.3-0.6-0.6-0.6-0.8-0.3-0.3-0.5 0.1-0.5-0.5-0.8-1.4-0.5-0.7 0-0.2 0-0.1-0.1-0.1-0.5-0.2-0.3-0.3-0.6-0.2-0.5-0.5-0.3-0.1-0.2 0-0.2 0.1-0.2 0-0.2-0.1-0.7-0.7-0.1-0.2-0.4-0.1-0.1-0.1 0.1-0.2 0.1-0.2 0-0.2 0-0.2-0.4-0.2-0.3 0-0.3-0.1-0.1-0.6-0.2-0.4-0.3 0.2-0.5 0.5-0.2-0.2 0-0.2 0-0.2-0.2-0.1-0.2-0.2-0.1 0-0.2 0-0.2-0.2-0.2-0.5-0.1-0.3-0.2-0.2-0.5-0.1-0.4 0.1-0.4 0.1-0.4 0.1-0.3-0.3 0-0.2 0.2-0.5-0.1-0.1-0.7 0.3-0.1-0.1 0-0.3-0.1-0.4-0.1-0.3-0.3 0.1-0.1 0.2-0.1 0.2-0.1 0-0.3-0.2-0.1-0.1 0-0.2-0.1-0.2-0.2-0.1-0.2 0.1-0.2 0.2-0.2 0.4-0.2 0.1-0.2-0.2-0.2-0.2-0.1-0.1-0.4 0-0.4 0-0.1 0.3 0.1 0.5-0.6 0-0.4-0.1-0.5-0.1 0-0.1 0.2-0.4-0.1-0.2-0.1-0.1-0.1-0.1-0.2 0.8-0.1 0.2-0.4-0.1-0.2-0.4-0.1-0.7-0.1-0.4-0.2 0.2-0.2 0.1-0.2 0.1-0.3-0.1 0.6-0.4-0.5-0.5-1.2-0.6 0.3-0.2 0.3 0 0.7 0-0.3-0.4-0.9-0.2-0.2-0.4 0-0.3-0.1 0-1.5 0-0.3 0 0-0.2 0.1-0.4-0.2-0.2-0.4 0-0.4 0-0.2-0.5-0.2-0.1-0.5 0.4-0.6 0.8-0.3-0.2-0.3-0.4-0.1-0.4 0-0.1 0.4-0.1 0.1-0.2-0.2-0.2-0.4-0.2-0.5 0.1-0.2 0.2 0 0.3 0.1 0.5-0.3 0.1-0.1-0.1-0.1-0.1-0.2-0.2-0.2 0-0.3 0-0.3 0.1-0.1 0.1-0.1-0.1-0.1-0.6-0.1-0.2-0.1-0.1-0.1-0.1-0.1 0-0.1 0.2 0 0.1 0.1 0.1 0 0.1-0.1 0.3-0.2-0.3-0.2-0.4-0.2-0.3 0-0.1 0-0.1 0-0.1-0.2 0-0.2 0.1-0.1 0.2-0.1 0.2-0.1 0.2-0.1 0.3-0.3 0-0.6-0.2-0.1-0.1-0.1-0.2-0.1 0-0.1 0-0.3 0.1-0.3 0.1-0.6 0.2-0.2 0.1-0.4-0.1-0.4-0.1-0.3 0-0.1 0.1-0.2 0.3-0.2 0.1-0.1-0.3-0.1-0.3-0.2-0.2-0.2 0-0.2 0.3-0.6-0.6-0.3-0.3-0.5 0-0.4-0.2-0.1-0.5-0.2-0.4-0.5 0-0.3 0.2-0.2 0.3-0.3 0.3-0.4 0.1-0.2-0.2-0.1-0.5 0-0.2-0.4 0.6-0.1 0.2-0.1 0.3-0.1 0.2-0.2 0.1-0.1 0-0.2-0.2 0-0.2 0-0.2 0.2-0.3 0.2-0.4-0.1-0.3-0.2-0.3-0.1 0.1-0.2 0.1-0.2-0.1-0.1-0.3 0.1-0.2 0.1-0.2 0.3-0.4 0-0.2-0.3-0.1-0.4 0.1-0.3 0.3-0.2 0.4 0 0.4-0.2 0.3-0.3 0.3-0.5 0-0.3-0.1-0.5-0.6-0.1 0.7-0.2 0.3-0.2 0.1-0.2 0-0.4-0.3-0.2-0.1-0.6 0.2-0.9 0.6-0.5 0 0.5-1.1 0.3-0.7-0.2-0.3-0.5 0-0.4-0.2-0.8-0.5-0.4 0.7-0.3 0.4-0.3 0.1-0.2 0.1-0.3 0.2-0.2 0-0.1-0.1-0.2-0.2-0.1-0.2-0.2-0.1-0.3 0.3 0 0.5 0 0.6-0.1 0.4-0.3 0-1-0.3-0.4-0.1-0.4 0.2-0.5 0.6-0.4 0.1-0.1-0.6-0.1-0.5-0.3-0.3-0.2 0-0.1 0.1-0.2 0.2-0.5 0.3-0.2 0-0.2 0-0.2 0-0.1-0.1-0.1-0.2-0.1-0.2-0.1-0.2-0.2 0-0.4 0.1-0.2 0.1-0.1 0.1-0.2 0.1-0.2 0 0-0.1 0.2-0.1 0.2-0.4 0.1-0.2-0.2-0.2 0-0.2 0-0.1 0.3-0.2 0.1-0.1 0.1-0.3-0.1-0.7 0.1-0.3 0.1-0.1 0.3 0 0.2-0.1 0.1-0.1 0.8-1.9 0.3-0.8 0-0.7-0.2-1.4-0.2-0.8-0.1 0-0.3-0.1 0-0.2 0.1-0.3 0-0.3-0.1 0-0.2-0.1-0.2-0.1-0.1-0.3 0.1-0.3 0.2 0 0.2-0.1 0.1-0.1 0.1-0.4 0.1-0.4-0.1-0.9 0-0.4 0.2-0.8 0.1-0.4 0 0.1-0.1-0.1-0.1-0.3 0-0.2 0-0.1 0.2-0.2 0.3-0.2 0-0.7-0.2-2.1 0.1-0.7 0.9-1.2 0.2-0.7 0.3 0 0.3-0.1 0.2 0 0.2 0 1.2 0.4 0.8 0.4 0.1 0 0.2 0 0.4 0 0.2-0.1 0.2 0 1.6-1 0.1 0 0.1 0 0.3-0.1 0.3 0.1 1.2 0.4 0.3 0.2 0.2 0.2 0 0.1 0.1 0.1 0.1 0 0.9 0.6 0.4 0.3 0.6 0.3 0.2 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.1 0.2 0 0.3 0 1.1 0 0.8-0.3 0.2-0.1 0.1 0 0.2 0 0.2 0.2 0.2 0.1 0.1 0.1 0.2 0 0.6-0.1 0.7-0.2 0.4-0.2 0.2-0.1 0.4-0.1 0.2 0 3 0.9 0.3 0.2 0.1 0.2 0.1 0.1 0.5 0.1 1.5-0.1 0.8 0.3 0.7 0.4 0.1 0 0.2 0 1 0 1 0.3 0.3 0 0.2 0 0.6-0.1 0.5 0.1 0.5 0.1 0.5 0.1 0.4 0 0.2 0 0.2 0 0.2 0.1 1 0.6 0.1 0.1 0.1 0.2 0.1 0.3 0.1 0.1 0.3 0.3 1.2 0.7 0.3 0.4 0.1 0 0.1 0.1 0.2 0 0.8 0 0.4 0 1.3 0.4 3.4 0 0.2 0 0.3-0.1 0.3-0.2 0.1-0.1 0.2 0 0.1 0 0.2 0.1 0.1 0.2 0.1 0.1 0.1 0.1 0.2 0 2.2-0.1 0.1 0 0.1 0 0.1 0.1 0 0.1 0.1 0.1 0 0.3 0 0.1 0.1 0.1 0 0.1 0.1 0 0.3 0.2 0.2 0.1 0 0.1 0.1 0.2 0.2 0.3 0.2 0.4 0.1 0.1 0 0.1 0.1-0.1 0.1-0.1 0.1-0.3 0.1-0.1 0.2-0.1 1.1-0.3 0.6-0.1 0.2 0 0.2-0.1 0.6-0.5 0.3-0.5 0.1-0.4-0.1-0.2 0-0.3-0.2-0.4-0.6-1.1 0-0.1 0-0.1 0.2-0.3 0-0.2 0-0.1 0-0.1-0.3-0.2-0.1-0.2 0-0.1-0.1-0.1 0.1-0.1 0-0.1 0.1-0.2 0.4-0.4 0.1-0.2 0-0.2 0.1-0.5 0-0.1 0.1-0.2 0.1-0.1 0.1-0.1 0.3-0.3 0.2-0.3 0.2-0.1 0.2-0.1 1.2-0.3 0.1-0.1 0.2-0.1 0.2-0.2 0.1-0.2 0.2-0.3 0.3-0.2 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0 0.2-0.1 0.4-0.1 0.3 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0.2 0.3 0.1 0.1 0.1 0 0.1 0 0.1-0.2 0.1-0.2 0.1-0.1 0.2 0 0.1 0.1 0.1 0 0.1 0.1 0 0.1 0 0.1 0.1 0.3 0 0.1 0.1 0 0.1 0 0.1-0.2 0.1-0.2 0-0.1 0.1-0.1 0.2 0 0.3 0 0.1 0.1 0.1 0 0.2 0 0.1-0.1 0.1 0 0.7-0.5 0.2-0.1 0.2-0.1 0.1 0 0.2 0 0.1 0.1 0.2 0.1 0.1 0.1 0.1 0 0.1-0.1 0.1-0.2 0-0.3 0.2-0.2 0.4-0.6 0.3-0.4 0.2-0.2 0.2-0.5 0.3-1.2 0.2-0.2 0.1 0 0.2-0.1 0.9-0.1 0.3-0.1 0.1-0.1 0-0.1 0-0.1-0.1 0-0.5-0.2 0-0.1-0.1-0.1 0-0.1 0-0.1 0.1 0 0.2 0 0.2 0.1 0.2 0.1 0.2 0.1 0.1 0.1 1.4-0.1 0.3 0.1 0.1 0.1 0.1 0.1 0 0.2 0.1 0.1 0.1 0 0.1 0.1 0.1 0 0.6 0.1 0.2 0 0.1 0.1 0.1 0 0.1 0.1 0 0.1 0.1 0.1 0.1 0.5 0.1 0.1 0 0.1 0.1 0 0.2 0.1 0.2 0 0.1 0 0.1-0.1 0-0.2 0-0.1 0-0.1-0.1-0.1 0-0.2 0-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0.3-0.2 0.1-0.1 0.2 0 0.3 0 0.5 0 0.3 0 0.1 0.1 0.1 0.1 0.1 0 0.2 0.1 0.3 0 0.1 0 0.2 0 0.3-0.1 0.2-0.1 0.7 0 1.8-0.3 0.3-0.1 0.1-0.1 0.3-0.2 0.6 0.1 0.2-0.1 0.2 0.1 0.1 0 0.1 0.2 0.1 0 0.2 0.1 0.3 0 0.2 0.1 0.2 0.1 0.4 0.2 0.2 0.3 0.1 0.1 0.3 0.3 0.4 0.2 1.3 0.8 0.2 0.2 0.2 0.2 0 0.3 0.1 0.1 1.2 0.8 1.4 0.6 0.3 0.1 0.6 0.1 0.8 0 0.4-0.2 0.1-0.2 0.2-0.5 0.1-0.2 0.1-0.1 0.2-0.2 0.1 0 0.2-0.1 0.3 0 1-0.4 1.6-0.9 0.2-0.1 0.1-0.2 0.6-0.8 0.3-0.3 0.5-0.3 0.3-0.2 0.5-0.2 0.6-0.1 0.2-0.1 0.1 0 0-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1 0 0 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0.4-0.1 0.1-0.1 0.3 0.2 0.2 0 0.1-0.1 0-0.1 0.1-0.1 0-0.1 0.2 0.1 0.4 0.2 0.5-0.1 0.3 0 0.4 0 0.3-0.2 0-0.2 0.1-0.1 0-0.1 0.1-0.1 5.4-0.1 0.6 0.2 0.2 0.1 0.6-0.1-0.1 0.3-0.3 0.7-0.2 0.3 0.1 0.3 0.1 0.4 0.4 2 0 0.3-0.2 0.3-0.5 0-0.4 0.2-0.2 0.3-0.2 0.4-0.2 0.2-0.4 0.1-0.5-0.1-0.4-0.2-0.2-0.3-0.1-0.5-0.1-0.4-0.3-0.6-0.1-0.4 0-0.4 0-0.2-0.2-0.2-0.1-0.7-0.2 0.2 0 0.4 0.2 0.6-0.1 0.2 0 0.3 0.1 0.2 0 0.2 0.1 0 0.2 0.1 0.1 0.1 0 0.2 0 0.2 0.1 0.1 0 0.1 0.1 0.3-0.2 0.5 0.1 0.3 0.1 0.2-0.1 0.2-0.1 0.1-0.2 0 0.4 0.7-0.3-0.1-0.2 0.1-0.2 0.1-0.1 0.2 0.8 0.1 0.4 0.2 0.1 0.3 0.2 0.3 1.2 0.5 0.2 0.2 0.2 0.2 0 0.2 0.1 0.3 0 0.2 0.2 0.2 0.2 0 0.2 0.2-0.1 0.5-1 2.2-0.3 0.9-0.1 1.5 0 1.3 0.1 0.3 0.1 0.1 0.9 0.8 0.3-0.1 0.4-0.1 0.2 0.1 0.1 0.2 0 0.2-0.1 0.2-0.3 0.2-0.2 0.4-0.3 0.4-0.1 0.3 0 0.3 0 0.7 0.1 0.1 0.1 0.2 0.1 0.2 0 0.1-0.1 0.2-0.1 0.1 0 0.9 0 0.1 0.2 0.3 0.2 0.1 0.2 0 0-0.1 0.4 0.5-0.1 0.4-0.2 0.4-0.2 0.8-0.1 0.2-0.1 0.2 0.4 1 0.2 0.2 0.3 0.1 0.2-0.1 0.2-0.2 0-0.2 0.2-0.2 0.3-0.2 0.2 0.2 0.2 0.4 0.4 0.1-0.1 0.3-0.1 0.1-0.2 0.1 0.2 0.5 0 0.3-0.1 0.1-0.2 0.1-0.3 0.1-0.1-0.1-0.2-0.2 0.3-0.1 0.1-0.2-0.1-0.2-0.3-0.2-0.2 0.1-0.4 0.2-0.1 0.1-0.1 0-0.7 0.6-0.1 0.2-0.1 0.1-0.1 0.2 0 0.3 0.2 0.9 0.1 0.1 0 0.1 0.7 0.1 0.2 0.3 0.2 0.4 0 1-0.2-0.3-0.1-0.1-0.1 0.2-0.1 0.1 0 0.2 0 0.3-0.1 0.3-0.2 0.1-0.2 0-0.2 0.1-0.3 0.2-0.2 0.3-0.1 0.3-0.1 0.4 0.8 1.8 0.3 0.1 0.3 0.3 0 0.4-0.2 0.4-0.1-0.2-0.4 0.2-0.5 0.5-0.2 0.3 0.2 0.3 0.1 0.4 0.1 0.5 0 0.4 0.1 0.2 0.2 0.3 0.1 0.2-0.1 0.1-0.2 0.2-0.1 0.1 0.1 0.1 0.1 0.2 0.7 0.8 0.2 0.3 0 0.1-0.2 0.1-0.1 0.1-0.1 0.1 0.1 0.2 0.2 0.1 0.1 0 0.1 0.1 0 0.4-0.6 0.8-0.2 0.4-0.2 1.3 0.1 0.5 0.1 0.1 0.1 0.1 0 0.2 0.1 0.3-0.1 0.2-0.1 0.2-0.2 0.1-0.1 0.1 0 0.2-0.2 0.7-0.2 0.9-0.2 1-0.1 0.5 0.4 0.4-0.3 0.4-0.7 0.7-0.1 0.2-0.1 0.6 0 0.5 0 0.1-0.6 0.7-0.1 0.3-0.2 0.9-0.3 0.5-0.1 0.3 0 0.2 0.1 0.3-0.1 0.2-0.2 0.1-0.2-0.1-0.3-0.4-0.1-0.4-0.1-0.5 0-0.5 0.2-0.4 0.1-0.2-0.1-0.3-0.5-0.6-0.3-0.2-0.3-0.3-0.3 0-0.2 0.5 0.1 0.3 0.2 0.5 0 0.3 0 0.2-0.2 0.2-0.1 0.2 0.1 0.2 0.2 0 0.3 0 0.1 0 0 0.2 0 0.2-0.2 0.2 0 0.2-0.1 0.2 0 0.1 0.1 0.1 0.2 0.2 0.7 0.4 0.1 0.2 0.2 0.2 0.3 0 0.1-0.1 0.2-0.1 0.2-0.1-0.1 0.4-0.2 0.4-0.6 0.8-0.2 0.5-0.2 0.2-0.2 0.1-0.9 0.1-0.3 0.1-0.5 0.3-0.6 0.2-0.3 0.2-0.4 0.5-1.7 1-5.7 4.7-4.2 4.7-3.3 4.5z m25.8-43.9l0.1-0.4 0.4 0.3 0.4 0.5 0.2 0.3 0 0.5-0.1 0.4-0.2 0.4-0.2 0.4-0.1 0.1-0.1 0.2 0 0.2 0 0.3 0.1 0.5 0 0.3-0.1 0.3-0.3 0.4-0.3 0.4-0.2 0.1-0.9 1.6 0 0.4 0.3 0.9-0.1 0.3-0.1 0.1-0.4 0.1-0.1 0.1-0.3 0.5-0.2 0.2-0.2 0-0.1 0-0.1 0 0-0.1 0-1.7 0.1-0.7 0.3-0.6-0.3-0.2 0.2-0.3 0.5-0.6-0.1-0.5-0.2-0.5-0.2-0.3 0.4-0.1 0.2-0.1 0.2-0.1 0.1-0.2 0-0.2-0.1-0.1-0.1-0.1-0.2-0.1 0-0.2 0-0.1 0.1-0.2 0-0.1 0-0.2-0.3-0.3-0.1-0.2 0.1-0.3 0.3-0.2 0.1-0.2-0.1-0.4 0.4 0 1.1-0.3 0.2-0.2z m-2.2-24l-0.1 0.2-0.6 0.6 0 0.2 0 0.3 0 0.5-0.1 0-0.1-0.1-0.1-0.1-0.4 0-0.3-0.6-0.3-0.6-0.3-0.3-0.9-0.7 0-0.1 0-0.1 0.4-0.6 0.1-0.1 0.3-0.1 0.3-0.1 0.1-0.1 0.1-0.2 0.1-0.3 0.5-0.3 0.6-0.2 0.4-0.3-0.2-0.5 0.4-0.3 0.3 0 0.3 0.4 0.5 0.7 0.1 0.2 0 0.2-0.1 0.2-0.3 0.3-0.2 0.5-0.4 0.9-0.1 0.5z\" id=\"BRSC\" name=\"Santa Catarina\">\r\n  <\/path>\r\n  <path d=\"M259.6 102.6l0.1 0.2 0.2 0.2 0.7 0.7 0.6 0.4 0.3 0.1 0.5 0 0.3 0 0.2 0 0.2-0.1 0.6-0.2 0.3-0.1 0.3 0 0.5 0 0.2 0.1 0.1 0.2 0 0.5 0.1 0.2 0.1 0.3 0.3 0.3 0.7 0.8 0.5 0.3 0.3 0.2 0.6 0.3 0.3 0 0.3 0 0.4-0.1 0.2 0 0.3 0 0.4 0.1 0.2 0 0.7 0 0.3 0 0.5 0.2 1.2 0.7 0.7 0.2 0.2 0.2 0.3 0.1 0.1 0.3 0.1 0.2 0.1 0.2-0.1 0.3 0 0.2-0.5 0.7-0.2 0.2-0.1 0.2 0 0.3 0 0.2 0.3 0.8 0.1 0.7 0 0.2-0.1 0.2-0.6 0.3-0.1 0.2-0.2 0.7-0.1 0.2-0.3 0.3-0.1 0.3 0 0.3 0.7 1 0.4 0.7 0.3 0.4 0.2 0.3 0.3 0.2 0.2 0.1 0.2 0.1 0.2 0.2 0.4 0.3 0.4 0.4 0.2 0.4 0 0.2 0 0.3 0 0.2 1.2 3.6 0 0.6 0.1 0.2 0 0.3 0.6 1 0.1 0.4 0.1 2 0.2 0.4 0.9 1.8 0.2 0.6 0 0.4-0.3 0.4-0.5 0.3-0.3 0.3-0.3 0.1-0.2 0.2-0.2 0.1-0.1 0.2-0.1 0.2 0 0.3 0.2 0.4 1 2.8 0.1 0.4 0 0.2-0.1 0.5-0.2 0.4-0.1 0.1-0.1 0.2-0.3 0.3-0.2 0.1-0.1 0.2 0 0.2-0.1 0.2 0.3 1.1 0 0.3-0.1 0.2-0.1 0.2-0.5 0.8-0.1 0.3 0 0.2 0 1.4 0.1 0.3 0.1 0.2 0.5 0.6 0.1 0.3 0 0.2-0.4 1.1-0.1 0.2-0.2 0.1-0.2 0.1-0.2 0.1-0.1 0.2 0 0.4 0.1 0.5 0.2 0.2 0.5 0.5 0.2 0.3 0.3 0.4 0.2 0.4 0.3 1.3 0.2 0.4 0.2 0.3 0.2 0.1 0.2 0.2 0.6 0.2 0.2 0.2 0.2 0.2 0.5 0.8 0.1 0.3 0.1 0.3 0.1 0.5 0 0.6-0.2 0.9 0 0.4 0.1 0.2 0.2 0.2 0.1 0.1 0.5 0.3 0 0.1 0.1 0.1 0.2 0.2 0.3 1.8 0 0.3-0.1 0.2-0.1 0.2-0.4 0.5-0.1 0.1-0.4 0.2-0.1 0.2-0.2 0.3-0.1 0.2-0.2 0.1-0.2 0-0.2-0.1-0.4-0.2-0.2 0-0.8-0.3-0.2 0-0.2 0.1-0.1 0 0 0.2-0.1 0.7 0 0.3 0 0.3 0.1 0.3 0 0.1 0.1 0.1 0.2 0.1 1 0.3 0.2 0.1 0.1 0.1 0.3 0.3 0.4 0.7 1.4 1.4 0.4 0.2 0.3 0.2 0.2 0 0.3 0.1 0.3 0.2 0.8 1.3 0.1 0.1 0.2 0.1 0.2 0.1 0.4 0 0.2 0.1 0.2 0.1 1.2 0.9 0.9 0.5 0.1 0.1 0.2 0.2 0.2 0.4 0.4 0.6 0.1 0.3 0.2 0.1 0.2 0 0.1 0.1 0.1 0 0.1 0.1 0.2 0.2 0.1 0 1.1 2.5 0.1 0.2 0.1 0 0.1 0.1 0.1 0.1 0.1 0 0.2 0 0.1 0 0.2 0 0.1 0 0.9-0.4 0.4-0.2 0.2 0.1 0.1 0.1 0.3 0.4 0.2 0.1 0.2 0.1 0.1 0 0.5 0 0.8 0.2 0.4 0.1 0.2 0 0.2 0.1 0-0.3-0.4-2.1 0-0.3 0-0.2 0.6-1.3 0.3-1.3 0.1-0.3-0.1-0.7 0-0.2 0-0.3 0.1-0.1 0.1-0.2 0.1-0.2 0.1-0.2-0.1-0.2-0.4-1.6 0-0.5 0-0.2 0.1-0.5 0.5-0.9 0-0.2 0.2-1.2 0.1-0.7 0.1-0.2 0.1-0.1 0.2-0.2 0.4-0.4 0.1-0.1 0.1-0.2 0.2-0.4 0.1-0.1 0.1-0.2 0.2-0.1 1.4-0.7 0.2-0.1 0.8-0.2 1.6-0.6 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.2 0.1-0.2 0.1-0.4 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.4 0 0.2 0 0.7-0.1 0.2 0 0.3 0 0.2 0.1 0.1 0.1 0.1 0 0.4 0.4 0.1 0.1 0.2 0.1 1.1 0.3 0.2 0 0.8 0 0.3 0.1 0.2 0.1 0.1 0.2 0.2 0.5 0.1 0.3 0.2 0.2 0.2 0.1 0.2 0.2 0.3 0.2 0.5 0.5 0.6 0.5 0.1 0.2 0.6 1 0.1 0.5 0.1 0.1 0.1 0.2 0.1 0.1-0.1 0.4 0 0.3 0.1 0.2 0.2 0.2 0.2 0.1 1.3 0.1 0.5 0.1 0.2 0 0.2-0.1 0.1-0.1 0.2-0.1 0.1-0.1 0-0.1 0.2 0 0.3 0 0.4-0.1 0.6 0.1 0.2 0 0.2-0.1 0.1-0.2 0.1-0.2 0.1-0.4 0-0.1 0.1-0.2 0.1-0.1 0.1-0.1 0.1-0.2 0.1-0.2 0.1-0.1 1.3-0.4 0.6-0.2 0.7-0.2 0.2 0 0.2-0.1 0.1-0.2 0.2-0.1 0-0.2 0-0.2 0-0.2 0-0.3-0.1-0.2-0.1-0.1-1.2-1.3-0.1-0.2-0.1-0.2-0.1-0.4-0.1-0.2 0-0.1 0.2-0.8 0.1-0.2 0-0.2 0.3-0.3 0-0.3 0.1-0.4 0.1-0.2 0.3-0.6 0.2-0.4 0.3-0.6 0-0.2 0.1-0.2 0-1 0.1-0.2 0.1-0.2 0.3-0.3 0.7-1 0.1-0.2 0-0.2 0.1-0.7 0.1-0.2 0.2-0.4 0.1-0.2 0.1-0.2 0.1-0.2 0.8-0.9 0.7-1.2 0.1-0.2 0-0.2-0.1-0.2 0-0.3 0.1-0.2 0.1-0.1 0.2-0.2 0.2-0.1 0.2-0.1 0.4-0.2 0.2-0.2 0.1-0.2 0.2-0.2 0-0.2 0-0.2 0.1-0.1 0.5-0.2 5.1-0.2 18.1 0.1 0.4 6.2 0 0.5-0.1 0.2-0.1 1.2-0.1 2.3 0.1 0.6 0.2 0.7 0 0.2 0.2 0.2 0.1 0.1 0.2 0.2 0.2 0.1 1.1 0.4 0.2 0.2 0.2 0.1 0.2 0.4 0.1 0.2-0.1 0.3-0.1 0.3-0.1 0.3 0 0.9-0.2 0.9 0 0.6 0.1 0.3 0.2 0.3 0.7 0.9 1.5 1.4 0.2 0.1 0.3 0 0.4-0.1 0.3 0 0.2 0 0.2 0.2 1 0.8 0.1 0.1 0.4 0.2 0.3 0.1 0.2 0.2 0.2 0.3 0.2 0.8 0.1 0.4 0.1 0.4 0.1 0.3 0 0.2 0 0.6 0.1 0.4 0.1 0.2 0.1 0.3 0.2 0.2 1.5 1.4 0.2 0.1 0.2 0.1 0.2 0 0.4 0 0.2 0 0.2 0.1 0.2 0.2 0.8 1.2 0.2 0.3 0.3 0.2 0.2 0.2 0.2 0 0.4 0 0.2 0.1 0.2 0.3 0.2 0.4 0.2 0.2 0.2 0.2 1.5 0.8 0.5 0.2 0.3 0.2 0.3 0.3 0.5 0.6 0.3 0.3 0.2 0.1 1.5 0.4 0.3 0.2 0.4 0.4 0.6 0.7 0.3 0.3 0.3 0.2 0.4 0 0.2 0.1 0.2 0.1 0.1 0.3 0.2 0.4 0.3 0.2 0.2 0.1 1.8 0.6 0.5 0.3 0.6 0.4 0.5 0.2 0.5 0.4 0.3 0.1 0.8 0.4 0.2 0 0.4 0.1 0.2 0.1 0.4 0.1 0.2 0.1 0.2 0 0.3 0 0.4-0.1 0.4-0.2 0.2 0 0.2 0 0 0.2 0 0.4 0.1 0.3 0.1 0.1 0.2 0.1 0.7-0.1 0.3 0 0.3 0.1 0.7 0.5 0.2 0.1 0.5 0.1 0.2 0.2 0.1 0.1 0.2 0.7 0.4 0.6 1 1 0.2 0.3 0.4 0.1 0.8 0.3 0.4 0.2 1.2 0.9 0.2 0.1 0.2 0.1 0.2 0.1 0.3 0 0.2 0 0.5-0.1 0.2 0 0.3 0.1 0.1 0.1 0.1 0.2 0 0.3-0.1 0.2-0.3 1 0 0.3 0 0.2 0.1 0.3 0.1 0.2 0.2 0.1 0.2 0.1 0.2 0.1 0.4 0.2 0.1 0.1 0.2 0 0.5 0.1 0.4 0.2 0.1 0 0.2 0 0.1-0.1 0.9-0.6 0.1-0.1 1-0.3 0.2-0.1 0.2 0 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0 0.2 0.1 0.2 0 0.1 0 0.1-0.2 0.6 0 0.1 0 0.1 0.1 0.2 0 0.1 0.1 0 0.2 0.1 0.5 0.1 0.3 0 0.5 0.1 0.1 0 0.1 0 0.1-0.1 0.2-0.1 0.2-0.2 1.1-0.3 0 0.1-0.2 0.2-0.4 0.3-0.7 0.3-0.2 0.2-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1 0.1 0.2 0.3 0.3-0.1 0.4-0.1 0.6-7.4 16.1-31 66.9-0.8 1.3-0.2 0.2-1.5 1.3-0.3 0.3-0.3 0.4-0.3 0.6-0.1 0.5-0.1 0.4 0.1 0.4 0 0.4 0.7 2.1 0.3 0.5 0.2 0.4 0.4 0.5 0.3 0.3 0.7 0.5 0.4 0.3 1.1 1.2 0.6 0.5 0.4 0.3 0.5 0.9 0.1 0.3 0.2 1.1 0 0.4 0 0.4 0 0.2 0 0.2 0.1 0.4 0.3 0.4 0.4 0.4-0.3 0.3-0.4 0.6-0.2 0.2-0.6 0.5-0.1 0.1 0 0.2-0.1 0.3-0.1 0.2 0 0.4 0 0.4 0 0.1 0 0.1 0.1 0.4 0.2 0.4 0.1 0.2 0 0.3 0 0.2-0.1 0.2-0.3 0.6-0.1 0.2-0.1 0.2-0.6 0.6-0.1 0.2-0.5 1.1-0.2 0.2-0.6 0.4-0.4 0.3-0.3 0.4-0.1 0.2-0.1 0.2 0 0.2 0 0.2 0 0.4 0 0.4 0.2 0.4 0 0.2 0.5 1 0.4 1 0.4 1.6 0 0.2 0 0.2-0.1 0.3-0.6 1.8 0 0.2 0 0.2 0.1 0.2 0 0.2-0.1 0.2-0.3 0.4-0.3 0.4 0 0.2-0.3 0.8-0.1 0.4-0.1 0.2-0.2 0.2-0.5 0.4-0.2 0.2 0 0.2 0 0.2 0.2 1.4 0 0.2 0.2 0.4 0 0.2 0 0.2-0.1 0.2-0.4 0.7-0.2 0.6-0.4 1.3-0.1 0.3-0.4 0.3-0.9 0.6-61.8 0.4 0.1-0.7-0.1-0.2-0.1-0.2-0.3-0.2-1.1-0.1-0.3-0.2-0.3 0-0.3 0.1-0.2 0.1-0.3 0.4-0.2 0.2-0.2 0.2-0.2 0-0.7 0-0.2 0-0.1 0.2-0.2 0.1-0.1 0.2-0.1 0.3-0.1 0.2 0 0.4-0.1 0.5 0 0.2-0.1 0.2-0.1 0.1-0.2 0.2-0.2 0.1-0.2 0.1-0.3 0-0.3-0.1-0.6-0.3-0.3-0.2-0.2-0.3-0.1-0.2-0.1-0.2-0.1-0.1-0.2-0.1-1.3-0.3-0.3 0-0.2 0-0.2 0-0.2-0.1-0.2-0.3-0.1-0.2-0.1-0.2-0.1-0.9-0.1-0.4-0.3-0.6-0.1-0.2 0-0.3 0-0.4 0-0.2-0.3-0.1-0.4-0.1-0.4-0.1-0.6 0.1-0.3 0-0.2 0-0.2-0.1-0.1-0.1-0.2-0.2-0.1-0.2-0.1-0.4-0.3-0.8-0.2-0.8-0.1-0.2-0.2-0.4-0.1-0.2-0.1-0.2 0-0.2 0-0.2-0.1-0.2-0.2-0.2-0.3-0.2-0.4-0.1-0.8-0.2-0.4 0-0.3 0.1-0.1 0.1-0.1 0-0.2 0.1-0.2 0-0.2 0-0.2 0-0.1-0.2 0-0.1-0.1-0.9 0-0.2-0.1-0.2-0.2-0.2-0.3-0.3-0.6-0.3-0.3-0.3-0.2-0.2-0.6-1.2 0-0.2 0-0.4-0.1-0.2-0.1-0.2-1-1-0.2-0.2-0.2-0.1-0.3-0.1-0.9-0.3-0.3-0.1-0.2-0.2-1.5-0.1-12.8-0.2-0.4 0.6-0.5 0.8-0.1 0.2-0.1 0.2 0.1 0.2 0.2 0.8 0 0.2-0.1 0.2-0.2 0.2-0.4 0-0.2 0-0.3 0.1-0.6 0.2-0.7 0.1-0.3 0-0.2 0.1-0.2 0.1-0.2 0.3 0 0.2 0 0.2 0.2 0.6 0 0.2-0.1 0.2-0.2 0.1-0.7 0.2-0.8 0.3-1.1 0-0.2 0.1-0.2 0.1-0.2 0.1-0.1 0.2-0.4 0.7-0.2 0.2-0.7 0.8-0.2 0.2 0 0.3-0.1 0.2 0.1 0.2 0.1 0.2 0.2 0.2 0.2 0.1 0.4 0.3 0.2 0.1 0.1 0.2 0.1 0.2 0.1 0.2 0 0.2-0.1 0.2-0.2 0.4-0.1 0.4-0.1 0.2-0.2 0.2-0.2 0.2-0.1 0.2-0.5 0.8-0.1 0.1-0.1 0.1-0.2 0.2-0.4 0.1-0.4 0.2-0.4 0.1-0.3 0-0.1-0.2-0.2-0.2-0.1-0.1-0.2-0.1-0.1 0.1-0.2 0.1-0.1 0.2 0 0.2 0.2 0.6 0 0.3-0.1 0.4 0 0.2 0.1 0.2 0.1 0.2 0.1 0.2 0 0.2-0.2 0.4-0.1 0.2 0 0.2 0 0.2 0.4 1.3 0 0.2-0.1 0.2-0.2 0.1-0.2-0.2-0.5-0.3-0.2-0.1-0.3 0.1-0.5 0.3-0.3 0-0.5-0.3-0.3 0-0.7 0-1.2-0.1-0.2 0.1-0.2 0-0.2 0.2-0.3 0.3-0.2 0.2-0.2 0-0.3-0.1-0.4-0.3-0.2 0-0.3 0-0.4 0.2-0.4 0.3-0.3 0.2-0.3 0.5-0.2 0.1-0.3 0.1-0.3 0.1-1.9-0.1-0.2-0.1-0.2 0-0.2-0.2-0.3-0.2-0.1-0.2-0.2 0-0.3-0.1-0.3 0.1-1.2 0.7-0.5 0.4-0.4 0.4-0.2 0.2-0.1 0.2-0.1 0.2-0.3 0.4-0.1 0.2 0 0.2 0 0.3 0.4 1 0 0.2 0 0.2-0.1 0.2-0.1 0.2-0.1 0.3-0.7 0.5-0.1 0.1-0.1 0.3-0.1 0.4-0.1 0.2-0.1 0.1-0.3 0.3-0.2 0-0.1 0.2-0.3 0.6-0.1 0.2-0.2 0.2-0.2 0.2-0.4 0.4-0.2 0.1-0.2 0-0.4 0-0.2 0-0.3-0.2-0.2-0.1-0.2-0.2-0.2-0.3-0.1-0.2-0.1-0.2 0-0.2 0-0.2 0-0.5 0-0.2-0.2-0.1-0.1-0.2-0.2-0.2 0-0.2 0-0.4-0.1-0.2-0.2-0.1-0.2 0.1-0.4 0.2-0.2 0.3-0.4 0.2-1.3 0.7-0.4 0.3-0.3 0.3-0.2 0.2-0.2 0.1-0.6 0.4-0.1 0.2-0.2 0.2 0 0.2-0.1 0.4 0 0.2-0.2 0.1-0.2 0.1-0.4-0.1-0.2-0.1-0.1-0.2-0.1-0.2-0.1-0.1-0.2-0.1-0.2-0.1-0.2-0.1-0.3 0-0.3 0.1-1.4 0.7-0.3 0.2-0.1 0.3-0.1 0.2-0.1 0.7-0.1 0.1-0.1 0.2-0.3 0.2-0.5 0.2-0.3 0.2-0.2 0.1-0.3 0.1-0.3-0.1-0.2-0.2-0.2-0.4-0.1-0.1-0.5-0.2-0.1-0.1-0.1-0.2-0.1-0.1 0-0.1-0.1 0-0.6-0.3-0.2-0.1-0.4-0.6-0.4-0.5-0.3-0.2-0.2-0.1-0.2-0.1-0.6-0.1-0.4 0-2.1 0.4-0.9 0.1-1-0.1-0.5-0.1-0.4-0.2-0.3 0-0.3 0.1-0.5 0.1-0.5-0.1-0.5 0-0.2 0-0.4-0.2-0.2 0-0.2 0.1-0.1 0.3 0.1 0.3 0.2 0.7 0 0.2 0 0.5-0.1 0.2-0.2 0.3-1.4 1.5-0.4 0.5-0.2 0.2-0.5 0.2-1.2 0.3-0.2 0.1-0.7 0.5-1.3 1.3-0.3 0-0.5-0.1-0.1 0-0.2 0.3-0.1 0.2-0.2 0.3-0.2 0.2-1.1 0.9-59.9-28.2-11.4-6.1-46.2-11.5-22.7-9.5-0.3-0.1-0.1-0.3 0.1-0.5 0.3-0.6 0.5-1.8 0-1.2 0.2-0.3 0.2-0.2 0.8-0.6 0.2-0.2 0.3-0.5 0.2-0.3 0.6-0.3 1-0.8 1.6-0.9 1.4-1.2 0.8-0.5 0.7-0.7 0.4-0.1 1.5 0 0.9-0.3 0.7-0.3 0.5-0.6 0.5-0.8 0.3-0.9 0.1-0.4 0-0.5-0.1-0.4-0.5-0.9-0.1-0.5-0.2-1.6-0.1-0.4-1-1.1-0.2-0.5 0-0.9 0.4-0.8 0.4-0.7 1.1-2.5 0.7-0.7 2.1-2.8 0.3-0.5 0.2-0.6 0.4-1.9 0-0.6-0.2-0.6-0.1-0.7 0.2-0.6 0.6-1.3 0.1-0.3 0.1-0.9 0.2-0.3 0.2-0.2 0.1-0.3 0.1-0.3-0.1-1.3-0.1-0.3-0.2-0.3-0.2-0.3 0.1-0.3 0.5-0.2 0.3 0 0.1 0 0.3-0.2 0-0.3 0.1-0.1 0.1-0.1 0.3 0.1 0.1 0 0.8-0.1 0.3-0.2 0.3-0.3 0.2-0.2 0.4 0 0.4 0.2 1.1 0 0.2-0.1 0.2-0.2 0.1-0.1 0-0.2 0.1-0.3 0.2-0.2 0.6-0.3 0.5-0.5 0.3-0.3 0.4-0.1 0.3-0.1 0.3 0 0.2-0.1 0-0.2 0.1-0.2 0-0.1 0-0.2 0.1-0.1 0.1 0 0.3 0 0.1-0.1 0.4-0.2 0.4-0.2 0.2-0.3 0.1-1.1 0.2-0.3 0.9-0.2 0.1-0.1 0-0.2 0.1-0.1 0.3-0.1 0.7 0.1 0.3 0 0.3-0.1 0.4-0.2 1-0.8 1.1-0.6 0.4-0.3 0.3-0.3 0.3-0.7 0.2-0.2 0.1 0 0.2 0.1 0.2 0.1 0.2-0.1 0.2-0.1 0.3-0.3 0.6-0.2 1-0.9 0.5-0.3 0.3-0.1 1.7-0.2 0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0.2 0 0.5 0.2 0.2 0.1 0.4-0.1 0.3-0.1 0.2-0.1 0.3 0.3 0.2 0.2 0.1 0 0.2 0 0.3-0.1 0.4-0.4 0.2 0-0.1 0.4 0.9-0.4 0.3 0 0.5 0.1 0.2 0 0.1-0.1 0.1-0.5 0.1-0.2 0.3-0.1 0.3 0 0.6 0 1-0.2 0.2 0.1 0.2 0.1 0.2 0.2 0.1 0.2 0.3-0.2 0.1 0 0.2-0.3 0.1 0 0.1 0 0.1 0.1 0.1 0 0.2-0.3 0-0.2 0-0.2 0-0.2 0.3-0.3 0.5-0.1 0.5 0.1 0.5 0.6 0.3-0.3 0.3-0.5 0.3-0.2 0.2 0.1 0.2 0.5 0.1 0.1 0.4 0.1 0.1-0.1 0.3-0.5 0.5-0.2 1.1 0.5 0.3-0.3 0.1-0.5 0.3 0.4 0.5 0.4 0.4-0.5 0.2-0.3 0.2-0.4 0.6-0.6 0.2-0.3 0.1-0.4 0.2-0.3 0.3-0.1 0.3-0.1 0.1-0.2-0.2-0.5 0.1-0.3 0.2-0.2 1-0.5 0.2 0 1.2 0.4 0.4 0 0.2-0.2 0.2-0.6 0.2-0.2 0.4-0.2 0.3 0.1 0 0.3-0.1 0.4 0 0.3 1 0.5 0.2-0.2 0.1-0.4 0.1-0.3 0.3-0.2 0.3 0.1 0.1 0.3 0.1 0.3 0.2 0.2 0.3-0.1 0.8-0.7 0.3-0.1 0.3-0.1 0.3 0 0.4 0.2 0.5 0.4 0.2 0.1 0.4-0.6 0.2 0.1 0.3 0.2 0.1 0.3 0.1 0.4-0.2 0.8 0 0.4 0.2 0.2 1 0.8 0.2 0.1 0.2 0 0.1 0 0.2 0.2 0.1 0.3 0.2 0.3 0.4-0.3 0.4-0.8 0.2-0.4 0.4-0.2 0.4 0 0.4 0.2 0.3 0.3 0 0.5 0.2 0.2 0.2 0.2 0.3 0.2 0.2 0.1 0.3-0.1 0.7-0.5 0.3-0.4 0.2-0.6 0-0.5 0-0.1 0.1-0.1 0-0.1 0-0.1 0.1 0 0-0.1 0.1-0.1 0-0.1 0-0.1 0.6-3.2 0.6-3.3 0.6-3.2 0.6-3.3 0.6-3.2 0.6-3.3 0.6-3.2 0.6-3.3 0.6-3.2 0.6-3.3 0.5-3.2 0.6-3.3 0.6-3.2 0.6-3.3 0.6-3.2 0.6-3.3 0.2-1.2 0.3-1 0-0.4 0.4-1.4 0-0.9 0.3-1.9-0.1-0.9 0.5-1.1-0.2-0.6-0.8-1.2 0-0.3 0.1-0.4 0.1-0.2-0.1-0.8-0.1-0.2 0-0.1-0.1 0-0.2 0-0.2-0.1-0.4-0.7-0.2-0.1-0.4-0.2-0.2-0.1-0.1-0.3 0-0.2 0-0.2 0-0.2-0.1-0.2-0.2-0.1-0.1-0.1-0.1-0.1-0.2-0.3-0.1-0.2 0.1-0.5-0.2-0.3-0.7-0.9-0.2-0.5 0.1-0.3 0.6-1 0.2-0.5-0.1-0.2-0.1-0.2-0.1-0.1-0.2-0.2 0-0.2 0-0.6-0.1-0.5-0.2-0.4-0.2-0.3-0.4-0.3-0.3-0.2-1.6-0.6-0.3-0.3-0.6-0.6-0.2-0.2-0.5-0.2-0.2-0.1-0.1-0.2-0.2-0.5-0.2-0.2-0.3-0.2-0.8-0.2-0.4-0.1-0.2-0.2-0.4-0.7-1.1-0.9-0.8-0.9-0.2-0.4-0.1-0.7 0-1 0-0.5 0.1-1.4 0-1.9 0.1-2.2 0-2.2 0.1-1.9 0-1.4 0.1-0.5 0-1.4 0.3 0.3 0.4-0.1 0.4-0.2 0.5 0 0.4 0.1 0.4-0.1 0.4-0.1 1.4-0.1 0.8-0.2 0.8-0.2 0.7-0.4 0.7-0.6 0.3 0 0.6 0.2 0.7 0.2 0.2-0.4 0.3-0.4 0.4-0.2 0.3 0 0.7-0.5 0.4-0.1 0.5-0.1 0.4 0.1 0.4 0.3 1.4 1.4 0.1 0.1 0.4-0.2 0.5-0.2 0.3 0 0.2 0.3-0.1 0.5 0.4 0 0.7 0.1 0.4 0 0.1-0.1 0.2-0.3 0.2-0.1 0.2 0 0.4 0.1 0.2 0 0.3-0.1 0.2-0.2-0.1-0.4-0.2-0.4-0.2-0.2-0.4-0.2-0.2-0.1-0.1-0.3 0.2-0.2 0.2-0.1 0.1-0.3 0-0.4-0.2-0.9 0.1-0.4 0.1-0.1 0.2 0 0.2-0.1 0-0.3-0.2-0.2-0.2-0.1-0.5-0.2-0.3-0.3 0.1-0.7-0.4-0.3-0.1-0.2 0-0.3-0.1-0.1-0.1-0.2-0.4-0.2-0.3-0.4-0.3-0.2-1-0.6-0.3 0-0.3 0.1-1 0.6-0.2 0-0.4-0.2-0.1-0.1-0.1-0.1 0-0.1-0.2-0.1-0.2 0-0.7 0.1-0.6 0-0.2 0-0.9-0.3-0.5 0-1.9 0.2-0.2 0 0-0.4-0.2-0.2-0.3 0-0.2 0-0.5 0.1-0.9 0.6-0.4-0.1 0-1.2 0-1.4 0-1.3 0-1.4 0-1.4 0-1.4 0-1.4 0-1.4 0-1.3-0.1-0.8 0.3 0 0.7 0 0.3-0.1 0.9-0.5 0.3-0.1 0.4 0 0.4 0.1 0.8-0.1 1.4-0.6 0.8 0 1.5 0.3 1.5 0.6 0.8 0.1 1 0 2.5 0 3.6 0 4.1 0 4.2 0 3.5 0 2.6 0 1 0 1.5 0-0.4-0.2-0.1-0.1-0.1-0.1 0-0.3 0-0.2-0.2-0.1-0.8 0 0-0.4 0-0.4-0.1-0.2-0.6-0.1-0.1-0.1 0.4-0.6 1.2-3 0.2-0.1 0.1 0.1 0 0.4 0 0.2 0.2 0.1 0.1 0.1 0.5 0.1 0.4 0.2 0.3 0.2 0.2 0.4 0.5 1.3 0.4 0.9 0.5 0.8 0.7 0.5 0.7 0.2 0.7 0 0.7-0.2 0.7-0.2 0.8-0.5 0.6-0.5 2.4-3.3 1.6-1.6 0.7-0.4 0.6-0.5 0.3-0.2 0.7-0.1 0.2-0.1 0.4-0.3 0.1-0.1 0.3 0 0.9 0.3 0.3 0.2 0.5 0.5 0.4 0.7 0.7 1.6 0.5 0.8 2.2 3 0.7 1.5 0.7 2.1 0.2 1.3-0.5 5.8 0.1 1.1 0.2 0.5 0.4 0 1.7-0.4 1.3-0.4 0.8-0.2 0.4 0.4 1 0.8 1.3 1.3 1.6 1.4 1.6 1.4 1.3 1.2 1 0.9 0.4 0.3 0.8 0.8 1 0.7 0.3 0.2 1.2 0.2 1.1-0.3 0.2 0 0.2 0 0.3 0.1 0.1 0.1 0.1 0 0.1 0.1 0.5 0.2 0.3 0.1 0.2 0 0.2-0.1 0.5-0.4 0.3-0.4 0.2 0 0.2-0.2 0.1 0 0.9 0 0.4-0.1 0.4-0.3 0.4-0.4 0.8-0.9 0.4-0.5 0.1 0 0.3-0.2 1-0.5 0.8-0.3 0.7-0.5 0.1-0.1 0.5-0.1 0.3-0.1 0.1 0 0.6 0.1 0.7 0 0.1 0 0.2 0 0.2-0.1 0.3 0.1 0.2 0.1 0.3 0.2 0.2 0.2 0.4 0.5 0.1 0.1 0.2 0.4 0.1 0.3 0 0.1 0.1 0.5-0.4 0.9-0.6 0.8-0.5 0.8 0.1 0.5 0 0.4 0.2 0.5 0.3 0.3 0.3 0.1 0.4 0 0.1 0 0.1-0.1 0.3-0.1 0.6-0.3 0.4-0.3 0.4-0.7 0.3-0.4 0.1-0.2 0-0.6 0-0.2 0.1-0.2 0.1-0.3 0.2-0.3 0-0.1 1.3-1.5 0.1 0 0.2-0.1 0.1 0 0.4 0 0.5 0 0.4 0.1 0.4 0 0.4-0.2 0.5-0.7 0.2-0.8 0.1-1.6 0-0.1 0.5-0.9 0.8-0.2 0.8 0.1 0.7-0.2 0.1-0.1 0-0.3 0-0.1 0.1 0 0.2-0.1 0.1 0 0.7-0.6 0.2-0.1 0.4-0.2 0.4 0 0.3-0.1 0.4-0.3 0.5-0.5 0.3-0.2 0.4 0 0.7 0.3 0.3 0.2 0.4 0 0.4-0.1 2.5-1.6 0.3-0.4 0.4-0.9 0.4-0.5 0.5-0.4 1-0.5 0.9-0.6 0.5-0.3 0.4-0.1 0.1 0.1 0.4 0.2 0 0.4-0.4 0.8-0.2 0.4 0 0.3 0 0.2 0 0.4 0.1 0.1 0.4 0.2 0.1-0.1 0.2 0 0.3-0.4 0.3-0.8 0.4-0.5 1.4-1 1.1-1.1 1-0.5 0.4-0.4 0.3-0.5 0.3-0.5 0.1-0.4 0.1-0.4-0.1-1.2 0.3-1.2 0.1-0.9 0-0.9 0.2-0.3 0.2-0.3 0-0.1 0.8-0.6 0.8-0.2 0.7-0.1 1.1 0 1 0 0.3 0 0.4 0 0.1-0.1 0.3-0.1 2.9-2.4 1.1-0.5 0.3 0 0.6 0.1 0.2 0 1.3-0.3 0.7-0.2 0.2-0.5-0.1-0.3 0.1-0.3 0.3-0.7z\" id=\"BRAM\" name=\"Amazonas\">\r\n  <\/path>\r\n  <path d=\"M193.9 348.4l-3.7-1.6 1.1-0.9 0.2-0.2 0.2-0.3 0.1-0.2 0.2-0.3 0.1 0 0.5 0.1 0.3 0 1.3-1.3 0.7-0.5 0.2-0.1 1.2-0.3 0.5-0.2 0.2-0.2 0.4-0.5 1.4-1.5 0.2-0.3 0.1-0.2 0-0.5 0-0.2-0.2-0.7-0.1-0.3 0.1-0.3 0.2-0.1 0.2 0 0.4 0.2 0.2 0 0.5 0 0.5 0.1 0.5-0.1 0.3-0.1 0.3 0 0.4 0.2 0.5 0.1 1 0.1 0.9-0.1 2.1-0.4 0.4 0 0.6 0.1 0.2 0.1 0.2 0.1 0.3 0.2 0.4 0.5 0.4 0.6 0.2 0.1 0.6 0.3 0.1 0 0 0.1 0.1 0.1 0.1 0.2 0.1 0.1 0.5 0.2 0.1 0.1 0.2 0.4 0.2 0.2 0.3 0.1 0.3-0.1 0.2-0.1 0.3-0.2 0.5-0.2 0.3-0.2 0.1-0.2 0.1-0.1 0.1-0.7 0.1-0.2 0.1-0.3 0.3-0.2 1.4-0.7 0.3-0.1 0.3 0 0.2 0.1 0.2 0.1 0.2 0.1 0.1 0.1 0.1 0.2 0.1 0.2 0.2 0.1 0.4 0.1 0.2-0.1 0.2-0.1 0-0.2 0.1-0.4 0-0.2 0.2-0.2 0.1-0.2 0.6-0.4 0.2-0.1 0.2-0.2 0.3-0.3 0.4-0.3 1.3-0.7 0.4-0.2 0.2-0.3 0.4-0.2 0.2-0.1 0.2 0.1 0.1 0.2 0 0.4 0 0.2 0.2 0.2 0.1 0.2 0.2 0.1 0 0.2 0 0.5 0 0.2 0 0.2 0.1 0.2 0.1 0.2 0.2 0.3 0.2 0.2 0.2 0.1 0.3 0.2 0.2 0 0.4 0 0.2 0 0.2-0.1 0.4-0.4 0.2-0.2 0.2-0.2 0.1-0.2 0.3-0.6 0.1-0.2 0.2 0 0.3-0.3 0.1-0.1 0.1-0.2 0.1-0.4 0.1-0.3 0.1-0.1 0.7-0.5 0.1-0.3 0.1-0.2 0.1-0.2 0-0.2 0-0.2-0.4-1 0-0.3 0-0.2 0.1-0.2 0.3-0.4 0.1-0.2 0.1-0.2 0.2-0.2 0.4-0.4 0.5-0.4 1.2-0.7 0.3-0.1 0.3 0.1 0.2 0 0.1 0.2 0.3 0.2 0.2 0.2 0.2 0 0.2 0.1 1.9 0.1 0.3-0.1 0.3-0.1 0.2-0.1 0.3-0.5 0.3-0.2 0.4-0.3 0.4-0.2 0.3 0 0.2 0 0.4 0.3 0.3 0.1 0.2 0 0.2-0.2 0.3-0.3 0.2-0.2 0.2 0 0.2-0.1 1.2 0.1 0.7 0 0.3 0 0.5 0.3 0.3 0 0.5-0.3 0.3-0.1 0.2 0.1 0.5 0.3 0.2 0.2 0.2-0.1 0.1-0.2 0-0.2-0.4-1.3 0-0.2 0-0.2 0.1-0.2 0.2-0.4 0-0.2-0.1-0.2-0.1-0.2-0.1-0.2 0-0.2 0.1-0.4 0-0.3-0.2-0.6 0-0.2 0.1-0.2 0.2-0.1 0.1-0.1 0.2 0.1 0.1 0.1 0.2 0.2 0.1 0.2 0.3 0 0.4-0.1 0.4-0.2 0.4-0.1 0.2-0.2 0.1-0.1 0.1-0.1 0.5-0.8 0.1-0.2 0.2-0.2 0.2-0.2 0.1-0.2 0.1-0.4 0.2-0.4 0.1-0.2 0-0.2-0.1-0.2-0.1-0.2-0.1-0.2-0.2-0.1-0.4-0.3-0.2-0.1-0.2-0.2-0.1-0.2-0.1-0.2 0.1-0.2 0-0.3 0.2-0.2 0.7-0.8 0.2-0.2 0.4-0.7 0.1-0.2 0.2-0.1 0.2-0.1 0.2-0.1 1.1 0 0.8-0.3 0.7-0.2 0.2-0.1 0.1-0.2 0-0.2-0.2-0.6 0-0.2 0-0.2 0.2-0.3 0.2-0.1 0.2-0.1 0.3 0 0.7-0.1 0.6-0.2 0.3-0.1 0.2 0 0.4 0 0.2-0.2 0.1-0.2 0-0.2-0.2-0.8-0.1-0.2 0.1-0.2 0.1-0.2 0.5-0.8 0.4-0.6 12.8 0.2 1.5 0.1 0.2 0.2 0.3 0.1 0.9 0.3 0.3 0.1 0.2 0.1 0.2 0.2 1 1 0.1 0.2 0.1 0.2 0 0.4 0 0.2 0.6 1.2 0.2 0.2 0.3 0.3 0.6 0.3 0.3 0.3 0.2 0.2 0.1 0.2 0 0.2 0.1 0.9 0 0.1 0.1 0.2 0.2 0 0.2 0 0.2 0 0.2-0.1 0.1 0 0.1-0.1 0.3-0.1 0.4 0 0.8 0.2 0.4 0.1 0.3 0.2 0.2 0.2 0.1 0.2 0 0.2 0 0.2 0.1 0.2 0.1 0.2 0.2 0.4 0.1 0.2 0.2 0.8 0.3 0.8 0.1 0.4 0.1 0.2 0.2 0.2 0.1 0.1 0.2 0.1 0.2 0 0.3 0 0.6-0.1 0.4 0.1 0.4 0.1 0.3 0.1 0 0.2 0 0.4 0 0.3 0.1 0.2 0.3 0.6 0.1 0.4 0.1 0.9 0.1 0.2 0.1 0.2 0.2 0.3 0.2 0.1 0.2 0 0.2 0 0.3 0 1.3 0.3 0.2 0.1 0.1 0.1 0.1 0.2 0.1 0.2 0.2 0.3 0.3 0.2 0.6 0.3 0.3 0.1 0.3 0 0.2-0.1 0.2-0.1 0.2-0.2 0.1-0.1 0.1-0.2 0-0.2 0.1-0.5 0-0.4 0.1-0.2 0.1-0.3 0.1-0.2 0.2-0.1 0.1-0.2 0.2 0 0.7 0 0.2 0 0.2-0.2 0.2-0.2 0.3-0.4 0.2-0.1 0.3-0.1 0.3 0 0.3 0.2 1.1 0.1 0.3 0.2 0.1 0.2 0.1 0.2-0.1 0.7 0.7 0.6 0.7 0.4 0.7 0.6 0.2 0.4 0.2 0.4 0 0.2 0.1 0.2-0.1 0.2-0.8 1.7-0.6 1.8 0 0.2 0 0.4 0 0.3 0.6 1.4 0 0.3-0.1 0.2-0.1 0.2-0.2 0-0.5 0-0.2 0.1-0.2 0.1-0.1 0.2 0 0.2 0.1 0.4-0.3 0.5-0.1 0.3 0 0.3 0.1 0.2 0.2 0.2 0.5 0.2 0.2 0.2 0.2 0.3 0.1 0.4 0 0.3-0.1 0.8 0.6 2.1 0.1 0.2 0.2 0.2 0.1 0.3 0.2 0.3 0.1 0.1 0.1 0.2 0 0.2-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0.2-0.2 0.6-0.2 0.2-0.2 0.1-0.4 0.1-0.1 0.1-0.1 0.1 0.1 0.2 0.1 0.2 0.2 0.2 0.1 0.3 0 0.8 0.1 0.2 0.3 0.9 0 0.2-0.1 0.2-0.2 0.7 0 0.4 0 0.3 0 0.4 0 0.3 0 0.2-0.5 0.8-0.3 0.5 0 0.4-0.1 0.4 0 0.7 0 0.3 0.2 0.3 0.1 0.2 0.2 0.3-0.1 0.3-0.1 0.7-0.1 0.3 0.1 0.2 0.9 2 0.1 0.2 0.4 0.4 0.2 0.2 0.1 0.2 0.1 0.3 0 0.3 0 0.4-0.2 0.9 0 1.4-0.2 1-0.1 0.8-0.1 0.6 0.1 0.2 0.1 0.1 0.1 0 0.2 0.1 0.2 0.1 0.1 0.2-0.1 0.3-0.1 0.5-0.1 0.3-0.2 0.1-0.2 0-0.1 0-0.1-0.1-0.2 0.1 0 0.3 0 0.3 0.2 0.8 0 0.4 0 0.3-0.3 1.5 0 0.3 0.3 0.4 0.8 0.2 20.7 0.1 0.1 0.1 0 0.2-0.1 0.2 0 0.3 0.1 0.3 1.1 1 0.2 0.1 0.2 0 0.2-0.1 0.6-0.4 0.2-0.1 0.2-0.1 0.2 0 0.3 0.1 0.6 0.5 0.3 0 0.8 0.3 0.3 0 0.2-0.1 0.2-0.1 0.2-0.1 0.2 0 0.7 0.2 0.2 0.1 0.3-0.1 0.2 0 0.2 0.1 0.4 0.3 0.5 0.1 0.2 0.1 0.2 0.3 0.3 0.8 0.1 0.4 0 0.3 0.1 0.4 0.2 0.5 0.9 1.8 0.1 0.5-0.1 0.2-0.1 0.2-0.2 0.2-0.2 0.2-0.2 0.1-0.2 0.1-0.2 0.2-0.1 0.2-0.1 0.5-0.1 0.2-0.3 0.3-0.3 0.4-0.2 0.3-1.3 0.9-0.2 0.2-0.1 0.2 0 0.2-0.1 1 0.1 1.8 0.1 0.2 0.2 0.5 0 0.3 0 0.9 0.1 0.3 0.1 0.5 0.2 0.3 0.2 0.3 0.2 0.1 0.2 0 0.4-0.2 0.2 0 0.2 0 0.1 0.1 0.2 0.2 0.4 1.1 0.4 0.9 0.2 0.8 0.8 1 0.1 0.3 0 0.3 0 2.3 0 0.4 0.1 0.3 0.5 1 0.4 0.8 0.3 0.5 0 0.2 0 0.2-0.4 0.8-1.3 3.6-1.6 1.8-0.2 0.2-0.1 0.3-0.2 0.8-0.2 1-0.1 0.5-0.2 0.4-0.1 0.3-0.6 0.8-0.2 0.3-0.2 0.1-0.3 0.1-0.9 0.2-0.2 0.1-0.3 0.1-0.4 0.3-0.2 0.2-0.2 0.4-0.8 0.8-0.2 0.3-0.1 0.3 0 0.2 0.1 0.6 0 0.2-0.2 0.4-1.3 2.3-0.2 0.5-0.1 0.4-0.1 0.7-0.2 0.6 0 0.6-0.1 0.3-0.2 0.4-0.2 0.3-0.2 0.2-1.6 0.9-3.5 2.4-0.8 0.6-0.5 0.7-1.6-1.3-1.4-0.5-0.1-0.2-0.4-0.3-0.6-0.2-1 0-0.9-0.2-0.4-0.4 0-0.8-0.1-0.2-0.3 0-0.2 0.2-0.1 0-0.9 0.2-0.3 0.2-0.1 0.4-0.2 0.1-1.3 0-0.5 0.1-0.2 0-0.2-0.1-0.4-0.3-0.8-0.1-0.3-0.1-0.3 0-1.3 0.7-0.9 0.3-0.9 0.1-1-0.2-0.2-0.1-0.5-0.6-0.1 0-0.1 0-1.4 0.1-0.5 0.2-0.5 0.1-0.4 0.3-0.4-0.2-0.4 0.1-0.4 0.1-0.4 0.1-0.4-0.1-0.2-0.2-0.5-1.4 0-0.1-0.2-0.2-0.4-0.2-0.2-0.1-1-1-0.3-0.2-0.5-0.2-0.1-0.1-0.3-0.5 0-0.1-0.3-0.1-0.9-1-0.4-0.3-0.2-0.3-0.1-0.4 0-1.3 0-0.3-0.1-0.1-0.2 0.1-0.2-0.1-0.5-0.6-0.2 0 0 0.5-0.6-0.4-0.2-0.1-0.2 0.1-0.7 0.1-0.3 0.2-0.4 0.1-0.4-0.2-0.2 0.2-0.3 0-0.9-0.1-0.2 0-0.3-0.2-0.1-0.1-0.2 0.1-0.1-0.1 0-0.2-0.1-0.1-0.5-0.6-0.3-0.2-0.4-0.1-1.3 0-1.7-0.7-0.1-0.1 0-0.5-0.1-0.2-0.2-0.2-0.2-0.1-0.3-0.3-0.3 0.1-0.2 0.1-0.2 0.2-0.4 0-0.4 0-0.2 0.2 0 0.4-0.4-0.2-0.4-0.3-0.2-0.3-0.1-0.3-0.1-0.2-0.1-0.1-0.1 0-0.2-0.1-0.2 0-0.1-0.1-0.1-0.1-1-1.4-0.1-0.2-0.1-0.1-0.2 0-0.2 0.2-0.1 0-0.2 0-0.2-0.1-0.3-0.2-0.2-0.3-0.2-0.4 0-0.4-0.1-0.2-0.3-0.3-0.4-0.4-0.1-0.1 0-0.1 0-0.1 0.2-0.3-0.1-0.1-0.1-0.1-0.1-0.1-0.2-0.7-0.2-0.3-0.6-0.2-0.4-0.2-0.2 0-0.1 0-0.5 0.3-0.1 0.1-0.1 0.2-0.1 0.1-0.1 0-0.2 0-0.1 0-0.4 0.3-0.2 0.2-0.1 0.1-0.2 0.1-1.4 0-0.3-0.1-0.6-0.5-0.2-0.1-0.5-0.1-0.7-0.6-0.1-0.1-0.1-0.2-0.1-0.1-0.2-0.1-0.2-0.1 0-0.2-0.1-0.2 0-0.2-0.1-0.2-0.2-0.2-0.2-0.1-0.3 0-0.2 0-0.5-0.1-0.3-0.2-0.8-0.7-1.1-0.5-0.1-0.1-2.9-0.4-0.3 0-0.6 0.2-0.3 0.1 0 0.1-0.7 0.8-0.1 0.2-0.2 0.2-0.2 0.2-0.4 0-0.2-0.1-0.2-0.2-0.2-0.1-0.7 0.3-0.3 0-0.5-0.6-1.2 0-0.3-0.4-0.3 0.4-0.2 0.2-0.2 0-0.6-0.6-0.3-0.2-0.3-0.1-0.5 0-0.1 0.1-0.3 0.2-0.1 0.1-0.1 0.1-0.2 0-0.2 0-0.2-0.7-0.3-0.1-0.8 0.2-0.5-0.1-0.4-0.2-0.3-0.2-0.2-0.3-0.2-0.2-0.2-0.4-0.2-0.2-0.2-0.1-0.4-0.2-0.1-0.1-0.1-0.3 0.4-0.9 0.1-0.4 0-0.5 0-0.2-0.1-0.2-0.3-0.3-0.1 0-0.3 0-0.1 0 0 0.1-0.4-0.2-0.3-0.3-0.2 0-0.5 0-0.2 0-1-0.5-0.5-0.3-0.2-0.2-0.2-0.2-0.1-0.1 0-0.2 0.2-0.2 0-0.2-0.1-0.3-0.1-0.1-0.3 0-0.1 0.1-0.1 0.6 0 0.1-0.3 0.1-0.2-0.1-0.1-0.2 0.2-0.3-0.7-0.7-0.2-0.4-0.1-0.4-0.1-0.3-0.4-0.2-0.4 0-0.2-0.1-0.4 0.1-0.5 0-0.4-0.2-0.4-0.1-0.9 0-0.3-0.1-0.3-0.2-0.2-0.2-0.2-0.3 0.1-0.4 0.3-0.4 0-0.2 0-0.3-0.1-0.2-0.2-0.1-0.1 0-0.2-0.1-0.1-0.2-0.1-0.4 0-0.2 0-0.4 0-0.2-0.1-0.2-0.3-0.5-0.1-0.7-0.4-0.2-0.3-0.1-0.3-0.3 0.1-0.5-0.1-0.2-0.3 0.1-0.1 0.2-0.1 0.3-0.1 1-0.2 0.1-0.2 0-0.4-0.3-0.3-0.3-0.1-0.3 0-0.7 0-0.2 0.2-0.3 0.1-0.2-0.1-0.5 0-0.2 0.5-0.2-0.1-0.2-0.5-0.3-0.2-0.1-0.1 0-0.1 0-0.1-0.3 0-0.3 0.1-0.3 0-0.2-0.1-0.3-0.2-0.2-0.5-0.3-0.7 0.2-0.6-0.6-0.6-1.7-0.1-0.2 0.1-0.2 0.1-0.2 0.3-0.4 0.1-0.3-0.2-0.1-0.4-0.3-0.4-0.3-0.2-0.3-0.1-0.5 0.3-0.3 0.2-0.1 0.1-0.3-0.1-0.3-0.4-0.3-0.2-0.3 0-0.5 0.3-0.3 0.8-0.6 0.2-0.4-0.1-0.4-0.1-0.4 0-0.4 0.3-0.4 0.2-0.2 0.1-0.1 0.2-0.1 0.1-0.2-0.1-0.3-0.1-0.1-0.1-0.1 0-0.1-0.1-1.8-0.2-0.3-0.3-0.3-0.4-0.3-0.8-0.2-0.1-0.3 0.3-0.9 0.2-0.8 0-0.3-0.1-0.6-0.3-0.3-0.4-0.2-0.3-0.4 0-0.3 0.1-1 0-0.2-0.1-0.1-0.1-0.2 0-0.2 0-0.2 0-0.1 0.1-0.2 0-0.1 0-0.1-0.3-0.4 0-0.1 0.5-0.1 0.3-0.3 0.5-0.9-0.1-0.1-0.1-0.2 0.1-0.4 0.2-0.4 0.3-0.4 0.8-0.4 0.2-0.5 0.2-1 0.4-0.5 0-0.2 0-0.2-0.2-0.5 0-0.2-0.1-0.9-0.1-0.4-0.4-1.1-0.1-0.7-0.1-0.9 0.1-0.8 0.1-0.5 0.5-0.8 0.1-0.5-0.2-0.3-0.2-0.2-0.3-0.3-0.2-0.2-0.2-0.9-0.1-0.1-0.3-0.6-0.5-0.5-0.4-0.2-0.5 0-0.2 0.1-0.3 0.3-0.9 0.7-0.1 0.2-0.1 0.3-0.1 0.2-0.2 0.3-0.2 0.3-0.1 0-0.3 0.1-0.1 0 0 0.1 0 0.2 0 0.1-0.1 0.1-0.1 0.2-0.1 0.1-0.2 0-0.4-0.1-0.3-0.2-0.6-0.4-0.1 0-0.2-0.3-0.1 0-0.1 0-0.2 0.1-0.1 0-0.1 0-0.2 0-0.1-0.1 0.1-0.2 0.1-0.5-0.3 0-0.8 0.3-0.2 0-0.1-0.2 0-0.1-0.1-0.2-0.1-0.3-0.1 0.1-0.2 0.4 0 0.2 0 0.2-0.1 0.2-0.2 0-0.1-0.1-0.1-0.1-0.1-0.2 0-0.2-0.4 0.4-0.2 0.1-0.2 0-0.9-0.2-0.2 0-0.4 0-0.4 0.1-0.9 0.6-0.4 0.1-0.2-0.1-0.6-0.3-0.2-0.1-0.1 0-0.3 0-0.1 0.1-0.1 0.2-0.1 0.1-0.2 0 0-0.1-0.1-0.1-0.1 0-1.1 0.1-0.4 0.2-0.6 0.4-0.3 0.1-2 0.3-0.3 0.1-0.9 0.5-0.4 0.2-0.4 0-1.2-0.1-2.4 0.4-0.2 0.1-0.1 0.2z\" id=\"BRRO\" name=\"Rond\u00f4nia\">\r\n  <\/path>\r\n  <path d=\"M365.3 295.9l1.6 1.4 1.6 2.5 0.4 0.8 0.2 1 0.1 0.2 0.2 0.3 0.4 0.4 0.2 0.3 0.2 0.3 0.3 1.5 0.3 1 0.5 1 0.1 0.2 0 0.7 0.1 0.4 0.2 0.5 0.3 0.6 0.1 0.6 0.1 0.2 0.1 0.2 0.2 0.2 0.9 1 0.2 0.2 0.1 0.3 0.1 0.4 0.1 0.2 0.2 0.2 0.9 0.9 0.2 0.3 0.1 0.3-0.3 0.6 0 0.6-0.1 0.2-0.1 0.4-0.1 0.2 0 0.4 0 0.9 0 0.2-0.1 0.3-0.1 0.2 0 0.2 0 0.2 0.1 0.2 0.4 0.6 0 0.1 0.1 0.1 0 0.3-0.1 0.1 0.1 0.2 0.2 0.7 0 0.2-0.1 0.4 0 0.3 0.1 0.2 0.2 0.2 0.1 0.2 0.2 0.2 0.1 0.2 0.2 0.4 0.1 0.5 0 0.2 0 0.5 0.1 0.3 0.2 0.2 1.4 0.4 0.2 0.1 0.4 0.2 0.7 0.7 0.4 0.3 0.8 0.5 0.2 0.2 0.2 0.2 0.1 0.4 0.1 0.2 1 0.8 0.2 0.1 1.4 0.6 0.6 0.3 0.2 0.2 0.2 0.2 1.5 0.6 0.2 0.1 0.1 0.2 0.1 0.2 0.2 1 0 1.3 0 0.2 0.1 0.2 0.2 0.2 0.3 0.3 0.6 0.2 0.3 0.1 0.3-0.1 0.1 0 0.3-0.1 0.3 0.1 0.5 0.1 1.4 0.3 0.4 0.2 0.2 0.2 0.1 0.2 0.1 0.2 0.1 0.3 0.1 0.6 0.2 0.6 0.1 0.2 0.2 0.2 0.2 0.1 0.4 0 0.3-0.1 0.5-0.3 0.2 0 0.2-0.1 0.3 0.1 0.2 0.1 0.2 0.1 0.3 0.2 0.9 0.2 0.3 0.1 0.7 0.6 1.2 0.5 0.4 0.2 0.1-0.2 27.6 2 76.4 4.6 2.6 0.1 18.8 1-0.5 0.7-0.4 0.8-0.3 1.4-0.1 0.4-0.1 0.3-0.2 0.3-1.1 1.2-0.2 0.2-0.1 0.5-0.1 0.2-0.2 0.3 0.1 0.5 0.1 0.8-0.1 0.8-0.2 0.9-0.4 0.9-0.5 0.6-0.6 0.6-0.3 0.3-0.1 0.4 0.1 0.7-0.1 0.2-0.1 0.3-0.3 0.4-0.1 0.2 0.1 0.4 0 0.3-0.2 0.1-0.1 0.1-0.3 0.7-0.1 0.1-0.2 0-0.2 0.1-0.1 0.1-0.1 0.3-0.1 0.2-0.2 0.3 0 0.1 0 0.3 0.2 0.6 0 0.2 0 0.8 0 0.4-0.2 0.3 0 0.1-0.2 0.1-0.1 0.1-0.1 0.2-0.2 0.2 0 0.1 0 0.2 0.1 0.3 0.2 0.4 0 0.1 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.2 0.4 0 0.1 0 0.2 0.1 0.5 0.2 1 0.1 0.3 0 0.1 0 0.6 0 0.3-0.1 0.2-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0.1-0.3 0.6-0.1 0.2-0.1 1.7-0.1 0.7 0 0.1-0.2 0.4-0.1 0.2 0 0.1-0.1 0.1-0.7 2 0 0.5-0.1 0.3-0.1 0.3-0.1 0.3 0 0.7 0.1 0.2 0.1 0.4 0.2 0.2 0.1 0.1 0.1 0.2 0.1 0 0.1 0.1 0.8 0.4 0.1 0.1 0.1 0.1 0 0.1 0.1 0.1 0 0.2-0.1 0.9-0.1 0.1 0 0.1-0.1 0.1-0.2 0.2-0.2 0.2-0.1 0.1-0.2 0.2-0.2 0.2 0 0.1-0.1 0.1 0 0.3 0 0.2 0 0.1 0.1 0.1 0.2 0.2 0 0.2 0.1 0.1 0 0.3 0.2 0.4 0 0.2 0 0.1 0.1 0.5 0 0.2 0.1 0.2 0.2 0 0.2 0.1 0.1 0 0 0.1 0.1 0.1 0 0.3-0.1 0.2 0 0.1-0.1 0-0.1 0.1-0.1 0 0 0.1 0 0.2 0 0.1 0.1 0.2 0 0.2 0 0.2 0 0.2-0.1 0.1-0.3 0.2-0.1 0.1 0 0.4 0 0.5 0.2 3.1 0.1 0.2 0.2 0.3 0.3 0.3 0.1 0.1 0.3 0.7 0 0.2 0 0.2-0.1 0.3 0 0.1 0.3 2.5 0 0.1 0 0.1-0.1 0.1 0 0.1-0.2 0-0.1 0 0 0.1 0 0.2 0 0.4 0 0.3-0.1 0.3 0 0.3 0 0.1-0.2 0.4 0 0.1-0.1 0.1 0 0.2 0.1 0.4 0 0.2-0.1 0.1-0.1 0 0-0.1-0.1 0-0.1 0-0.1 0 0 0.1 0 0.2 0 0.2 0.2 0.1 0.3 0.3 0.3 0.1 0.1 0.1 0 0.1 0.1 0.5 0 0.1 0.2 0.3 0 0.1 0.1 0.3 0 0.3 0 0.3 0 0.3 0 0.1 0 0.1 0.1 0.2 0.1 0.3 0 0.1 0.1 0.1 0.1-0.1 0.2 0 0.1 0 0.1 0 0.1 0 0 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0 0 0.1 0.2 0.1 0.3 0.1 0.2 0.1 0.6-0.1 0.3 0.1 0.1 0.2 0 0.2 0 0.3-0.3 1.5-0.1 0.2-0.1 0.2-0.2 0.2-0.1 0.1-0.7 0.4-0.1 0.2-0.1 0 0 0.1 0 0.2 0.2 0.1 0.1 0.1 0 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0-0.3 0.2-0.1 0-0.1 0.1-0.1 0.1 0 0.1 0.1 0.1 0.1 0.3 0.1 0.2 0 0.3-0.1 0.8 0 0.3 0 0.4 0 0.1 0.2 0.3 0 0.1 0 0.2 0 0.1-0.1 0.2-0.5 1.2-0.3 0.6-0.3 0.4-0.3 0.3-0.2 0.3-0.1 0.1 0 0.2-0.1 0.6 0 0.1-0.1 0.2-0.2 0.2-0.2 0.3-0.2 0.2-0.1 0.1 0 0.1-0.2 0.3-0.1 0.1-0.3 0.1-0.1 0.1-0.1 0.1-0.3 0.4 0 0.1-0.2 1.3-0.4 1.3-0.1 0.1-0.1 0.1 0 0.1-0.2 0.1-0.3 0.3-0.1 0.1-0.1 0-0.2 0-0.3 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.2 0.1 0.3 0.1 0.1 0 0.2 0 1.1 0 0.2 0.1 0.3 0.1 0.4 0 0.2 0 0.3-0.1 0.8-0.2 0.7-0.1 0.2 0 0.3 0.1 0.1 0.1 0.4-0.1 0.5 0.1 0.3 0 0.1 0 0.1 0.2 0.2 0 0.2 0 0.1 0 0.2 0 0.1-0.1 0.1 0 0.1-0.1 0.1-0.2 0.1-0.7 0.2-0.2 0-0.1 0-0.1 0-0.1 0.1 0 0.1 0.1 0.1 0 0.2 0.1 0.1-0.1 0.2-0.1 0.2-0.7 1.5-0.2 1-0.1 0.1 0.1 0.2 0 0.3 0 0.2-0.1 0.2-0.2 0.5-0.1 0.4 0 0.1-0.1 0.4 0 0.1 0 0.1 0.1 0.2 0.1 0.3 0 0.2 0.1 0.1 0.2 0.8 0 0.3 0 0.3-0.1 0.3-0.1 0.3-0.1 0.2 0 0.2 0 0.1-0.1 0.1-0.1 0.3-0.1 0.4-0.1 0.2-0.1 0.2-0.5 0.4-0.1 0.2 0 0.6-0.4 0.8-0.1 0.4 0 0.9-0.1 0.4-0.3 0.1-0.1 0.3-0.2 1.3-0.1 0.1-0.5 0.3-0.2 0.1 0 0.2-0.2 0.5 0 0.1 0 0.1-0.2 0.2-0.3 0.3-0.7 0.3-0.6 0.3-0.3 0.2-0.4 0-0.5-0.1-0.1-0.4-0.1-0.4-0.2-0.4-0.6 0.6-0.4 0.1-0.5 0.1-0.4 0.1-0.3 0.2-0.5 0.6-0.4 0.3-0.8 0.3-0.4 0.3-0.9 1.3-0.3 0.2-0.3 0.1-0.4 0.2-0.3 0.3-0.2 0.2-0.1 0.4 0 0.4 0.1 0.3 0 0.5-0.1 0.1-0.3 0.2-0.1 0.2 0 0.2-0.1 0.3 0 0.2 0 0.2 0.1 0.5 0 0.2-0.1 0.3-0.2 0.4-0.1 0.2-0.2 1-0.1 0.4-0.3 0.4-0.5 0.7-0.2 0.2-0.5-0.3-0.2 0.3 0.3 0.4 0.1 0.6 0 0.5-0.1 0.4-0.3 0.5-0.6 1.3-0.8 0.9-0.1 0.7-0.3 0.3-0.3 0.1-0.3 0-0.2 0-0.3-0.2-0.3-0.1-0.3 0.1 0 0.1 0 0.1-0.1 0.2-0.7 0.7-0.4 0.3-0.5 0.1-2.1 0.2-1 0.1-0.5 0.2-0.2 0.2-0.2 0.1 0 0.2-0.2 0.4-0.9 1-0.4 1.1-0.2 0.1-0.1 0.1-0.2 0-0.2 0-0.6 0.4-0.8 0.3-0.3 0.2-0.1 0.4-0.2 0.1-1.1 0.5-0.2 0.1-0.1 0.1-0.1 0.2-0.1 0.2 0.1 0.9 0 0.2 0 0.1-0.1 0.1-0.1 0.2-0.2 0.1-0.3 0.1-1 0.3-0.5 0.2-0.4 0.3-0.1 0.1-0.1 0.2-0.1 0.2-0.1 0.6 0 0.4 0.1 0.2 0.1 0.3 0 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.4 0.2 0 0.1 0.1 0 0.3 0.2-0.2 0.8-0.1 0.9-0.1 0.5-0.2 0.2-0.5 0.4-0.3 0.3-0.2 0.3-0.2 0.4 0 0.5-0.2 0.4-0.3 0.4-0.9 0.7-0.7 0.9-0.4 0.2-0.3 0.3-0.2 0.1-0.9 0.3-1.3 0.7-0.6 0.4-0.6 0.6 0.2 0.3-0.3 1.4-0.2 0.5-0.1 0.2 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.2 0.4-0.2 0.3-0.3 0.2-0.1 0.1-0.8 1.2-0.3 0.3-0.1 0.1-0.1 0.5-0.2 0.3-0.2 0.5-0.1 0.2-0.5 0.5-0.2 0.2-0.1 0.3 0.1 1 0.1 0.3 0.1 0.2 0 0.2-0.1 0.2-0.1 0.2-0.1 0.2-0.1 0.4-0.2 0.9-0.1 0.8 0.1 0.2-0.2 0.3-0.3 1 0 0.7 0.1 0.6 0.2 0.6 1.1 1.9 0.5 0.8 0.1 0.2 0.1 0.2 0.2 0.6 0.4 1.5 0.8 1.7 0.4 0.8-0.3 0.1-1.6 0.2-0.8-0.1-0.5-0.2-1.6-0.3-0.4-0.1-1.9 0.1-0.4 0-0.2 0.2-0.6 0.1-0.6-0.1-1.7-0.4-0.5 0-2.5 0.3-0.8-0.1-2.1-1.1-1.4-0.4-0.7 0.1-0.2-0.3-0.1-0.2 0-0.2 0.1-0.2 0.1-0.4 0.3-0.4 0.7-0.7 0.1-0.2 0.2-0.6 0.5-0.6 0.1-0.2 0.1-0.6 0.1-0.3 0.2-0.1 0.1-0.2 0.3-0.1 0.7-0.3 0.9-0.2 0.1 0 0.2-0.2 0-0.2 0.4-2.1 0.2-0.7 0.1-0.2 0-1.4 0.7-2.6 0-0.3 0-0.2 0-0.4 0-0.2-0.1-0.2-1.1 0.1-0.3 0.1-0.3 0.2-1 0.8-0.2 0.3-0.2 0.2-0.1 0.2-0.3 0.5-1.8 2-0.6 0.5-1.2 0.6-0.2 0.2-0.2 0.3-0.1 0.2 0 0.2-0.2 0.4-0.2 0.3-0.5 0.6-0.4 0.2-0.3 0.1-0.4-0.1-0.5 0.1-0.9 0.2-1.7 0.8-0.4 0.1-0.3 0-0.6-0.1-0.2-0.1-0.2-0.1 0-0.2-0.1-0.4-0.1-0.2 0-0.4 0-0.2-0.1-0.2-0.1-0.2-0.1-0.1-1.1-0.7-0.5-0.4-0.4-0.2-0.2-0.1-0.2 0-0.8 0-0.2-0.1-0.2 0-1.8 0.3-1.1 0.4-0.4 0.2-0.2 0.2-0.1 0.2-0.2 0.4-0.1 0.2-0.2 0.2-1.8 1-0.3 0.1-0.3 0-0.6 0-0.3 0-2.1 0.5-0.5 0-0.3 0-1.3 0.1-2.2-1.2-0.4-0.4-0.2-0.2-0.4-0.3-0.2-0.1-0.5-0.1-0.3-0.2-0.3-0.2-0.8-0.2-1.3-0.6-0.5-0.4-0.2-0.3-0.6-0.7-0.1-0.2-0.1-0.1-0.1-0.4-0.1-0.2-0.3-0.3-0.5-0.3-0.3-0.1-0.6-0.1-0.6-0.3-0.4 0.1-1.2-0.2-0.3-0.2-0.2-0.1-0.3-0.4-0.1-0.1-0.3-0.2-0.6-0.2-0.6-0.3-1.5-0.3-0.3-0.2-0.1-0.1-0.1-0.1 0-0.1-0.1-0.2-0.1-0.2-0.2-0.3-0.4-0.3-0.3-0.1-0.8-0.1-0.4 0-0.3 0.1-0.4 0.1-1 0.2-0.5 0.1-0.2 0.1-0.2 0.1-0.2 0.1-0.1 0.1-0.7 0.8-0.1 0.2-0.2 0.1-0.3 0.1-0.2 0-0.3-0.1-0.2 0-0.4 0.4-0.4 0.2-0.3 0.1-0.4 0.1-0.3-0.1-0.7-0.2-0.2 0-0.1 0-0.2 0.1-0.3 0-2.8 0.3-1.6-0.2-0.2 0.1-0.5 0.4-0.1 0.1 0 0.1-0.1 0.3 0 0.1 0 0.1-0.1 0.1-0.2 0.1-0.4 0.2-0.2 0.1-0.1 0 0 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.6 0 0.1-0.1 0.6-0.1 0.1 0 0.1-0.2 0.1 0 0.1-0.3 0.3-0.3 0.4-0.1 0.1-0.1 0.1-0.3 0.2-0.1 0-0.2 0.2-0.3 0.2-0.5 0.2-0.1 0.1 0 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.8 0 0.1 0 0.1 0 0.1-0.1 0.1-2.1 2.3-0.3 0.2-0.5 0.2-0.2 0.1-1.4 0.2-0.4 0.1-0.6 0.4-3.3 0.9-0.2 0.1-0.1 0-0.1 0.1 0 0.1-0.1 0.2-0.3 0.7-0.2 0.3-0.1 0.2 0 0.1-0.1-0.1 0-0.1 0-0.2 0-0.1 0.1-0.3 0-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.2-0.1-0.2 0-0.1-0.1 0-0.1-0.1-0.4 0-0.1-0.1-0.1 0-0.3-0.3-0.2-0.1-0.3-0.2-0.1-0.1-0.4-0.1-0.1 0 0-0.1-0.1 0 0-0.1 0-0.1 0-0.1 0-0.4 0-0.1-0.1 0 0-0.3-0.5-0.5-0.1 0-0.1-0.1-0.6 0.1-0.2 0-0.6-0.2-0.2 0.1-0.3-0.1-0.3-0.2-0.3-0.3-0.2-0.3-0.1-0.3-0.1-0.4 0-0.9 0-0.3 0-0.5 0-0.5-0.2-0.5-0.3-0.3-0.5-0.2-0.3 0-0.5 0.1-0.6 0.1-0.7 0-0.8-0.2-0.6-0.3-0.8-0.7-0.3-0.1-0.7-0.3-0.2-0.2-0.6-0.6-0.2-0.2-0.2 0-0.3-0.1-0.2 0-0.4-0.3-0.3-0.7-0.2-0.3-0.2-0.1-0.3 0-0.2-0.1-0.2-0.1-0.3-0.3-0.2-0.1-0.2-0.1-0.7-0.1-0.7-0.4-0.4-0.6-0.1-0.8 0-1.9-0.1-0.5-0.2-0.4-0.1-0.3-0.2-1.4-0.1-0.4-0.3-0.7-0.2-1-0.1-0.3 0.1-0.2 0.2-0.3 0-0.2 0-0.8-0.5-1.6 0-0.9 0.1-0.7 0.4-0.7 2-2.3 0.2-0.7-0.4-0.8 0.1-0.3 0.4-0.4 0.1-0.3-0.1-2.1-0.2-0.2-0.9 0-0.1 0.1-0.3 0.5-0.1 0.2-0.5 0.2-0.4 0.1-1.5 0-3.8-0.2-3.8-0.1-3.9-0.2-3.8-0.1-3.8-0.1-3.9-0.2-3.8-0.1-3.8-0.2-1.4 0-0.7-0.2-0.4-0.9-0.1-2.4-0.1-2.2-0.3-3.1-0.4-4.2-0.2-3.1-0.2-0.6-0.3-0.4-1.8-2.2-2.2-2.7-1.4-1.6-1.1-1 3.9 0 2.3-0.1 0.1-0.2 0-1.4-0.1-1.7-0.1-1.7-0.1-1.7 0-1.7-0.1-1.2-0.3-0.5-0.9-0.7-0.4-0.7 0.7-0.2-0.2-0.8-0.6-1.5-0.3-1.3-0.2-0.4-1.1-0.9-0.2-0.4 0-0.5 0.1-0.6 0-0.5-0.3-0.5-0.1-0.3 0-0.4 0.1-0.5 0.1-0.3 0.2-0.1 0.5-0.1 0.3-0.3 0.2-0.5 0.3-1 0.2-0.4 0-0.1-0.1-0.2-0.1 0-0.2-0.1-0.1-0.2 0.1-0.2-0.1-0.1-0.4-0.4-0.2-0.1-0.2-0.5-0.1-0.5-0.2-0.6 0-0.5-0.1-0.4-0.4-0.2-1.5-0.4-0.2-0.1-0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.1-0.5-0.1-0.7-0.4-1.4-1.1 0.5-0.7 0.8-0.6 3.5-2.4 1.6-0.9 0.2-0.2 0.2-0.3 0.2-0.4 0.1-0.3 0-0.6 0.2-0.6 0.1-0.7 0.1-0.4 0.2-0.5 1.3-2.3 0.2-0.4 0-0.2-0.1-0.6 0-0.2 0.1-0.3 0.2-0.3 0.8-0.8 0.2-0.4 0.2-0.2 0.4-0.3 0.3-0.1 0.2-0.1 0.9-0.2 0.3-0.1 0.2-0.1 0.2-0.3 0.6-0.8 0.1-0.3 0.2-0.4 0.1-0.5 0.2-1 0.2-0.8 0.1-0.3 0.2-0.2 1.6-1.8 1.3-3.6 0.4-0.8 0-0.2 0-0.2-0.3-0.5-0.4-0.8-0.5-1-0.1-0.3 0-0.4 0-2.3 0-0.3-0.1-0.3-0.8-1-0.2-0.8-0.4-0.9-0.4-1.1-0.2-0.2-0.1-0.1-0.2 0-0.2 0-0.4 0.2-0.2 0-0.2-0.1-0.2-0.3-0.2-0.3-0.1-0.5-0.1-0.3 0-0.9 0-0.3-0.2-0.5-0.1-0.2-0.1-1.8 0.1-1 0-0.2 0.1-0.2 0.2-0.2 1.3-0.9 0.2-0.3 0.3-0.4 0.3-0.3 0.1-0.2 0.1-0.5 0.1-0.2 0.2-0.2 0.2-0.1 0.2-0.1 0.2-0.2 0.2-0.2 0.1-0.2 0.1-0.2-0.1-0.5-0.9-1.8-0.2-0.5-0.1-0.4 0-0.3-0.1-0.4-0.3-0.8-0.2-0.3-0.2-0.1-0.5-0.1-0.4-0.3-0.2-0.1-0.2 0-0.3 0.1-0.2-0.1-0.7-0.2-0.2 0-0.2 0.1-0.2 0.1-0.2 0.1-0.3 0-0.8-0.3-0.3 0-0.6-0.5-0.3-0.1-0.2 0-0.2 0.1-0.2 0.1-0.6 0.4-0.2 0.1-0.2 0-0.2-0.1-1.1-1-0.1-0.3 0-0.3 0.1-0.2 0-0.2-0.1-0.1-20.7-0.1-0.8-0.2-0.3-0.4 0-0.3 0.3-1.5 0-0.3 0-0.4-0.2-0.8 0-0.3 0-0.3 0.2-0.1 0.1 0.1 0.1 0 0.2 0 0.2-0.1 0.1-0.3 0.1-0.5 0.1-0.3-0.1-0.2-0.2-0.1-0.2-0.1-0.1 0-0.1-0.1-0.1-0.2 0.1-0.6 0.1-0.8 0.2-1 0-1.4 0.2-0.9 0-0.4 0-0.3-0.1-0.3-0.1-0.2-0.2-0.2-0.4-0.4-0.1-0.2-0.9-2-0.1-0.2 0.1-0.3 0.1-0.7 0.1-0.3-0.2-0.3-0.1-0.2-0.2-0.3 0-0.3 0-0.7 0.1-0.4 0-0.4 0.3-0.5 0.5-0.8 0-0.2 0-0.3 0-0.4 0-0.3 0-0.4 0.2-0.7 0.1-0.2 0-0.2-0.3-0.9-0.1-0.2 0-0.8-0.1-0.3-0.2-0.2-0.1-0.2-0.1-0.2 0.1-0.1 0.1-0.1 0.4-0.1 0.2-0.1 0.2-0.2 0.2-0.6 0.1-0.2 0.1-0.1 0.1-0.1 0.1-0.2 0-0.2-0.1-0.2-0.1-0.1-0.2-0.3-0.1-0.3-0.2-0.2-0.1-0.2-0.6-2.1 0.1-0.8 0-0.3-0.1-0.4-0.2-0.3-0.2-0.2-0.5-0.2-0.2-0.2-0.1-0.2 0-0.3 0.1-0.3 0.3-0.5-0.1-0.4 0-0.2 0.1-0.2 0.2-0.1 0.2-0.1 0.5 0 0.2 0 0.1-0.2 0.1-0.2 0-0.3-0.6-1.4 0-0.3 0-0.4 0-0.2 0.6-1.8 0.8-1.7 0.1-0.2-0.1-0.2 0-0.2-0.2-0.4-0.2-0.4-0.7-0.6-0.7-0.4-0.7-0.6 61.8-0.4 0.9-0.6 0.4-0.3 0.1-0.3 0.4-1.3 0.2-0.6 0.4-0.7 0.1-0.2 0-0.2 0-0.2-0.2-0.4 0-0.2-0.2-1.4 0-0.2 0-0.2 0.2-0.2 0.5-0.4 0.2-0.2 0.1-0.2 0.1-0.4 0.3-0.8 0-0.2 0.3-0.4 0.3-0.4 0.1-0.2 0-0.2-0.1-0.2 0-0.2 0-0.2 0.6-1.8 0.1-0.3 0-0.2 0-0.2-0.4-1.6-0.4-1-0.5-1 0-0.2-0.2-0.4 0-0.4 0-0.4 0-0.2 0-0.2 0.1-0.2 0.1-0.2 0.3-0.4 0.4-0.3 0.6-0.4 0.2-0.2 0.5-1.1 0.1-0.2 0.6-0.6 0.1-0.2 0.1-0.2 0.3-0.6 0.1-0.2 0-0.2 0-0.3-0.1-0.2-0.2-0.4-0.1-0.4 0-0.1 0-0.1 0-0.4 0-0.4 0.1-0.2 0.1-0.3 0-0.2 0.1-0.1 0.6-0.5 0.2-0.2 0.4-0.6 0.3-0.3z\" id=\"BRMT\" name=\"Mato Grosso\">\r\n  <\/path>\r\n  <path d=\"M554.9 255.7l-0.4-0.1 0-0.1 0.2-0.2 9.6-7.8 9.1-7.2 0.3 0.1 0.1 0 0.1 0 0.3 0 0.3-0.1 0.2-0.1 0.1 0 0.1 0.1 0 0.1 0.1 0 0.1 0.1 0.3 0.1 0.1 0 0.5 0 0.3 0 0.1-0.1 1.5-1.2 0.4-0.5 0.1-0.1 0.1-0.3 0-0.1 0.1-0.1 0.3-0.3 0.1-0.1 0.1-0.3 0.1-0.1 0.5-0.6 0.1 0 0-0.1 0.1-0.4 0.3-0.5 0.1-0.1 0-0.1 0-0.3 0.1-0.2 0.1-0.1 0.4-0.5 0.3-0.3 0.7-0.4 0.2-0.1 0.1-0.3 0-0.1 0-0.2 0-0.3 0.2-0.4 0.3-0.4 0.2-0.4-0.3-0.4 0.3 0 0-0.3 0-0.5 0.2-0.5 0.2-0.3 0.1 0.1 0.3 0.2 0.1-0.3 0.1-0.2 0.2-0.1 0.2 0.1 1.2-1.1 0.4-0.7 0.5-0.5 0.3-0.2 0.6-0.4 0.3-0.2 0.4-0.5 0.2-0.7 0.3-1.8 0.1-0.6 0.1-0.4 0-0.2-0.1-0.3 0-0.1 0-0.2 0.2-0.2 0-0.2 0-0.4 0-0.2 0.1 0 0.1-0.2 0.1-0.1 0-0.1-0.1-0.1 0-0.2 0-0.1 0-0.1 0.1-0.2 0.1 0 0.4-0.1 0.1 0-0.1-0.3 0.2-0.1 0.2-0.1 0.2-0.1 0.1-0.2-0.1-0.3 0-0.1 0.3-0.1-0.1-0.2 0.1-0.2 0.3-0.5-0.1-0.2-0.1-0.2 0-0.4 0.1-0.2 0.3-0.2 0-0.1 0.1 0 0.2-0.2 0.4-0.4 0.3-0.3 0.2-0.1 0.2 0 0.1 0 0.2 0 0.3 0 0.1-0.1 0.1-0.2 0.1-0.4 0.1-0.2 0.1-0.2 0.4-0.2 0.2-0.2 0-0.1 0-0.1 0-0.1 0-0.1 0.2 0 0.1-0.1 0-0.1 0.1-0.1-0.2 0-0.1-0.1 0-0.2 0.1-0.2 0.5-0.1 0.3-0.3 0.2-0.4-0.4 0 0-0.2 0.3-0.1-0.2 0 0.2-0.1 0.2 0 0.1 0.1 0.1 0.1 0.1-0.3 0.6-0.8 0.2-1.4 0.1-0.2 0.2-0.1 0-0.1 0.1-0.1 0-0.2-0.3-1.5 0.1-0.5 0.5 0.3 0-0.3 0-0.2 0.1-0.1 0.2-0.2 0.1-0.1 0.3-0.1 0.2-0.1 0.1 0-0.1-0.2-0.1 0-0.2 0-0.1-0.1-0.1-0.3 0-0.3-0.1-0.1-0.3 0.1-0.9-1.4 0.1-0.4 0.8-0.7 0.2-0.5 0.2 0.2 0.1-0.1 0.1 0 0.5-0.4 0.1 0 0.3 0 0.1 0 0.4-0.2 0.1-0.2 0.2-0.2 0.3-0.7 0-0.1-0.1-0.1 0-0.2 0.1-0.2 0.1 0 0.5-0.1 0.2 0 0.2-0.1 0.2-0.2 0.1-0.4 0-0.7-0.1-0.8 0-0.5 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0-0.1 0-0.3-0.1 0-0.2 0.1-0.2 0.1-0.2 0-0.2 0.1 0-0.1 0.1-0.3 0.6-0.7 0-0.3 0.1-0.4 0.1-0.5-0.4-0.3 0-0.1 0.3-0.1 0.2 0 0.2 0.2 0.3 0 0.2 0 0.3-0.4 0.2-0.1-0.2 0 0.6-0.4 0.5-0.6 0.4-0.7 0.4-1.7 0.7-1.7 0.2-0.9 0-0.8 0-0.1-0.1-0.2 0-0.1 0-0.2 0.2-0.2 0-0.1 0-0.4-0.1-0.3-0.3-0.2-0.4-0.1-0.8 0.2-0.3 0-0.1-0.4-0.2-0.9 0.1-0.2 0.2 0 0.4 0 0.8-0.1 0.3-0.2 0.2-0.3 0-0.2 0.3-0.1 0.1-0.1 0-0.9-0.1-0.3 0-0.2 0.1-0.2 0.1-0.2 0.2-0.1 0.1-0.2-0.2-0.6-0.2-1.2 0.1-0.4 0.5-0.6 0.1-0.5 0.1-0.4 0.6-0.5 0.1-0.4-0.2-0.2-0.5-0.4-0.1-0.3 0-0.2 0.2-0.2 0.1-0.1 0.1-0.1 0-0.2 0-0.2 0.1-0.2 0.1-0.2 0.2-0.2 0.8-0.3 0.3-0.1 0.1-0.3 0.3-0.5 0.2 0.2 0 0.3-0.1 0.2-0.1 0.2 0.4-0.1 0-0.4-0.1-0.4 0-0.3 0.1-0.2 0.1-0.2 0.2-0.3 0-0.4 0.1 0 0 0.1 0.1 0 0 0.1 0.1 0.1 0.2-0.1-0.1-0.5 0.1-0.2 0.2-0.3 0.3 0.2 0 0.2 0.1 0.2-0.2 0.1-0.1 0 0.3 0.4-0.2 0-0.1 0.2-0.1 0.5 0.2-0.1 0.2-0.1 0.1 0.1 0.2 0.1-0.3 0-0.8 0.2 0 0.8 0.1 0.2 0.2 0 0.3 0 0.2 0.1 0.1 0.2 0 0.4 0.2 0.3 0.1-0.1 0.1-0.2 0-0.1-0.1-0.2 0.1 0 0.1 0 0-0.1 0.1 0-0.1-0.3 0.2-0.6 0.2-0.7 0.4-1 0.5-0.5 0.3 0.1 0 0.6-0.7 0.8-0.1 0.3-0.2 0.3-0.1 0.1 0 0.5 0 0.2 0.2-0.5 0.1-0.2 0.2-0.2 0 0.3-0.1 0.1 0.3 0.4-0.2 0.3-0.3 0.4-0.1 0.4 0.6-0.5 0.1 0 0 0.1 0 0.1 0 0.2 0 0.1-0.1 0.1-0.2 0.3-0.1 0.1 0.5-0.2 0.3-0.3 0.2-0.5 0-0.6 0.2 0.3 0.1 0.5 0 0.4-0.1 0.2-0.3 0.1 0.1 0.4 0.3 0.4 0.2 0.2-0.2-0.6 0.2-0.5 0.4-0.1 0.2 0.2 0.2-0.3 0.1-0.7 0.1-0.4 0.3-0.1 0.5-1.4 0.4 0 0.1 0.5-0.6 1.4-0.1 0.5 0.1 0 0-0.1 0.1-0.2 0.4-0.3 0.3-0.4 0.2 0.1 0 0.4 0.1 0.3 0 0.3 0.2 0.2 0.2 0.1-0.1 0.4 0.1 0.1 0 0.4-0.1 0.3-0.1 0.3-0.1 0.1-0.2 0.3 0.7 0.1 0.2-0.1 0.2-0.2 0.1-0.2 0.1-0.3 0.1-0.2-0.1-0.3-0.2-0.2 0.1-0.3 0.2-0.1 0.2-0.1 0.3 0 0.1 0.2-0.1 0.1-0.3 0.1 0.1 0 0 0.1 0.1 0 0.1 0-0.1 0.2 0 0.1 0 0.2 0.1 0.1 0.5-0.9 0.3-0.3 0.3 0.3-0.3 0-0.1 0.1-0.1 0.2 0.1 0.3 0.1-0.1 0.2 0 0.1 0-0.2 0.2-0.1 0.2-0.1 0.2 0 0.3 0.2-0.1 0.1-0.2 0.2-0.3 0-0.2 0.2 0 0 0.8 0 0.2-0.2 0.5-0.1 0.4 0 0.2 0.3-0.3 0.9-1 0-0.2 0-0.2 0-0.2 0.2-0.2 0.1-0.1 0.7-0.3-0.6 0 0.4-0.1 0.3 0 0.1 0.2 0.1 0.4-0.1 0.2 0 0.3-0.1 0.2-0.1 0-0.3 0-0.1 0.1-0.5 0.2-0.1 0-0.1 0.2 0 0.1 0 0.2 0 0.2-0.2 0.6-0.1 0.3 0.2 0.3-0.5-0.1-0.3 0.2-0.5 0.5 0.3 0 0.1-0.1 0.1-0.2 0.1-0.3 0.2 0.2 0.2 0.2-0.1 0.2-0.2 0.3 0.2 0 0.2-0.1 0.1 0 0.1-0.2 0.3 0.2 0.1 0.3-0.1 0.3 0.1 0.3 0.2-0.4 0-0.4-0.1-0.9 0.1-0.2 0.1-0.2 0.2-0.2 0.2-0.1 0.1 0.1 0 0.3-0.1 0.2-0.2 0.1 0.2 0 0.3-0.3 0.1-0.1 0.1-0.1 0.3-0.5 0.1-0.4 0.5-0.9 0-0.2-0.1-0.3 0.3-0.2 0.4 0 0.3 0.3 0.1 0.2 0.2 1.6-0.2-0.1-0.1-0.1-0.2 0.6-0.4 0.3-0.5 0.3-0.5 0.4 0.1 0.1 0.1-0.2 0.2-0.2 0.2 0 0.2 0.1-0.2 0.3-0.1 0.3-0.1 0.3 0 0.3-0.2 0.1-0.3 0.1-0.1 0.3 0.2 0.4 0.1-0.3 0-0.2 0-0.2 0.7 0.3 0.2 0.5-0.1 0.5-0.2 0.9-0.1 0.3-0.1 0.3 0 0.4 0.1 0.3 0.2 0.2 0.2 0.2 0.3 0.1 0.8-0.2 0.3-0.3-0.1-0.3 0.3-0.2 0.7-0.2 0.1-0.2-0.1-0.4-0.5-0.6-0.1-0.4 0.2-0.5 0.4-0.7 0.4-0.4 0.5 0 0.1-0.5 0.3-0.4 0.3 0 0.2 0.5 0.1 0 0.1-0.4 0.2-0.2 0.3-0.1 0.1-0.1 0.1 0 0.2 0.1 0 0.2-0.5 0.1 0.6-0.1 0.1-0.2 0-0.4 0.2-0.5 0 0.8 0.1 0.2 0.1 0.1 0.3 0.1 0.2 0.1 0.2-0.1 0.2 0.1 0.2 0.4 0 0.3-0.5-0.2 0.3 0.3 0.2 0.1 0.3 0 0.3 0.2 0 0.1-0.3 0.2-0.5 0.1-0.3 0.3 0 0.4 0.1 0 0.2-0.4 0.2 0 0.6 0.3-0.1-0.3 0.1-0.3 0.2-0.3 0.1-0.4 0-0.6 0.1-0.2 0.4 0 0-0.1-0.1 0 0-0.2 0.3-0.2 0.5-0.2 0.3-0.3 0.1-0.3 0.1-0.1 0.1 0.1 0.2 0.2 0 0.2 0.1 0.6-0.1 0.2-0.1 0.1-0.3 0.1-0.2 0.2-0.2 0.1-0.1 0.3-0.3 0.4-0.1 0.3 0 0.4 0.1 0.4-0.3 0-0.3-0.1-0.2 0.1 0.3 0.2 0.3 0.4 0.2 0.3-0.4 0.2 0.3 0.1 0.1-0.1 0.2-0.6 0-0.2 0.1-0.1 0.3-0.2 0.2 0.3 0.2 0.3 0.3 0.2 0.4-0.1-0.4-0.1 0-0.3 0.1-0.3 0.1-0.3-0.1 0 0-0.1 0.1-0.1 0-0.1 0-0.1 0.3 0.2 0.2 0.3 0.1 0.4 0 0.4 0.1-0.4 0-0.2 0.2 0.4 0 0.2-0.2 0.2-0.1 0.2 0 0.2 0.4 0.3 0.1 0.2-0.4 0.4 0.2 0.1 0.3 0.2 0.1 0.1-0.2 0.3-0.2 0.1-0.2 0.1-0.1 0-0.3 0 0 0.1 0 0.1 0.1 0.1 0.9-0.5 0.1-0.2-0.1-0.5 0.6 0.3 0.4 0.1 0.3-0.1-0.2 0.6-0.6 0.5-1.2 0.6 0 0.2 0.3-0.1 0.7-0.1 0.3-0.2 0.3-0.2 0.1 0.1 0.1 0.3 0.2 0.2 0.6-0.1 0.3-0.5 0.2-0.7 0-0.6 1.1 0.5-0.3 0.2-0.2 0.2-0.2 0.2-0.1 0.4 0 0.3 0 0.3-0.1 0.1-0.3 0.1 0 0.1 0.2 0 0.3-0.2 0.3-0.1 0.2 0.1 0.1 0.2 0.1 0.1 0 0.1 0.2-0.2 0-0.2 0.1-0.2 0.2-0.1 0.2 0.1 0 0.2-0.1 0.3-0.1 0.2 0.1 0.1 0.2-0.2 0.1-0.1 0.2-0.1 0.1-0.3 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.2-0.3 0.3-0.9 0.5-0.2 0.3 0.4-0.1 0.7-0.1 0.3 0 0.2 0.2 0.1 0.3 0.1 0.4 0 0.3 0 0.2 0.2 0.3 0.1 0.2-0.1 0.2-0.1 0.1-0.1 0 0 0.1-0.2 0.2-0.4 0-0.4 0-0.3-0.1-0.2 0.2-0.3 0.2-0.5 0.1 0.1 0.1 0.1 0 0.1 0 0 0.1 0.4-0.2 0.4-0.2 0.4 0 0.4 0.1 0.3 0 0.2 0.1 0 0.2-0.1 0.1-0.7 0.6-0.4 0.1-0.5 0.7-0.6 0.6-0.6 0-0.1 0.1 0.3 0.1 0.3 0 0.2-0.1 0.1 0 0.2 0.2-0.1 0.2-0.4 0.3-0.8 0.8-0.4 0.2-0.7-0.1 0.2 0.2 0 0.1 0.1 0.3-0.8-0.2-0.3-0.1-0.4 0.2-0.3 0.3-0.3 0.2-0.5-0.1 0.4 0.2 0.9-0.3 0.8-0.2 0.2 0.7 0.2 0 0.1-0.3 0.3-0.2 0.3-0.1 0.1 0.2 0 0.3-0.2 0.2-0.1 0.1-0.1 0.2-0.2 0.5 0 0.1-0.3 0.2-0.1 0.2-0.1 0.5-0.1 0.2 0.1 0.1 0.1-0.2 0-0.2 0.2-0.2 0.5-0.4 0.2-0.1 0.1 0.2-0.1 0.8 0 0.3 0.2 0.2 0-0.2 0-0.2 0-0.3 0.2-0.4 0-0.2-0.1-0.1-0.1-0.2 0.1-0.4 0-0.4 0.1-0.4 0.3-0.4 0.9-0.8 0.2-0.1 0.3-0.1 0.1-0.1 0.3-0.2-0.1 0 0.1-0.3 0-0.1 0.1-0.1 0.1-0.1 0.7-0.6 0.7 0 0.7 0.3 0.6 0.7 0.1 0.5 0.1 0.3 0 0.8 0.1 0 0.3 0.4 0 0.1 0.1 0.2 0 0.5-0.2 0.9-0.2 0.3-0.3 0.2-0.7 0.1-0.4 0-0.5-0.1-0.1-0.2-0.2-0.2-0.1-0.1-0.1 0-0.1-0.1-0.1-0.1-0.1 0-0.1 0.1-0.3 0.1-0.3 0.2-0.2 0.3-0.2 0.2 0.9-0.5 0.4 0 0.1 0.6-0.2 1-0.2 0.6-0.3 0.4-0.2 0.1-0.2-0.1-0.2 0.1-0.2 0.2-0.3 0.6-0.1 0.1-0.4 0-0.4 0.2-0.4 0.3-0.1 0.3 0.3-0.3 0.9-0.4 0.4-0.2 0.2-0.2 0.1-0.2 0.1-0.2 0.3 0 0.1 0.1-0.1 0.2-0.1 0.3-0.1 0.1-1 2-0.5 0.6 0.1 0.2 0 0.2-0.3 0.6-0.1 0.4-0.1 0.4 0.1 0.9-0.1 0.5-0.7 1.2-0.1 0.2 0.1 0.6-0.1 0.2-0.1 0.4 0 0.2 0.2 0.4 0.4 0.1 0.5 0 0.3 0.1 0.1 0.5-0.4 0.4-0.4 0.3-0.3 0.3 0 0.3-0.2 0.1-0.3 0.2-0.2 0.1 0 0.2-0.2 0.5 0 0.2-0.4 0.2-0.5 0.1-0.4 0.1-0.1 0.3 0 0.4 0.2 0.4 0.1 0.3 0.3 0.4-0.7 0.3 0.7 0.1 0.1-0.3-0.1-1.1 0.1-0.4 0.2-0.2 0.4-0.2 0.9-0.1 0.4-0.2 0.3-0.3 0.3-0.4 0.3-0.7 0.3-0.2 0.5 0 0.9-1.4 1-0.5 0.1-0.2 0.2-0.3 0.7-0.7 0.1-0.3 0.2-0.4 0.2-0.5 0-0.4 0-0.9 0-0.4 0.3-0.3-0.1 0 0-0.1-0.1-0.1-0.1 0 0.7-2.3 0.1-0.8 0.1 0.2 0.1 0.1 0 0.2 0 0.2 0.1 0-0.3-2.3 0.2-0.2 0.1-0.2 0.1-0.1 0.4 0 0.3 0.2 0.2 0.3 0.3 0.6 0-0.5-0.1-0.3-0.2-0.1 0.1-0.2-0.1-0.3 0-0.3 0.2-0.3 0.3-0.1 1.2-0.1 2.1-1.1 0.6 0 0.2-0.3 0.4 0 0.4 0.3 0.1 0.6-0.3-0.1-0.5 0-0.5 0.1-0.1 0.3 0.6 0 0.1 0.1 0.1 0.2 0 0.4 0.1 0.2 0-0.2 0-0.1 0.1-0.4 0.1 0 0.2 0.5 0 0.4-0.1 0.4-0.2 0.4-0.3 0-0.4 0.1-0.3 0.4-0.1 0.1-0.1 0-0.2 0.1-0.1 0.1 0.3 0.2 0 0.4-0.6 1-0.3 0.2-0.3 0.1-0.2 0.1-0.3-0.1-0.1 0-0.3-0.4 0.1 0.4 0 0.1 0.2 0.1-0.3 0.2-0.5 0.2-0.3 0.1-0.5 0.5-0.2 0.1-0.5 0.2-0.5 0.5-0.2 0.5 0.3 0.3 0.1-0.4 0.1-0.4 0.2-0.2 0.3 0.3-0.2 0.4-0.1 0.1 0 0.1 0.3 0.3 0.2-0.6 0.1 0 0.1 0 0.1 0 0.1-0.1 0-0.2 0-0.2 0.1-0.2 0.1-0.1 0.2 0.2 0.6 0.3-0.2-0.3 0.2-0.2 0.6-0.1 0 0.3 0.3 0.6-0.2 0.4-0.2 0.1-0.3 0.1-0.1 0.1-0.1 0.1 0 0.1 0.1 0 0.1 0 0.1 0.1 0 0.1 0.1 0.2 0.6-0.7 0.2-0.2 0 0.1 0.1 0 0 0.1 0.2-0.3 0.2-0.3 0.1-0.4 0.1-0.3 0.1-0.3 0.3-0.1 0.1-0.1-0.1 0.3 0 0.1 0.2-0.1 0.1 0 0.1-0.2 0.1 0.2 0 0.1 0 0.1 0 0.2 0.1-0.2 0.1-0.1 0 0.3-0.1 0.2-0.2 0.3 0.3-0.2 0.1-0.4 0-0.8 0.1-0.4 0.1-0.3 0.4-0.5 0.2-0.6 0.2-0.3 0.6-0.3 0.1-0.1 0.1 0 0.6 0.3 0-0.1-0.3-0.2 0-0.2 0.3-0.6 0.2-0.3 0.2-0.2 0.1 0 0.6 1.1 0.2 0.6 0.1-0.2 0-0.2-0.1-0.3-0.1-0.3 0.1-0.2 0.5-0.3 0.2 0 0.1 0 0.1-0.1 0.2 0 0.1 0 0.1 0 0.2-0.1 0.5-0.3 0.3-0.1 0.3-0.1 0.1 0.1 0.2-0.2-0.1-0.6 0.3-0.2 0.3 0.2 0.1 0.5 0 0.5-0.3 0.3 0 0.1 0.2 0 0-0.1 0.1 0 0 0.1 0.1 0 0-0.1 0.1-0.1 0.1-0.2 0.1 0.1 0.2 0 0.4 0.1-0.5-0.4 0-0.5 0.3-0.4 0.4-0.1-0.1 0.1-0.1 0.2-0.2 0.4 0.3-0.2 0.3-0.1 0.3 0.1 0.1 0.4 0.4-0.1 0.8 0.3 0.3-0.2-0.1-0.1-0.3 0 0-0.2 0.1-0.3 0.2-0.2 0 0.4 0.2-0.2 0-0.3-0.1-0.2-0.3-0.2 0.4-0.5 0.3 0.2 0.1 0.4-0.1 0.6 0.3 0 0.2 0.6 0.2 0.2-0.1 0.3 0.2-0.1 0.1-0.1 0.1-0.2 0.1-0.2 0.2 0.3 0.1 0.4 0.2-0.2 0-0.2-0.1-0.4-0.3-0.6 0.2 0 0.7 0.2 0-0.2-0.3 0-0.3-0.2-0.1-0.3-0.1-0.3 0.1 0 0.1 0.2 0.2 0.1 0.2 0 0.3 0-0.3-0.3-0.9-0.5-0.3-0.5 0.1-0.3 0.2-0.3 0.1-0.2 0-0.2 0.3-0.1 0.2 0 0.3 0 0.4-0.1 0.5 0.1 0.4 0.1 0.5 0 0.5 0 1.3 0.5 1 0.2 1.6 0.8 2.1 0.8 1.5 0.5 0.5 0.2 0.7 0.3 0.5 0.3 0.7 0.4 0.1 0.1 0.1 0 0.8 0.2 0.1 0.1 1.2-0.1 0.2 0.1 0.1 0.1 0.1 0.2 0.1 0 0.2 0.2 0.9 1.1 1 0.6 0.3 0.1 0.2 0 0.3 0.1 0.2 0 0.3 0 0.6-0.3 0 0.4-0.1 0.3-0.2 0-0.3-0.1 0.1 0.5 0.3 0.2 0.4 0.1 0.4 0.3 0.2-0.1 0.4-0.2 0.1-0.1 0.2 0.1 0.1 0.3 0.5 0.1 2.3 0.1 0.2 0.1 0.1 0.3-0.2 0.4-0.1 0.3 0.6-0.2 0 0.1-0.1 0.5 0.2 0 0-0.3 0.2-0.2 0.2-0.1 0.1-0.1 0.3 0.2 0.3 0 0.4 0 0.2-0.2 1.3 0 0 0.1-0.1 0 0.1 0.3 0 0.1 0.3-0.1 0.4 0 0.4 0.1 0.1 0 0.1-0.3 0.3 0 0.7 0.5 0.3 0.1 0.2-0.1 0.1-0.2 0-0.8 0-0.3-0.3 0.2-0.1 0-0.2-0.3-0.7-0.3-0.2-0.2 0.1-0.3 0.3-0.1 1.9 0.1 1.2 0.1 0.4 0-0.5 0.7-0.1 0.3-0.1 1.2-0.1 0-0.2-0.1 0 0.4 0.2 0.6 0.1 0.3 0.1 0.2 0.5 0.3 0.2 0.2 0 0.4-0.1 0.3-0.2 0.3-0.1 0.3-0.1 0.5-0.1 0.2-0.4 0.4-0.3 0.5-0.3 0.3-0.6 0.3-0.2 0.3-0.3 0.9 0 0.2-0.1 0.1-0.3 0-0.1 0.1-0.2 0.1 0 0.2-0.1 0.1-0.1 0.3-0.2 0.2-2.1 0.6-0.2 0.1 0.1 0.2 0.3 0.2 0 0.1 0 0.2-1.6 2-0.8 0.7-0.6 0-0.3 0.2-0.3 0-1 0-0.5 0.1-0.1 0-0.2 0-0.1 0-0.1 0.1-0.2 0.2-0.2 0-0.4 0-0.2 0-0.2 0.1-0.2 0.1-0.2 0.1-0.2 0-0.2-0.2-0.1-0.2-0.2-0.2-0.2 0-0.1 0.1-0.2 0.5-0.1 0.2-0.3 0.3-0.4 0.9-0.4 0.4-1.1 0.9-0.7 1.2-0.2 0.5 0.1 0.3 0.1 1.5-0.2 0.3-0.5 0.6-0.2 0.4 0 0.4-0.2 0.4-0.1 0.4-0.2 0.2-0.6 0.5-0.2 0-0.2 0.2-0.1 0.2-0.1 0.2-0.9 0.9-0.3 0.4 0 0.2-0.1 0.7-0.1 0.1-0.2 0.3-0.1 0.1-0.3 0.7-0.2 0.1-0.1 0.1-0.4 0.2-0.4 0.3-0.7 0.9-0.2 0.3 0.1 1 0 0.4 0.2 0.4 0.2 0.9 0.3 0.4 0.3-0.2 0.3 0.1 0.2 0.1 0.3 0.2 0.2 0.4 0.1 0.8 0.3 0.4 0.1 0.4-0.1 0.5-0.2 0.9-0.4 0.9-0.1 0.1-0.2 0.4-0.3 0.2-0.5 0.2 0.1 0.4 0.3 0.7 0.1 0.4-0.2 0.2-0.2 0.3-0.1 0.4 0.1 0.3 0.3 0.3 0.3 0.2 0.2 0.2 0.3 0.8 0.2 0.7 0 0.1 0.4 0.2 0.1 0.2 0.1 0.2 0 0.2-0.1 0.2 0 0.2 0.1 0.3 0.3 0.7 0 0.4 0.1 1.3 0.1 0.3 0.5 0.9 0 0.4-0.1 0.3-0.3 0.4-0.1 0.2-0.1 0.3 0 0.1 0.1 0.5-0.1 0.9-0.3 0.6-1.3 1-0.2 0.2-0.4 0.7-0.1 0.3-0.5 0.4-0.2 0.2-0.8 1.7-0.2 0.2-0.1 0.1-0.2 0.3-0.2 0.2-0.2 0-0.3 0-0.2 0.1-0.2 0.3 0 0.3 0.1 0.3 0.1 0.3 0 0.1-0.1 0.2 0 0.2 0 0.1 0.2 0.2 0.1 0.1-0.1 0.3-0.1 0.1-0.1 0.2-0.2 0.2 0 0.4 0.1 1.5 0.2 0.4 0 0.2-0.2 0.4-0.1 0.2 0 0.4 0.1 0.4 0.2 0.4 0.5 0.8 0.1 0.3-0.1 0.3-0.2 0.4 0.2 0.3 0.3 0.6 0.2 0.2 0.2 0.1 0.4 0.1 0.2 0.1 0.1 0.1 0.1 0.4 0.3 0.3 0.1 0.3 0.1 0.2 0.2 0.1 0.3 0 0.1 0.2 0.3 0.3 0.3 0.2 0.9 0.3 0.2 0.3 0 1.5 0.2 0.1 0.1 0.1 0.1 0 0.1 0.3-0.5 0.3-0.1 0.2-0.3 1.2 0.1 0.2 0.2 0.5 0 0.2-0.1 0.2-0.1 0.1-0.1 0-0.1 0.1 0 1.2-0.1 0.4-0.1 0.2-0.4 0.3-0.1 0.2 0 0.2 0 0.4-0.1 0.5-0.2 0.3-1.1 1.2-0.3 0.3-0.4 0.2-0.5-0.1-0.3 0-0.4-0.1-0.4 0.2-0.4 0.1-0.4 0.1-0.4 0-0.4-0.3-0.5-0.2-0.5 0.2-0.7 0.5-0.4 0.2-0.4 0.1-0.9 0-0.5 0.1-0.3 0.2-0.2 0.3-0.4 0.2-0.2 0-0.8 0-0.2-0.1-0.2-0.1-0.2-0.1-0.3-0.5-0.1-0.2-0.2-0.1-0.4-0.1-0.1 0-0.1-0.2 0-0.2-0.1-0.2-0.2-0.1-0.4 0-0.1 0-0.1-0.1-1.1-0.6 0.1 0-0.6-0.3-0.7 0-1.6 0.1-0.1 0-0.1 0-0.2 0-0.1 0.1-0.3 0.4-0.1 0-0.4 0.1-0.4 0.2-0.5 0.2-0.8 0.2-0.3-0.1 0-0.2-0.2-0.1-0.2-0.1-0.3 0.4-0.1 0-0.3 0.1-0.6 0.1-0.2 0.1-0.1 0.3-0.1 0.6-0.1 0.2-0.5-0.3 0-0.1-0.2 0.1-0.2 0.1-0.1 0.2 0.2 0.1 0.2 0.2 0 0.2 0 0.1-0.3 0-0.1-0.1 0.1-0.1-0.3 0.2-0.4 0.4-0.2 0.1-0.2 0.1 0 0.1-0.1 0.5 0 0.2-0.1 0.1-0.1 0-0.2 0.1-0.2 0.6-0.2 0.2-0.5 0.4-0.1 0.1-0.2 0-0.2 0.1-0.6 1.7-0.2 0.3-0.2 0.1-0.6 0-0.4 0.1-0.3 0.2-0.6 0.1-1 0.4-1 0.6-0.4 0.6-0.2 0.2-0.9 0.6-0.6 0.9-0.3 0.4-0.1-0.2-0.6 0.4-0.3 0.3-0.2 0.3-0.2 0.6-0.1 0.2-0.4 0.2-0.5-0.5-0.3-0.2-0.2 0-0.2 0.2-0.3 0-0.3 0-0.3-0.2-0.8 0.6-0.1 0.1-0.1 0.3-0.3 0-0.2 0-0.1 0.1-0.1 0.4-0.1 0.1-0.8 0.3-1.2 0.6-0.4 0.1-1.5 0.3-1.5 0.6-0.8 0.2-1.3 0-0.4 0.2-1.1 0.9-1.6 0.9-0.8 0.6-0.4 0.8-0.3 1.5-0.4 0.9 0 0.4-0.1 0.1-0.2 0.1 0 0.2 0.1 0.1 0 0.2-0.1 0.7-0.1-0.2 0 0.4-0.1 0.3-0.1 0.3 0.2 0.3 0 0.1-0.2 0.2 0.1 0.1 0.2 0.1 0 0.2-0.1 0.1-0.2 0.1-0.1 0.2 0 1-0.3 1.5-0.1 0.2-0.2 0.2-0.1 0.1-0.3 0.8 0 0.1-0.3 0.2-0.4 0.3-0.1 0.1 0 0.1-0.1 0.3 0 0.2 0 0.4 0 0.2-0.6 1.1-0.1 0.2-0.2 0.1-0.3 0.4-0.4 0.7 0 1.7-0.3 0.9-0.6 0.5 0 0.1 0.4 0.1-0.1 0.2-0.5 0.4-0.1 0.3-0.3 0.8-0.2 0.4-0.2 0.2-0.5 0.3-0.1 0-0.3 0.4-0.1 0.1 0 0.2-0.1 0.1-0.1 0.1-0.3 0.1-0.4 0.4-0.3 0.5 0 0.6-0.3 0.2-0.2 0.5-0.2 0.5-0.1 0.5 0.1 0.5 0.7 1.2 0 0.4 0.2 0.4-0.1 1.4 0.1 0.4 0.1 0.3 0.2 0.3 0.2 0.2 0 0.2-0.1 0.1 0 0.1 0.1 0 0 0.2 0 1.8 0.2 0.7 0.6 0.6 0.6 0.3 0.2 0 0.2 0.4 0.2 0.3 0.1 0.4 0.1 0.7-0.1 0.3-0.1 0.4-0.2 0.4-0.2 0.1-0.2 0.2-0.1 0.6 0.1 0.9-0.2 1.8 0 0.9 0.3 0.8-0.3 0.5-0.2 0.6-0.2 1.4 0.2 1.4-0.1 0.7-0.6 0.3-0.2 0.2 0 0.4 0 0.4 0 0.4-1 1.6-0.1 0.4 0.2 0.1 0.1 0.4 0.1 0.1 0 0.2 0 0.3-0.2 0.6 0 0.4 0 0.7-1.2-0.6-0.4-0.2-0.2-0.2-0.7-1-0.3-0.3-2.1-0.6-0.5-0.1-0.1 0-1.3 0.3-0.2 0-0.2 0-0.5-0.1-0.3-0.1-0.1-0.1-0.4-0.8-0.2-0.3-0.4-0.2-0.2-0.3-0.3-0.7-0.1-0.2-0.2-0.1-0.5-0.5-0.1-0.1 0-0.1-0.1-0.1 0-0.1 0-0.1 0.1-0.4 0.1-0.6 0-0.3-0.1-0.3-0.3-0.7-0.3-0.3-0.2-0.2-1.4-0.9-0.9-0.8-0.2-0.1-0.2-0.1-0.1 0-0.3-0.2-0.1-0.1-0.1-0.1 0-0.5 0-0.2 0-0.3 0.1-0.3 0.1-0.2 0.1 0 0.1-0.1 0.1-0.1 0.2 0 0.2 0 0.1 0 0.1 0 0.1-0.1 0.1 0 0.1-0.1 0.1-0.2 0.2-0.6 0-0.1 0.1-0.2 0.1-0.2 0.4-0.4 0.3-0.2 0.1-0.1 0.1-0.1 0-0.1 0-0.2 0-0.1-0.1-0.3-0.1-0.1-0.1-0.1-0.2-0.2-0.2-0.1-0.4-0.1-1.6-0.6-1.7-1-0.8-0.6-0.3-0.3-0.4-0.8-0.1-0.1 0-0.2 0-0.6 0.1-0.8-0.1-0.2-0.2-1.1-0.1-0.2-0.8-1.2-0.1-0.1-1-0.7-0.1 0-0.3-0.1-0.2 0-0.9 0.1-0.3-0.1-0.2 0-0.2-0.1-0.2-0.1-0.3-0.3-0.2-0.1 0-0.2 0-0.1 0.1-0.2 0.1-0.2 0-0.2 0.1-0.1 0-0.1 0.1-0.1 0.4-0.4 0.3-0.3 0.3-0.3 0.2-0.3 0.2-0.1 0.2-0.3 0.1-0.1 0.4-0.3 0.1-0.1 0.1-0.1 0.3-0.1 0.4-0.4 0.2-0.2 0-0.1 0.1-0.1 0-0.1 0-0.1-0.5-1.4 0-0.1 0.1-0.1 0.3-0.7 0.1-0.1 0-0.5 0.1-0.2 0-0.1 0.1-0.5 0.2-1 0.2-0.7 0.2-0.2 0.3-0.6 0-0.3 0.1-0.1 0.1-0.2 0.2-0.2 0.6-0.6 0.1 0 1.4-0.6 1.2-0.2 0.1 0 0.5 0 0.2 0 0.5 0 1.9 0 0.1 0 0.1 0 0-0.1 0-0.1 0-0.1-0.3-0.2-0.1 0 0-0.1-0.1-0.1-0.2-0.4-0.2-0.3-0.1-0.2 0-0.2 0-0.1 0.1 0 0.3-0.1 0.1-0.1 0-0.1 0.1 0 0-0.1 0.1-0.1 0-0.7 0.1-0.2 0.2-0.5 0.1-0.2-0.1-0.1 0-0.1-0.1-0.2-0.1-0.2-0.1-0.1 0.1-0.1 0.1-0.2 0-0.1 0.2-0.5 0.1-0.4 0-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0-0.2 0-0.2-0.1-0.4-0.1-0.2-0.1-0.9-0.1-0.3-0.1-0.1-1.1-0.5-0.1-0.1-0.1-0.1-0.3-0.4 0-0.1-0.1-0.1-0.1 0-0.1 0-0.1-0.1-0.2 0-0.1 0-0.1 0.1-0.1 0-0.1 0.1-0.1 0-0.2 0.1-0.2 0-1.3 0.1-0.7 0.2-0.2 0.1-0.1 0.1-0.1 0.1-0.1 0-0.2 0.1-1 0.2-0.1 0-0.2 0-0.5 0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0-0.2 0-0.1 0-0.3 0.3-0.1 0.1-0.2 0.1-0.1 0.2-0.3 0.3 0 0.1-0.1 0-0.4 0.2-0.4 0.1-0.1 0-0.1 0-0.2-0.1-0.1-0.2-0.1-0.1-0.1-0.2 0-0.2-0.1-0.2-0.1-0.1-0.1-0.1-0.1 0-0.3-0.1-0.1-0.1-0.1-0.2-0.2-0.4-0.1-0.3-1.1-1.5-0.1-0.1 0-0.1-0.5-0.2-0.2-0.1-0.3-0.4-0.4-0.8-0.1-0.3-0.1-0.2-0.1-0.1-0.1 0-0.1 0-0.2 0-0.1-0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.2 0-0.1-0.1-0.1-0.2-0.1 0-0.1-0.1-0.1 0.1-0.1 0.1-0.2-0.1 0-0.3-0.5-0.1-0.1-0.1 0-0.1 0 0 0.1 0 0.2 0 0.1 0 0.1-0.1 0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0-0.1-0.1-0.2-0.2-0.7-0.1-0.2-0.1-0.1-0.1 0-0.3 0-0.1 0-0.2-0.1 0-0.1 0.1-0.2 0-0.2-0.1-0.3-0.1-0.1-0.1 0-0.3 0-0.1 0-0.1 0-0.1 0.1-0.1 0-0.1 0-0.2-0.2-0.2-0.1-0.2-0.6-0.1 0 0-0.1-0.1-0.6 0-0.1-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.5 0.1-0.4 0-0.1 0.1-0.2 0-0.3-0.2 0.6-0.5 0.8-0.3 0.6-0.5 0.3-0.8-0.2-0.8-0.6-0.4-0.7-0.2-0.8-0.1-0.3 0.3-0.4 0.4-0.4 0.2-0.3-1-0.4-0.3-0.7-0.4-0.6-0.7 0.4-0.6 0.8-0.3 0.9 0.2 1.1-1.8 1.4-1.2 0.2-0.5 0.1-0.4 0.3-1.2 0-0.2 0.1-0.2-0.1-0.1-0.1-0.2-0.1-0.1 0-0.2 0-0.1 0-1.3 0.1-0.5 0.3-0.6-0.2-0.7 0.1-0.8 0.5-1.3 0.1-0.8 0-0.3 0.2-0.3 0.5-0.6 0.2-0.4-0.3-0.4 0-0.5 0.4-1-0.2-0.7 0.7-1.5 0.1-0.8-0.2-0.4-0.6-0.7-0.1-0.4 0-0.4-0.2-0.8 0-2.6 0.2-1.3 0-0.8 0-0.2-0.2-0.3-0.1-0.3-0.2-0.3 0-0.2 0-0.3-0.1-0.1-0.1-0.2-0.1-0.2-0.5-0.4-0.1-0.1 0.3-3.1-0.5-1.3-0.4-0.5-0.4-0.4-0.4-0.1-0.8-0.1-0.3-0.2-0.4-0.3-1.9-1.1-0.3-0.1-0.4-0.1-0.8 0.2-0.4 0-0.4-0.2-0.3-0.2-0.1-0.4 0-1-0.1-0.4-0.3-0.4-0.4-0.2-0.8-0.3-0.8-0.1-0.5 0-0.3 0.1-0.5 0.4-0.5 0.2-0.9 0-0.9-0.2-3.2-1.5-0.3-0.3-0.1 0-0.1-0.1-1.5 0-0.9 0.2-0.8 0.3-0.7 0.3-0.2 0.3-0.2 0.3-0.6 1.4-0.1 0.1-0.2 0.3-0.2 0.1-0.1 0-0.2-0.4-0.4-0.1-0.7 0.1-0.2 0.1-0.7 0.9z m85.1-51.5l-0.2 0.1-0.2 0.1 0 0.1 0 0.3 0.2-0.3 0.5-0.6-0.1 1.6-0.1 0.4-0.2 0.3-0.1 0.2 0.2 0.7-0.4 0.2-0.4 0.2-0.4 0.7-0.6 0.6 0 0.2-0.1 0.2 0 0.1-0.2 0 0-0.1 0-0.2-0.1-0.1 0-0.1 0-0.2 0.3-0.5 0.1-0.2 0.1-0.2 0.1-0.5 0.2-0.5 0-0.2 0-0.4-0.4-0.8 0-0.3 0-0.3 0.2-0.6 0.6-1.2 0.4-0.3 0.9-0.5-0.1 1.2-0.2 0.9z m49.4-2.1l0.2 0-0.1 0.3 0.1 0.2 0 0.2 0.1 0.2-0.1 0.1-0.2 0-0.2 0.1-0.4 0.1-0.2-0.1-0.2-0.1-0.2-0.1 0.3-0.2 0.1 0 0-0.1-0.3-0.1-0.2 0 0-0.2 0.1-0.3-0.4 0.1-0.4-0.1-0.9-0.5 0.3-0.1 1.6 0.1 0.4 0.1 0.3 0.3 0.2 0.3 0.1-0.1 0-0.1z m-31.9-9.1l0.4 0.1 0.1 0.2 0 0.4-0.1 0.3-0.4 0.3-0.1 0.4 0 0.5 0 0.3-0.2 0.2 0.1 0.2 0 0.1 0 0.1-0.4-0.1-0.4 0-0.2 0-0.1 0.2-0.2 0-0.1 0.1 0 0.2-0.1 0-0.3 0-0.1-0.1-0.2-0.2 0-0.1 0.1-0.2 0.1-0.4-0.1-0.4 0-0.4 0.2-0.3 0.2-0.6 0.3-0.3 0.3-0.2 0.4-0.1 0.2-0.1 0.4 0 0.2-0.1z m-25.5-19.7l0.3 0.2 0 0.3-0.1 0.6-0.2 0-0.1-0.1-0.1-0.2-0.2-0.1-0.1 0 0 0.1 0.1 0.2 0.1 0.1 0.2 0.1-0.2 0.1-0.1 0.2-0.2 0.1-0.1 0.2-0.1 0.1-0.2 0.1-0.2 0-0.2-0.1 0 0.5-0.4 0.1-0.4-0.1-0.3-0.3-0.2-0.3 0-0.4 0.1-0.4 0.1-0.2 0.3 0.1 0.1 0.2 0.1 0.2-0.1 0.3 0.3-0.6 0.1-0.4-0.3-0.2 0.1-0.2 0.1-0.3 0.2-0.2 0.5 0.3 0.2-0.1 0.1-0.1 0.2-0.1 0.1 0 0.2 0.1 0.3 0.2z m53.7 28.6l0.2 0.2 0.4 0.4 0.6 0.1 0.4 0.2 0.4 0.4 0.4 0.1 0 0.2-0.5 0-0.8-0.1-0.3-0.2-0.6-0.3-0.7-0.1-0.1-0.3 0-0.5 0.1-0.3 0.2 0 0.3 0.2z m-32.3-4.8l-0.1-0.2-0.1-0.2-0.2-0.2 0.2-0.2 0.3-0.1 0.3 0 0.1 0.2-0.1 0.3-0.1 0.4 0.3 0.1 0-0.1 0.2-0.2 0-0.1 0.3-0.2 0.2 0 0.2 0.4-0.1 0.2-0.1 0.4-0.1 0.3-0.2 0.2-0.6 0.2-0.3 0-0.3-0.1 0-0.3-0.1-0.3 0.2-0.3 0.1-0.2z m5.4-1.9l0.3 0 0.1 0.2 0 0.4-0.3 0.3-0.1 0.3-0.2 0.1-0.3-0.2-0.3-0.1-0.1-0.3-0.1-0.2 0.1-0.2 0.3-0.1 0.3-0.1 0.3-0.1z\" id=\"BRMA\" name=\"Maranh\u00e3o\">\r\n  <\/path>\r\n  <path d=\"M610.8 356.6l0-0.7 0-0.4 0.2-0.6 0-0.3 0-0.2-0.1-0.1-0.1-0.4-0.2-0.1 0.1-0.4 1-1.6 0-0.4 0-0.4 0-0.4 0.2-0.2 0.6-0.3 0.1-0.7-0.2-1.4 0.2-1.4 0.2-0.6 0.3-0.5-0.3-0.8 0-0.9 0.2-1.8-0.1-0.9 0.1-0.6 0.2-0.2 0.2-0.1 0.2-0.4 0.1-0.4 0.1-0.3-0.1-0.7-0.1-0.4-0.2-0.3-0.2-0.4-0.2 0-0.6-0.3-0.6-0.6-0.2-0.7 0-1.8 0-0.2-0.1 0 0-0.1 0.1-0.1 0-0.2-0.2-0.2-0.2-0.3-0.1-0.3-0.1-0.4 0.1-1.4-0.2-0.4 0-0.4-0.7-1.2-0.1-0.5 0.1-0.5 0.2-0.5 0.2-0.5 0.3-0.2 0-0.6 0.3-0.5 0.4-0.4 0.3-0.1 0.1-0.1 0.1-0.1 0-0.2 0.1-0.1 0.3-0.4 0.1 0 0.5-0.3 0.2-0.2 0.2-0.4 0.3-0.8 0.1-0.3 0.5-0.4 0.1-0.2-0.4-0.1 0-0.1 0.6-0.5 0.3-0.9 0-1.7 0.4-0.7 0.3-0.4 0.2-0.1 0.1-0.2 0.6-1.1 0-0.2 0-0.4 0-0.2 0.1-0.3 0-0.1 0.1-0.1 0.4-0.3 0.3-0.2 0-0.1 0.3-0.8 0.1-0.1 0.2-0.2 0.1-0.2 0.3-1.5 0-1 0.1-0.2 0.2-0.1 0.1-0.1 0-0.2-0.2-0.1-0.1-0.1 0.2-0.2 0-0.1-0.2-0.3 0.1-0.3 0.1-0.3 0-0.4 0.1 0.2 0.1-0.7 0-0.2-0.1-0.1 0-0.2 0.2-0.1 0.1-0.1 0-0.4 0.4-0.9 0.3-1.5 0.4-0.8 0.8-0.6 1.6-0.9 1.1-0.9 0.4-0.2 1.3 0 0.8-0.2 1.5-0.6 1.5-0.3 0.4-0.1 1.2-0.6 0.8-0.3 0.1-0.1 0.1-0.4 0.1-0.1 0.2 0 0.3 0 0.1-0.3 0.1-0.1 0.8-0.6 0.3 0.2 0.3 0 0.3 0 0.2-0.2 0.2 0 0.3 0.2 0.5 0.5 0.4-0.2 0.1-0.2 0.2-0.6 0.2-0.3 0.3-0.3 0.6-0.4 0.1 0.2 0.3-0.4 0.6-0.9 0.9-0.6 0.2-0.2 0.4-0.6 1-0.6 1-0.4 0.6-0.1 0.3-0.2 0.4-0.1 0.6 0 0.2-0.1 0.2-0.3 0.6-1.7 0.2-0.1 0.2 0 0.1-0.1 0.5-0.4 0.2-0.2 0.2-0.6 0.2-0.1 0.1 0 0.1-0.1 0-0.2 0.1-0.5 0-0.1 0.2-0.1 0.2-0.1 0.4-0.4 0.3-0.2-0.1 0.1 0.1 0.1 0.3 0 0-0.1 0-0.2-0.2-0.2-0.2-0.1 0.1-0.2 0.2-0.1 0.2-0.1 0 0.1 0.5 0.3 0.1-0.2 0.1-0.6 0.1-0.3 0.2-0.1 0.6-0.1 0.3-0.1 0.1 0 0.3-0.4 0.2 0.1 0.2 0.1 0 0.2 0.3 0.1 0.8-0.2 0.5-0.2 0.4-0.2 0.4-0.1 0.1 0 0.3-0.4 0.1-0.1 0.2 0 0.1 0 0.1 0 1.6-0.1 0.7 0 0.6 0.3-0.1 0 1.1 0.6 0.1 0.1 0.1 0 0.4 0 0.2 0.1 0.1 0.2 0 0.2 0.1 0.2 0.1 0 0.4 0.1 0.2 0.1 0.1 0.2 0.3 0.5 0.2 0.1 0.2 0.1 0.2 0.1 0.8 0 0.2 0 0.4-0.2 0.2-0.3 0.3-0.2 0.5-0.1 0.9 0 0.4-0.1 0.4-0.2 0.7-0.5 0.5-0.2 0.5 0.2 0.4 0.3 0.4 0 0.4-0.1 0.4-0.1 0.4-0.2 0.4 0.1 0.3 0 0.5 0.1 0.4-0.2 0.3-0.3 1.1-1.2 0.2-0.3 0.1-0.5 0-0.4 0-0.2 0.1-0.2 0.4-0.3 0.1-0.2 0.1-0.4 0-1.2 0.1-0.1 0.1 0 0.1-0.1 0.1-0.2 0-0.2-0.2-0.5-0.1-0.2 0.3-1.2 0.1-0.2 0.5-0.3-0.1-0.3-0.1 0-0.1-0.1-0.2-0.1 0-1.5-0.2-0.3-0.9-0.3-0.3-0.2-0.3-0.3-0.1-0.2-0.3 0-0.2-0.1-0.1-0.2-0.1-0.3-0.3-0.3-0.1-0.4-0.1-0.1-0.2-0.1-0.4-0.1-0.2-0.1-0.2-0.2-0.3-0.6-0.2-0.3 0.2-0.4 0.1-0.3-0.1-0.3-0.5-0.8-0.2-0.4-0.1-0.4 0-0.4 0.1-0.2 0.2-0.4 0-0.2-0.2-0.4-0.1-1.5 0-0.4 0.2-0.2 0.1-0.2 0.1-0.1 0.1-0.3-0.1-0.1-0.2-0.2 0-0.1 0-0.2 0.1-0.2 0-0.1-0.1-0.3-0.1-0.3 0-0.3 0.2-0.3 0.2-0.1 0.3 0 0.2 0 0.2-0.2 0.2-0.3 0.1-0.1 0.2-0.2 0.8-1.7 0.2-0.2 0.5-0.4 0.1-0.3 0.4-0.7 0.2-0.2 1.3-1 0.3-0.6 0.1-0.9-0.1-0.5 0-0.1 0.1-0.3 0.1-0.2 0.3-0.4 0.1-0.3 0-0.4-0.5-0.9-0.1-0.3-0.1-1.3 0-0.4-0.3-0.7-0.1-0.3 0-0.2 0.1-0.2 0-0.2-0.1-0.2-0.1-0.2-0.4-0.2 0-0.1-0.2-0.7-0.3-0.8-0.2-0.2-0.3-0.2-0.3-0.3-0.1-0.3 0.1-0.4 0.2-0.3 0.2-0.2-0.1-0.4-0.3-0.7-0.1-0.4 0.5-0.2 0.3-0.2 0.2-0.4 0.1-0.1 0.4-0.9 0.2-0.9 0.1-0.5-0.1-0.4-0.3-0.4-0.1-0.8-0.2-0.4-0.3-0.2-0.2-0.1-0.3-0.1-0.3 0.2-0.3-0.4-0.2-0.9-0.2-0.4 0-0.4-0.1-1 0.2-0.3 0.7-0.9 0.4-0.3 0.4-0.2 0.1-0.1 0.2-0.1 0.3-0.7 0.1-0.1 0.2-0.3 0.1-0.1 0.1-0.7 0-0.2 0.3-0.4 0.9-0.9 0.1-0.2 0.1-0.2 0.2-0.2 0.2 0 0.6-0.5 0.2-0.2 0.1-0.4 0.2-0.4 0-0.4 0.2-0.4 0.5-0.6 0.2-0.3-0.1-1.5-0.1-0.3 0.2-0.5 0.7-1.2 1.1-0.9 0.4-0.4 0.4-0.9 0.3-0.3 0.1-0.2 0.2-0.5 0.1-0.1 0.2 0 0.2 0.2 0.1 0.2 0.2 0.2 0.2 0 0.2-0.1 0.2-0.1 0.2-0.1 0.2 0 0.4 0 0.2 0 0.2-0.2 0.1-0.1 0.1 0 0.2 0 0.1 0 0.5-0.1 1 0 0.3 0 0.3-0.2 0.6 0 0.8-0.7 1.6-2 0-0.2 0-0.1-0.3-0.2-0.1-0.2 0.2-0.1 2.1-0.6 0.2-0.2 0.1-0.3 0.1-0.1 0-0.2 0.2-0.1 0.1-0.1 0.3 0 0.1-0.1 0-0.2 0.3-0.9 0.2-0.3 0.6-0.3 0.3-0.3 0.3-0.5 0.4-0.4 0.1-0.2 0.1-0.5 0.1-0.3 0.2-0.3 0.1-0.3 0-0.4-0.2-0.2-0.5-0.3-0.1-0.2-0.1-0.3-0.2-0.6 0-0.4 0.2 0.1 0.1 0 0.1-1.2 0.1-0.3 0.2-0.1 0.2-0.1 0.3-0.2 0.6 0.7 1.7 1 0.6 0.5 0.2 0.3-0.2-0.1-0.3-0.2-0.1 0 0.1 0 0 0.3-0.2-0.1-0.2-0.1 0 0.2 0.3 0.1 0.2 0.1 0.2-0.1 0.3-0.1 0.2 0.3 0.4 0.2 0.4 0.1 1.7 0.1 0.5 0 0.5-0.3 0.2 0.1 0.2 0.2 0 0.2-0.2 0.3 0.2 0 0 0.1-0.1 0.1 0 0.1 0.1 0 0.1-0.1 0.2-0.1-0.2-0.4 0.4-0.1 1.6 0.2 0.1 0.1 0.2 0.1 0 0.2-0.1 0.2-0.2 0 0.1 0.1 0.2 0.1 0.1 0.1 0.1-0.1 0.1 0.1 0.2 0.1 0 0.2 0.2 0 0-0.3 0.4 0.3 0.3 0.5 0.2 0.2 0 0.2-0.1 0.9 0 0.2-2.5 3.8-0.5 0.6-0.5 0.5-0.2 0.5-0.1 0.6-0.1 0.6 0 0.6 0.2 0.7 0.2 0.4 0.4 0.7 0.4 1.1 0.1 0.3 0.1 0.7 0.1 0.7 0 0.1 0.4 0.8 0.6 1.1 0.5 0.5 0.3 0.4 0.1 0.8 0.2 0.6 0.4 1.2 0.1 0.7 0.3 1.5 0.6 1 0.4 0.6 0.5 0.4 0.4 0.3 0.3 0.4 0.5 1.1 0.2 0.5 0.2 1.4-0.4 0.7-0.5 0.9-0.4 0.4-0.6 0.5-0.5 0.4-0.6 0.9-0.2 0.5-0.1 0.3-0.1 0.6 0 0.6 0.2 0.3 0.1 0.5 0 0.7 0 0.7 0.3 0.4 0.3 0.6 0.2 0.3 0.2 0.5-0.1 1.3 0 0.8 0.1 0.4 0.2 0.4 0.6 0.6 0.3 0.4 0.2 0.7 0 0.5 0.3 0.4 0.2 0.6 0.2 0.6 0.4 0.5 0.1 0.8-0.1 0.6-0.2 0.7 0 0.7 0.2 0.3 0.4 0.4 0.3 0.5 0.5 0.2 0.3 0.3 0.5 0.4 0.2 0.1 0.2 0.3 0 0.4 0 1 0.5 2.1 0 0.3-0.2 1.3 0.1 0.6 0.3 1.1 0.3 2.8 0.2 0.9 0.1 0.3-0.1 0.2-0.2 0.5 0 0.1 0 0.1 0.4 1 0.1 0.4 1.2 3.6 0.2 0.2 0.1 0.3 0 0.4 0 0.5 0 0.4-0.1 0.7 0 0.3 0.3 1.5 0.2 0.5 0.6 0.9 0.5 0.7 0 0.5-0.1 0.9 0.1 0.2 0.1 0.2 0.3 0.2 0.9 0.3 0.4 0.3 0.3 0.2 2.8 0.5 0.2 0.1 0.2 0.1 0.2 0.5 0.1 0.4 0.1 0.1 0.2 0.1 0.1 0.2 0.2 0.1 0 0.1 0 0.2 0 0.2-0.1 0.4-0.3 0.7-0.1 0.3-1.4 1.8 0 0.2-1.5 3.9 0 0.3 0.1 0.4 0.3 0.7 0.2 0.3 0.2 0.2 0.1 0.2 0.1 0.3 0 0.2-0.1 1.3-2.2 0.2-0.2 0-0.4 0.3-0.1 0-0.1 0.1 0 0.1 0 0.1-0.2 1 0.1 0.2 0 0.4 0.1 0.1 0.8 1.5 0.4 0.5 0 0.1 0.1 0.4 0.1 0.2-0.1 0.5 0 0.1 0 0.2-0.2 0.1 0 0.1-0.3 0.4-0.2 0.5-0.1 0.3 0 0.1 0.2 0.2 0.1 0.1 1.2 0.5 0.3 0.2 0.4 0.3 0.2 0.2 0.1 0.3 0.1 1.2-0.1 1.8-0.1 0.7-0.7 1.5-0.1 0.3-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0.1-0.2 0-0.4 0.6-0.4 0.3-0.3 0.4-0.1 0.1-1.3 0.8-0.1 0.1-0.1 0.2-0.1 0.1-0.2 0.7-0.6 0.3-0.2 0.2 0 0.1-0.1 0.3-0.1 0.3-0.2 0.1-0.1 0-0.1 0-0.1-0.1-0.3-0.2-0.1 0-0.1-0.1-0.2 0-0.1 0.1 0 0.1-0.2 0.6 0 0.2 0 0.2-0.1 0.2-0.2 0.3-0.1 0.1-0.1 0-0.1 0-0.1-0.1-0.2 0-0.8-0.2-0.2 0-0.2 0-0.3 0.1-0.2 0-0.1 0.1 0 0.3-0.1 0.1-0.2 0.2-0.3 0.3-0.1 0.2-0.1 0.1 0 0.3 0 0.2-0.1 0.1-0.2 0.2-0.1 0.1-0.1 0-0.1 0.1-0.5 0-0.5 0.1-0.1 0.1-0.1 0.1-0.2 0.3-0.1 0.1-0.1 0.2-0.1 0.4-0.2 0.3-0.1 0.2-0.1 0.1-0.1 0.1-1.5 0.8-1.8 0.8-0.3 0.6-0.2 0.8-0.1 0.2-0.1 0.1-0.2 0.2-0.1 0.2-0.2 0.2 0 0.1-0.7 0.7-0.1 0.2-0.4 1-0.1 0.1 0 0.1-0.1 0-0.6 0.4-0.1 0.1-0.2 0.2-0.1 0.1-0.1 0-0.2 0-0.2 0-0.2 0-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.2 0-0.1 0.1-0.8 0.2-0.2 0-0.7 0-0.2 0-0.2 0-0.2 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0.2 1 0 1.1 0 0.4 0 0.2 0 0.1 0 0.1-0.1 0.1 0 0.1-0.2 0-0.8 0.3-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1-0.4 0.8-0.2 0.3-0.2 0.1-0.1 0.1-0.1 0.1-0.2 0-0.2-0.1-0.1 0 0-0.1-0.2-0.3 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.3 0-0.1 0-0.1 0-0.1 0.1-0.1 0-0.1 0.1-0.2 0-0.2 0-0.1-0.1-0.1 0-0.2-0.1-0.1-0.1-0.1 0-0.2 0.1-0.2 0.2-0.1 0-0.1-0.1-0.2-0.2-0.2 0-0.2 0.1-0.1 0.1-0.1 0.1-0.2 0.2-0.5 0.8-0.2 0.1-0.2 0.1-0.5 0.2-0.1 0.1-2.4 0.4-0.1 0.1-0.3-0.1-0.2-0.1-0.1 0-0.2 0-0.2 0-0.2 0.2-0.1 0.1-0.2 0.2-0.1 0.2-0.1 0.4-0.1 0.1 0 0.1-0.1 0 0 0.1-0.2 0.1-0.2 0.1-0.6 0.2-0.1 0-0.1 0.1-0.1 0.1-0.2 0.3-0.4 0.7-0.2 0.2-0.1 0.1-0.1 0.1 0 0.2 0 0.1-0.1 0.1-0.1 0.1-0.3 0-1-0.2-0.2-0.1-0.1 0-0.1 0-0.2 0-0.1 0.1-0.1 0.1 0 0.1-0.2 0.8-0.1 0.2-0.1 0.2-0.1 0.1-0.1 0-0.1 0-0.2-0.1-0.2-0.1-0.1 0-0.3-0.4-0.1-0.1-0.2 0-0.8-0.2-0.6 0-0.6 0.1-0.3 0-0.3 0.1-0.1 0-0.2 0.2-0.1 0-0.1 0.2-0.1 0-0.2 0-0.9-0.5-0.5-0.1-0.1-0.1-0.1 0-0.1-0.1 0-0.1-0.1 0 0-0.1 0-0.1 0.1-0.2 0.1-0.3 0-0.1 0.1-0.1-0.1-0.1 0-0.1-0.1 0-0.1-0.1-0.5-0.1-0.2-0.1-0.2-0.1-0.2 0-0.4 0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.1-0.1-0.4 0-0.1-0.1 0-0.1-0.1-0.9-0.2-0.1 0-0.4-0.2-0.1 0-0.2 0-0.2 0.1-0.5 0.2-0.1 0.1-0.2 0.4-0.1 0.1-0.1 0-0.1 0-0.2 0-0.1-0.2-0.1 0-0.2-0.1-0.1 0.1-0.4 0-0.3 0-0.6-0.1-0.2 0.1-0.1 0-0.2 0.1 0 0.1-0.2 0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0-0.3-0.1-0.1-0.1-0.1-0.1-0.1 0 0-0.1-0.5-1.4-0.1-0.1-0.3-0.2-0.5-0.5-0.2-0.1-0.1 0.1-0.4 0.2-0.1 0.1-0.1 0.2-0.1 0.3-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.3 0-0.3 0-0.1-0.1-0.3-0.2-0.7-0.2-0.2 0-0.2 0.1-0.3 0.3-0.2 0.1-0.1 0.1-0.2 0.4-0.1 0.2-0.2 0.7 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0-0.2 0-0.8-0.3-0.5 0-0.7-0.1-0.2 0.1-0.1 0-0.1 0.3-0.1 0.7 0.1 0.4 0.1 0.1 0.3 0.4 0.1 0.1 0.2 0.4 0.1 0.1 0.2 0.2 0 0.1 0.1 0.1 0.6 1.8 0.1 0.5 0 0.5 0.1 0.3 0.1 0.2 0 0.1 0.1 0.2 0.6 0.4 0.1 0 0 0.1 0.1 0.1 0.1 0.4 0.1 0.9-0.1 0.1 0 0.4-0.1 0.3-0.4 1-0.1 0.2 0 0.2 0.1 0.4 0.1 0.3 0.1 0.4 0 0.3-0.1 0.3-0.1 0.3-0.2 0.3-0.7 0.8-0.1 0.1 0 0.3-0.1 0.1 0 0.7 0 0.1 0 0.1-0.2 0.2-0.2 0.1-0.3 0.2-0.1 0 0 0.2-0.2 0.3 0 0.3 0 0.1-0.8 1.1-0.2 0.4-0.1 0.7-0.1 0.2-0.1 0.1-0.1 0-0.4 0.2-0.1 0.1 0 0.2-0.1 0.7-0.1 0.2-0.1 0.1-0.1 0.1-0.3 0.1-0.1 0.1-0.2 0-0.2-0.1-0.3 0-0.1 0-0.1 0.2-2.3 2.4-0.3 0.3-0.3 0.3-0.2 0.1-1.5 0.5-0.1 0-0.2 0-0.2-0.1-1.4-0.5-1.9-0.3-0.3 0.1-0.1 0-0.2 0.2-0.6 0.3-0.6 0.2-0.6 0-0.2 0.1-0.1 0-0.2 0.1-0.1 0.1-0.3 0.5-0.2 0.1-0.1 0.1-0.1 0-0.3 0.1-0.2 0.1-0.1 0 0 0.1-0.1 0.1-0.2 0.5-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0-0.6 0.2-0.8 0.3-0.2 0.1-0.1 0.1-0.1 0.1-0.6 1.5-0.1 0.1 0 0.1-0.1 0-0.2 0.1-0.2 0.1-0.2 0.1-0.3 0-0.3 0-1.6-0.4-0.3 0.1-0.7 0.1-0.2 0.1-0.1 0-0.3 0.2-0.1 0.1-0.1 0-0.2 0.1-0.2 0-0.2 0-0.1 0-0.2 0-1.1-0.5-0.3-0.1-0.1-0.1-0.8-0.5-0.4-0.2-0.9-0.3-0.7-0.5-0.2 0-0.2-0.1-0.3 0-0.1-0.1-0.1-0.1-0.3-0.3-0.8-1.4-1.2-1.4 0-0.1-0.4-0.9 0-0.1-0.1-0.7 0-0.5-0.1-0.5-0.1-0.1-0.2-0.3-0.6-1-1.3-1.4-0.3-0.2-0.2-0.1-0.6-0.1-2.5 0.1-1.4 0-2.4-0.3z\" id=\"BRPI\" name=\"Piau\u00ed\">\r\n  <\/path>\r\n  <path d=\"M719.7 296.9l0.1-1.3 0-0.2-0.1-0.3-0.1-0.2-0.2-0.2-0.2-0.3-0.3-0.7-0.1-0.4 0-0.3 1.5-3.9 0-0.2 1.4-1.8 0.1-0.3 0.3-0.7 0.1-0.4 0-0.2 0-0.2 0-0.1-0.2-0.1-0.1-0.2-0.2-0.1-0.1-0.1-0.1-0.4-0.2-0.5-0.2-0.1-0.2-0.1-2.8-0.5-0.3-0.2-0.4-0.3-0.9-0.3-0.3-0.2-0.1-0.2-0.1-0.2 0.1-0.9 0-0.5-0.5-0.7-0.6-0.9-0.2-0.5-0.3-1.5 0-0.3 0.1-0.7 0-0.4 0-0.5 0-0.4-0.1-0.3-0.2-0.2-1.2-3.6-0.1-0.4-0.4-1 0-0.1 0-0.1 0.2-0.5 0.1-0.2-0.1-0.3-0.2-0.9-0.3-2.8-0.3-1.1-0.1-0.6 0.2-1.3 0-0.3-0.5-2.1 0-1 0-0.4-0.2-0.3-0.2-0.1-0.5-0.4-0.3-0.3-0.5-0.2-0.3-0.5-0.4-0.4-0.2-0.3 0-0.7 0.2-0.7 0.1-0.6-0.1-0.8-0.4-0.5-0.2-0.6-0.2-0.6-0.3-0.4 0-0.5-0.2-0.7-0.3-0.4-0.6-0.6-0.2-0.4-0.1-0.4 0-0.8 0.1-1.3-0.2-0.5-0.2-0.3-0.3-0.6-0.3-0.4 0-0.7 0-0.7-0.1-0.5-0.2-0.3 0-0.6 0.1-0.6 0.1-0.3 0.2-0.5 0.6-0.9 0.5-0.4 0.6-0.5 0.4-0.4 0.5-0.9 0.4-0.7-0.2-1.4-0.2-0.5-0.5-1.1-0.3-0.4-0.4-0.3-0.5-0.4-0.4-0.6-0.6-1-0.3-1.5-0.1-0.7-0.4-1.2-0.2-0.6-0.1-0.8-0.3-0.4-0.5-0.5-0.6-1.1-0.4-0.8 0-0.1-0.1-0.7-0.1-0.7-0.1-0.3-0.4-1.1-0.4-0.7-0.2-0.4-0.2-0.7 0-0.6 0.1-0.6 0.1-0.6 0.2-0.5 0.5-0.5 0.5-0.6 2.5-3.8 0-0.2 0.1-0.9 0-0.2 0.1 0 0.1-0.5-0.1-0.3-0.3-0.5-0.1-0.4-0.4-0.3-0.1-0.2-0.2 0-0.1 0.1-0.1-0.1-0.1 0 0.3-0.2 0.5-0.3 0.3-0.1 1.2 0 0.6 0.1 0.6 0.1 0.6 0.2 0.4 0.4 0.1 0 0-0.2-0.1-0.2-0.3-0.4 0.3 0.1 0.1 0 2.9-0.2 0.3 0 0.3 0.1 0.2 0 0.2 0 0.1-0.2 0.1-0.1 0.6 0 0.2 0.1 0.1 0.3 0.2 0 0.2-0.2 1-0.5 0.3-0.1 3.4-0.3 1.1-0.5 0.4 0 0-0.1 0.2-0.2 0.1 0 0.1 0.1 0.1 0 0.1 0 1.5 0.3 2.6 0 1.8 0.3 0.2 0.1 0.4 0.4 0.3 0.1 0.2-0.1 0.1-0.2 0.1-0.2 0.3 0.2 0.2-0.1 0.3 0.1 0.3 0.2 0.3 0.1 1-0.1 0.3 0.1 1.7 1 0.6 0.2 0.2 0.1 1.1 1.1 0.3 0.1 0.2 0.1 0.3 0.1 0.5 0.4 0.4 0.4-0.2 0.2 0.2 0 0.1 0.1 0.1 0 0.2 0-0.2-0.3 0.3-0.1 0.4 0 0.7 0.4 0.1 0 0.4 0 0.1 0.1 0.1 0.2 0 0.1 0.8 0.6 1.5 0.9 0.2 0.2 1.8 0.8 0.3 0.1 0.1 0 0.2-0.1 0.2 0 0.1 0.1 0.1 0.1 0.1 0.2 0.4 0.1 0.7 0.5 0.2 0 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0.1 0.1 1.3 0.9 0.6 0.5 0.1 0.1 0.2 0.1 0.4 0 0.3 0.1 0.2 0.2 0.2 0.4 0.3 0.2 0.4 0.1 0.9 0.1 0.3 0 0.3 0.2 0.5 0.4 0.3 0.6 0.6 1.2 0.4-0.1 0.2 0.1 0.3 0.3 0.3 0.3 1 0.2 0.3 0.6 0.6 0.5 0.6 0.4 0.5 0.2 0.2 0.2 0.5 0.6 0.2 0.2 1.3 0.2 1.4 0.6 0.7 0.1 0.3-0.5 0.2 0.1 0.2 0.3 0.4 0.8 0.6 0.7 0.1 0.3 0.1 0.7 0.2 0.3 0.2 0.3 1.2 1 0.2 0.2 0.9 0.4 0.3 0.2 1.2 1.8 1.7 2.2 1.5 1.6 1.9 1.4 0.3 0.1 1.4 1.3 0.3 0.2 0.5 0.1 0.4 0.1 0.5 0 1.1 2.4 0.6 0.7 0.7 0.6 0.8 0.6 0.9 0.4 0.5 0.2 0.3-0.1 0.2-0.2 0.5 0.1 1.3 0.6 2 0.8 0.7 0.4 0.3 0.5 0.8 1.7-6.1 2.1-0.9 0.4-0.2 0.1-2.6 2.2-0.1 0.2-1.5 3.2-2.3 4.7-0.1 0.2-1.5 1.8-0.4 0.4-0.2 0.2-0.4 0.4-0.6 1.5-0.1 0.3 0 0.2 0.1 0.6 0 0.4-0.5 0.6-0.4 0.7-0.1 0.2 0 0.2 0 0.4-0.1 0.3-0.2 0.3-2.3 2.3-0.2 0.4-0.1 0.2-0.1 0.3-0.2 0.2-0.3 0.2-0.7 0.3-0.4 0.1-0.3 0-0.1-0.1-0.5-0.4-0.2-0.1-0.1 0-0.2 0-0.3 0.1-0.4 0.3-0.5 0.5-0.2 0.4-0.2 0.4 0 0.3-0.1 0.2-0.1 0.2-0.5 0.3-0.1 0.2-0.1 0.4-0.1 0.2-0.1 0.2-0.3 0.2-0.2 0.1-0.1 0.2 0 0.3 0 0.4 0 0.5 0 0.3 0 0.3-0.1 0.2-0.1 0.1-0.2 0.2 0 0.1 0 0.2 0.1 0.1 0.2 0 0.3 0 0.2 0 0.4-0.1 0.4-0.3-0.1 0.5-0.1 0.2-0.2 0.4-0.3 0.3-0.3 0.5-1.2 3.7-0.2 0.3 0 0.3 0 0.3 0 0.2 0.1 0.1 0.1 0.1 0.2 0.3 0.1 0.2 0.1 0.2 0 0.2-0.1 0.2-0.2 0.2-0.4 1-0.2 0.2-0.2 0.2-0.5 0.3-0.3 0.2-0.3 0.2-0.3 0.4-0.1 0.9 0 0.3 0.1 0.4 0.1 0.1 0.1 0.1 0.1 0.1 0.3 0.1 0.2 0.1 0.2 0.1 0.1 0.2 0.1 0.2 0.1 0.4 0.1 0.4 0.1 0.3 0 0.3-0.2 0.7 0 0.3 0.1 0.2 0.2 0.1 0.3 0.1 0.2 0 0.2 0.1 0.1 0.1 0.2 0.4 0.1 0.2 0.1 0.1 0.2 0.1 0.2 0.1 0.5 0 0.2 0.1 0.1 0.2 0 0.3 0.2 0.7 0 0.2 0 0.3-0.1 0.3-0.1 0.2-0.1 0.2-0.3 0.5-0.3 0.6-0.2 0.3-0.3 0.4-0.5 0.2-0.1 0.1 0 0.2 0.1 0.5 0 0.2-0.1 0.3-0.1 0.3-0.4 0.4-0.2 0.3-0.6 0.4-0.1 0.1-0.1 0.1 0 0.2 0.2 0.3-0.6 0.2-0.2 0.1-0.3 0.4 0 0.1-0.1 0-0.1-0.1-0.2 0-0.2 0-0.4 0.1-0.2 0-0.2 0.1-0.1 0.2 0 0.1-0.1 0.1 0 0.4-0.1 0.2-0.1 0-0.1 0 0-0.1-0.1-0.1-0.1 0-0.2 0-0.1 0 0 0.1-0.3 0.4-0.4 0.5-0.2 0.2-0.3 0.7-0.3 0.3-0.2 0.4-0.3 0.3-0.1 0.1-0.1 0-0.1-0.1-0.2-0.5-0.1 0-0.2 0-0.3 0.2-0.6 0.3-0.2 0.1-0.2 0-0.1 0 0-0.1-0.1-0.2-0.4-1.5-0.1-0.2-0.1-0.2-0.2-0.1-0.1-0.1-0.6-0.4-0.3-0.1-0.1 0-0.2-0.1-1.2-0.5-0.3-0.2-0.9-1-0.1-0.2-0.3-0.6-0.1-0.3-0.2-0.2-0.1-0.1-0.1-0.1-0.4-0.1-0.3 0-0.7-0.3-0.8-0.6-0.3-0.1-0.1-0.1-0.8-0.1-0.2-0.1-0.1-0.1-0.3-0.3-0.5-0.4-1.2-1.1-0.4-0.2-3.9-0.5-1.6 0.1-0.5 0.1-1.1 0.5-0.7 0.3-0.4 0.2-1.8 0.2-0.4 0-1.8-0.5-0.3-0.1-0.2 0-0.2 0.1-4.9-0.1z\" id=\"BRCE\" name=\"Cear\u00e1\">\r\n  <\/path>\r\n  <path d=\"M760.2 276.5l-0.4 0.3-0.4 0.1-0.2 0-0.3 0-0.2 0-0.1-0.1 0-0.2 0-0.1 0.2-0.2 0.1-0.1 0.1-0.2 0-0.3 0-0.3 0-0.5 0-0.4 0-0.3 0.1-0.2 0.2-0.1 0.3-0.2 0.1-0.2 0.1-0.2 0.1-0.4 0.1-0.2 0.5-0.3 0.1-0.2 0.1-0.2 0-0.3 0.2-0.4 0.2-0.4 0.5-0.5 0.4-0.3 0.3-0.1 0.2 0 0.1 0 0.2 0.1 0.5 0.4 0.1 0.1 0.3 0 0.4-0.1 0.7-0.3 0.3-0.2 0.2-0.2 0.1-0.3 0.1-0.2 0.2-0.4 2.3-2.3 0.2-0.3 0.1-0.3 0-0.4 0-0.2 0.1-0.2 0.4-0.7 0.5-0.6 0-0.4-0.1-0.6 0-0.2 0.1-0.3 0.6-1.5 0.4-0.4 0.2-0.2 0.4-0.4 1.5-1.8 0.1-0.2 2.3-4.7 1.5-3.2 0.1-0.2 2.6-2.2 0.2-0.1 0.9-0.4 6.1-2.1 0.1 0.3 1 1.4 0.9 0.4 0.4-0.2 0.4 0 0.3 0.1 0.7 0.2 0.2 0 0.5-0.1 0.6 0 1.7 0.1 0.4 0.2 0.6 0.8 0.1 0.1 0.2 0.1 0.3 0.2 0.2 0.3 0.1 0.2 0.3 0.4 0.7 0.3 0.7 0.2 0.5 0 0 0.3 0.3 0.1 0.8-0.1 0.7 0.1 0.3 0.2 0.6 0.4 0.3 0.1 0.3-0.1 0.1-0.4-0.1-0.1-0.8-0.2-0.2-0.2 0.7 0.2 2.5-0.2 1.7 0.2 0.8 0.2 0.3 0.1 0.5 0 0-0.2-0.7 0 0-0.1 3.3 0.1 0.3-0.1 0.7-0.3 0.7-0.2 0.6-0.3 0.4-0.1 1.6 0.3 3 0.5 2.2 0.5 1.5 0.2 0.7 0.2 0.8 0.3 0.3 0.3 0.8 0.8 0.3 0.1 0.4 0.2 0.3 0.3 0.3 0.3 0.4 0.7 0.1 0.5 0.2 0.4 0 0.5 0.1 0.2 0.6 0.5 1.2 2.1 0.1 0.8 0.2 0.4 0.2 0.4 0.2 0.4-0.1 0.1 0.1 0.2 0.4 1.4 0 0.2 0.2 0.2 0 1.5 0.2 0.2 0.1 0.2 0.2 0.3 0.1 0.4-0.1 0.4 0 0.2 0.1 0.2 0.3 0.4 0.1 0 0 0.2 0 0.7 0 0.2 0.2 0.3 0 0.2 0.1 0.1 0.4 0.3 0.1 0.2 0 0.2 0 0.7-0.1 0.4 0 0.2 0.2 0.1 0 0.1 0.2 2.4-0.6-0.4-0.1 0.3-0.5 0.5 0 0.2 0.3 0.2 0.3-0.2 0.3-0.3 0.2-0.2 0.2 0.1 0.2 0.5 0.1 0.1 0.5 0 0.1 0.1 0.1 0.1 0 0.5 0.2 0.8 0.1 0.4-0.1 0.3 0 0.2 0.2 0.2 0.1 0.2 0.3 0.1 0.2 0.2 0.1 0.2 0.2 0.9 0.2 1.4-0.1 0-0.9 0.2-0.2 0.2-0.3 0.2-0.2 0.1-0.3-0.1-0.4-0.2-0.7 0-1.4-0.2-1.4-0.1-0.5 0.3-0.3 0.1-0.2 0-1.2-0.2-1.6-0.8-0.5-0.3-0.6-0.1-1.3-0.1-1.1-0.3-0.5-0.2-0.3-0.1-0.3 0-0.3 0.1-0.5 0.2-0.2 0.1-1.4 0.1-0.9 0.2-1.8 0.2-0.7-0.1-1.3-0.3-0.4 0-0.3 0-0.3 0-1-0.3-2.6-0.4-0.3-0.3-0.1-0.2-0.2-0.5 0.1-0.3 0-0.2 0-0.2-0.1-0.3-0.2-0.2-0.4-0.1-0.5 0.1-0.2 0-0.3 0-0.2 0-0.2 0-0.2 0-0.2 0.2-0.7 0.8-0.3 0.2-0.6 0.2-0.2 0.1-0.2 0.1-0.1 0.4-0.1 0.8-0.1 0.7 0.1 0.4 0.1 0.2 0.5 0.4 0.1 0.2 0.5 1.1 0.2 0.6 0 0.2-0.2 0.1-0.2 0-0.2-0.1-0.3-0.2-0.2-0.1-0.2-0.1-0.2 0-0.1 0.1-0.2 0.2-0.1 0.3-0.1 0.3 0 0.3 0 0.4 0.1 0.5 0.1 0.4 0.1 0.2 0.1 0.2 0.1 0.1 0.1 0.2 0.1 0.1 0.1 0.2 0 0.3-0.1 0.2-0.2 0.5-0.3 0.7-0.1 0.2-0.5 0.7-0.1 0.2-0.2 0.1-0.3 0.1-0.2 0-0.7-0.2-0.3 0.1-0.2 0.1-1 0.9-0.2 0-0.3-0.1-0.4-0.3-0.2-0.3-0.1-0.2 0-0.2 0-0.2 0.6-1.3 0-0.3-0.1-0.2-0.1-0.2-0.3-0.2-0.3-0.5-0.2-0.2-0.3-0.2-0.8-0.1-1.3-0.2-0.2 0-0.3 0.1-0.2 0-0.2-0.2-0.3-0.4-0.2-0.1-0.2-0.1-0.2 0-0.1 0-0.1 0.2-0.3 0.4-0.2 0.2-0.2 0.1-0.2 0.1-0.3 0.1-1.7 0.4-0.2 0.1-0.3 0.1-0.6 0.5-0.2 0.1-0.3 0-0.2-0.2-0.3-0.6-0.2-0.6-0.1-0.3-0.1-0.2-0.4-0.3-0.3-0.1-0.3-0.1-0.2-0.1-0.2 0-0.5 0-0.2-0.1-0.2 0-0.5 0.1-0.2 0-1.2-0.3-0.3 0-0.2 0-0.1-0.1-0.1-0.2-0.1-0.2 0-0.2 0-0.5 0.2-1.1 0-0.2 0.1-0.2 0.2-0.1 0.3-0.1 0.5-0.2 0.6-0.3 0.4-1.2 0.3-1.4 0.1-0.2 0.2-0.3 1-1.2 0.8-0.9 1.3-1.8 0.3-0.3 0.5-0.4 0.2-0.4 0-1.3-0.1-0.1-0.1-0.1-0.2-0.1-0.2-0.2-0.2-0.1-0.6 0-0.3 0-0.6 0.4-0.9 0.2-0.8 0.5-0.5 0.2-0.2 0.1-0.3 0.1-0.2 0-0.4-0.2-0.2-0.1-0.2 0.1-0.5 0.1-0.7 0-0.2 0.1-0.2 0-0.2 0.2-0.1 0.1-0.3 0.1-0.7 0.1-0.4 0.1-1.3 0.5-0.7 0.2-0.2 0.1-0.2 0.2-0.2 0.2 0 0.3-0.1 0.2-0.1 0.3 0 0.6-0.1 0.2-0.1 0.4-0.1 0.1-0.2 0-0.1-0.1-0.1 0-0.2 0.1-0.1 0.3 0 0.2-0.1 0.3-0.2 0.2-1.4 0.8-1.4 0.9-0.2 0.1-0.2 0 0 0.1-0.2 0.2 0 0.2-0.2 0.5-0.5-0.2 0-0.2-0.1-0.1-0.1-0.2-0.2 0-0.2 0.1-0.1 0.2-0.7 1.1-0.1 0.1-0.2 0-2.2-0.7-0.2 0-0.2 0.1-0.2 0.2-0.3 0.2-0.1-0.1-0.1 0-0.4-0.4-2.5-1.4-0.4-0.1-0.3-0.1-0.2-0.1-0.2-0.3 0-0.2 0-0.4-0.1-0.1-0.2 0-0.1 0.1-0.3 0.6z m123.3-51.5l0.3-0.1 0.1 0.2-0.1 0.2-0.2 0.2-0.3 0.1-0.5 0.3-0.3 0-0.2-0.1 0.1-0.1 0.3-0.2 0.1-0.1 0.1-0.1 0.2-0.1 0.2-0.1 0.2-0.1z m60.4-95.2l0.5-0.1 0.5 0.2 0.2 0.3-0.1 0.3-0.1 0.2-0.3 0.2-0.4 0-0.4 0-0.2-0.2-0.1-0.3 0-0.3 0.4-0.3z\" id=\"BRRN\" name=\"Rio Grande do Norte\">\r\n  <\/path>\r\n  <path d=\"M756.8 301.6l-0.2-0.3 0-0.2 0.1-0.1 0.1-0.1 0.6-0.4 0.2-0.3 0.4-0.4 0.1-0.3 0.1-0.3 0-0.2-0.1-0.5 0-0.2 0.1-0.1 0.5-0.2 0.3-0.4 0.2-0.3 0.3-0.6 0.3-0.5 0.1-0.2 0.1-0.2 0.1-0.3 0-0.3 0-0.2-0.2-0.7 0-0.3-0.1-0.2-0.2-0.1-0.5 0-0.2-0.1-0.2-0.1-0.1-0.1-0.1-0.2-0.2-0.4-0.1-0.1-0.2-0.1-0.2 0-0.3-0.1-0.2-0.1-0.1-0.2 0-0.3 0.2-0.7 0-0.3-0.1-0.3-0.1-0.4-0.1-0.4-0.1-0.2-0.1-0.2-0.2-0.1-0.2-0.1-0.3-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.4 0-0.3 0.1-0.9 0.3-0.4 0.3-0.2 0.3-0.2 0.5-0.3 0.2-0.2 0.2-0.2 0.4-1 0.2-0.2 0.1-0.2 0-0.2-0.1-0.2-0.1-0.2-0.2-0.3-0.1-0.1-0.1-0.1 0-0.2 0-0.3 0-0.3 0.2-0.3 1.2-3.7 0.3-0.5 0.3-0.3 0.2-0.4 0.1-0.2 0.1-0.5 0.3-0.6 0.1-0.1 0.2 0 0.1 0.1 0 0.4 0 0.2 0.2 0.3 0.2 0.1 0.3 0.1 0.4 0.1 2.5 1.4 0.4 0.4 0.1 0 0.1 0.1 0.3-0.2 0.2-0.2 0.2-0.1 0.2 0 2.2 0.7 0.2 0 0.1-0.1 0.7-1.1 0.1-0.2 0.2-0.1 0.2 0 0.1 0.2 0.1 0.1 0 0.2 0.5 0.2 0.2-0.5 0-0.2 0.2-0.2 0-0.1 0.2 0 0.2-0.1 1.4-0.9 1.4-0.8 0.2-0.2 0.1-0.3 0-0.2 0.1-0.3 0.2-0.1 0.1 0 0.1 0.1 0.2 0 0.1-0.1 0.1-0.4 0.1-0.2 0-0.6 0.1-0.3 0.1-0.2 0-0.3 0.2-0.2 0.2-0.2 0.2-0.1 0.7-0.2 1.3-0.5 0.4-0.1 0.7-0.1 0.3-0.1 0.1-0.1 0.2-0.2 0.2 0 0.2-0.1 0.7 0 0.5-0.1 0.2-0.1 0.2 0.1 0.4 0.2 0.2 0 0.3-0.1 0.2-0.1 0.5-0.2 0.8-0.5 0.9-0.2 0.6-0.4 0.3 0 0.6 0 0.2 0.1 0.2 0.2 0.2 0.1 0.1 0.1 0.1 0.1 0 1.3-0.2 0.4-0.5 0.4-0.3 0.3-1.3 1.8-0.8 0.9-1 1.2-0.2 0.3-0.1 0.2-0.3 1.4-0.4 1.2-0.6 0.3-0.5 0.2-0.3 0.1-0.2 0.1-0.1 0.2 0 0.2-0.2 1.1 0 0.5 0 0.2 0.1 0.2 0.1 0.2 0.1 0.1 0.2 0 0.3 0 1.2 0.3 0.2 0 0.5-0.1 0.2 0 0.2 0.1 0.5 0 0.2 0 0.2 0.1 0.3 0.1 0.3 0.1 0.4 0.3 0.1 0.2 0.1 0.3 0.2 0.6 0.3 0.6 0.2 0.2 0.3 0 0.2-0.1 0.6-0.5 0.3-0.1 0.2-0.1 1.7-0.4 0.3-0.1 0.2-0.1 0.2-0.1 0.2-0.2 0.3-0.4 0.1-0.2 0.1 0 0.2 0 0.2 0.1 0.2 0.1 0.3 0.4 0.2 0.2 0.2 0 0.3-0.1 0.2 0 1.3 0.2 0.8 0.1 0.3 0.2 0.2 0.2 0.3 0.5 0.3 0.2 0.1 0.2 0.1 0.2 0 0.3-0.6 1.3 0 0.2 0 0.2 0.1 0.2 0.2 0.3 0.4 0.3 0.3 0.1 0.2 0 1-0.9 0.2-0.1 0.3-0.1 0.7 0.2 0.2 0 0.3-0.1 0.2-0.1 0.1-0.2 0.5-0.7 0.1-0.2 0.3-0.7 0.2-0.5 0.1-0.2 0-0.3-0.1-0.2-0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.2-0.1-0.2-0.1-0.4-0.1-0.5 0-0.4 0-0.3 0.1-0.3 0.1-0.3 0.2-0.2 0.1-0.1 0.2 0 0.2 0.1 0.2 0.1 0.3 0.2 0.2 0.1 0.2 0 0.2-0.1 0-0.2-0.2-0.6-0.5-1.1-0.1-0.2-0.5-0.4-0.1-0.2-0.1-0.4 0.1-0.7 0.1-0.8 0.1-0.4 0.2-0.1 0.2-0.1 0.6-0.2 0.3-0.2 0.7-0.8 0.2-0.2 0.2 0 0.2 0 0.2 0 0.3 0 0.2 0 0.5-0.1 0.4 0.1 0.2 0.2 0.1 0.3 0 0.2 0 0.2-0.1 0.3 0.2 0.5 0.1 0.2 0.3 0.3 2.6 0.4 1 0.3 0.3 0 0.3 0 0.4 0 1.3 0.3 0.7 0.1 1.8-0.2 0.9-0.2 1.4-0.1 0.2-0.1 0.5-0.2 0.3-0.1 0.3 0 0.3 0.1 0.5 0.2 1.1 0.3 1.3 0.1 0.6 0.1 0.5 0.3 1.6 0.8 1.2 0.2 0.2 0 0.3-0.1 0.5-0.3 1.4 0.1 1.4 0.2 0.7 0 0.4 0.2 0.3 0.1 0.2-0.1 0.3-0.2 0.2-0.2 0.9-0.2 0.1 0 0.1 0.7 0 0.9-0.3 0.7 0.2 0.5 0.1 0.2 0.1 0.5 0.1 0.2 0.1 0.2 0.1 0.2 0 0.4-0.1 0.4 0 0.4 0.1 0.5 0-0.1 0.4 1.6 0.3 0.5 0.2 0.1 0.5 0.3 0.2 0.2 0 0.9-0.1 0.3-0.1 0.1-0.2 0.1-0.1 0.2 0 0.2 0.1 0.5-0.1 0.2-0.3 0.8 0.1 0.1-0.2 0.1-0.1 0.1-0.1-0.1-0.2-0.1 0.2 0.2 0.1 0.2 0 0.3-0.1 0.2 0.3-0.2 0.4-0.5 0.4-0.5 0.1-0.4 0.1-0.4 0.2-0.8 0-0.4 0.2 0.3 0.1 0.4-0.2 0.7 0 1.2 0.1 0.6 0.1 0.2 0.1 0.1 0.3 0.2 0.1 0.1 0.1 0.4-0.1 0.3-0.1 0.3 0 0.3 0 3-0.2 1.5 0 0.8 0.2 0.6-0.2 0.6-0.1 0.1-0.1 0-0.2-0.1-0.2 0-0.8 0-0.2 0-0.6-0.3-1.1-0.3-0.1-0.1-0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.5-0.8-0.8-0.5-0.3-0.4-0.2-0.4-0.1-0.1 0-0.2 0-0.4 0.2-0.3 0-1.6-0.4-0.4-0.1-0.3 0-0.2 0.1-0.2 0-0.4 0.2-0.1 0.1-0.6 0.5-0.4 0.5-0.2 0.2-0.2 0.1-0.2 0.1-0.1 0-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.1-0.1-1.2 0-0.2 0-0.1 0-0.1 0.1-0.1 0.2-0.1 0.3-0.2 1.1-0.4 1.9-0.3 0.5-1.1 0.4-0.3 0.2-0.6 0.4-0.1 0.1-0.2 0.1-0.1 0-0.1 0-0.1-0.1-0.1 0-0.1-0.1-0.2 0-0.1 0-1.7 0.7-0.3 0.1-0.2 0-0.2 0.1-0.5 0.2-0.1 0-0.1 0-0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.1 0-0.1-0.1 0-0.2 0-0.1 0-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0.2 0.2 0.3 0.1 0.1 0.1 0.1 0.1 0 0.1-0.1 0.2-0.1 0.1-0.1 0-0.1 0-0.4-0.1-0.1 0-0.2 0-0.1 0.1 0 0.1 0 0.1 0 0.2 0 0.1-0.1 0.1-0.1 0.1-0.1-0.1-0.2-0.2-0.1-0.1-0.2-0.1-0.1 0-0.3-0.1-0.4 0.1-1.1 0.3-0.1 0-0.2 0-0.1-0.1 0-0.1-0.1 0 0-0.2 0-0.3 0-0.1 0-0.1 0-0.1-0.1-0.1-0.1 0-0.1-0.1-0.2 0-0.2 0.1-0.1 0-0.1 0.1-0.4 0.5-0.2 0.2-0.1 0.1-0.2 0-0.4 0-0.1 0-0.1 0-0.1-0.1 0-0.1 0-0.1 0-0.1-0.1-0.3-0.2-0.1-0.5 0.6-0.3 0.1-0.2 0.1-0.1 0.1-0.3-0.1-0.1 0-0.4-0.2-0.5 0-1.3 0.1-0.3 0.1-0.1 0.1-0.1 0.1 0 0.1 0.1 0.1 0.1 0.2 0.1 0.1 0 0.1 0 0.1 0 0.2-0.1 0.1 0 0.1-0.1 0-0.1 0.1-0.4 0.4-0.2 0.1-0.2 0-0.1 0-0.5 0-1 0.1-0.5 0.1-0.1 0.1-0.1 0.1 0.1 0.2 0 0.2-0.1 0-0.1 0-0.1 0-0.2 0-0.2 0-0.2 0.1-0.1 0.1-0.6 0.7 0 0.1-0.1 0.1 0 0.1 0.1 0.1 0.2 0.4 0.2 0.3 0.1 0.1 0 0.2 0 0.2 0 0.1 0 0.2-0.1 0.1-0.3 0.3-0.2 0.2-0.2 0.1-0.2 0-0.3 0.2-0.1 0-0.2 0.1-0.1 0.3-0.1 0.2-0.1 0.1-0.9 0.9-0.1 0.1-0.2 0-1 0.1-0.4 0-0.2 0.1-0.3 0.2-1.1 0.7-0.1 0.1-0.2 0-0.3 0.1-0.8-0.4-0.5-0.4-0.2-0.2-0.5-0.1-0.2-0.1-0.1-0.1-0.8-0.8-0.1-0.2-0.1-0.1-0.2-1 0-0.5-0.1-0.2-0.2-0.5 0-0.2 0-0.2 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0-0.2-0.1-0.3-0.1-0.2-0.1 0-0.5-0.2-0.3-0.1-0.2-0.1-0.1 0-0.2 0-0.1 0-0.2 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0-0.1 0-0.1 0-0.3 0-0.1 0-0.1 0.1-0.2 0.1-0.2 0.1-0.1 0-0.1 0.1-0.2-0.1-0.1 0-0.1-0.1 0-0.1-0.1-0.1 0.1-0.1 0-0.2 0.1-0.2 0.8-0.5 0.3-0.2 0-0.1 0.8-1.3 0.1-0.1 0.2-0.5 0.1-0.2 0-0.1 0.2-0.1 0.5-0.2 0.3-0.2 0.1-0.1 0.1-0.2 0-0.1 0-0.1 0-0.1 0-0.2-0.1-0.2-0.3-0.5-0.1-0.4-0.4-0.8 0-0.1-0.1-0.1 0-0.2 0.1-0.3 0.1-0.6 0.1-0.2 0.1-0.2 0.1 0 0.1-0.1 0.1-0.1 0.1 0 0.4-0.2 0.1 0 0.6-0.1 0.1 0 0.5-0.2 0.4-0.2 1.2-0.4 0.1-0.1 0.2-0.1 0.1-0.2 0-0.1 0-0.1-0.1-0.1-0.3-0.5 0-0.1-0.1-0.1 0-0.1 0-0.1 0-0.4 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.1-0.1-0.3 0.1-0.1 0-0.2 0 0-0.1-0.7-0.4-0.8-0.4-1.6-1.2-0.3-0.2-0.3-0.1-0.1 0-0.3 0.2-1.4 0.3-0.1 0.1-0.1 0-0.1 0.1-0.1 0.2 0 0.1-0.1 0.3-0.1 0.2-0.2 0.1 0 0.1-0.2 0.1-0.1 0-0.3 0.1-0.1 0-0.1-0.1 0-0.1-0.1-0.2-0.1 0-0.8 0.4-0.1 0-0.1 0.1 0 0.2-0.1 0.3 0 0.1-0.2 0.2-0.2 0.3-0.3 0.3-0.2 0.4-0.2 0.3-0.1 0-0.1 0.1-0.9 0.5-2.2 0.9-0.1 0.1-0.5 0.5-0.5 0.8-0.1 0.1-0.2 0.1-0.3 0.2-1.5 0.5-0.2 0.1-0.2 0.2-0.2 0.2-0.1 0.2-0.3 0.6-0.3 0.4 0 0.1-0.1 0.1-0.5 0.3-0.2 0.1-0.1 0-0.9-0.4-0.1 0-0.2 0-0.3 0-0.2 0-0.1 0.1-0.1 0.2-0.2 0.2 0 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0 0 0.1-0.1 0.1-0.1 0.1-0.1 0-0.5-0.2-0.1-0.1-0.1 0-0.1-0.1 0-0.1-0.1-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0.1 0 0.1-0.1 0.3 0 0.1-0.1 0.2-0.1 0.1-0.2 0.1-0.1 0.1-0.2 0-0.1 0-0.1 0-0.1 0-0.1-0.1-0.1 0 0-0.1-0.2 0-0.1 0.1 0 0.1 0 0.1 0 0.1 0 0.2-0.2 0.1-0.1 0-0.1 0-0.2 0-0.3-0.2-0.1 0-0.2 0-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0.1-0.3 0-0.1 0-0.2 0-0.1-0.2-0.5-0.1-0.2-0.1-0.2-0.2-0.5-0.1-0.1-0.2-0.1-0.2-0.1-0.6 0.4-0.2 0.3-0.2 0.2-0.2 0.1-0.1 0-0.1 0 0-0.1-0.1-0.1-0.1-0.1-0.2 0-0.2 0-0.1 0.1-0.1 0.1-0.2 0.2-0.3 0.1-0.4 0.1-0.2 0.1-0.2 0-0.1-0.1-0.2-0.2-0.1 0-0.1 0-0.3 0-0.3-0.1-0.1-0.2 0-0.4 0-0.3 0-0.2-0.1-0.1-0.1 0-0.3 0.1-0.2 0-0.1-0.1-0.2-0.1-0.1-0.1-0.1-0.1 0-0.2-0.1-0.2 0-0.4-0.1-0.2 0-0.1-0.1 0-0.1 0-0.1 0.1-0.1 0-0.1 0-0.3-0.1z\" id=\"BRPB\" name=\"Para\u00edba\">\r\n  <\/path>\r\n  <path d=\"M702.9 323.8l1.8-0.8 1.5-0.8 0.1-0.1 0.1-0.1 0.1-0.2 0.2-0.3 0.1-0.4 0.1-0.2 0.1-0.1 0.2-0.3 0.1-0.1 0.1-0.1 0.5-0.1 0.5 0 0.1-0.1 0.1 0 0.1-0.1 0.2-0.2 0.1-0.1 0-0.2 0-0.3 0.1-0.1 0.1-0.2 0.3-0.3 0.2-0.2 0.1-0.1 0-0.3 0.1-0.1 0.2 0 0.3-0.1 0.2 0 0.2 0 0.8 0.2 0.2 0 0.1 0.1 0.1 0 0.1 0 0.1-0.1 0.2-0.3 0.1-0.2 0-0.2 0-0.2 0.2-0.6 0-0.1 0.1-0.1 0.2 0 0.1 0.1 0.1 0 0.3 0.2 0.1 0.1 0.1 0 0.1 0 0.2-0.1 0.1-0.3 0.1-0.3 0-0.1 0.2-0.2 0.6-0.3 0.2-0.7 0.1-0.1 0.1-0.2 0.1-0.1 1.3-0.8 0.1-0.1 0.3-0.4 0.4-0.3 0.4-0.6 0.2 0 0.1-0.1 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.3 0.7-1.5 0.1-0.7 0.1-1.8-0.1-1.2-0.1-0.3-0.2-0.2-0.4-0.3-0.3-0.2-1.2-0.5-0.1-0.1-0.2-0.2 0-0.1 0.1-0.3 0.2-0.5 0.3-0.4 0-0.1 0.2-0.1 0-0.2 0-0.1 0.1-0.5-0.1-0.2-0.1-0.4 0-0.1-0.4-0.5-0.8-1.5-0.1-0.1 0-0.4-0.1-0.2 0.2-1 0-0.1 0-0.1 0.1-0.1 0.1 0 0.4-0.3 0.2 0 2.2-0.2 4.9 0.1 0.2-0.1 0.2 0 0.3 0.1 1.8 0.5 0.4 0 1.8-0.2 0.4-0.2 0.7-0.3 1.1-0.5 0.5-0.1 1.6-0.1 3.9 0.5 0.4 0.2 1.2 1.1 0.5 0.4 0.3 0.3 0.1 0.1 0.2 0.1 0.8 0.1 0.1 0.1 0.3 0.1 0.8 0.6 0.7 0.3 0.3 0 0.4 0.1 0.1 0.1 0.1 0.1 0.2 0.2 0.1 0.3 0.3 0.6 0.1 0.2 0.9 1 0.3 0.2 1.2 0.5 0.2 0.1 0.1 0 0.3 0.1 0.6 0.4 0.1 0.1 0.2 0.1 0.1 0.2 0.1 0.2 0.4 1.5 0.1 0.2 0 0.1 0.1 0 0.2 0 0.2-0.1 0.6-0.3 0.3-0.2 0.2 0 0.1 0 0.2 0.5 0.1 0.1 0.1 0 0.1-0.1 0.3-0.3 0.2-0.4 0.3-0.3 0.3-0.7 0.2-0.2 0.4-0.5 0.3-0.4 0-0.1 0.1 0 0.2 0 0.1 0 0.1 0.1 0 0.1 0.1 0 0.1 0 0.1-0.2 0-0.4 0.1-0.1 0-0.1 0.1-0.2 0.2-0.1 0.2 0 0.4-0.1 0.2 0 0.2 0 0.1 0.1 0.1 0 0-0.1 0.3-0.4 0.2-0.1 0.6-0.2 0.3 0.1 0.1 0 0.1 0 0.1-0.1 0.1 0 0.1 0 0 0.1 0.1 0.2 0 0.4 0.1 0.2 0 0.2 0.1 0.1 0.1 0.1 0.2 0.1 0.1 0.1 0.2 0 0.3-0.1 0.1 0 0.1 0.1 0 0.2 0 0.3 0 0.4 0.1 0.2 0.3 0.1 0.3 0 0.1 0 0.1 0 0.2 0.2 0.1 0.1 0.2 0 0.2-0.1 0.4-0.1 0.3-0.1 0.2-0.2 0.1-0.1 0.1-0.1 0.2 0 0.2 0 0.1 0.1 0.1 0.1 0 0.1 0.1 0 0.1 0 0.2-0.1 0.2-0.2 0.2-0.3 0.6-0.4 0.2 0.1 0.2 0.1 0.1 0.1 0.2 0.5 0.1 0.2 0.1 0.2 0.2 0.5 0 0.1 0 0.2 0 0.1-0.1 0.3 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.2 0 0.1 0 0.3 0.2 0.2 0 0.1 0 0.1 0 0.2-0.1 0-0.2 0-0.1 0-0.1 0-0.1 0.1-0.1 0.2 0 0 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0 0.1 0 0.2 0 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.2 0-0.1 0.1-0.3 0-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0 0.1 0.1 0.2 0 0.1 0.1 0.1 0.1 0 0.1 0.1 0.5 0.2 0.1 0 0.1-0.1 0.1-0.1 0-0.1-0.1 0 0-0.1-0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.1 0.2-0.2 0.1-0.2 0.1-0.1 0.2 0 0.3 0 0.2 0 0.1 0 0.9 0.4 0.1 0 0.2-0.1 0.5-0.3 0.1-0.1 0-0.1 0.3-0.4 0.3-0.6 0.1-0.2 0.2-0.2 0.2-0.2 0.2-0.1 1.5-0.5 0.3-0.2 0.2-0.1 0.1-0.1 0.5-0.8 0.5-0.5 0.1-0.1 2.2-0.9 0.9-0.5 0.1-0.1 0.1 0 0.2-0.3 0.2-0.4 0.3-0.3 0.2-0.3 0.2-0.2 0-0.1 0.1-0.3 0-0.2 0.1-0.1 0.1 0 0.8-0.4 0.1 0 0.1 0.2 0 0.1 0.1 0.1 0.1 0 0.3-0.1 0.1 0 0.2-0.1 0-0.1 0.2-0.1 0.1-0.2 0.1-0.3 0-0.1 0.1-0.2 0.1-0.1 0.1 0 0.1-0.1 1.4-0.3 0.3-0.2 0.1 0 0.3 0.1 0.3 0.2 1.6 1.2 0.8 0.4 0.7 0.4 0 0.1 0.2 0 0.1 0 0.3-0.1 0.1 0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.4 0 0.1 0 0.1 0.1 0.1 0 0.1 0.3 0.5 0.1 0.1 0 0.1 0 0.1-0.1 0.2-0.2 0.1-0.1 0.1-1.2 0.4-0.4 0.2-0.5 0.2-0.1 0-0.6 0.1-0.1 0-0.4 0.2-0.1 0-0.1 0.1-0.1 0.1-0.1 0-0.1 0.2-0.1 0.2-0.1 0.6-0.1 0.3 0 0.2 0.1 0.1 0 0.1 0.4 0.8 0.1 0.4 0.3 0.5 0.1 0.2 0 0.2 0 0.1 0 0.1 0 0.1-0.1 0.2-0.1 0.1-0.3 0.2-0.5 0.2-0.2 0.1 0 0.1-0.1 0.2-0.2 0.5-0.1 0.1-0.8 1.3 0 0.1-0.3 0.2-0.8 0.5-0.1 0.2 0 0.2-0.1 0.1 0.1 0.1 0 0.1 0.1 0.1 0.1 0 0.2 0.1 0.1-0.1 0.1 0 0.2-0.1 0.2-0.1 0.1-0.1 0.1 0 0.3 0 0.1 0 0.1 0 0.1 0 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0.2-0.1 0.1 0 0.2 0 0.1 0 0.2 0.1 0.3 0.1 0.5 0.2 0.1 0 0.1 0.2 0.1 0.3 0 0.2-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0 0.2 0 0.2 0.2 0.5 0.1 0.2 0 0.5 0.2 1 0.1 0.1 0.1 0.2 0.8 0.8 0.1 0.1 0.2 0.1 0.5 0.1 0.2 0.2 0.5 0.4 0.8 0.4 0.3-0.1 0.2 0 0.1-0.1 1.1-0.7 0.3-0.2 0.2-0.1 0.4 0 1-0.1 0.2 0 0.1-0.1 0.9-0.9 0.1-0.1 0.1-0.2 0.1-0.3 0.2-0.1 0.1 0 0.3-0.2 0.2 0 0.2-0.1 0.2-0.2 0.3-0.3 0.1-0.1 0-0.2 0-0.1 0-0.2 0-0.2-0.1-0.1-0.2-0.3-0.2-0.4-0.1-0.1 0-0.1 0.1-0.1 0-0.1 0.6-0.7 0.1-0.1 0.2-0.1 0.2 0 0.2 0 0.1 0 0.1 0 0.1 0 0-0.2-0.1-0.2 0.1-0.1 0.1-0.1 0.5-0.1 1-0.1 0.5 0 0.1 0 0.2 0 0.2-0.1 0.4-0.4 0.1-0.1 0.1 0 0-0.1 0.1-0.1 0-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.2-0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0.3-0.1 1.3-0.1 0.5 0 0.4 0.2 0.1 0 0.3 0.1 0.1-0.1 0.2-0.1 0.3-0.1 0.5-0.6 0.2 0.1 0.1 0.3 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0 0.4 0 0.2 0 0.1-0.1 0.2-0.2 0.4-0.5 0.1-0.1 0.1 0 0.2-0.1 0.2 0 0.1 0.1 0.1 0 0.1 0.1 0 0.1 0 0.1 0 0.1 0 0.3 0 0.2 0.1 0 0 0.1 0.1 0.1 0.2 0 0.1 0 1.1-0.3 0.4-0.1 0.3 0.1 0.1 0 0.2 0.1 0.1 0.1 0.2 0.2 0.1 0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.2 0-0.1 0-0.1 0.1-0.1 0.2 0 0.1 0 0.4 0.1 0.1 0 0.1 0 0.1-0.1 0.1-0.2 0-0.1-0.1-0.1-0.1-0.1-0.3-0.1-0.2-0.2-0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1 0 0.2 0 0.1 0 0 0.1 0 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0 0.5-0.2 0.2-0.1 0.2 0 0.3-0.1 1.7-0.7 0.1 0 0.2 0 0.1 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0 0.2-0.1 0.1-0.1 0.6-0.4 0.3-0.2 1.1-0.4 0.3-0.5 0.4-1.9 0.2-1.1 0.1-0.3 0.1-0.2 0.1-0.1 0.1 0 0.2 0 1.2 0 0.1 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0.1 0 0.2-0.1 0.2-0.1 0.2-0.2 0.4-0.5 0.6-0.5 0.1-0.1 0.4-0.2 0.2 0 0.2-0.1 0.3 0 0.4 0.1 1.6 0.4 0.3 0 0.4-0.2 0.2 0 0.1 0 0.4 0.1 0.4 0.2 0.5 0.3 0.8 0.8 0.2 0.5 0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0.1 1.1 0.3 0.6 0.3-0.1 0-0.3 0.1-0.3 0.2 1.2-0.1 0.7 0.2 0 0.4 0.3 0.4 0.2 0.2 0.1 0.2-0.2 0.4-0.1 0.3-0.2 0.5-0.2 0 0-0.3 0-0.2 0-0.2-0.1 0.1-0.1 0.1 0 0.3-0.4-0.8-0.1-0.3-0.1 0.4 0.4 1-0.1 0.4-0.3 0-0.2 0.1-0.2 0.2-0.2 0.3 0.4-0.2 0.2-0.2 0.2 0 0 0.1 0 0.2-0.2 0.1-0.1 0.2-0.2 0.4 0 0.8 0.2 0.3 0.7 0.1 0 0.2 0.1 0.3-0.1 0.8 0.3-0.6 0.1 0.2 0.2 0.5 0.1 0.3-0.1 0.1 0 0.2 0 0.1 0.1 0.1-0.2 0.4-0.5 1.8 0 0.4-0.1 0.2-0.2 0-0.4-0.1-0.4-0.4-0.2-0.2-0.3 0 0.3 0.2 0.1 0.2 0.1 0.2 0.1 0.2 0 0.2 0 0.2 0.2 0.2 0.1-0.1 0-0.2 0 0.3-0.2 0.8-0.2 0.8 0 0.2-0.4 0.5-0.2 0.5-0.1 0.6-0.1 0.8 0 0.6 0.1 0.2-0.1 0-0.1 0.2-0.1 0.1-0.1 0.2 0 0.2-1.4 3.9-0.9 1.8 0 0.2-0.2 0.2-0.1 0.4 0 0.8-0.2 0.4-0.6 0.9-0.2 0.4 0 0.9-0.2 0.9-0.1 0-0.3-0.2-0.2 0-0.6 0-1.9-0.4-1.9 0-0.5-0.3-0.7-0.2-0.2 0-0.1-0.2 0-0.1 0-0.1-0.1-0.1-0.3 0-0.5 0-2 0.6-0.3 0.1-1.4 0.9-0.2 0.1-0.3 0-0.4 0-0.5-0.3-0.4-0.1-0.2-0.1 0-0.2 0-0.2-0.1-0.1-0.3 0-0.4 0.1-0.9 0-0.6 0.2-1 0.4-0.2 0.1-0.3-0.1-0.2-0.3-0.2 0.1-0.2 0-1.1 0.8-0.4 0.5-0.5 0.1-0.1 0.1 0 0.2 0 0.2 0.1 0.1 0 0.1 0.1 0.1-0.1 0.1-0.2 0.2-2.3 1.4-0.2 0.2 0 0.3-0.2 0.4-0.1 0.3-1.7 1.2-1.8 0.1-0.3 0.1-0.3 0.2-0.7 0.5-0.7 0.3-0.5 0.3-0.2 0.2-0.2 0.1-0.2 0.1-0.3 0-0.5-0.2-0.2-0.1-0.2 0-3.6-0.4-0.5 0.1-0.5 0.1-0.5 0.4-0.7 1.3-0.3-0.1-0.2-0.1-0.7-0.8-0.5-0.3-0.6-0.1-1.2-0.2-0.3-0.1-1.1-0.6-4.2-4.1-0.9-0.5-0.3-0.1-0.5-0.1-0.2-0.2-0.1-0.2-0.2-0.4-0.4-0.5-0.4 0-0.4 0-0.3 0.1-0.2 0.1-0.9 0.6-0.3 0.1-0.3 0-0.3 0-0.2-0.2-0.1-0.2-0.1-0.2 0-0.2 0-0.2-0.1-0.2-0.4-0.4-0.1-0.2 0-0.2-0.1-0.1-0.4-0.4-0.2-0.1-0.3 0.1-0.6 0.4-0.1 0.2 0 0.2 0 0.2-0.1 0.5-0.1 0.3 0.1 0.3 0 0.2-0.2 0.3-0.2 0.3-0.6 0.5-0.7 0.5-0.7 0.8-0.7 1-0.6 0.3-1.1 0.3-0.8 0.2-0.2 0.2-0.3 0.2-0.3 0.5-0.5 0.8-0.7 0.7-0.9 0.6-0.3-0.6-0.7-2.1 0-0.4-0.1-0.2-0.4-0.5-0.1-0.3 0-0.2 0-0.2 0-0.2 0.1-0.2-0.1-0.3 0.1-0.2 0.2-0.1 0.1-0.2 0.1-0.3 0.1-0.2-0.1-0.3-0.1-0.1-0.2-0.1-0.1-0.2-0.2-0.1-0.4 0.2-0.4 0.4-0.5 0.3-0.5 0.1-0.5-0.2-0.3-0.2-0.4-0.2-0.3-0.1-0.4-0.8-0.2-0.3 0.8-1.2 0.1-0.5-0.3-0.6-0.9-0.3-0.7 0.2-0.6 0.6-0.2 0.8 0 1-0.1 0.5-0.4 0.2-0.4-0.1-0.2-0.2-0.8-1.9 0-0.4-0.2-0.3-0.4-0.2-0.8-0.3-0.2-0.2-0.2-0.2-0.2-0.2-0.6-0.1-0.4-0.2-0.2-0.1-0.2 0.1-0.6 0.2-1 0.2-0.5 0-0.2-0.3-0.1-0.3-0.4-0.3-0.5-0.3-1.7-0.5-0.6-0.1-0.2-0.1 0-0.1-0.2-0.1-0.2-0.1-0.5-0.1-0.3 0.1-0.2-0.1-0.1-0.3 0-0.1-0.1-0.2-0.1-0.1-0.3-0.3-0.4-1.1-0.3-0.3-0.8-0.2-0.7-0.4-0.4 0-0.4 0.1-4.1 2.2-0.3 0-0.8 0-0.4 0.1-0.2 0.2-0.1 0.4 0.3 1.4 0 0.5-0.2 0.2-0.3 0.1-0.6 0.1-0.4 0.1-0.8 0.2-1.4 0.1-0.4 0.2-0.3 0.2 0 0.4 0.1 0.4 0.1 0.4 0.2 0.2 0 0.2-0.1 0.5-0.1 0.5-0.2 0.3-1.1 1.2-0.3 0.2-0.9 0.2-0.8 0.3-0.8 0.5-0.5 0.3-0.3-0.1-0.1 0-0.3 0-0.1 0-0.1-0.1-0.2-0.3-0.1-0.1-0.3-0.1-0.4-0.1-0.8 0.1-0.5 0.7-0.8 3.8-0.3 0.5 0 0.7-0.1 0.2-0.2 0.2-0.2 0-0.2 0.1-0.3-0.1-0.4-0.2-0.1 0-0.4 0.1-0.5 0.6-0.5 0.2-0.8 0.1-0.3 0.2-0.2 0.7-0.3 0.2-1.4 0.5-0.2 0-0.2 0-0.4-0.2-0.2-0.1-0.2 0-0.5-0.4-0.2-0.1-0.2 0-0.5 0-0.1 0.1 0.3-0.6 0.1-0.1 0.1-0.1 0.3-0.3 0.2-0.4 0.1-0.3 0.2-0.2 0-0.2 0-0.1 0-0.1 0-0.1 0-0.1 0-0.1 0-0.5 0-0.1 0-0.2-0.1-0.1 0-0.1-0.1-0.1 0-0.4-0.1-0.2 0.1-0.1 0-0.1 0-0.1-0.1-0.1 0-0.1-0.1-0.1-0.2 0-0.5-0.1-0.2 0-0.1 0-1.2-0.8-0.2-0.1-0.2 0-0.2-0.1-0.1-0.2 0-0.1 0-0.2 0-0.7 0-0.1 0-0.2-0.1 0 0-0.1-0.5-0.5-0.1-0.2 0-0.1-0.1-0.2 0-0.3 0.1-0.6 0-0.3-0.1-0.4 0-0.1 0-0.2 0.1-0.9 0.1-0.3 0-0.1 0-0.1-0.1-0.2 0-0.1-0.2-0.1-0.2-0.2-0.1-0.1-0.1-0.1-0.1 0-0.1 0.1-0.2 0.1-0.2 0-0.2 0-0.2-0.2-0.1-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1 0-0.1-0.1-0.2 0.1-0.6 0.2-0.5 0-0.1 0-0.2 0-0.1 0-0.2-0.1 0-0.1-0.1-0.2 0-0.1 0.1-0.5 0-0.1 0-0.1-0.1-0.1 0-0.1-0.1 0-0.2-0.1-0.5-0.1-0.3 0-1.1 0.1-0.6 0.2-0.2 0.1-0.2 0.1-0.4 0.1-0.1 0-0.2 0-0.4 0-0.2 0-0.3-0.2-0.6-0.3z m131.3-20.7l0.1 0 0.2 0 0.2 0.2-0.1 0.1 0.1 0.3 0.1 0.3 0 0.2-0.1 0.3-0.1 0.3-0.1 0.3 0 0.4-0.1 0-0.3 0-0.3-0.1-0.2-0.1 0-0.3 0-0.5 0-0.2 0.2-0.2 0.3-0.3 0-0.3 0-0.2 0.1-0.2z\" id=\"BRPE\" name=\"Pernambuco\">\r\n  <\/path>\r\n  <path d=\"M766.1 336.4l0.9-0.6 0.7-0.7 0.5-0.8 0.3-0.5 0.3-0.2 0.2-0.2 0.8-0.2 1.1-0.3 0.6-0.3 0.7-1 0.7-0.8 0.7-0.5 0.6-0.5 0.2-0.3 0.2-0.3 0-0.2-0.1-0.3 0.1-0.3 0.1-0.5 0-0.2 0-0.2 0.1-0.2 0.6-0.4 0.3-0.1 0.2 0.1 0.4 0.4 0.1 0.1 0 0.2 0.1 0.2 0.4 0.4 0.1 0.2 0 0.2 0 0.2 0.1 0.2 0.1 0.2 0.2 0.2 0.3 0 0.3 0 0.3-0.1 0.9-0.6 0.2-0.1 0.3-0.1 0.4 0 0.4 0 0.4 0.5 0.2 0.4 0.1 0.2 0.2 0.2 0.5 0.1 0.3 0.1 0.9 0.5 4.2 4.1 1.1 0.6 0.3 0.1 1.2 0.2 0.6 0.1 0.5 0.3 0.7 0.8 0.2 0.1 0.3 0.1 0.7-1.3 0.5-0.4 0.5-0.1 0.5-0.1 3.6 0.4 0.2 0 0.2 0.1 0.5 0.2 0.3 0 0.2-0.1 0.2-0.1 0.2-0.2 0.5-0.3 0.7-0.3 0.7-0.5 0.3-0.2 0.3-0.1 1.8-0.1 1.7-1.2 0.1-0.3 0.2-0.4 0-0.3 0.2-0.2 2.3-1.4 0.2-0.2 0.1-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.2 0-0.2 0.1-0.1 0.5-0.1 0.4-0.5 1.1-0.8 0.2 0 0.2-0.1 0.2 0.3 0.3 0.1 0.2-0.1 1-0.4 0.6-0.2 0.9 0 0.4-0.1 0.3 0 0.1 0.1 0 0.2 0 0.2 0.2 0.1 0.4 0.1 0.5 0.3 0.4 0 0.3 0 0.2-0.1 1.4-0.9 0.3-0.1 2-0.6 0.5 0 0.3 0 0.1 0.1 0 0.1 0 0.1 0.1 0.2 0.2 0 0.7 0.2 0.5 0.3 1.9 0 1.9 0.4 0.6 0 0.2 0 0.3 0.2-0.8 1.6-0.8 1.1-0.6 1.4-0.6 0.8-0.3 0.8-1.8 2.3-0.4 0.4 0-0.2-0.5 0.3-0.5 0.3-0.4 0.5-0.1 0.4-0.1 0.3-1.6 2.4-0.2 0.2-1 0.7-0.5 0.2-0.4 0.7-0.4 1.3-0.2 0-0.2 0.1-0.5 0-0.2 0.1-0.2 0.1-0.3 0.3 0.3-0.5 0.3-0.4 0-0.3-0.4-0.7-0.1-0.2-0.3-0.2-0.3-0.1-0.2 0.3 0 0.1 0.3 0.5 0.1 0.3 0 0.5-0.1 0.2-0.1 0.1-0.2 0.1-0.8 0.9-0.1 0.1-0.3-0.4-0.1-0.4 0-0.2-0.7-1 0.1-0.3-0.3-0.3-0.4-0.2-0.5 0.2 0.3 0.4 0.5 0.3 0.3 0.3 0.2 0.3 0.4 1.6 0.1 0.1 0.3 0.1 0.1-0.1 0-0.2 0.1-0.1 0.6-0.1 0.3-0.1 0.2-0.2-0.3 0.5-1 1-0.4 1.2-0.5 0.5-0.9 0.7-0.5 1.1-0.1 0.2-0.2 0.1-0.2 0.3-0.7 1.4-0.3 0.3-0.8 0.3-1 1.3-2.3 1.9-0.6 0.6-0.1 0.4-0.1 0.4 0 0.3 0.1 0.1 0 0.1-0.1 0.2-2.3 3.1-0.2-0.5-0.2-0.9-0.1-0.2-0.5-0.3-0.1-0.1-1.2 0.3-0.7 0-0.2-0.2 0-0.5 0.1-0.7 0-0.4-0.2-0.4-0.3-0.4-0.7-0.8-0.3-0.1-0.4 0.1-0.3 0.4-0.2 0-0.1 0-0.8-0.3-0.5-0.5-0.3-0.2-0.8-0.1-0.4-0.1-0.2-0.3-0.1-0.3-0.2-0.4-0.4-0.4-0.2-0.2-0.8-0.2-0.3-0.2-0.1-0.3-0.1-1.8-0.1-0.4-0.3-0.4-0.4-0.2-0.4 0.1-0.4 0.2-0.4-0.1-0.3-0.2-1.2-1.1-0.6-0.2-0.7-0.2-0.2 0-0.3 0.1-0.2 0-0.2-0.2-0.1-0.1-0.2-0.4-0.1-0.2-1-1-0.5-0.3-0.8-0.4-1.5-0.4-0.7-0.3-0.5 0.1-0.5 0-0.5-0.1-0.4-0.2-1.1-0.7-0.6-0.3-0.6-0.6-0.4-0.2-1.4-0.1-0.5 0.1-0.2-0.6-0.7-0.3-0.6-0.3-0.3-0.3-0.3-0.2-1.8-0.4-0.2-0.2-0.2-0.3-0.1-0.3 0-0.4-0.2-0.1-1.1-0.4-0.2-0.1-0.3-0.2-0.4-0.1-0.7 0-0.3-0.1-0.2 0-0.2-0.2-0.2-0.1 0-0.1 0-0.1-0.1-0.2-0.6-1.3z\" id=\"BRAL\" name=\"Alagoas\">\r\n  <\/path>\r\n  <path d=\"M770.9 340.4l0.2 0.2 1.8 0.4 0.3 0.2 0.3 0.3 0.6 0.3 0.7 0.3 0.2 0.6 0.5-0.1 1.4 0.1 0.4 0.2 0.6 0.6 0.6 0.3 1.1 0.7 0.4 0.2 0.5 0.1 0.5 0 0.5-0.1 0.7 0.3 1.5 0.4 0.8 0.4 0.5 0.3 1 1 0.1 0.2 0.2 0.4 0.1 0.1 0.2 0.2 0.2 0 0.3-0.1 0.2 0 0.7 0.2 0.6 0.2 1.2 1.1 0.3 0.2 0.4 0.1 0.4-0.2 0.4-0.1 0.4 0.2 0.3 0.4 0.1 0.4 0.1 1.8 0.1 0.3 0.3 0.2 0.8 0.2 0.2 0.2 0.4 0.4 0.2 0.4 0.1 0.3 0.2 0.3 0.4 0.1 0.8 0.1 0.3 0.2 0.5 0.5 0.8 0.3 0.1 0 0.2 0 0.3-0.4 0.4-0.1 0.3 0.1 0.7 0.8 0.3 0.4 0.2 0.4 0 0.4-0.1 0.7 0 0.5 0.2 0.2 0.7 0 1.2-0.3 0.1 0.1 0.5 0.3 0.1 0.2 0.2 0.9 0.2 0.5-0.3 0.1-0.7 0.2-0.6 0.1-0.4 0.1-0.3 0.1-0.3 0.2-0.8 0.2-0.1 0-0.2 0.3-0.1 0.1-0.3 0.1-3.2 2-2.7 2-1 1.3-0.2 0.6-0.3 0.4-1 1-0.2 0.3-0.1 0.3-0.1 0.5-0.1 0.3-1.4 2.3-0.3 0.2-0.2 0 0-0.2 0.1-0.3 0-0.2-0.1-0.1-0.1 0-0.1-0.1-0.1-0.2-0.2 0-0.1 0.3-0.2-0.2-0.3-0.6-0.1-0.1-0.8-0.4-0.2 0-0.1-0.1-0.1 0-0.2 0.1 0 0.3 0 0.1 0.1 0.3 0.1 0.2 0.2 0.1 0.1 0.1 0.1-0.1 0.2 0 0.2 0.1 0.1 0.1 0.2 0.1 0.3 0.1 0 0.2-0.4-0.2-0.1 0.2 0.1 0.1 0.3 0.2 0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0.2 0.1 0.1 0.1 0.1 0.2-0.2 0.1 0.2 0.3 0 0.7 0.1 0.3 0-0.1 0.2 0.1-0.5 0.3-0.6 0.3-0.4 0.3-0.2 0.5-0.1 0.1-0.2 0.1-0.2 0.2-0.2 0.1-0.1 0.1-0.3 0.7-0.6 1.8-0.3 0.3-0.9 0.2-0.3-0.1 0-0.1 0.1-0.2 0-0.2-0.3 0 0.5-0.8 0.1-0.2 0.2-0.6 0-0.2 0.3-0.2 0.8-0.7 0.2-0.2 0.1-0.1 0.4-0.1-0.3-0.3 0-0.6-0.3-0.2 0 0.5 0 0.2 0 0.2-0.1 0-0.4-0.7-0.2-0.3-0.2-0.2 0 0.5 0.5 0.9 0 0.4-0.1-0.1-0.4-0.3 0 0.2 0.1 0.2 0.1 0.1 0 0.1 0 0.2-0.2 0.1-0.1 0-0.2 0.1-0.2 0.2-0.2 0.2-0.3 0.5-0.3 1.1-0.1 0.2-0.3 0-0.1-0.4-0.2-0.7 0 0.2-0.1 0.2-0.2-0.1-0.2-0.2 0.2 0.7 0.1 0.3 0.2 0.2 0.9 0.3 0.1 0.1-0.2 0.7-0.5 0.5-0.7 0.3-0.5 0.2 0.1 0-1.2 0.4-0.6 0.1-1.2-0.4-0.3 0.4-0.2 0.3-0.3 0.2-0.1 0-0.4-0.2-0.9-0.2-0.4-0.2-0.7-0.3-0.4-0.5-0.3-0.5-0.2-0.4-0.1-0.3-0.2-0.1-0.3-0.1-0.2-0.2-0.2-0.2-0.2-0.1-0.1 0.1-0.2 0.1-0.1 0-0.1-0.1-0.2-0.1-0.7-0.1-0.4-0.3-0.1-0.2-0.2-0.2 0-0.2 0-0.2 0.1-0.1 0.2-0.4 0-0.4 0.2-0.7 0-0.4 0-0.3-0.1-0.3-0.1-0.3-0.2-0.1 0-0.1-0.2-0.1-0.6-0.2-0.4-0.3-0.2-0.2-0.2-0.7-0.1-0.4-0.1-0.6-0.2-0.7-0.2-0.3-0.2-0.1-0.2-0.1-0.4-0.3-0.1-0.1-0.4-0.3-0.1-0.3-0.2-0.5-0.3-0.4-0.2-0.2-0.4-0.3-0.1-0.3-0.1-0.3 0-0.5 0-0.2 0.1-0.3 0.5-1.1 0.1-0.6 0.1-0.1 0.1-0.2 0.2-0.2 0.2-0.1 0.2 0 0.3-0.1 0.9 0 0.5 0.1 0.2 0.1 0.4 0.2 0.9 0.6 0.2 0.1 0.1 0 0.5-0.1 2-0.9 1.1-0.6 0.3-0.3 0.2-0.2 0.1-0.3 0.1-0.3 0-0.2-0.1-0.2-0.1-0.1-0.4-0.3-0.1-0.1-0.1-0.2-0.1-0.3 0-0.2 0.2-0.6 0.1-0.6-0.5-1.4 0.1-0.2 0-0.2 0.2-0.2 0.2-0.5 0.1-0.1 0.2-0.3 0.1-0.3 0.2-0.6 0.2-1.9 0-0.9 0-1.1-0.1-0.3-0.1-0.4-0.8-1.2-0.1-0.1-0.2-0.1-0.3-0.2-0.9-1-0.1-0.2 0-0.2 0-0.2 0-0.2-0.1-0.1-0.5-0.2-0.2-0.1-0.3-0.2-0.2-0.2-0.7-1.8-0.5-0.8-0.1-0.2 0-0.2 0.1-0.2 0.1-0.1 0.1-0.2 0.2-0.6 0.2-0.4 0.1-0.1-0.1-0.1-0.1-0.1-0.4 0-0.2-0.1-0.2-0.1-0.1-0.2 0-0.3 0.1-0.2 0.1-0.2 0.2-0.3 0.1-0.2 0.1-0.3 0-0.1 0.1-0.1 0.3-0.2z\" id=\"BRSE\" name=\"Sergipe\">\r\n  <\/path>\r\n  <path d=\"M614.6 356.9l2.5-0.1 0.6 0.1 0.2 0.1 0.3 0.2 1.3 1.4 0.6 1 0.2 0.3 0.1 0.1 0.1 0.5 0 0.5 0.1 0.7 0 0.1 0.4 0.9 0 0.1 1.2 1.4 0.8 1.4 0.3 0.3 0.1 0.1 0.1 0.1 0.3 0 0.2 0.1 0.2 0 0.7 0.5 0.9 0.3 0.4 0.2 0.8 0.5 0.1 0.1 0.3 0.1 1.1 0.5 0.2 0 0.1 0 0.2 0 0.2 0 0.2-0.1 0.1 0 0.1-0.1 0.3-0.2 0.1 0 0.2-0.1 0.7-0.1 0.3-0.1 1.6 0.4 0.3 0 0.3 0 0.2-0.1 0.2-0.1 0.2-0.1 0.1 0 0-0.1 0.1-0.1 0.6-1.5 0.1-0.1 0.1-0.1 0.2-0.1 0.8-0.3 0.6-0.2 0.2 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0.2-0.5 0.1-0.1 0-0.1 0.1 0 0.2-0.1 0.3-0.1 0.1 0 0.1-0.1 0.2-0.1 0.3-0.5 0.1-0.1 0.2-0.1 0.1 0 0.2-0.1 0.6 0 0.6-0.2 0.6-0.3 0.2-0.2 0.1 0 0.3-0.1 1.9 0.3 1.4 0.5 0.2 0.1 0.2 0 0.1 0 1.5-0.5 0.2-0.1 0.3-0.3 0.3-0.3 2.3-2.4 0.1-0.2 0.1 0 0.3 0 0.2 0.1 0.2 0 0.1-0.1 0.3-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0.1-0.7 0-0.2 0.1-0.1 0.4-0.2 0.1 0 0.1-0.1 0.1-0.2 0.1-0.7 0.2-0.4 0.8-1.1 0-0.1 0-0.3 0.2-0.3 0-0.2 0.1 0 0.3-0.2 0.2-0.1 0.2-0.2 0-0.1 0-0.1 0-0.7 0.1-0.1 0-0.3 0.1-0.1 0.7-0.8 0.2-0.3 0.1-0.3 0.1-0.3 0-0.3-0.1-0.4-0.1-0.3-0.1-0.4 0-0.2 0.1-0.2 0.4-1 0.1-0.3 0-0.4 0.1-0.1-0.1-0.9-0.1-0.4-0.1-0.1 0-0.1-0.1 0-0.6-0.4-0.1-0.2 0-0.1-0.1-0.2-0.1-0.3 0-0.5-0.1-0.5-0.6-1.8-0.1-0.1 0-0.1-0.2-0.2-0.1-0.1-0.2-0.4-0.1-0.1-0.3-0.4-0.1-0.1-0.1-0.4 0.1-0.7 0.1-0.3 0.1 0 0.2-0.1 0.7 0.1 0.5 0 0.8 0.3 0.2 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0-0.1 0.2-0.7 0.1-0.2 0.2-0.4 0.1-0.1 0.2-0.1 0.3-0.3 0.2-0.1 0.2 0 0.7 0.2 0.3 0.2 0.1 0.1 0.3 0 0.3 0 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.3 0.1-0.2 0.1-0.1 0.4-0.2 0.1-0.1 0.2 0.1 0.5 0.5 0.3 0.2 0.1 0.1 0.5 1.4 0 0.1 0.1 0 0.1 0.1 0.1 0.1 0.3 0.1 0.1 0 0.1-0.1 0.1 0 0.1-0.1 0.2-0.1 0-0.1 0.2-0.1 0.1 0 0.2-0.1 0.6 0.1 0.3 0 0.4 0 0.1-0.1 0.2 0.1 0.1 0 0.1 0.2 0.2 0 0.1 0 0.1 0 0.1-0.1 0.2-0.4 0.1-0.1 0.5-0.2 0.2-0.1 0.2 0 0.1 0 0.4 0.2 0.1 0 0.9 0.2 0.1 0.1 0.1 0 0 0.1 0.1 0.4 0 0.1 0.1 0.1 0.1 0.1 0.1 0 0.4-0.1 0.2 0 0.2 0.1 0.2 0.1 0.5 0.1 0.1 0.1 0.1 0 0 0.1 0.1 0.1-0.1 0.1 0 0.1-0.1 0.3-0.1 0.2 0 0.1 0 0.1 0.1 0 0 0.1 0.1 0.1 0.1 0 0.1 0.1 0.5 0.1 0.9 0.5 0.2 0 0.1 0 0.1-0.2 0.1 0 0.2-0.2 0.1 0 0.3-0.1 0.3 0 0.6-0.1 0.6 0 0.8 0.2 0.2 0 0.1 0.1 0.3 0.4 0.1 0 0.2 0.1 0.2 0.1 0.1 0 0.1 0 0.1-0.1 0.1-0.2 0.1-0.2 0.2-0.8 0-0.1 0.1-0.1 0.1-0.1 0.2 0 0.1 0 0.1 0 0.2 0.1 1 0.2 0.3 0 0.1-0.1 0.1-0.1 0-0.1 0-0.2 0.1-0.1 0.1-0.1 0.2-0.2 0.4-0.7 0.2-0.3 0.1-0.1 0.1-0.1 0.1 0 0.6-0.2 0.2-0.1 0.2-0.1 0-0.1 0.1 0 0-0.1 0.1-0.1 0.1-0.4 0.1-0.2 0.2-0.2 0.1-0.1 0.2-0.2 0.2 0 0.2 0 0.1 0 0.2 0.1 0.3 0.1 0.1-0.1 2.4-0.4 0.1-0.1 0.5-0.2 0.2-0.1 0.2-0.1 0.5-0.8 0.2-0.2 0.1-0.1 0.1-0.1 0.2-0.1 0.2 0 0.2 0.2 0.1 0.1 0.1 0 0.2-0.2 0.2-0.1 0.1 0 0.1 0.1 0.2 0.1 0.1 0 0.1 0.1 0.2 0 0.2 0 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.1 0 0.3 0 0.1 0.1 0.1 0.1 0.1 0.1 0 0.1 0.2 0.3 0 0.1 0.1 0 0.2 0.1 0.2 0 0.1-0.1 0.1-0.1 0.2-0.1 0.2-0.3 0.4-0.8 0-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0.8-0.3 0.2 0 0-0.1 0.1-0.1 0-0.1 0-0.1 0-0.2 0-0.4 0-1.1-0.2-1 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.2-0.1 0.2 0 0.2 0 0.7 0 0.2 0 0.8-0.2 0.1-0.1 0.2 0 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0.2 0 0.2 0 0.2 0 0.1 0 0.1-0.1 0.2-0.2 0.1-0.1 0.6-0.4 0.1 0 0-0.1 0.1-0.1 0.4-1 0.1-0.2 0.7-0.7 0-0.1 0.2-0.2 0.1-0.2 0.2-0.2 0.1-0.1 0.1-0.2 0.2-0.8 0.3-0.6 0.6 0.3 0.3 0.2 0.2 0 0.4 0 0.2 0 0.1 0 0.4-0.1 0.2-0.1 0.2-0.1 0.6-0.2 1.1-0.1 0.3 0 0.5 0.1 0.2 0.1 0.1 0 0 0.1 0.1 0.1 0 0.1 0 0.1-0.1 0.5 0 0.1 0.1 0.2 0 0.1 0.2 0.1 0.1 0 0.2 0 0.1 0 0.5 0 0.6-0.2 0.2-0.1 0.1 0.1 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.2 0.1 0.1 0 0.1 0.1 0.1 0.1 0.1 0.2 0.2 0.2 0 0.2 0 0.2-0.1 0.1-0.1 0.1 0 0.1 0.1 0.1 0.1 0.2 0.2 0.2 0.1 0 0.1 0.1 0.2 0 0.1 0 0.1-0.1 0.3-0.1 0.9 0 0.2 0 0.1 0.1 0.4 0 0.3-0.1 0.6 0 0.3 0.1 0.2 0 0.1 0.1 0.2 0.5 0.5 0 0.1 0.1 0 0 0.2 0 0.1 0 0.7 0 0.2 0 0.1 0.1 0.2 0.2 0.1 0.2 0 0.2 0.1 1.2 0.8 0.1 0 0.2 0 0.5 0.1 0.2 0 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0 0.1-0.1 0.1 0.1 0.2 0 0.4 0.1 0.1 0 0.1 0.1 0.1 0 0.2 0 0.1 0 0.5 0 0.1 0 0.1 0 0.1 0 0.1 0 0.1 0 0.2-0.2 0.2-0.1 0.3-0.2 0.4-0.3 0.3-0.1 0.1-0.1 0.1-0.3 0.6 0.1-0.1 0.5 0 0.2 0 0.2 0.1 0.5 0.4 0.2 0 0.2 0.1 0.4 0.2 0.2 0 0.2 0 1.4-0.5 0.3-0.2 0.2-0.7 0.3-0.2 0.8-0.1 0.5-0.2 0.5-0.6 0.4-0.1 0.1 0 0.4 0.2 0.3 0.1 0.2-0.1 0.2 0 0.2-0.2 0.1-0.2 0-0.7 0.3-0.5 0.8-3.8 0.5-0.7 0.8-0.1 0.4 0.1 0.3 0.1 0.1 0.1 0.2 0.3 0.1 0.1 0.1 0 0.3 0 0.1 0 0.3 0.1 0.5-0.3 0.8-0.5 0.8-0.3 0.9-0.2 0.3-0.2 1.1-1.2 0.2-0.3 0.1-0.5 0.1-0.5 0-0.2-0.2-0.2-0.1-0.4-0.1-0.4 0-0.4 0.3-0.2 0.4-0.2 1.4-0.1 0.8-0.2 0.4-0.1 0.6-0.1 0.3-0.1 0.2-0.2 0-0.5-0.3-1.4 0.1-0.4 0.2-0.2 0.4-0.1 0.8 0 0.3 0 4.1-2.2 0.4-0.1 0.4 0 0.7 0.4 0.8 0.2 0.3 0.3 0.4 1.1 0.3 0.3 0.1 0.1 0.1 0.2 0 0.1 0.1 0.3 0.2 0.1 0.3-0.1 0.5 0.1 0.2 0.1 0.2 0.1 0 0.1 0.2 0.1 0.6 0.1 1.7 0.5 0.5 0.3 0.4 0.3 0.1 0.3 0.2 0.3 0.5 0 1-0.2 0.6-0.2 0.2-0.1 0.2 0.1 0.4 0.2 0.6 0.1 0.2 0.2 0.2 0.2 0.2 0.2 0.8 0.3 0.4 0.2 0.2 0.3 0 0.4 0.8 1.9 0.2 0.2 0.4 0.1 0.4-0.2 0.1-0.5 0-1 0.2-0.8 0.6-0.6 0.7-0.2 0.9 0.3 0.3 0.6-0.1 0.5-0.8 1.2 0.2 0.3 0.4 0.8 0.3 0.1 0.4 0.2 0.3 0.2 0.5 0.2 0.5-0.1 0.5-0.3 0.4-0.4 0.4-0.2 0.2 0.1 0.1 0.2 0.2 0.1 0.1 0.1 0.1 0.3-0.1 0.2-0.1 0.3-0.1 0.2-0.2 0.1-0.1 0.2 0.1 0.3-0.1 0.2 0 0.2 0 0.2 0 0.2 0.1 0.3 0.4 0.5 0.1 0.2 0 0.4 0.7 2.1 0.3 0.6 0.6 1.3 0.1 0.2 0 0.1 0 0.1 0.2 0.1 0.2 0.2 0.2 0 0.3 0.1 0.7 0 0.4 0.1 0.3 0.2 0.2 0.1 1.1 0.4 0.2 0.1 0 0.4 0.1 0.3 0.2 0.3-0.3 0.2-0.1 0.1 0 0.1-0.1 0.3-0.1 0.2-0.2 0.3-0.1 0.2-0.1 0.2 0 0.3 0.1 0.2 0.2 0.1 0.2 0.1 0.4 0 0.1 0.1 0.1 0.1-0.1 0.1-0.2 0.4-0.2 0.6-0.1 0.2-0.1 0.1-0.1 0.2 0 0.2 0.1 0.2 0.5 0.8 0.7 1.8 0.2 0.2 0.3 0.2 0.2 0.1 0.5 0.2 0.1 0.1 0 0.2 0 0.2 0 0.2 0.1 0.2 0.9 1 0.3 0.2 0.2 0.1 0.1 0.1 0.8 1.2 0.1 0.4 0.1 0.3 0 1.1 0 0.9-0.2 1.9-0.2 0.6-0.1 0.3-0.2 0.3-0.1 0.1-0.2 0.5-0.2 0.2 0 0.2-0.1 0.2 0.5 1.4-0.1 0.6-0.2 0.6 0 0.2 0.1 0.3 0.1 0.2 0.1 0.1 0.4 0.3 0.1 0.1 0.1 0.2 0 0.2-0.1 0.3-0.1 0.3-0.2 0.2-0.3 0.3-1.1 0.6-2 0.9-0.5 0.1-0.1 0-0.2-0.1-0.9-0.6-0.4-0.2-0.2-0.1-0.5-0.1-0.9 0-0.3 0.1-0.2 0-0.2 0.1-0.2 0.2-0.1 0.2-0.1 0.1-0.1 0.6-0.5 1.1-0.1 0.3 0 0.2 0 0.5 0.1 0.3 0.1 0.3 0.4 0.3 0.2 0.2 0.3 0.4 0.2 0.5 0.1 0.3 0.4 0.3 0.1 0.1 0.4 0.3 0.2 0.1 0.2 0.1 0.2 0.3 0.2 0.7 0.1 0.6 0.1 0.4 0.2 0.7 0.2 0.2 0.4 0.3 0.6 0.2 0.2 0.1 0 0.1 0.2 0.1 0.1 0.3 0.1 0.3 0 0.3 0 0.4-0.2 0.7 0 0.4-0.2 0.4-0.1 0.1 0 0.2 0 0.2 0.2 0.2 0.1 0.2 0.4 0.3 0.7 0.1 0.2 0.1 0.1 0.1 0.1 0 0.2-0.1 0.1-0.1 0.2 0.1 0.2 0.2 0.2 0.2 0.3 0.1 0.2 0.1 0.1 0.3 0.2 0.4 0.3 0.5 0.4 0.5 0.7 0.3 0.4 0.2 0.9 0.2 0.4 0.2 0.1 0 0.3-0.2 0.2-0.3 0.3-0.4 1.2 0.4 0.6-0.1 1.2-0.4 0.2 0 0.4 0 0.4-0.1 0.4-0.2 0.3-0.3 0.2-0.3 0.3-0.3 0.3-0.1-0.2 0.4-1.3 2-1.5 3.1-0.1 0.8-0.2 0.3-0.4 0.6-1.2 3-0.6 0.9-0.4 1.1-1.3 1.8-1.4 2.7-1.7 2.4-1.2 1.9-1.3 1.8-1.1 1.6-0.3 0.2-0.2 0.1-1.4 1.7-1.4 1.7-1.5 1.6-0.6 0.8-0.4 0.3-0.5 0.3-0.2 0-0.4 0.1-0.3 0-0.2 0.1-0.4 0.4-0.5 0.2-0.5 0.2-0.4 0.2-0.5-0.1-0.1-0.3 0.4-0.7 0.2-0.8 0.2-0.2 0.2-0.1 0.2 0.4 0-0.4-0.2-0.3-0.1-0.4 0.3-0.6 0-0.2-0.2-0.2-0.1-0.1 0-0.1 0-0.1-0.2-0.2 0-0.1 0-0.1 0.1-0.1 0-0.1-0.2-1.4-0.4 0-0.3 0-0.3-0.1-0.3-0.3-0.7 0.2-0.4-0.2-0.2-0.4-0.2-0.9-0.2-0.1-0.2 0-0.3-0.2-0.3-0.2 0-0.3 0.1-0.2 0-0.4-0.1 0-0.4 0.7-0.1 0.3-0.1 0.5 0 0.6 0 0.1-0.1 0.1-0.1 0 0 0.1-0.3 0.5 0 0.3 0.3 0.2-0.8 1.5-0.3 0.2-0.1 0.1-0.2 0.2-0.2 0.1-0.2 0-0.2-0.2-0.2-0.1-0.2-0.1-0.2-0.5-0.4-1.5 0.1-0.3 0.2-0.3 0.4-0.4-0.2-0.4-0.2 0 0.1 0.3-0.1 0.2-0.3 0.1-0.2 0.2-0.2 0.3 0 0.3-0.1 0.2-0.3 0.1 0.2 0.2 0.2 0.5 0.2 0.3 0.1 0.1 0.2 0 0.1 0.1 0.1 0.2 0 0.1 0 0.2 0.1 0.3 0.1 0.3 0.1 0.1 0.4 0.2 0.2 0.1 0.3-0.3 0.1-0.1 0.2 0 0.1 0.2 0 0.2 0.1 0.1 0.2 0 0.2-0.2 0.3 0 0.3 0.1 0.2 0.1-0.2 0.2-0.1 0.3-0.1 0.2-0.1 0.1 0 0.3 0 0.4 0 0.3-0.1 0.1-0.2 0.3-0.4 0.6-0.3 0.3-0.3 0.3-0.4 0.3-0.4 0.2-0.5 0.1-0.2 0.1-0.1 0.2 0 0.3 0 0.2 0 0.2 0.1 0.1 0.1 0.1 0.2 0.1 1.4 0.3-0.1 0.2-0.2 0.1-0.2 0-0.2 0.1-0.2 0.1-0.5 0.6-1.1 0.8-0.4 0.2-0.2 0.4-0.1 0.9-0.1 0.4 0.3 0.6 0 0.3-0.2 0.2-0.5-0.3-0.2-0.1-0.2 0-0.6 0.1 0-0.2 0-0.1 0-0.2 0-0.2-0.5 1.4-0.1 0.9 0.2 0.6-0.2 0.2-0.2 0.3-0.1 0.4-0.1 0.4 0.1 0.9-0.2 0.3-0.4 0.1 0 0.2 0.5-0.1 0.2-0.2 0-1.1 0.1-0.5 0.3-0.4 0.4-0.2 0.5 0.2 0.1 0.2 0.1 0.4 0.2 0.2 0 0.1-0.1 0.2-0.1 0.1 0 0.2 0 0.5 0.2 0.4 0.3 0.4 0.2 0.5 0 0.5-0.1 0.4-0.2 0.3-0.2 0.5 0 1.3 0 0.4 0.2 0.3 0.1 0.2-0.2 0-0.3 0-0.1-0.1-0.4-0.4-0.2-0.2 0-0.2-0.1-0.3-0.1-0.2-0.1-0.2-0.1-0.1-0.2-0.1-0.1-0.2-0.1 0-0.1 0-0.1 0-0.1-0.6-0.1-0.1-0.3 0-0.4 0-0.2 0.2-0.1 0.4 0.1 0.2 0.6-0.5 0.1 0.2 0 0.2 0 0.2-0.1 0.1 0.8 0.5 0.3 0.2 0.3 0.8 0.2 0.2 0.7 0.3 0.1 0.2-0.1 0.3-0.2 0.1-0.5 0-0.3-0.1-0.4-0.2-0.1 0.6 0 0.1 0.2 0.7 0.1 0.1 0.4 0.2 0.3 0.1 0.3 0.3 0.2 0.4 0.1 0.2 0 0.2 0 0.3 0 0.2 0.2 0.4 0.1 0.2 0 0.2-0.2 0.1-0.8 0.1-0.2-0.1-0.3-0.3-0.3 0.3-0.1 0.2 0.3 0.3-0.2 0.1-0.1 0.2-0.1 0.3 0.1 0.3 0.1 0.2 0.3 0.1 0.2 0.1 0.1 0.3 0.1 0-0.5-0.9-0.1-0.5 0.4-0.2 0.4 0 0.4-0.2 0.9-0.5 0-0.2 0-0.2 0-0.2-0.2-0.1-0.1-0.1 0.1-0.2 0.1-0.4 0-0.1-0.1-0.1 0-0.1 0.1-0.1 0.2 0 0.1-0.1-0.1-0.2-0.1-0.2-0.1 0-0.3-0.1 0.1-0.1 0.1-0.2-0.4 0.1 0-0.2 0.1-0.3 0.2-0.2 0.2-0.2 0.3-0.1 0.3 0 0.1 0.1 0 1.8 0.1 0.4-0.4 2.1-0.3 0.4-0.1 0.2-0.1 0.3 0 0.5 0 0.2-0.4 0.7-0.1 0.3 0 0.8 0.2 0.7 0 0.2-0.2 0.3-0.1 0.2-0.1 0.3 0.1 0.2-0.2 0.2 0 0.3 0.1 0.3 0 0.4-0.4 1-0.2 1.6-0.4 1.1-0.1 0.6-0.1 0.7-0.1 0.4 0.3 1.6 0.1 0.3 0.2 0.3 0.1 0.2-0.2 0.1-0.2 0.1 0 0.2 0.1 0.2 0.2 0 0.2-0.1 0.1 0 0 0.9 0 0.9 0.3 1.5 0.1 5.4 0.5 1.9 0.1 1.8 0.6 3.3 0.4 3.1 0.4 0.9 0.2 0.3 0.1 0.2 0.1 0.6 0.1 0.2 0.3 0.5 0.1 0.2-0.1 0.3-0.5 0.8-0.1 0.3-0.1 0.4-0.5 1.4 0 0.4-0.1 0.3-0.3 0.6-0.1 0.3-0.1 1.8-0.1 0.3-0.8 1.5-0.1 0.4-0.1 0.5 0.1 0.6-0.1 0.7-0.2 0.5-0.7 1.1 0.1 0.2 0 0.2-0.2 0.5-0.7 3.8-0.9 3 0 0.9 0.1 0.2 0.2 0.5 0 0.3 0 0.1-0.5 1.1-0.4 2.7-0.3 0.8-0.4 0.6-0.1 0.4-0.2 2.8 0.2 1.8 0.4 1 0 0.5 0 2.7 0.1 0.4 0.3 0.7 0.4 0.5 0.2 0.5-0.2 0.7-2.2 2.3-0.2 0.3-0.1 0.2 0 0.3-0.1 0.2-0.1 0-0.1 0.1-0.5 0.4-1.4 0.2-0.7 0.4-0.7 0.6-1 1.2-2.5 4-0.7 1.7-0.3 1-10.3-6.6-0.4-0.7-0.4-0.9-0.1-0.4 0.1-0.1 0.1-0.2 0.1-0.2 0.3-0.4 0.1-0.1 0.1-0.2 0.1-0.5 0-0.2 0-0.2 0-0.1-0.2-0.4-0.2-0.6-0.5-0.5-0.3-0.1-0.8-0.4-0.2-0.2-0.1-0.1-0.1-0.2 0-0.2-0.2-0.3-0.1-0.1-0.1-0.1-0.9-0.5-0.1-0.1-0.1-0.2-0.1-0.2-0.2-0.7-0.1-0.2-0.1-0.2-0.2-0.1-0.2 0-0.3 0-0.2 0-0.1 0.1-0.2 0-0.1 0-0.3-0.1-0.1-0.1 0-0.1-0.1-0.5 0-0.1 0-0.2 0-0.2 0.3-0.7 0-0.1 0-0.2-0.1-0.2-0.1-0.3-0.1-0.1-0.1-0.1-0.1 0-0.1 0.1-0.2 0.1-0.1 0-0.1 0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0.1-0.1 0-0.1 0.3-0.4 0.1-0.2 0-0.1-0.1-0.2-0.1 0-0.1 0-0.1 0.1-0.2 0-0.2 0.1-0.1 0 0 0.1-0.1 0.1-0.2 0.4 0 0.1-0.1 0.1-0.1 0-0.1 0-0.3-0.1-0.1-0.1 0-0.2 0-0.1 0-0.5 0.1-1 0-0.3 0.2-0.3 0-0.1 0.1 0 0.3-0.2 0.1 0 0.1-0.1 0-0.1 0-0.2 0-0.1 0-0.5 0-0.2 0-0.2 0-0.2 0.1-0.2-0.1-0.2-0.2-0.9 0-0.3 0.1-0.4 0.3-0.9 0.6-2.7 0.1-0.2 0-0.1 0.1-0.1 0.4-0.4 0.1-0.1 0.1-0.3 0.1-0.1 0.1 0 0.1 0 0.5 0.2 0.7 0.1 1.6 0 0.4 0 0.3-0.1 0.1 0 0.1-0.2 0-0.1 0.2-0.1 0.1-0.1 0.3-0.2 0.2-0.1 0-0.2 0-0.1 0-0.1 0-0.2-0.2-0.4-0.1-0.2-0.4-0.4 0-0.1 0-0.1-0.1-0.1 0-0.1 0.3-1.3 0-0.8-0.1-0.7 0.1-0.1 0-0.2 0.1-0.4 0.1-0.1 0.1-0.1 0.1-0.1 1.1-0.4 0.2 0 0.3 0 0.2 0.1 0.1 0 0.1 0 0.2 0 0.1-0.1 0-0.1 0-0.2 0-0.1-0.1-0.2 0.2-0.3 1.5-2.3 1.4-0.8 0.3-0.3 0.5-0.4 0.1-0.2 0.3-0.3 0.2-0.6 0-0.2 0-0.3 0.1-0.6 0.1-0.3 0.3-0.7 0.1-0.2 0.1-0.1 0.2-0.1 0.2-0.1 0-0.2 0-0.2 0-0.1 0-0.2-0.3-0.4 0-0.1-0.1-0.3 0-0.1-0.1-0.1-0.1-0.1-0.3-0.2-0.1-0.2-0.2-0.3-0.1-0.2 0-0.1-0.1-0.2-0.5-0.2-0.3 0.1-0.3 0-0.1 0-0.1 0-0.2-0.1-0.5-0.3-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.4-0.2-0.1-0.2-0.3-0.6-0.4-0.3-0.2-0.3-0.1-0.1 0-0.2 0-0.2 0.1-0.1 0-0.2 0-0.1-0.1 0-0.1 0-0.2 0-0.1-0.1-0.1-0.3-0.1-0.2 0 0-0.1-0.1-0.1 0-0.1 0.1-0.1 0-0.1-0.1-0.3-0.2 0-0.1-0.1-0.2-0.1-1.1 0.1-0.1 0-0.3 0.1-0.4 0-0.5-0.1-0.6-0.2-1.6-0.7-0.2-0.1-0.1 0.1-0.4 0.1 0 0.1-0.3 0-0.2 0 0 0.1-0.1 0.1-0.1 0-0.2 0-0.1 0-0.1-0.1-0.4-0.7-0.2-0.2-1-0.5-0.4-0.1-0.2-0.1-0.1 0-0.6 0.2-0.2 0.1-0.4 0.2-0.2 0-0.3 0.1-0.1-0.1-0.1 0-0.5-0.7-0.1-0.1-0.1-0.1-0.3-0.2-0.2-0.1-0.2 0-0.1 0-0.1 0-0.4 0.2-0.2 0.1-0.2 0-0.2 0-0.2-0.1-0.5-0.3-0.2-0.1-0.2 0-0.1 0-0.1 0.1-0.2 0.1-0.1 0.1-0.2 0-0.1 0.1-0.2 0.3-0.7 0.6-0.5 0.2-0.8 0.2-0.9 0.5-0.4 0.1-0.6-0.4-0.1-0.1-0.1 0-1-0.2-0.9-0.2-0.6 0.1-0.2-0.6-0.6-4.6-2.8-2.6-6-5.5-0.3 0.2-0.1 0-0.1 0.1-0.5 0-0.1 0-0.1 0.1-0.1 0-0.1 0.2-0.3 0.2-0.7 0.3-0.1 0.1-0.2 0.1-0.1 0-0.1 0.1-0.2 0-0.6-0.2-0.3 0-0.5 0.1-0.2 0-0.2 0-0.1 0.1-0.5 0.1-0.1 0.1-0.2-0.1-0.1 0-0.1-0.1 0-0.1-0.1-0.1-0.2-0.3-0.1-0.1-0.5-0.2-0.1-0.1-0.1-0.1-0.1-0.2-0.2-0.2-0.1 0-0.1 0-0.3 0.2-0.1 0-0.3 0-1-0.2-0.5-0.2-0.4-0.2-2.5-1.2-0.6-0.5-0.3-0.1-0.2-0.3-0.2-0.2-0.5-0.4-0.7-0.2-0.3-0.3-0.1-0.1-0.1 0-0.8 0.2-0.2 0-0.2-0.1-0.2-0.1-0.4-0.2-0.1-0.1-0.2-0.2-0.1-0.2-1-0.6-0.2-0.2-0.9-0.8-0.4-0.3-1.6-1.2-0.1-0.1-0.1-0.1-0.2-0.5-0.1-0.1-0.1-0.2-0.3-0.2-0.2-0.1-0.1-0.1-0.3-0.1-0.3 0.1-0.2 0-0.9-0.4-0.2 0-0.2 0-0.2 0-0.9-0.2-0.4-0.2-0.6-0.1-0.3-0.1-0.7 0-0.3 0.1-0.1 0-0.4 0.2-0.6 0.1-2.1 1-0.1 0.1-0.1 0.1-0.1 0 0 0.1-0.1 0.3 0 0.1-0.1 0.1-0.3 0.2-0.1 0.2-0.1 0.1-0.1 0.2-0.1 0.1-0.1 0-0.9 0.3-4.3-1.1-0.1-0.1-0.1-0.2-0.3-0.2-0.1-0.1-1.8-0.3-0.2-0.1-0.2-0.1-0.1-0.1-0.2-0.2-0.1-0.1 0-0.1-0.1-0.3 0-0.1 0-0.1 0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.3 0-0.1-0.1-0.1-0.1-0.3-0.1-0.1-0.1-0.3 0.2-0.7 0.1-0.2 0.1-0.4 0.3-0.6 0.3-0.9 0.2-0.7 0.4-0.5 0.3-0.5-0.1-0.1-0.3-0.1-0.2-0.2-0.2-0.1-0.1-0.1-0.2 0-0.1 0.1-0.1 0-0.2-0.1-0.3-0.2-0.1 0-0.2-0.1-0.1 0-0.1 0-0.2 0.1-0.2 0-0.5 0-0.1-0.1-0.4-0.3-0.3-0.2-0.2 0-0.1-0.1 0 0.1-0.1 0-0.3 0.2-0.1 0-0.1 0-0.2 0-0.3-0.2-0.2 0-0.2 0-0.2-0.1-0.2 0-0.1 0-0.1 0-0.2 0.1-0.1 0-0.2 0-0.1-0.1-0.1 0-0.1-0.1-0.2 0.1-0.2 0-0.2-0.1-0.3-0.2-0.2-0.2-0.2-0.2-0.1 0-0.1 0-0.1 0.1-0.1 0.1 0 0.1-0.1 0.1-0.1 0-0.1 0-0.4-0.1-0.1-0.1-0.1 0-0.2 0.1-0.2 0-0.3-0.1-0.2 0-0.1 0-0.1 0.1-0.4 0.3-0.2 0.1-0.2 0.1-0.7 0.1-1.2 0.7-1.9 0.6-0.3 0.2-0.2 0.1-0.6 0.3-0.5 0.4-0.3 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.4 0.3-0.3 0.4-2.1 1.3-0.2 0.1-0.2 0.1-0.2 0 0 0.1 0 0.1 0 0.2-0.3 0.5-0.1 0.1 0 0.2 0 0.1-0.5 0.4-4.4 2.5-0.4 0.1-0.1 0.1-0.1-0.1-0.1 0-0.2 0-0.2 0-0.3 0.1-0.1 0.1-0.4 0-0.3 0-0.2 0.1-0.1 0 0 0.1-0.1 0.1-0.1 0.2 0 0.1-0.1 0.1-0.7 0.6-0.1 0.1-0.1 0.3-0.1 0.1-0.2 0.2-0.1 0.1-0.1 0.1-0.2 0.4-0.1 0-0.2 0.1-0.3 0.1-0.2 0-0.1 0.1-0.3 0.3-0.5 0.5-0.8 0.4-0.4 0.2-0.5 0.1-0.2 0-0.3-0.1-0.1-0.1-0.1 0-0.1 0-0.5 0-0.1 0.1-0.1 0.1 0 0.1 0 0.1-0.2 0.2-0.2 0.2-0.2 0.3-0.1 0.1-0.1 0.2-0.1 0.1-0.3 0.3-0.3 0.2-0.4 0.2 0 0.1-0.1 0.3-0.1 0.4-0.2 0.3-0.7 0.7-0.7 0.4-0.1 0-0.2 0-1.5-0.2-0.3-0.1-1.1-0.1-0.2 0-0.2 0-0.1 0.1-0.1 0.1-0.2 0.4-0.1 0.2-0.1 0.1-0.2 0.3-0.1 0.1-0.1 0.1-0.1 0-1 0.5-0.2 0.1-0.1 0.1-0.2 0.3-0.2 0.1-0.2 0-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.4 0.1-0.1 0.2-0.3 0.4-0.8 0.4-0.9 0.2-0.7 0.3-0.9 0.1-0.1 0.3-0.3 0-0.1 0-0.1 0-0.1 0-0.1 0-0.1-0.5-0.7-0.1-0.1 0-0.1 0-0.5 0-0.1-0.3-0.5 0-0.2-0.1-0.2 1.1-1.6 0.3-0.4 0.5-0.5 0.1-0.2 0.1-0.3 0.1-0.3 0.1-0.4-0.1-0.6-0.1-0.4-0.1-0.5-0.4-0.8-0.2-0.4 0-0.1-0.2-0.4 0-0.5 0-0.5 0-0.2 0.1-0.2 0.5-1.1 0.3-0.9 0-0.3 0-0.2-0.1-0.1-0.1-0.1-0.1 0-0.5-0.2-0.9-0.5-0.1-0.1-0.6-1-0.4-0.5-0.1-0.1-1.1-0.6-0.1-0.1-0.1-0.1-0.8-2.3-0.1-0.2-1-1.4-0.7-2.7-0.3-2.4 0-2 0.1-0.1 0.1-0.3 0.2-0.9 0.4-1.1 0.4-1.5 0.4-1 0.2-0.3 0.7-0.3 0.4-0.3 0.6-0.5 0.2-0.2 0.1-0.1 0.1-0.2 0.1-0.4 0-0.3 0-0.5 0-0.1 0-0.1-0.1-0.1-0.1-0.1-1.4-0.4-0.4-0.3-0.1-0.1 0-0.4 0-0.7 0.4-2.3 0.1-0.2 0-0.1 0.1-0.1 1.1-0.8 0.2-0.1 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.2 0-0.1-0.1-0.1 0-0.1-0.1-0.2-0.3-0.4-2.5-1.7-0.2-0.3-0.3-0.5-0.2-0.3 0-0.4 0-0.1 0-0.2 0.1-0.4 0.1-0.3 1.5-2.3 0-0.1 0.1-0.2-0.1-1.7 0-0.1-0.1-0.1 0-0.1-0.1 0-0.1-0.1-0.3-0.2-0.2-0.1-1.3-0.3-0.8-0.4-0.1-0.1-0.2-0.2-0.2-0.5-0.3-0.9 0-0.2 0.1-4.4 0.1-0.4 0-0.1 0-0.1 0.1-0.1 0.1-0.1 1.1-0.6 0.2-0.1 0.2-0.2 0.7-1 0.1 0 0.2-0.2 1.3-0.4 0.2-0.1 0.4-0.4 0.1-0.1 0.1-0.1 0.2-0.1 0.2-0.1 0.1-0.1 0-0.1 0-0.1-0.5-0.7-0.2-0.3-0.3-0.2-0.3-0.2-0.5-0.2-0.2 0-0.2-0.1-0.3 0.1-0.5 0-0.4 0.2-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.3-0.1-0.9 0-0.2 0-0.2 0.1-0.1 0-0.1 0.2-0.2 0.1-0.1 0.2-0.1 1-0.5 1.4-0.5 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0.2-0.6 0-0.2 0-0.2-0.1-0.1-0.2-0.1-0.3-0.2-1.5-0.7-1.8-0.6-3-0.4-0.1 0-0.2-0.1-0.2-0.1-0.1-0.1-0.1-0.1 0-0.1-0.3-0.6-0.1-0.3-0.1-0.2-0.1-0.1-0.1-0.2-0.1 0-0.1-0.1-0.8-0.4-0.1-0.1-0.2-0.3-0.1-0.3-0.1-0.2 0-0.2 0-0.1 0-0.1 0.2-0.6 0.1-0.2 0.5-0.9 0.3-0.3 0.2-0.1 0.1 0 0.5-0.4 0.2-0.2 0.1-0.2 0.6-1.7 1-2.1 0.3-0.5 0.1-0.1 0.3-0.2 0.6-0.3 0.7-0.3 0.4 0 0.1-0.1 0.2-0.1 0.2-0.2 0.1-0.1 0.1-0.2-0.1-0.1-0.7-0.9 0-0.2-0.1-0.1 0-0.1 0-0.2 0-0.1-0.1 0-0.1-0.1-0.2-0.1-0.2 0-0.1-0.1 0-0.2 0-0.2 0-0.2 0.1-0.1 0.6-0.5 0.3-0.2 0.4-0.3 0.8-0.9 0.1-0.1 0.1 0 1-0.5 0.2-0.2 0.8-0.8 0.1-0.1 0.3-0.1 0.5-0.1 0.1 0 0.7-0.5 1-0.5 0.6-0.4 0.1-0.2 0.6-0.2 0.4-0.2 0.3-0.1 0.1-0.1 0.2-0.1 0.4-0.5 0.2-0.2 0.1-0.1 0-0.1 0.1-0.2 0-0.5 0.1-0.2 0.1-0.3 0.2-0.2 0.1-0.2 0.2-0.1 0.2 0z m137.2 63l0.6-0.2 0.2 0.1 0.2 1.3-0.1 0.4-0.3 0.3 0.1 0.2-0.1 0.3-0.2 0.3-0.1 0.3-0.1 0.4 0.1 0.2 0.2 0.3 0.1 0.2 0.2 0.2 0 0.1 0 0.3 0.2 0.2 0 0.2-0.1 0.6-0.3 0-0.1 0 0-0.3-0.4 0-0.2 0.1-0.2-0.6-0.4-0.6-0.1-0.6 0-0.3 0.1-0.2 0-0.7 0.1-0.1 0.1-0.1 0-0.1-0.2-0.2-1-0.4-0.3-0.3 0.2-0.3-0.2-0.4 0-0.4 0.2-0.2 0.4-0.1 0.3 0 0.3 0.1 0.4 0.1 0.4-0.1z m6.6-9.7l0.5 0.8 0.1 0.5-0.4 0.2-0.4 0.1-0.3 0.2-0.7 0.7-0.8 0.6-0.4 0.3-0.3 0.5-0.2 0.1-0.2 0-0.1 0.2-0.1 0.1-0.1 0 0-0.3-0.2-0.9 0.1-0.3 0.1-0.2 0.5-0.3 0.6-0.4 1.2-1.1 0-0.2-0.1 0-0.1-0.1 0-0.1 0.1-0.2 0 0.1 0.1 0 0-0.3-0.2-0.3-0.2-0.3-0.1-0.3 0.3-0.2 0.8 0.4 0.4 0.3 0.1 0.4z\" id=\"BRBA\" name=\"Bahia\">\r\n  <\/path>\r\n  <path d=\"M726.4 515.8l0.4 0.7 10.3 6.6-1 4.2-0.4 3.4 0.1 4.7 0.4 4 0.4 3.2 0 2.9-0.2 0.9-1.6 4-0.4 0.7-0.5 0.4-2.4 1.1-1.1 0.9-0.4 0.3-1.1 2.8-0.1 0.4-0.2 0.4-0.9 0.3-0.3 0.3 0.4 0 0.1 0.3-0.3 1.1-0.2 0.1-0.1 0-0.2 0.1-0.2 0.2 0.1 0.3 0 0.2 0.2 0.4 0 0.2 0 0.2-0.2 0.5-0.3 1.4-0.1 0.1-0.1 0.2-0.4 1-0.2 0.3-0.2 0.2-0.1 0 0-0.1-0.2-0.2-0.2 0-0.2 0.1-0.1 0.2-0.1 0.1-0.3-0.2 0.1-0.6-0.1-0.2-0.3-0.1-0.4 0-0.7 0.1 0.3 0.2 0.1 0.3-0.1 0.2-0.4 0 0 0.2 0.1 0 0.2 0.1-0.2 0.4 0.1 0.5 0.3 0.1 0.5-0.1 0 0.3 0.2 0 0.3-0.4 0.4-0.1 0.4 0.2-0.3 0.2-0.3 0.4-0.2 0.4-0.3 1-0.4 0.9-0.3 0.9-0.9 1.5-0.5 1-0.3 0.3-0.3-0.3-0.5 0.5-0.2 0.2-0.8 1.5-0.2 0.2-0.5 0.4-0.1 0.2-0.4 1-0.5 0.1-0.2 0.6-0.2 0.1-0.1-0.2-0.1-0.2-0.1-0.3-0.2 0-0.2 0.1-0.1 0.1-0.7 0.4-0.6 0.2-0.3 0.2-0.2 0.3-0.1 0.3-0.2 0.2-0.1 0.3-0.2 0.3-0.3 0.3-0.1 0.7 0 0.7-0.1 0.5-0.1 0.4-0.3 0.2-0.2 0.5 0 0.2-0.1 0.3-1.5 2.1-0.6 1-0.3 0.8-0.3-0.2-0.1-0.3-0.1-0.1-0.1-0.1-0.9-0.3-0.2 0-0.2-0.2-0.2-0.1-0.7 0-1.4 0.3-1 0-0.5 0.1-0.1 0-0.2 0-0.7-0.3-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.9-0.2-0.5-0.1-0.2 0.1-0.2 0-0.3 0.2-0.1 0.1-0.1 0-0.1-0.1-0.4-0.1-0.1-0.1-0.4-0.3-0.3-0.1-0.1 0-0.1 0-0.1 0-0.1 0.1-0.1 0-0.3-0.1-0.2 0-0.1-0.1-0.1 0-0.2 0-0.2-0.1-0.3-0.3-0.4-0.1-0.2-0.1-0.5-0.2-0.1 0-0.4-0.4-0.1 0-0.2-0.1-0.1 0-0.1 0-0.1 0-0.1 0.1-0.1 0-0.1-0.1 0-0.1 0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1 0-0.2 0-0.2 0-0.1-0.1-0.4 0.1-0.1 0-0.1 0.1-0.1 0-0.1 0-0.2 0-0.1 0-0.2 0.1-0.3 0-0.1 0-0.1-0.1-0.4-0.1-0.4-0.1-0.2 0-0.2 0.1-0.2 0-0.2 0-0.3 0.1-0.1 0-0.2 0-0.1-0.2-0.1-0.1-0.1-0.1-0.1 0-0.2 0-0.3 0-0.2 0-0.1-0.1 0-0.1-0.1-0.1-0.1-1.1-0.3-1.1-0.4-0.3-0.2 0-0.1-0.1-0.2 0.1-0.1 0.1 0 0.1-0.2 0.2-0.2 0.4-1 0.1-0.2 0.5-0.6 0-0.2 0-0.1-0.1-0.1-0.1-0.1-0.1 0-0.1 0.1-0.2 0.1-0.1 0-0.1 0-0.1 0 0-0.1 0-0.1 0.3-0.4 0.1-0.2 0.3-0.9 0-0.1 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0-0.1-0.2-0.5-0.1-0.1 0-0.6 0.3-1-0.7-0.3-0.1-0.1-0.1-0.1-0.1-0.3-0.1-0.3-0.1-0.1 0-0.2 0-0.2 0-0.1 0.1-0.1 0.2-0.2 0.1-0.2 0.4-0.2 0.6-0.4 0.2-0.1 0.1-0.2 0.3-1 0-0.1 0.2-0.2 0.1-0.1 0.2-0.1 0.3-0.1 5.6 0.1 0.6 0 0.3-0.2 0.3-0.1 0.1-0.1 0.1-0.1 0.5-1.2 0-0.1 0-0.2 0-0.2 0.2-0.7 0.4-1.4 0.1-0.3 0-0.5 0-0.3 0.1-0.1 0-0.1 0.2-0.2 0.2-0.3 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0 0.2 0 0.1 0 0.2-0.1 0.4-0.5 0.1-0.1 0.3-0.2 0.1-0.1 0.1-0.1 0.1-1.2 0-0.3 0-0.2 0.3-2.1 0.1-0.6 0.2-0.2 0.1 0 0.6-0.4 0.2-0.1 0.1-0.3 0.2-0.2 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1-0.1 0.6-0.7 0.1-0.2 0-0.1 0-0.1-0.3-0.6-0.1-0.1 0-0.1 0-0.1 0.1-0.2 0.1-0.1 0.1 0 0.4 0.3 0.1 0 0.1 0 0.2 0.1 0.1-0.1 0.2-0.1 0.2-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0-0.2 0-0.1 0-0.1-0.1-0.2 0-0.2 0.1-0.3 0.4-1.1 0.1-0.1 0-0.2 0-0.6 0.1-0.6 0-0.2-0.1-0.1 0-0.1-0.1 0-0.1-0.2 0-0.2 0.1-0.5 0-0.6 0-0.7-0.1-0.6-0.1-0.1-0.3-0.4-0.1-0.2-1-1-0.1-0.1-0.2 0-0.2-0.1-0.1 0-0.1-0.2 0-0.1 0-0.2 0.4-0.7 0.1-0.4 0-0.1-0.1-0.1-0.1-0.1-0.1 0-0.2-0.1-0.1 0 0-0.2 0-0.2 0.1-0.2-0.1-0.1-0.3-0.1-0.1-0.1-0.1 0 0-0.1-0.2-0.4-0.1 0-0.1-0.1-0.1-0.1-0.1 0-0.2 0-0.1 0-0.1 0-0.2 0.1-0.1 0.1-0.2 0.2-0.1 0-0.1 0-0.1 0-0.2-0.1-0.2-0.1-0.3-0.1-0.1-0.1 0-0.1-0.2-0.4-0.3-0.2-0.1-0.1 0-0.1 0-0.1 0.1-0.1 0-0.1 0.1-0.2 0.1-0.1 0.1 0 0.2-0.1 0.2-0.1 0.6 0 0.5 0 0.4 0 0.2 0 0.1 0 0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.2 0.1 2.2-0.1 0.4-0.1 0.3-0.1 0.1 0 0.2-0.2 0.1-0.1 0-0.1 0.1-0.2 0.1-0.2 0-0.1 0-0.3-0.2-1.4-0.1-0.1 0-0.1-0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.1 0-1.1-0.1-0.2 0-0.1-0.1-0.1 0 0-0.1-0.1-0.1 0-0.2 0-0.1 0.2-1 0.2-1.1 0.1-0.9 0-0.6 0.1-0.3-0.1-0.4-0.1-0.2 0-0.1-0.3-0.4-0.1-0.1-0.2-0.2-0.2-0.1-0.3-0.2-0.2-0.1-0.2-0.1-0.1-0.2-0.6 0.6-0.3 0.2-0.1 0-0.2-0.1 0.4-0.8 0-0.3-0.2-0.3 0-0.2-0.1-0.3 0.1-0.2 0-0.1 0.5-0.4 0.4-0.5 0.4-0.8 0.2-0.3 0.1-0.2 0.1-0.1 0.2 0 0.4 0 0.1 0 0.1 0 1.3-1.2 0.2-0.2 0.2-0.1 0.1 0 0.1 0 0.2 0 0.1 0 0.1 0 0.1 0.1 0.1 0 0.2 0.3 0.1 0.1 0.3 0.1 0.1 0.1 0.2 0.2 0.2 0.1 0.1 0 0.5 0 0.3 0 0.1 0 0.3 0 0.1-0.1 0-0.2 0-0.4-0.1-0.2 0-0.1 0-0.2-0.1 0-2.7-2.6-0.1-0.1 0-0.1 0-0.2 0.1-0.1 0.1 0 0.1 0 0.2 0.2 0.1 0.1 0.1 0 0.1 0.1 0.2 0 0.2-0.1 0.4-0.1 0.1 0 0.1 0 0.1 0 0.1 0.1 0.2 0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.3-0.2 0.3-0.1 0.3-0.2 0.2-0.1 0.1 0 0.1 0 0.6 0.2 0.3 0 0.2 0.1 0.3-0.1 0.3-0.2 0.9-0.5 0.2-0.2 0.3 0 0.7-0.2 0.2 0 0.1 0 0.1 0 0.1 0 0.4 0.4 0.1 0.1 0.1 0.1 0.1 0 0.2 0 0.1 0 0.1-0.1 0.1-0.1 0-0.1-0.1-0.4 0-0.1 0-0.2 0.2-0.1 0.1-0.1 0.1 0 0 0.1 0.1 0.2 0 0.1 0.1 0.1 0.1 0 1 0.3 0.2 0.2 0.1 0 0.4 0 0.1 0 0.1 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0 0.2 0 0.1 0 0.3 0 0.1 0 0.1 0 0.1 0.1 0.1 0 0 0.1 0.2 0.1 0.1 0.1 0.1 0 0.4 0.2 0.2 0.1z m218.9 55.6l-0.2-0.5 0-0.2 0.3 0.1 0.3 0.3-0.2 0 0 0.1-0.1 0.1-0.1 0.1z m9.1-1.4l0-0.1 0.1 0 0-0.1 0 0.1 0 0.1-0.1 0z\" id=\"BRES\" name=\"Esp\u00edrito Santo\">\r\n  <\/path>\r\n  <path d=\"M693 575.6l1.1 0.4 1.1 0.3 0.1 0.1 0.1 0.1 0.1 0 0 0.1 0 0.2 0 0.3 0 0.2 0.1 0.1 0.1 0.1 0.2 0.1 0 0.1 0 0.2-0.1 0.1 0 0.3 0 0.2-0.1 0.2 0 0.2 0.1 0.2 0.1 0.4 0.1 0.4 0 0.1 0 0.1-0.1 0.3 0 0.2 0 0.1 0 0.2 0 0.1-0.1 0.1 0 0.1-0.1 0.1 0.1 0.4 0 0.1 0 0.2 0 0.2 0.1 0.1 0.1 0.1 0.1 0.1-0.1 0.1 0 0.1 0.1 0.1 0.1 0 0.1-0.1 0.1 0 0.1 0 0.1 0 0.2 0.1 0.1 0 0.4 0.4 0.1 0 0.5 0.2 0.2 0.1 0.4 0.1 0.3 0.3 0.2 0.1 0.2 0 0.1 0 0.1 0.1 0.2 0 0.3 0.1 0.1 0 0.1-0.1 0.1 0 0.1 0 0.1 0 0.3 0.1 0.4 0.3 0.1 0.1 0.4 0.1 0.1 0.1 0.1 0 0.1-0.1 0.3-0.2 0.2 0 0.2-0.1 0.5 0.1 0.9 0.2 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.7 0.3 0.2 0 0.1 0 0.5-0.1 1 0 1.4-0.3 0.7 0 0.2 0.1 0.2 0.2 0.2 0 0.9 0.3 0.1 0.1 0.1 0.1 0.1 0.3 0.3 0.2 0.1 0.3 0 0.3 0 0.4-0.1 0.3 0 0.7-0.4 0.5-0.7 1.1-0.6 0.6-0.1 0.3-0.3 0.9 0.2 0.8 0.8 1 0.1 1-0.2 1.4 0.4 2.3 0.8 2.7-0.1 0.8-0.5 0.6-2.9 1.8-2.1 1.1-2.1 0.6-2.4 0.6-1.8 0.7-2.2 1.1-1.5 1-0.6 0.5-0.1 0.2-0.1 0.4-0.1 0.2-0.4 0.3-0.6 0.4-0.3 0.2-0.4 0.8-0.1 0.1-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0.1-0.2 0.4-0.3 0.2-0.8 0.4-0.4 0.6-0.2 1 0 1 0.1 1 0.2 0.3 0.7 0.8 0.2 0.3 0.1 0.1 0.2-0.2 0.3-0.3 0.1-0.1 0.5-0.1 0.2-0.1 0 0.4-0.1 0.2-0.2 0.2-0.1 0.3-0.4-0.2-0.3 0.2-0.4 0.6-0.6 0.2-0.2 0.1-0.1 0-0.1 0.2 0 0.2 0 0.4 0 0.1-0.1 0.2-0.1 0.1-0.2 0-0.1 0-0.1 0.1-0.1 0.2-0.1 0.4 0.1 0.5 0.1 0.2 0.2-0.2 0.1 0 0.1 0.3 0 0.2-0.2 0.5-0.3-0.1-0.4-0.4-0.2-0.1-2.3-0.1-4.1-0.2-3.1-0.1-1.9 0.1-0.6 0.1-0.3 0.1-0.1 0-0.3 0.3-0.1 0.1-1.5 0-1.9 0.2-1.4-0.1-2 0.1-0.5-0.5-0.4-0.2-0.3 0.2-0.2-0.2-0.4-0.3-0.2-0.2 0.3 0 0.1 0 0.1 0.1 0.3-0.2 0-0.2-0.2-0.1-0.3-0.1-0.3-0.1 0.1-0.2 0.3-0.5 0.2-0.6 0.4-0.4 0.9-0.9-0.3 0.1-0.2-0.1 0-0.2 0.1-0.2 0.4-0.2 0.2-0.1 0-0.2 0.1-0.4 0-0.2-0.1-0.6 0-0.1-0.3-0.1-0.5 0-0.2-0.1-0.2 0.2-0.2 0.3-0.2 0.1-0.2 0.1-0.1 0-0.2 0-0.2-0.1-0.2 0.1-0.5 0.2-0.8 0.6-0.4 0-0.4 0.1-0.3 0.2-0.1 0.5 0.1 0.4 0.6 1.2 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0 0.2 0.1 0.2 0.1 0.1 0.2 0.1-0.1 0-0.1 0.1-0.1 0.1 0.8 0.5 0.3 0.1 0 0.3-0.1 0.4 0.1 0.3 0.2-0.1 0 0.4-0.4 0.4-0.5 0.3-0.5 0.2-4.6 0.5-1 0.3-0.9 0.4-0.1 0.1-0.1 0.2-0.2 0.1-0.1 0-0.2-0.4-0.1 0-0.8-0.1-5 0.5-0.9 0-0.4 0.1-0.3 0.2-0.4 0.3-0.4 0.1-0.3-0.2-0.1-0.5 0.2-0.4 0.2-0.2 0.8 0.1 0.2 0 0.5 0.3 0.2-0.1 0.1-0.1 0.2-0.6 0.4 0.4 0.8 0.2 1.6 0 1.6-0.3 0.9-0.3 0.5-0.3-0.4-0.1-0.5-0.1-0.4-0.2-0.1-0.3-0.1 0.1-0.2 0-0.3-0.1-0.1 0-0.2-0.2-0.3-0.5-0.1-0.1-0.3-0.1-0.9-0.1-0.1 0-0.2-0.5-0.3 0-0.4 0.1-0.4-0.1 0.3-0.2 0-0.1-0.3 0.1-0.6 0.2-0.1 0.1-1.1 0.2-0.2 0-0.6 0.3-0.2 0.1-0.2 0.1-0.1 0.3-0.2 0.3-0.4 0.1 0.1-0.4 0.1-0.3-0.1-0.2-0.2 0.1-0.2 0.2-0.3 0.8-0.2 0.2-0.5 0.6-0.3 0.2-0.5 0-0.1 0-0.3 0.3-0.1 0-0.2 0.1-0.1 0 0-0.2-0.1-0.1-0.2 0.1-0.2 0.2-0.4 0-0.1-0.1 0-0.8 0-0.2-0.2-0.1-0.4 0-0.3 0.4-0.2 0-0.1-0.4-0.3 0.2-0.1 0.1-0.2 0.2-0.4-0.4-0.1-0.3 0.3-0.2 0.4 0 0.2-0.1 0-0.2-0.1-0.3-0.1-0.1-0.1-0.1 0-0.1 0.2-0.2-0.2-0.1-0.2 0-0.2-0.1-0.2 0.1 0.1 0.3-0.1 0.2-0.1 0.2-0.2 0.2-0.1-0.2-0.1-0.2-0.1-0.1-0.1 0.1-0.1 0 0 0.1-0.3-0.2-0.2 0.2-0.4 0.7 0.1 0.4-0.4 0.2-0.6 0.2-1 0.2-1.4 0.6 0.1-0.1 0-0.2 0-0.1-0.6 0-0.5 0.2-0.4 0.3-0.5 1.1 0 0.1 0.1 0.2 0 0.1-0.2 0.4-0.2 0.7 0 0.2 0.1 0.6 0.4-0.1 0.5-0.3 0.4-0.2 0.4 0.2-1 0.8-0.1 0.4 0.2-0.3 0.3-0.1 0.3-0.1 0.3 0.2-0.3 0.3-0.2 0.3-0.1 0.2 0.1 0.3 0.1-0.1 0.3-0.5 0.3-0.3 0.3-0.2 0.3-0.2 0.6 0-0.2 0.3-0.1 0.1-0.1 0.1 0.3 0.3 0.6 0.1 0.4 0.1 0.2 0.5-0.5-0.1-0.3 0.3-0.5 0.7-0.4 0.4-0.3-0.1-0.3-0.2-0.3 0.1-0.3-0.2-0.6 0-0.6 0.1-0.5 0.2-0.6-0.4-0.2-0.2-0.2-0.4-0.1-0.2-0.2-0.1-0.1 0 0 0.1-0.1 0.1-0.2 0-0.1-0.1-0.3-0.5-0.5-0.8-0.1-0.2 0-0.1 0-0.1 0-0.1 0-0.2 0.4-0.6 0.2-0.2 0.1 0 0.1-0.1 0.2-0.2 0.2-0.4 0-0.2 0-0.2 0-0.2 0-0.3 0-0.4 0.2-1.2 0-0.1 0-0.3 0-0.1 0-0.2 0-0.1 0.1-0.1 0.4 0 0.1-0.1 0.2 0 0.1-0.1 0.2-0.5 0.1-0.1 0.2-0.2 0.1 0 0.1-0.1 0.1 0 0.7-0.1 0.2-0.1 0.4-0.2 0.7-0.5 0.5-0.3 0.1 0 0.1 0 0.2 0 0.1 0 0.3 0.2 0.1 0 0.3-0.1 1.1-0.7 0.1 0 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0 0.1 0.1 0.2-0.1 0.2 0 0.6-0.3 0.1 0 0.1 0.1 0.2 0.1 0.1 0 0.3-0.1 1-0.6 0.7-0.2 0.1-0.1 0.1-0.1 0.3-0.6 0-0.2 0-0.1 0-0.1-0.1-0.2 0.1-0.2 0.5-0.6 0.2-0.1 0.2-0.1 0.3-0.1 0.1 0 0.2-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0-0.2-0.1-0.2-0.4-0.7-0.3-0.5-0.3-0.4 0-0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0-0.3 0-0.7-0.1-0.5 0-0.3 0.1-0.2 0.1-0.3 0-0.1-0.1-0.2-0.2-0.1-0.1-0.1 0.1-0.1 0.2-0.1 0-0.2 0.1-0.4 0-0.2 0-0.1 0.1-0.1 0.1-0.1 0-0.9 0.1-0.1 0-0.1 0 0 0.1-0.1 0-0.2 0.1-0.3 0-0.1 0-0.2-0.1-0.3-0.2-0.1 0-0.2 0-0.1 0.1-0.3 0-0.2 0-0.1 0-0.5-0.2-0.1-0.1-0.1-0.1 0-0.1-0.2-0.7 0-0.1-0.2 0-0.1 0-0.1-0.1 0-0.1-0.1-0.1-0.3-0.4-0.3-0.2-0.2-0.2-0.1-0.2-0.5-1-0.1-0.2-0.2-0.2-0.3-0.2-0.6-0.3-0.3 0-0.3 0 0.8-0.6 0.4-0.2 0.9-0.3 0.2 0 0.2 0 0.5 0.1 0.4 0.1 0.3 0 0-0.1 0.1-0.1 0.3-0.5 0.3-0.3 0.1-0.1 0.2 0 0.6-0.1 0.5-0.1 0.3-0.1 0.1 0 0.1-0.1 1.6-0.9 0.2-0.1 0.2 0 0.2 0 0.2 0.1 1-0.2 0.3 0 0.9-0.1 0.1 0 0.2 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0.3 0 0.5-0.1 1.9-1.1 0.2-0.1 0.4-0.5 0.2-0.1 0.1 0 0.2-0.1 0.1 0 2.4-1 0.7-0.2 0.3-0.1 0.2-0.2 0.3-0.2 1.1-0.5 0.6-0.2 0.2 0 0.1 0.1 0.1 0 0 0.1 0.1 0.1 0.1 0.1 0.1 0 0.1 0.1 0.3-0.1 0.2 0 0.4-0.2 0.2 0 0.1 0 0.2 0.1 0.1 0.1 0.1 0 0.2-0.2 0.2-0.2 0.1 0 0.2 0 0.2 0.1 0.2 0 0.1 0 0.1-0.1 0.2-0.1 0.1-0.1 0.1 0.1 0.2 0.2 0.1 0.1 0.1 0 0.1 0.1 0.3 0 0.3-0.1 0.3-0.1 0.2 0 0.4 0 0.3 0 0.1-0.1 0.3-0.1 1.6-0.9 0.5-0.1 0.3 0 0.1 0 0.1 0 0.1 0.1 0.1 0 0.3 0 0.6 0 0.2 0 0.1 0 0.1 0.1 0.2 0.1 0.1 0.1 0.2 0 0.3 0.1 0.3-0.1 0.5 0 0.5 0 0.1 0.1 0.1 0 0 0.1 0 0.2 0 0.1 0 0.1-0.1 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0 0.2 0.3-0.1 0.2-0.3 0.2-0.2 0.3 0 0.5 0.2 0.1-0.1 0.2-0.4 0.1-0.3 0.2-0.3 0.4-0.3 1.3-0.1 0.3-0.2 0.7-0.6 0.3-0.2 2.7-1.1 1.5-0.9 2.5-0.9 1.9-1.1 1.1-0.3 0.4-0.3 0.2-0.2 0.2-0.2 0.3 0 0.3 0.2 0.3 0 0.2-0.1 0.4-0.4 0.2-0.1 0.3-0.6 0.1-0.3-0.1-0.1-0.1-0.2-0.1-0.2-0.1 0 0-0.1-0.2-0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.1 0.1-0.2 0-0.1 0-0.2-0.1-0.2-0.1-0.1 0-0.1 0-0.2 0 0-0.1 0-0.2 0.1-0.6 0.4-0.8 0.9-1.5 0-0.1 0.1-0.2 0-0.4 0-0.7 0-0.2 0-0.1 0.3-0.6 0.1-0.1 1.1-0.8 0.2-1.2 0.1-0.4 0.5-1.1 0.1-0.2 0-0.2-0.1-0.2 0-0.2 0-0.3 0.1-0.2 0-0.1 0.2-0.2 0.1-0.1 0.1-0.2 0.1-0.4 0.1-0.2 0.3-0.4 0.2-0.3 0.4-0.8 0.1-0.4 0-0.2-0.1-0.1-0.3 0-0.1 0-0.1-0.1-0.1 0-0.1-0.1 0-0.2-0.1-0.3 0.1-0.2 0.1-0.1 0.2-0.1 0.2-0.1 0.2-0.2 0.1-0.2 0.2-0.1 0.1 0 0.1 0.2 0.2 0 0.1 0 0.1 0 0.2 0 0.4-0.1 0.1 0 0.1 0 0 0.1 0.1 0.1 0.1 0 0.2 0 0.1 0 0.1 0 0.1-0.1 0.2-0.1 0.1-0.2 0.1-0.1 0.4-0.8 0.3-0.6 0.1-0.1-0.1-0.2 0.2-0.5 0.2-0.1 0.2 0 0.3-0.1 0.1-0.1 0.1-0.1 0.2-0.2z m-45 51.5l0.3 0.3 0 0.1-0.3 0.1-0.1 0.1-0.1 0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.1-0.2 0-0.1 0-0.2 0.1 0 0.1-0.3-0.1-0.2 0.1-0.2 0.2-0.2 0.1-0.9 0.2-0.2 0-0.3-0.2-0.2-0.1-0.2-0.1-0.3-0.1-0.2 0.1-0.2 0.3-0.1 0.4-0.1 0.3-0.1 0 0-0.1-0.1-0.1-0.1-0.2-0.1-0.1 0-0.2 0.1-0.2-0.4 0-0.1-0.1-0.1-0.1 0-0.2 0.1 0 0.8-0.4 0.5-0.6 0.3 0.1 0.2-0.2 0.5-0.5 0.1-0.1 0-0.4 0.2 0 0 0.1 0.1 0.1 0.2 0 0.2 0.1 0.2 0.1 0.2 0.1 0 0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0 0.4 0.3 0.3-0.2 0.2 0.2 0.2 0.2 0.2 0.1 0.2-0.1 0.1-0.1 0-0.2 0.1-0.1 0.2 0.1 0 0.2-0.1 0.1 0 0.1 0.2 0.2 0.2 0.2z\" id=\"BRRJ\" name=\"Rio de Janeiro\">\r\n  <\/path>\r\n  <path d=\"M465.4 617.3l0.6-0.6 0.5-0.6 1.2-2.2 0.1-0.1 0.2-0.1 0.3-0.1 0.2-0.1 0.2-0.2 0.3-0.7 0.4-0.6 0.1-0.1 0.2 0.2 0.3 0 0.4-0.2 1.5-0.7 0.1-0.1 0.2-0.6 0.1-0.1 0.1-0.1 1.9-1.1 0.6-0.6 0.4-0.2 1.1-0.4 0.6-0.6 0.4-0.2 0.2-0.1 0.4 0 0.2-0.1 0.2-0.1 0.5-0.5 0.2-0.1 0.5-0.3 0.1-0.1 0.4-0.5 1.3-1.2 0.1-0.2 0.2-0.6 0-0.1 0.6-1.3 0.1-0.3 0.1-0.7 0.1-0.3 0.2-0.3 1-1 0.1-0.1 0.4-0.1 0.2-0.2 0.2-0.2 0.1-0.2 0.2-0.2 0.1-0.3 0-0.4 0.1-0.3 0.6-1 0.3-0.2 0.7-0.3 0.5-0.4 0.4-0.3 0.3-0.4 0.1-0.5-0.1-0.2-0.1-0.2-0.3-0.1-0.9-1.5 0.1-0.6 0.1-0.1 0.1 0 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0-0.1 0.1-0.2 0.2-0.1 0.1-0.1 0.3 0 0.4 0 0.3 0.1 0.3 0.1 0.4-0.2 0.3-0.2 0.6-1 0.1-0.4 1.2-1.3 0.4-1-0.1-0.9-0.4-1.8 0.1-0.6 0.2-0.3 0.4-0.2 0.5-0.4 0.3-0.2 0.1-0.1 0.1-0.1 0.4-0.6 0.5-1.3 0.2-0.2 0.1-0.1 0.4-0.3 1.4-1.6 0.2-0.4 0.2-2.3 0-1 0-0.5 0.5-0.8 0.2-1 0.1-0.4 0.4-0.3 1-0.2 1-1.1 0.5-0.7 0.8-1 0.3-0.6 0.8-0.8 0.3-0.3 1.2-0.6 2.7-0.8 0.4-0.3 0.6-0.5 0.6-0.7 0.5-0.9 0.7-1.8 0.9-1.1 1.2-1 0.4-0.2 3.5-1.3 0.5-0.2 0.4-0.2 1.5-1.5 0.4-0.8 0.7-0.4 0.7-0.2 0.7 0 0.6 0.2 0.5 0.5 0.7 0.9 0.5 0.3 6.5 0.9 2.7 0.4 6.8 0 1 0.2 1.8 0.6 0.4 0.3 1.4-0.3 0.5-0.1 0.4 0.1 0.4 0.2 0.2 0.2-0.1 0.4-0.7 0.3-0.1 0-0.1 0.1-0.1 0.3 0 0.2-0.2 0.6 0 0.5 0.2 1 0.1 0.4 0.5 1 0.5 0.7 0.3 0.8 0.2 0.3 0.7 0.3 0.7-0.3 0.6-0.6 0.4-0.6 0.6-1.5 0.6-0.5 0.7 0.1 0.5 0.7 0.2 1-0.1 2 0.1 1.7 0.2 0.2 0.9 0.4 0.3 0.2 0.6-0.5 0.1-0.2-0.1-0.3-0.1-0.6-0.1-0.3 0-1.1-0.1-0.4-0.1-0.2 0-0.2 0.3-0.4 0.2-0.6 0.2-0.6 0.2-0.5 0.5-0.3 1 0 0.8-0.1 0.3 0 1.2 0.2 0.4 0.1 0.3-0.1 0.7-0.5 0.4-0.2 1.6 0.2 0.2-0.1 0.2-0.1 0.5-0.1 0.9-0.2 1.7 0 0.4 0.2 0.7 0.4 0.3 0 0.5-0.5-0.5-1.5 0.4-0.6 0.5 0.4 0.2 0.4 0.2 0.6 0.2 0.5 0.4 0.3 0.8 0.3 0.6 0.4 0.2 0 0.2 0 0.3-0.2 0.1-0.1 0.1-0.2 0.1-0.1 0.1 0 0.3-0.1 0.1-0.1 0.2-0.4 0.1-0.4 0-1 0.3 0.1 0.2 0.1 0.2 0.2 0.2 0.3 0 0.2 0 0.3 0.1 0.2 0.1 0.3 0.2 0.1 0.2 0 0.2 0 0.2-0.1 0.3-0.2 0.2-0.5 0.1-0.5 0-0.4-0.2-0.4 0-0.2 0.2-0.1 0.1-0.2 0.2-0.2 0.2-0.1 2.6-0.1 0.3 0.1 0.4 0.4 0.5 0.7 0.4 0.2 0.4-0.1 0.3-0.3 0.2-0.3 0.2-0.3 0.5-0.1 0.5-0.1 0.4-0.1 0.5-0.2 0.3-0.2 0.2 0.2 0.4 0.3 0.1 0.1 0.1 0.2 0 0.2-0.1 0.1 0 0.2 0 0.2-0.1 0.1 0 0.1 0.5 0.5 0.3 0.2 0.2 0.1 0.3 0 1.4 1 0.2 0.3 0.8 0.6 0.2 0.5 0.2 0.4 0 0.4 0 0.1 0 0.2-0.1 0.3-0.1 0.2 0 0.1-0.1 0.1-0.3 0.3-0.1 0 0 0.1-0.1 0.2 0 0.4-0.1 1.3-0.1 0.5 0 0.3-0.1 0.2 0 0.1 0 0.2 0.1 0.1 0.5 0.6 0.2 0.2 2 0.9 0.1 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.5 1.8 0 0.1 0 0.4-0.1 0.2 0 0.2-0.2 0.2-0.1 0.1-0.2 0.1-0.2 0-0.1 0.1-0.1 0.1-0.1 0.5 0 0.2-0.1 0.3-0.2 0.4-0.1 0.1-0.1 0.1-0.3 0.2-0.2 0.4-0.1 1.6-0.2 0.4 0.1 0.2 0 0.1 0.2 0.2 0.1 0.1 0.2 0 0.1 0 0.1 0.1 0.2 0.2 0.2 0.4 0.2 0.2 0.2 0.2 0.1 0.1-0.1 0.1-0.1 0.2 0 0.1 0 0.1 0 0.2 0.4 1.4 0 0.2 0 0.6 0.1 0.1 0.1 0.2 0.9 1.2 0.2 0.1 0.1 0.1 0.2 0 0 0.2 0.2 0.6 0.3 0.9 0.1 0.2 0.1 0.5 0.1 0.2 0.4 0.6 0 0.1 0 0.1 0.1 0.2-0.1 0.1-0.1 0.5 0 0.1 0 0.1 0 0.1 0.2 0.1 0.3 0.1 1.6-0.2 0.1 0 0.1 0 0.1-0.1 0.2-0.1 0.1-0.1 0.1 0 0.2 0 0.1-0.1 0.1 0 0.1-0.1 0.1-0.1 0.1-0.2 0-0.1 0.1 0 0.1-0.1 0.6 0.1 0.2-0.1 0.1 0 0.1 0.1 0.5 0.1 0.5 0.3 0.4 0.3 0.1 0 0.1 0.1 0.1-0.1 0.1 0 0.2-0.3 0.2-0.2 0.1 0 0.1 0 0.1 0 0 0.4 0.1 0.2 0.1 0.1 0.3 0.1 0.1 0 0.1 0.2 0 0.1 0.1 0.2 0.1 0 0.1 0 0.1 0 0.2 0 0.1-0.1 0.1 0 0.2 0 0.2 0.1 0.3 0.1 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0 0.1 0.1 1 0.1 0.1 0 0.2 0.1 0 0 0.1-0.1 0.1-0.2 0.2-0.1 0 0 0.1-0.1 0.2-0.1 0.3 0 0.6 0.1 0.1 0 0.1-0.1 0.1-0.2 0.2-0.1 0 0 0.1-0.1 0.1-0.4 1.1-0.1 0.1-0.1 0.1-0.1 0-0.5-0.1-0.1 0-0.1 0.2-0.4 1.7 0 0.3-0.1 0.1-0.4 0.2-0.1 0.2-0.1 0.1-0.1 0.1 0 0.1 0 0.2 0.1 0.3 0.1 0.1 0.1 0.1 0.1 0 0 0.1 0.1 0.1 0 0.1 0 0.1-0.1 0.2-0.2 0.2 0 0.1 0 0.2 0.5 1.2 0.4 0.6 0 0.1-0.1 0.1-0.1 0.2-0.2 0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.1 0.1-0.1 0.2-0.1 0.1 0 0.1 0.1 0.2 0.1 0.1 0 0.1-0.1 0.1-0.1 0.1-0.4 0-0.1 0.1-0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.1 0.1 0.1 0.2 0 0.6 0 0.1 0.1 0.1 0 0.1 0.1 0.5 0.7 0 0.1-0.1 0.2-0.5 0.5-0.3 0.2-0.4 0.6-0.7 1.7-0.1 0.5 0.1 0.2 0.1 0.1 0.7 0.8 0 0.2 0.1 0.1-0.1 0.4 0 0.2 0.2 0.1 0.2 0.2 1 0.4 0.7 0.1 0.1 0 0.1 0.1 0 0.2 0 0.3 0 0.2 0.1 0.1 0.1 0.1 0.4 0 0.4 0.2 0.9 0.6 0.2 0.1 0.4 0.1 0.3 0 0.3 0 0.1 0 0 0.1-0.1 0.2 0 0.1-0.1 0.1-0.2 0.1-0.1 0-0.1 0.2 0 0.1 0 0.3 0.1 0.2 0.1 0.1 0.3 0.4 0 0.1-0.1 0.2-0.1 0.1-0.1 0.1-1 0.3-0.2 0.2-0.1 0 0 0.1-0.1 0.1 0.1 0.2 0 0.1 0.6 0.4 0.3 0.3 1.2 0.7 0.2 0.2 0.1 0.2-0.2 0.3 0 0.1 0 0.1 0 0.5 0 0.2 0 0.3 0.1 0.2 0.1 0.3 0.1 0.1 0.1 0.1 0.1 0 0.2 0.1 0.4 0 0.2 0.1 0.2 0.1 0.2 0 0.2 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1 0.1 0.2 0.1 0.1 0 0.2-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1-0.1 0.7-0.1 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.4 0.1 1.6-0.3 0.5-0.1 0.2-0.1 0.2-0.1 0.2-0.1 0.2-0.2 0-0.1 0.2-0.2 0-0.1 0.2 0 0.2 0 0.2 0.1 0.1 0 0.1-0.1 0.2-0.2 0-0.1 0.1-0.1 0.2 0.1 0 0.1 0.1 0.2 0.1 0.1 0 0.1 0.2 0.1 0.2 0.1 0.2 0.2 0.2 0 0.1-0.2 0.1-0.1 0.2-0.3 0.2-0.1 0.1-0.1 0.2 0 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.2-0.2 0-0.1 0.1-0.2 0-0.1-0.1-0.1 0-0.1 0-0.1-0.1-0.2 0.1-0.1 0-0.1 0.1 0 0.2 0 0.2 0.1 0.1 0.1 0.1-0.1 0.1-0.2 0.1-0.1 0-0.4 0-0.2 0-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.3 0-0.5 0-0.1 0-0.1 0-0.1-0.1-0.1 0 0-0.1 0-0.2 0-0.1 0.1 0 1.7-1.1 0.1-0.1 0.1-0.2-0.1-0.1 0-0.1 0-0.1-0.3-0.3-0.1-0.1 0-0.1-0.1-0.1 0.2-0.2 0.4 0 0.8-0.1 0.3 0 0.1 0.1-0.1 0.1-0.1 0.2-0.1 0.2-0.2 0.2-0.1 0.1-0.1 0.1 0 0.1 0 0.2 0.1 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0 0.2 0 0.2-0.1 0.5-0.3 0.4-0.3 0.1 0 0.1 0 0.1 0 0.1 0.1 0 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0.1 0.7 0.1 0.2 0 0.2-0.1 0.4-0.3 0.2-0.1 0.1-0.1 0.3-0.5 0.1-0.1 0.1 0 0.2 0 0.1 0.1 0.1 0 0.2 0.2 0 0.1 0.1 0.1 0 0.1 0 0.3 0 0.1 0.1 0.1 0.1 0.1 0.1 0 0.2-0.1 0.9-0.5 1.5-0.4 0.1-0.1 0.2-0.1 0.1-0.2 0-0.1 0-0.3 0-0.1 0.1 0 0.2 0 0.2 0 0.1-0.1 0.3-0.3 0.4-0.3 0.1-0.1 1.1-0.6 0.2-0.2 1.2-0.5 0.2-0.1 0.4 0.1 0.2 0 0.2-0.1 0.3-0.2 0.2-0.1 0.2 0 0.6 0 0.3 0 0.1 0 0.5-0.2 1.3-0.7 0.3 0 0.3 0 0.6 0.3 0.3 0.2 0.2 0.2 0.1 0.2 0.5 1 0.1 0.2 0.2 0.2 0.3 0.2 0.3 0.4 0.1 0.1 0 0.1 0.1 0.1 0.1 0 0.2 0 0 0.1 0.2 0.7 0 0.1 0.1 0.1 0.1 0.1 0.5 0.2 0.1 0 0.2 0 0.3 0 0.1-0.1 0.2 0 0.1 0 0.3 0.2 0.2 0.1 0.1 0 0.3 0 0.2-0.1 0.1 0 0-0.1 0.1 0 0.1 0 0.9-0.1 0.1 0 0.1-0.1 0.1-0.1 0.2 0 0.4 0 0.2-0.1 0.1 0 0.1-0.2 0.1-0.1 0.1 0.1 0.2 0.2 0.1 0.1 0.3 0 0.2-0.1 0.3-0.1 0.5 0 0.7 0.1 0.3 0 0.1 0 0.1-0.1 0.1 0 0.1-0.1 0 0.1 0.3 0.4 0.3 0.5 0.4 0.7 0.1 0.2 0 0.2 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0-0.3 0.1-0.2 0.1-0.2 0.1-0.5 0.6-0.1 0.2 0.1 0.2 0 0.1 0 0.1 0 0.2-0.3 0.6-0.1 0.1-0.1 0.1-0.7 0.2-1 0.6-0.3 0.1-0.1 0-0.2-0.1-0.1-0.1-0.1 0-0.6 0.3-0.2 0-0.2 0.1-0.1-0.1-0.1 0 0-0.1-0.1-0.1 0-0.1-0.1-0.1-0.1 0-1.1 0.7-0.3 0.1-0.1 0-0.3-0.2-0.1 0-0.2 0-0.1 0-0.1 0-0.5 0.3-0.7 0.5-0.4 0.2-0.2 0.1-0.7 0.1-0.1 0-0.1 0.1-0.1 0-0.2 0.2-0.1 0.1-0.2 0.5-0.1 0.1-0.2 0-0.1 0.1-0.4 0-0.1 0.1 0 0.1 0 0.2 0 0.1 0 0.3 0 0.1-0.2 1.2 0 0.4 0 0.3 0 0.2 0 0.2 0 0.2-0.2 0.4-0.2 0.2-0.1 0.1-0.1 0-0.2 0.2-0.4 0.6 0 0.2 0 0.1 0 0.1 0 0.1 0.1 0.2 0.5 0.8 0.3 0.5 0.1 0.1 0.2 0 0.1-0.1 0-0.1 0.1 0 0.2 0.1 0.1 0.2 0.2 0.4 0.2 0.2 0.6 0.4-0.1 0.3-0.3 0.1-0.3 0.1-0.4 0.1-0.3-0.1-0.3 0.1-0.3 0.2-0.3 0-0.1-0.2-0.1-0.2-0.1-0.2-0.2 0-0.2 0-0.1 0-0.3 0.1 0.1-0.5-0.5 0.2-0.7 0.4-0.2 0.2-0.1 0.1-0.2 0.3-0.1 0.1-0.1 0-0.3 0.1-0.1 0-0.4 0.2-0.2 0-0.1-0.2-0.2 0.5 0.3 0.2 0.3 0.2 0.3 0.3-0.5 0-0.4 0.3-0.4 0.9-0.2-0.4-0.2-0.1-0.1 0.1 0.1 0.4-0.2 0-0.2-0.1-0.3-0.2-0.2-0.2-0.2-0.1-0.1 0.3 0 0.3 0.1 0.3-0.4 0.1-0.3-0.1-0.4-0.1-0.3 0.4 0.3 0.4 0 0.3-0.2 0.1-0.2 0-0.6 0.3-0.3-0.1-0.3-0.3-0.2-0.1-0.2 0.1-0.2 0.2-0.2 0.2-0.1 0.1-0.5 0.2-0.4 0.2-0.4 0.2-0.5-0.1 0 0.2-0.3 0.3-0.1 0.2 0 0.3 0.1 0.5 0.1 0.2 0 0.3 0.2 0.1 0.2 0 0.1 0.1 0 0.3-0.1 0.5 0 0.2 0.2 0.4 0 0.4-0.2 0.4-0.4 0.3-0.3 0-0.2-0.1-0.1-0.1-0.2 0-0.3 0.1-0.4 0.2-0.2 0-0.4-0.2-0.5-0.6-0.4-0.1-0.7 0.1-0.2 0-0.1 0-0.1-0.2-0.1 0-0.4-0.1 0 0.1-1.3-0.5-1.3 0-0.2-0.1-0.5-0.2-0.1 0-0.9 0-1.8 0.5-0.7 0.3-0.3 0.2-0.3 0.2-0.1 0.4-0.2 0-0.5-0.1-0.4 0.1-0.4 0.2-0.7 0.3-0.1 0 0-0.1-0.1 0-0.3 0.5-0.4 0.5-0.5 0.3-0.6 0.2 0 0.1 0.4 0 0.3-0.1 0.3-0.2 0.8-0.8 0.3-0.1 0.4 0-0.8 0.9-0.2 0.3-0.1 0.4-0.1 0.4 0 0.4 0.1 0.2-0.2 0.2-0.2 0.1-0.3-0.1 0-0.1-0.2-0.2-0.2 0.1-0.3 0.1-0.4 0.2-0.3 0.3-0.4 0.3-0.6-0.2 0.2-0.3 0.5-0.2 0.1-0.2 0-0.3-0.1-0.3-0.2-0.2-0.1-0.2 0-0.3-0.2-0.2-0.2-0.1-0.6-0.1-0.2-0.1-0.1-0.1 0.1-0.2 0-0.2-0.6-0.1 0 0.3 0 0.4-0.2 0.2-0.2 0-0.1 0.2 0.1 0.2-0.5 0-0.4-0.1 0.1 0.2 0.1 0.2 0.2 0 0.1 0.1 0 0.1 0.2 0.5 0.1 0.1 0.2 0 0.3 0 0.2 0.1 0.1 0.1 0 0.5-0.1 0.2-0.2 0.1 0-0.1-0.1-0.2-0.1 0-0.2-0.1-1.2 0.7-2.5 1.1-3.1 1.9-2.2 1.1-1.7 1-0.6 0.6-0.4 0.7-0.2 0.8-0.2 0.1 0 0.1 0.2 0.5 0 0.2-0.3 0.3-0.4 0.2-0.3-0.1-0.1-0.4-0.4 0.9-0.2 0.1-0.3 0.1-0.5 0.6-0.3 0.1-0.9 1-5.2 3.2-0.3-0.1-0.3 0.1-0.5 0.3-0.5-0.1-0.2 0-0.2 0.3-0.4 0.2-0.5 0.5-1 0.5-3.9 3.1-0.3 0.3-0.5 0.7-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0.2-0.8 1.6-0.6 0.3-1-0.1 0.2-0.4 0.3 0 0.3 0 0.2-0.1 0-0.2-0.2-0.1-0.9 0.1-0.1 0-0.1 0.2 0.1 0.3-0.1 0.2-0.2 0.1-0.2-0.1-0.1-0.2 0 0.4 0.4 0.2 0.5 0.2 0.4 0 0.5 0.2 0.2 0 0.3-0.1 0.2-0.2 0.2-0.2 0.3 0 0.3 0-0.7 2.2-0.6 1-1 0.3-0.4 0.2-0.9 1.2-0.2 0.3-0.1 0.4 0-0.3 0.1-0.2 0.2-0.3 0.5-0.7 0.2-0.3-0.1-0.2-0.1 0-0.1 0-0.2 0 0 0.1-0.1 0-0.1 0.1-0.1 0.1 0 0.1-0.2 0-0.1 0-0.1 0-1.2-0.3-0.1-0.1-0.2-0.1-0.3-0.2-0.1-0.2 0-0.2 0-0.1 0.1-0.2-0.1-0.3 0-0.3-0.4-1.1 0-0.1-0.1-0.5-0.4-1.3-0.7 0.5-0.1 0-0.1 0-0.1-0.2 0-0.1 0-0.1-0.2-0.1-0.2 0-0.4 0.1-0.2-0.1-0.1 0-0.1-0.1 0-0.1 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.2 0-0.4-0.1-0.2 0-0.3-0.3-0.1 0-0.1 0 0 0.2-0.1 0.1-0.4 0.2-0.2 0.1 0 0.1-0.1 0.1 0 0.1 0 0.2 0.1 0.3 0 0.2-0.1 0.1 0 0.1-0.1 0.1-0.2 0.1-0.1 0.1 0 0.1-0.1 0.1-0.1 0.2 0 0.1-0.1 0.2-0.1 0-0.2 0-0.6-0.3-0.5-0.3-0.1-0.1 0-0.1-0.3-0.7-0.1-0.2 0-0.1 0-0.1 0.1-0.1 0.4-0.2 0-0.1 0.1-0.1 0.1-0.2 0-0.5-0.1-0.7 0.1-0.3 0-0.1 0.2-0.2 0.2-0.2-0.1-0.2 0-0.2-0.1-0.6 0-0.3 0.1-0.2 0.2-0.1 0.4-0.2 0.1-0.2 0.1-0.2 0.3-0.5 0-0.2 0-0.2-0.1 0-1.1-0.4-0.1-0.1-0.1 0-0.1-0.1-0.1-0.2 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1 0-0.2 0-0.1 0-0.1 0-0.4 0.2-0.2 0.2-0.1 0.1-0.1 0.1-0.2 0-0.1-0.1 0-0.2-0.2-0.4-0.2 0-0.1 0.2-0.3 0.1-0.7 0.1-0.1 0-0.3-0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0-0.3-0.3-0.3-0.3-0.4-0.2-0.4 0 0 0.1 0.1 0.1-0.5 0-1.6 0.1-0.6-0.1-0.5-0.7-0.5-0.1 0.1 0.7-0.6 0.4-0.7 0.1-1.1-0.2-0.5 0-0.3 0.3-0.3 0-0.4-0.1-1.3-0.4-0.3-0.1 0-0.1-0.1-0.1 0-0.1 0-0.3 0-0.1 0.1-0.7 0-0.1-0.1-0.1-0.3-0.6 0-0.1 0-0.2 0-0.1 0-0.1 0-0.1 0.1-0.2 0.6 0 0.1-0.2 0-0.1 0-0.1 0-0.3 0.1-0.6-0.4-0.3 0-0.1 0-0.1 0-0.1 0.1-0.1 0.1 0 0.6-0.2 0.1-0.1 0.2-0.2 0-0.1 0-0.1-0.2-0.2 0-0.2 0-0.1 0.1-0.1 0.1 0 0.1-0.2 0.2-0.2 0-0.3 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.2-0.2-0.1 0-0.1-0.1-0.2-0.1-0.1-0.3-0.3-0.9-0.1-0.2 0-0.1-0.2-0.1-0.1 0-0.1-0.1-0.2-0.2 0-0.1 0-0.1 0.1-0.3 0-0.3 0-0.8 0-0.2-0.1-0.2-0.1-0.1-0.2-0.3-0.1-0.1-0.1-0.1-0.2-0.1-0.1 0-0.4-0.2-0.2 0-0.1-0.1-0.1-0.2-0.1-0.2-0.1-0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.1 0-0.2-0.4-0.3-0.4-0.4-0.5-0.1-0.3-0.1-0.2 0-0.2-0.1-0.1-0.1-0.1 0.1-0.3-0.1-0.1-0.1 0-0.1 0.1-0.1 0-0.1 0-0.3-0.2-0.3-0.6-0.1-0.1-0.2 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.4 0-0.1 0-0.2 0.1 0 0.3-0.1 0.1 0 0-0.1 0.1-0.2 0.1-0.2 0-0.3 0.1-1 0.2-1.2-0.1-0.2 0-0.1-0.2-0.1-0.2-0.3-0.2-0.2-0.4-0.6-0.3-0.6-0.1-0.4 0-0.9-0.1-0.3 0-0.2-0.1-0.1-0.3-0.2-0.1-0.1 0-0.2 0.1-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.3 0.5-1.4 0-0.4-0.1-1-0.4-1.9-0.6-1.4-0.5-0.8-0.5-0.4-0.1-0.1 0-0.2 0-0.2-0.1-0.3-0.1-0.1-0.1-0.1-0.1 0-0.3 0-0.1 0.1-0.1-0.1-0.5-0.2-0.1-0.1-0.6-0.3-0.2-0.1-0.6-0.1-0.2 0-0.3-0.2-0.3-0.3-0.1-0.2 0.1-0.6-0.1-0.3-0.3-0.2-0.6-0.3-0.2-0.2 0-0.6 0-0.3-0.2-0.2-0.2-0.1-0.2 0.1 0 0.4-0.4-0.2-0.2 0-1.4 0.4-0.2 0.1-0.4 0.1-1.6 0.2-0.6-0.1-0.2-0.1-0.3-0.1-0.3 0-0.2 0.2-0.1 0.2-0.3 0-0.3-0.2-0.3-0.1-0.4-0.4-0.2-0.1-0.4-0.1-0.3 0.1-0.2 0.2-0.4 0.5-0.2-0.1-1.2 0.1-0.2-0.1-0.1 0-0.1-0.1-0.1 0-0.4-0.2-1.7-0.2-0.5 0-0.4 0.1-0.5 0.3-0.2 0.1-0.3 0.2-0.5 0-0.3 0-0.3-0.1-0.2-0.1-0.1-0.2-0.1-0.2-0.2-0.6-0.2-0.3-0.8-1.1-0.2-0.1-0.3-0.2-2.4-0.6-2.2-0.6-1.4-0.6-1.7-1.1-0.5-0.2-0.5-0.3-0.4-0.2-0.3-0.1-0.1 0-0.2 0-0.1 0-0.2 0.1-0.2 0-0.2 0-0.4 0-0.2 0-0.2 0-0.1 0.1-0.4 0.3-0.1 0-0.1 0.1-0.3 0.1-0.4 0.1-0.8-0.1-0.4 0-0.4-0.2-0.7-0.3-0.4-0.2-0.4 0-0.4 0.2-0.3 0.1-0.4-0.4-0.6-0.6-0.4-0.2-1.3 0.2-0.5-0.1-0.4-0.1-2.2-1.3-0.8-0.4-0.9-0.2-0.4 0-0.6 0.1-0.4 0.3-0.2 0.4-0.1 0.4-0.2 0.6-0.2 0.4-0.4 0.3-0.5 0.1-0.2-0.2-0.1-0.3-0.2-0.2-0.1 0-0.1-0.1-0.2-0.1-0.3-0.1-0.2 0.1-0.5 0.4-0.5 0-0.9-0.3-0.5 0-0.8-0.1-0.3 0.1-0.4 0.1-0.8 0.1-0.6-0.4-0.6-0.5-0.7-0.1-1.1 0.7-0.5 0.1-2-0.4-0.9 0.1-0.3-0.1-0.5-0.3-0.3-0.1-1.1 0-0.4 0.2-0.5 0.3-0.3 0.2-1 0.7-1 1-0.2 0.2-0.7 0.2-0.3 0.1z m113.8 44l0.2 0 0.4 0 0.2-0.1 0.3-0.2 0.2 0 0 0.1-0.9 0.7-0.7 0.2-0.4 0.2-4.7 4-0.8 0.4-0.3 0.4-0.4 0.7-0.4 0.8-0.2 0.3-0.3-0.1 0.1-0.4 0.3-0.8 0.1-0.4 0.1-0.1 0.8-1 2.3-1.9 0.9-0.4 1.2-1.2 1.1-0.4 0.5-0.6 0.4-0.2z m23.9-17.1l0.2 0 0 0.1 0 0.1 0 0.1 0.3 0.4 0.2 0.4 0 0.3-1-0.5-0.2 0-0.3 0.3-0.1-0.1-0.4 0-0.1-0.1-0.1-0.1-0.4-0.5 0.3-0.1 0.1 0 0.2 0.1 0.1-0.1 0-0.1 0-0.2-0.1-0.2 0.2 0 0.7 0.2 0.4 0z m22.4-0.5l-0.2 0.1 0 0.1 0.1 0.3 0 0.3 0.1 0.1 0 0.1-0.2 0.2-0.1 0-0.2 0.2-0.1-0.1-0.1-0.1-0.1 0-0.1 0-0.2-0.3-0.2-0.5-0.2-0.3-0.3 0.2-0.1-0.1-0.7 0.3-0.8 0.2-0.7 0-0.6-0.5-0.1-0.5 0.1-0.3 0.3-0.2 0.3-0.2 1.3-1.3 0.2-0.4 0.1-0.7 0.1-0.1 0.1-0.2 0.1-0.1 0-0.2 0.2-0.1 0.1 0 0.3 0.1 0.2 0.1 1 0.7 0.2 0.3-0.2 1.6-0.6-0.2-0.1 0.7 0.3 0.6 0.7-0.1 0.1 0.2 0 0.1z\" id=\"BRSP\" name=\"S\u00e3o Paulo\">\r\n  <\/path>\r\n  <path d=\"M509.8 547.6l-1.5-2.2-1-1.2-0.3-0.2-0.3-0.2-0.2-0.2-0.3 0-0.2 0-0.5 0-0.2 0-0.7-0.3-0.2-0.1-0.8 0-0.3-0.1-0.2-0.1-0.3-0.1-0.2-0.2-0.5-0.4-1.3-1.2-0.2-0.1-0.2-0.1-0.8-0.1-1.3-0.4-0.2 0-0.8 0.1-1-0.2-0.2 0-4-1.8-0.3-0.1-0.5-0.6-0.7-0.5-0.7-0.3-1.1-0.2-0.7-0.3-0.4-0.2-0.2-0.2-0.1-0.1-0.1-0.2-0.1-0.2-0.3-0.3-1.5-1-1.2-0.6-0.5-0.1-0.3-0.1-1 0.1-0.4 0-0.3-0.1-0.2-0.2-1.5-1.5-0.6-0.4-0.2-0.1-0.3-0.1-2.4 0.4-0.6 0-0.9-0.3-1.4 0-2.2-0.6-0.6-0.3 0-0.1 0-0.1 0.1-0.4 0.7-1.7 0.3-0.5 1.1-1.5 0.2-0.3 0.1-0.3 0.1-0.5-0.1-0.2-0.2-0.2-1.8-0.8-0.4-0.2-0.2 0-0.1 0-0.2 0-0.2 0.1-0.8 0.6-0.2 0.1-0.2 0.1-0.3 0-0.2-0.2-0.4-0.4-0.2-0.4-0.2-0.3-0.1-0.3 0-0.4 0.3-4.2 0-0.6-0.2-0.5 0-0.6-0.4-0.8-0.8-1.7-0.4-1.5-0.2-0.6-0.1-0.2-0.1-0.2-0.5-0.8-1.1-1.9-0.2-0.6-0.1-0.6 0-0.7 0.3-1 0.2-0.3-0.1-0.2 0.1-0.8 0.2-0.9 0.1-0.4 0.1-0.2 0.1-0.2 0.1-0.2 0-0.2-0.1-0.2-0.1-0.3-0.1-1 0.1-0.3 0.2-0.2 0.5-0.5 0.1-0.2 0.2-0.5 0.2-0.3 0.1-0.5 0.1-0.1 0.3-0.3 0.8-1.2 0.1-0.1 0.3-0.2 0.2-0.3 0.2-0.4 0.1-0.4 0-0.2-0.1-0.4-0.1-0.2 0.1-0.2 0.2-0.5 0.3-1.4-0.2-0.3 0.6-0.6 0.6-0.4 1.3-0.7 0.9-0.3 0.2-0.1 0.3-0.3 0.4-0.2 0.7-0.9 0.9-0.7 0.3-0.4 0.2-0.4 0-0.5 0.2-0.4 0.2-0.3 0.3-0.3 0.5-0.4 0.2-0.2 0.1-0.5 0.1-0.9 0.2-0.8-0.3-0.2-0.1 0 0-0.1-0.4-0.2-0.2-0.1-0.1-0.1-0.1-0.1 0-0.1-0.1-0.3-0.1-0.2 0-0.4 0.1-0.6 0.1-0.2 0.1-0.2 0.1-0.1 0.4-0.3 0.5-0.2 1-0.3 0.3-0.1 0.2-0.1 0.1-0.2 0.1-0.1 0-0.1 0-0.2-0.1-0.9 0.1-0.2 0.1-0.2 0.1-0.1 0.2-0.1 1.1-0.5 0.2-0.1 0.1-0.4 0.3-0.2 0.8-0.3 0.6-0.4 0.2 0 0.2 0 0.1-0.1 0.2-0.1 0.4-1.1 0.9-1 0.2-0.4 0-0.2 0.2-0.1 0.2-0.2 0.5-0.2 1-0.1 2.1-0.2 0.5-0.1 0.4-0.3 0.7-0.7 0.1-0.2 0-0.1 0-0.1 0.3-0.1 0.3 0.1 0.3 0.2 0.2 0 0.3 0 0.3-0.1 0.3-0.3 0.1-0.7 0.8-0.9 0.6-1.3 0.3-0.5 0.1-0.4 0-0.5-0.1-0.6-0.3-0.4 0.2-0.3 0.5 0.3 0.2-0.2 0.5-0.7 0.3-0.4 0.1-0.4 0.2-1 0.1-0.2 0.2-0.4 0.1-0.3 0-0.2-0.1-0.5 0-0.2 0-0.2 0.1-0.3 0-0.2 0.1-0.2 0.3-0.2 0.1-0.1 0-0.5-0.1-0.3 0-0.4 0.1-0.4 0.2-0.2 0.3-0.3 0.4-0.2 0.3-0.1 0.3-0.2 0.9-1.3 0.4-0.3 0.8-0.3 0.4-0.3 0.5-0.6 0.3-0.2 0.4-0.1 0.5-0.1 0.4-0.1 0.6-0.6 0.2 0.4 0.1 0.4 0.1 0.4 0.5 0.1 0.4 0 0.3-0.2 0.6-0.3 0.7-0.3 0.3-0.3 0.2-0.2 0-0.1 0-0.1 0.2-0.5 0-0.2 0.2-0.1 0.5-0.3 0.1-0.1 0.2-1.3 0.1-0.3 0.3-0.1 0.1-0.4 0-0.9 0.1-0.4 0.4-0.8 0-0.6 0.1-0.2 0.5-0.4 0.1-0.2 0.1-0.2 0.1-0.4 0.1-0.3 0.1-0.1 0-0.1 0-0.2 0.1-0.2 0.1-0.3 0.1-0.3 0-0.3 0-0.3-0.2-0.8-0.1-0.1 0-0.2-0.1-0.3-0.1-0.2 0-0.1 0-0.1 0.1-0.4 0-0.1 0.1-0.4 0.2-0.5 0.1-0.2 0-0.2 0-0.3-0.1-0.2 0.1-0.1 0.2-1 0.7-1.5 0.1-0.2 0.1-0.2-0.1-0.1 0-0.2-0.1-0.1 0-0.1 0.1-0.1 0.1 0 0.1 0 0.2 0 0.7-0.2 0.2-0.1 0.1-0.1 0-0.1 0.1-0.1 0-0.1 0-0.2 0-0.1 0-0.2-0.2-0.2 0-0.1 0-0.1-0.1-0.3 0.1-0.5-0.1-0.4-0.1-0.1 0-0.3 0.1-0.2 0.2-0.7 0.1-0.8 0-0.3 0-0.2-0.1-0.4-0.1-0.3 0-0.2 0-1.1 0-0.2-0.1-0.1-0.1-0.3 0-0.2 0-0.1 0.1-0.1 0.1-0.1 0.3-0.1 0.2 0 0.1 0 0.1-0.1 0.3-0.3 0.2-0.1 0-0.1 0.1-0.1 0.1-0.1 0.4-1.3 0.2-1.3 0-0.1 0.3-0.4 0.1-0.1 0.1-0.1 0.3-0.1 0.1-0.1 0.2-0.3 0-0.1 0.1-0.1 0.2-0.2 0.2-0.3 0.2-0.2 0.1-0.2 0-0.1 0.1-0.6 0-0.2 0.1-0.1 0.2-0.3 0.3-0.3 0.3-0.4 0.3-0.6 0.5-1.2 0.1-0.2 0-0.1 0-0.2 0-0.1-0.2-0.3 0-0.1 0-0.4 0-0.3 0.1-0.8 0-0.3-0.1-0.2-0.1-0.3-0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1 0 0.3-0.2 0.1 0 0.1-0.1 0-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.1 0-0.2 0-0.1 0.1 0 0.1-0.2 0.7-0.4 0.1-0.1 0.2-0.2 0.1-0.2 0.1-0.2 0.3-1.5 0-0.3 0-0.2-0.1-0.2 0.4-0.8 0.1-0.5 0-0.2 0-0.2 0.1-0.4 0.1-0.2-0.1-0.2 0.2-0.4 0.1-0.2 0.2-0.1 0.2-0.2 0.1-0.3 0.1-0.2 0-0.2 0.1-0.3 0.1-0.3 0.6-0.7 0.2-0.2 0.1-0.2 0-0.2 0.1-0.2 0.2-0.2 0.2 0 0.1-0.1 0-0.2 0.1-0.1 0.1-0.1 0.2 0 0.1-0.2 0.1-0.1 0.3-0.3 0.5-0.2 0.4-0.4 1.7-1 0.3 0.2 0.1 0.1 0.1 0.2 0 0.3 0 0.3-0.1 0.3-0.1 0.2-1 1.1-0.2 0.2-0.1 0.2 0 0.2 0 0.2 0.1 1 0 0.3-0.1 0.4-0.1 0.3-1.1 1.5-0.1 0.4-0.1 0.3-0.1 0.3 0.1 2.1 0.1 0.4 0.2 0.2 0.3 0.3 3.8 1.8 1 0 0.2-0.1 0.2 0.1 0.3 0.1 1.1 0.9 4.6 2.2 2.4 0.2 1 0.3 2 0.9 0.4 0.1 0.3 0 0.1-0.2 0.1-0.2 0-0.1 0.1-0.2-0.1-0.6 0.1-0.4 0.2-0.7 1.2-2.7 3.2-5.5 1.6-1.2 0.8-0.5 0.2 0 0.1 0 0 0.1-0.2 1 0 0.2 0 0.2 0.1 0.1 0 0.2 0.1 0.1 0.2 0.1 1.4 0.7 1.3 1 0.4 0.4 0.3 0.4 0.3 0.6 0.3 0.6 0 0.3 0 0.2-0.1 0.9 0 0.1 0 0.2 0 0.2 0.1 0.3 0.4 0.8 0.2 0.5 0.1 2.3-0.3 1.6-0.1 0.3 0 0.3 0.1 0.2 0.1 0.5 0.1 0.3 0.1 0.2 0.1 0.1 0.1 0.1 0.1 0 0.1 0 0.7-0.5 0.3-0.2 0.1-0.2 0-0.1 0.1-0.1 0.1-0.3 0.2-1 0-1.2 0.1-0.5 0.1-0.2 0.1-0.2 0.2-0.1 0.2-0.1 0.2-0.1 0.4 0 0.3 0.1 0.3 0.1 1.2 0.5 0.6 0.2 1.6 0 0.4-0.1 0.3-0.1 0.4-0.1 0.5-0.2 2-1.6 0.5-0.3 0.7-0.3 0.3 0 0.1 0.1 0.1 0.1 0 0.1 0 0.1-0.1 0.2-0.4 1.1-0.2 0.5 0.1 0.1 0 0.1 0.5-0.1 0.4 0.1 0.5 0.1 0.5 0.2 0.7 0.5 0.8 0.6 0.4 0.2 0.2 0 0.2-0.1 0.2-0.2 0.1-0.1 0.2 0.1 0.3 0.1 0.5 0.4 0.8 0.5 3.6 1.3 0.2 0 0.2-0.1 0.1-0.1 0-0.3-0.1-0.2-1.2-2.6-0.1-0.4 0-0.2 0-0.1 0.1-0.2 0-0.1 0.2-0.1 0.8-0.7 0.1-0.1 0.2 0 0.1 0 0.1 0 0 0.1 0.1 0.1 0.1 0.4 0.2 0.3 0.6 0.5 0 0.1 0.1 0.1 0 0.1 0 0.3 0 0.1 0.1 0.1 0.6 0.7 0 0.1 0.1 0 0 0.1 0 0.1 0 0.1 0.2 0.6 0 0.1 0.1 0 0.1 0 0.1-0.3 0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0-0.1 1.4-0.2 0.5-0.2 0.3-0.3 1.4-0.5 0.3-0.1 0.1 0 0.4 0 0.1 0 0.1-0.1 0.2-0.1 3.6-1.9 0.9-0.2 1.5-0.3 0.2 0 0.3 0 0.5 0.1 0.9 0 1-0.1 0.6-0.2 0.4-0.1 0.3-0.2 0.3-0.2 2.1-2.3 0.2-0.2 0.4-0.2 0.5-0.2 1.3-0.3 0.8-0.2 0.6-0.4 0.2-0.1 0.3 0 1.7-0.1 1-0.2 1.3-0.8 0.3 0.5 0.2 0.3 2.5 1.7 0.3 0.4 0.1 0.2 0 0.1 0.1 0.1 0 0.1-0.1 0.2-0.1 0.1-0.2 0.1-0.1 0.1-0.2 0.1-1.1 0.8-0.1 0.1 0 0.1-0.1 0.2-0.4 2.3 0 0.7 0 0.4 0.1 0.1 0.4 0.3 1.4 0.4 0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.5 0 0.3-0.1 0.4-0.1 0.2-0.1 0.1-0.2 0.2-0.6 0.5-0.4 0.3-0.7 0.3-0.2 0.3-0.4 1-0.4 1.5-0.4 1.1-0.2 0.9-0.1 0.3-0.1 0.1 0 2 0.3 2.4 0.7 2.7 1 1.4 0.1 0.2 0.8 2.3 0.1 0.1 0.1 0.1 1.1 0.6 0.1 0.1 0.4 0.5 0.6 1 0.1 0.1 0.9 0.5 0.5 0.2 0.1 0 0.1 0.1 0.1 0.1 0 0.2 0 0.3-0.3 0.9-0.5 1.1-0.1 0.2 0 0.2 0 0.5 0 0.5 0.2 0.4 0 0.1 0.2 0.4 0.4 0.8 0.1 0.5 0.1 0.4 0.1 0.6-0.1 0.4-0.1 0.3-0.1 0.3-0.1 0.2-0.5 0.5-0.3 0.4-1.1 1.6-0.5 0.3-0.2 0.2-0.2 0.4-0.1 0.2-0.3 0.2-0.1 0.1-0.1-0.1-0.3-0.1-0.2 0-0.3 0-0.9 0.2-0.2 0-0.4-0.3 0-0.1-0.1 0-0.5 0-0.6 0-0.3-0.1-0.2 0 0-0.1-0.4-1.2-0.1-0.2 0-0.1-0.6-0.7-0.4-0.3-0.3-0.3-1.6-0.8-0.4-0.3-0.3-0.1-0.2-0.1-0.1 0.1-1 1.2-0.2 0.4-0.1 0.1 0 0.1 0 0.1 0 0.4 0.1 0.1 0 0.1 0.3 0.4 0.1 0.1 0 0.1 0 0.1 0 0.1-0.1 0.1-0.3 0.5 0 0.1 0 0.1 0 0.1 0 0.1 0.1 0.2 0.2 0.2 0.1 0.1 0 0.1 0 0.1 0 0.5 0.1 0.6 0.1 0.5 0 0.1 0 0.1-0.4 0.3-0.5 0.4-0.2 0-0.2 0.1-0.1 0-0.4-0.2-2-1-0.2-0.1-0.5-0.1-0.5-0.1-0.8 0.1-0.2 0.1-0.4 0.1-0.1 0.1-0.2 0.2-0.1 0.1-0.1 0.1 0 0.1-0.1 0.2 0 0.1-0.7 3.4 0 0.3 0.1 0 0.4-0.1 0.2 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.4 0.3 0.6 0.1 0.3 0 0.2 0 0.1-0.2 0.4-0.2 0.2-0.3 0.4-0.1 0.2-0.2 0.2-0.3 0.3-0.1 0.1-0.1 0.1-0.1 0.2-0.1 0.2 0.2 2.4 0 0.1 0.1 0 0 0.1 0.1 0.1 0.2 0.2 0.1 0 0.5 0.1 0.1 0.1 0.1 0 0 0.2 0.3 2.7 0.1 0.2 0.2 0.6 0.1 0.2 0 0.2-0.1 0.5 0.2 0.9-0.1 0.2 0 0.2-0.1 0.1-0.5 0.3-0.3 0-0.1 0.1-0.4 0.2-0.2 0.1-0.1 0-0.4 0-0.1 0-0.1 0.1-0.3 0.1-0.1 0.1-0.1 0-0.9-0.1-0.2 0-0.1 0.1-0.1 0-0.1 0.1-0.2 0.1-0.2 0.1-0.3 0.2-0.1 0-0.1 0-0.2 0-0.1-0.1-0.2 0 0-0.1-0.1 0 0-0.1-0.1-0.1-0.1 0-0.1 0.1-0.1 0-0.1 0.2-0.4 0.9-0.1 0.1-0.1 0-0.3 0.2 0 0.1-0.1 0.1-0.2 0.2-0.1 0.2-0.2 0.1 0 0.1-0.1 0-0.2 0-0.1 0-0.1 0-0.5-0.1-0.1 0-0.6 0.3-0.1 0.7-0.5 1.1-0.1 0.2 0 0.2 0.3 1.7-0.1 0.3 0 0.1-0.5 1.2-0.3 0.6-0.1 0.1 0 0.1-0.1 0.1-0.1 0.1-0.2 0.5-0.1 0.1-0.8 0.7 0 0.1-0.4 1.6 0 0.1 0.1 0 0 0.1 0.2 0.4 0.1 0.2 0.6 0.8 0.2 0.1 0.4 0.2 0.4 0.1 0.2 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.1 0.1 0 0.3 0.1 0.1 0.1 0.1 0.1 0.2 0.3 0 0.1 0.1 0 0.2 0.1 0.1 0.1 0.3 0.7 0.1 0.2 0.3 0.7 0.4 1.4 0.1 0.2 0.2 0.3 0.1 0.2 0.1 0.1 0.1 0.8 0.1 0.2 0.1 0.2 0.2 0.5 0.2 0.6 0 0.4 0 0.2 0 0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0-0.1 0-0.1-0.1-0.1 0-0.1 0-0.1 0-0.1 0.1-0.2 0.2-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.2 0 0.1 0.1 0.1 0.3 0.4 0.1 0.2-0.1 0.1-0.2 0-0.2 0-0.1 0.1-0.1 0.1-0.3 0.3-0.1 0.1-0.1 0.1-0.1 0.4-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0 0-0.1-0.1 0-0.1 0.1-0.1 0-0.1 0.1 0 0.1-0.2 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1-0.2 0 0 0.1 0.1 0.2-0.1 0.1 0 0.1-0.1 0.2-0.3 0.2-0.2 0.3-0.1 0.1-0.1 0-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0.2-0.1 0.2 0 0.1 0 0.1 0.1 0.2 0 0.1-0.1 0.3-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1 0.1 0.1 0 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0.1-0.1-0.1-0.1-0.1-0.2 0-0.3-0.2-0.1 0-0.1 0-0.2 0.5 0 0.2-0.2 0.4-0.1 0.2 0 0.2 0 0.1-0.1 0.2 0 0.3 0 0.6 0.1 0.2 0 0.2 0.8 0.9 0.1 0.1 0.1 0.1 0.1 0 0.2 0 0.1 0 0-0.1 0.2-0.2 0.1-0.1 0.1 0 0.1-0.1 0.3-0.1 0.1 0 0.1 0 0.1 0 0.1 0 0.3 0.2 0.1 0.1 0.2 0 0.2 0 0.2 0 0.1 0.1 0.7 0.4 0.2 0.1 0.2 0.1 0.1 0.2 0.2 0.5 0.1 0.3 0 0.5 0 0.9 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0.1-0.2 0.4-0.2 0.3-0.1 0.2-0.1 0.1 0 0.2-0.1 0.4 0 0.1-0.2 0.2 0 0.1-0.1 0.2 0 0.2 0 0.1 0 0.1-0.2 0.2 0 0.2 0 0.3 0.1 0.2 0.1 0.5 0.1 0.2 0.1 0.3 0.1 0.2 0 0.3 0.1 0.3 0.1 0.1 0.2 0.3 0.1 0.1 0 0.1 0 0.4 0.1 0.5 0.5 1-0.4 0.1-0.1 0-0.1 0.2-0.3 0.1-0.3 0.2-0.1 0.1-0.2 0.3-0.1 0.1-0.2 0.1-0.3 0.1-0.1 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.2-0.1 0.1-2.4 0.9-0.5 0.3-0.4 0.4-0.2 0.3-0.3 0.7-0.3 0.4-0.3 0.3-5 2.7-0.4 0.1-0.2 0-0.2 0-0.1-0.1-0.6-0.2-0.7-0.1-0.3 0-0.2-0.1-0.2-0.1-0.1-0.1-0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.3 0.1-0.2 0-0.5 0-0.2 0-0.2-0.1 0-0.1-0.3-0.1-0.5-0.4-0.9-0.4-0.9-0.2-0.8-0.1-1.3 0.1-5-0.2-4.1 0.2-0.8-0.1-1.2-0.3-0.7-0.1-1.4 0.8-2.3 0.9-0.4 0.3-0.3 0.3-0.6 0.7-3.3 3.3-0.3 0.2-0.3 0-0.3-0.2-0.3-0.4-0.7-0.8-0.2-0.4-0.3-0.8-0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.1 0-0.2 0-0.2 0.1-0.1 0-0.3 0.4-0.3 0.2-0.3 0.2-0.4 0.1-4.2 1.7-0.7 0.1-1.3-0.2-1.9-0.1-0.5 0.1-0.4 0.2-0.4 0.2-0.6 0.4-0.5 0.1-3.1 0.6-0.6 0.2-0.6 0.3-2.5 3.6-0.5 0.6-0.5 0.4-0.1 0 0 0.2 0 0.1 0 0.1 0 0.1 0 0.1 0.2 0.3 0.1 0.3 0 0.4 0.1 0.2-0.1 0.1 0 0.2-0.1 0.2 0 0.2-0.1 0-0.2 0.2-0.5 0.8-0.2 0.3-0.4 0.2-0.5 0.2-0.5 0-0.8-0.3-0.4 0.2-0.5 0.6-0.4 0.3-0.3 0.1-0.3 0.3-0.1 0.6-0.1 0.3-0.4 0.3-0.7 0.5-0.4 0.3-0.2 0.4-0.2 0.4 0 0.5-0.1 0.5-0.5 0.7 0 0.4 0.6 0.7 0.3 0.4-0.3 0.2-0.1 0-0.2 0.2-0.1 0.1-0.1 0-0.1-0.1-0.2-0.1-0.3-0.3-0.2-0.1-0.4-0.1-0.3 0.1-0.2 0.3z m73.7-72.6l-0.1-0.3-0.2-0.1-0.5-0.3-0.2-0.1 0-0.1-0.1-0.2-0.1-0.1 0-0.2 0.1-0.2 0.1-0.6 0-0.4 0-0.2-0.1-0.3 0-0.1 0-0.7 0.1-0.5 0.4-0.5 0.1-0.3 0.2-0.7 0.2-1 0-0.2-0.2-0.3 0-0.1 0-0.3 0-0.9 0.1-0.2 0.1-0.3 0-0.1 0-0.1-0.2-0.1-0.3-0.2-0.6-0.2-0.5-0.3-0.1-0.1-0.3-0.1-0.1-0.1-0.1-0.2-0.1-0.2 0-0.3 0-0.1-7-0.2-5.3 0-3 0-0.2 0.3-0.2 0.5-0.2 1.9-0.1 0.3-0.2 0.1-0.1 0 0 0.1-0.1 0.1 0 0.2-0.1 0.7 0.1 0.2 0.1 0.2 0.3 0.2 0.3 0.3-0.3 0.7-0.2 0.4-0.1 0.2-0.2 0.1-0.1 0.2-0.2 0.1-0.3 0.1-0.1 0.1 0 0.1-0.1 0.2 0.3 1.3 0.1 0.6 0 0.1 0.1 0.1 0.3 0.1 0.1 0.3 0 0.2-0.1 0.4-0.2 0.3 0 0.3-0.1 0.1 0 0.1 0.1 0.1 1.4 0.2 6.5 0 5.1 0 6.1 0z\" id=\"BRGO\" name=\"Goi\u00e1s\">\r\n  <\/path>\r\n  <path d=\"M583.5 475l-6.1 0-5.1 0-6.5 0-1.4-0.2-0.1-0.1 0-0.1 0.1-0.1 0-0.3 0.2-0.3 0.1-0.4 0-0.2-0.1-0.3-0.3-0.1-0.1-0.1 0-0.1-0.1-0.6-0.3-1.3 0.1-0.2 0-0.1 0.1-0.1 0.3-0.1 0.2-0.1 0.1-0.2 0.2-0.1 0.1-0.2 0.2-0.4 0.3-0.7-0.3-0.3-0.3-0.2-0.1-0.2-0.1-0.2 0.1-0.7 0-0.2 0.1-0.1 0-0.1 0.1 0 0.2-0.1 0.1-0.3 0.2-1.9 0.2-0.5 0.2-0.3 3 0 5.3 0 7 0.2 0 0.1 0 0.3 0.1 0.2 0.1 0.2 0.1 0.1 0.3 0.1 0.1 0.1 0.5 0.3 0.6 0.2 0.3 0.2 0.2 0.1 0 0.1 0 0.1-0.1 0.3-0.1 0.2 0 0.9 0 0.3 0 0.1 0.2 0.3 0 0.2-0.2 1-0.2 0.7-0.1 0.3-0.4 0.5-0.1 0.5 0 0.7 0 0.1 0.1 0.3 0 0.2 0 0.4-0.1 0.6-0.1 0.2 0 0.2 0.1 0.1 0.1 0.2 0 0.1 0.2 0.1 0.5 0.3 0.2 0.1 0.1 0.3z\" id=\"BRDF\" name=\"Distrito Federal\">\r\n  <\/path>\r\n  <path d=\"M509.1 561.1l-0.2-1.6 0-2.7-0.4-3.2 0-0.6 0.1-0.6 0.5-0.6 0.1-0.5 0-1.2 0-0.2 0.1-0.1 0.2-0.1 0.4 0 0.1-0.1 0.3-0.4-0.1-0.3-0.3-0.4-0.2-0.4 0.1-0.5 0.2-0.3 0.3-0.1 0.4 0.1 0.2 0.1 0.3 0.3 0.2 0.1 0.1 0.1 0.1 0 0.1-0.1 0.2-0.2 0.1 0 0.3-0.2-0.3-0.4-0.6-0.7 0-0.4 0.5-0.7 0.1-0.5 0-0.5 0.2-0.4 0.2-0.4 0.4-0.3 0.7-0.5 0.4-0.3 0.1-0.3 0.1-0.6 0.3-0.3 0.3-0.1 0.4-0.3 0.5-0.6 0.4-0.2 0.8 0.3 0.5 0 0.5-0.2 0.4-0.2 0.2-0.3 0.5-0.8 0.2-0.2 0.1 0 0-0.2 0.1-0.2 0-0.2 0.1-0.1-0.1-0.2 0-0.4-0.1-0.3-0.2-0.3 0-0.1 0-0.1 0-0.1 0-0.1 0-0.2 0.1 0 0.5-0.4 0.5-0.6 2.5-3.6 0.6-0.3 0.6-0.2 3.1-0.6 0.5-0.1 0.6-0.4 0.4-0.2 0.4-0.2 0.5-0.1 1.9 0.1 1.3 0.2 0.7-0.1 4.2-1.7 0.4-0.1 0.3-0.2 0.3-0.2 0.3-0.4 0.1 0 0.2-0.1 0.2 0 0.1 0 0.1 0 0.1 0.1 0 0.1 0.1 0.1 0.3 0.8 0.2 0.4 0.7 0.8 0.3 0.4 0.3 0.2 0.3 0 0.3-0.2 3.3-3.3 0.6-0.7 0.3-0.3 0.4-0.3 2.3-0.9 1.4-0.8 0.7 0.1 1.2 0.3 0.8 0.1 4.1-0.2 5 0.2 1.3-0.1 0.8 0.1 0.9 0.2 0.9 0.4 0.5 0.4 0.3 0.1 0 0.1 0.2 0.1 0.2 0 0.5 0 0.2 0 0.3-0.1 0.1 0 0.1 0.1 0 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.2 0.1 0.3 0 0.7 0.1 0.6 0.2 0.1 0.1 0.2 0 0.2 0 0.4-0.1 5-2.7 0.3-0.3 0.3-0.4 0.3-0.7 0.2-0.3 0.4-0.4 0.5-0.3 2.4-0.9 0.1-0.1 0.1-0.2 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0.3-0.1 0.2-0.1 0.1-0.1 0.2-0.3 0.1-0.1 0.3-0.2 0.3-0.1 0.1-0.2 0.1 0 0.4-0.1-0.5-1-0.1-0.5 0-0.4 0-0.1-0.1-0.1-0.2-0.3-0.1-0.1-0.1-0.3 0-0.3-0.1-0.2-0.1-0.3-0.1-0.2-0.1-0.5-0.1-0.2 0-0.3 0-0.2 0.2-0.2 0-0.1 0-0.1 0-0.2 0.1-0.2 0-0.1 0.2-0.2 0-0.1 0.1-0.4 0-0.2 0.1-0.1 0.1-0.2 0.2-0.3 0.2-0.4 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.9 0-0.5-0.1-0.3-0.2-0.5-0.1-0.2-0.2-0.1-0.2-0.1-0.7-0.4-0.1-0.1-0.2 0-0.2 0-0.2 0-0.1-0.1-0.3-0.2-0.1 0-0.1 0-0.1 0-0.1 0-0.3 0.1-0.1 0.1-0.1 0-0.1 0.1-0.2 0.2 0 0.1-0.1 0-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.8-0.9 0-0.2-0.1-0.2 0-0.6 0-0.3 0.1-0.2 0-0.1 0-0.2 0.1-0.2 0.2-0.4 0-0.2 0.2-0.5 0.1 0 0.1 0 0.3 0.2 0.2 0 0.1 0.1 0.1 0.1 0.1-0.1 0.1 0 0.1 0 0.1-0.1 0-0.1-0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1-0.3 0-0.1-0.1-0.2 0-0.1 0-0.1 0.1-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1-0.1 0.2-0.3 0.3-0.2 0.1-0.2 0-0.1 0.1-0.1-0.1-0.2 0-0.1 0.2 0 0-0.1 0-0.1 0-0.1 0.1-0.1 0.2-0.1 0-0.1 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0 0.1 0.1 0 0.1 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1-0.4 0.1-0.1 0.1-0.1 0.3-0.3 0.1-0.1 0.1-0.1 0.2 0 0.2 0 0.1-0.1-0.1-0.2-0.3-0.4-0.1-0.1 0-0.1 0-0.2 0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0.2-0.2 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1 0.1 0.1 0 0.1 0 0.1-0.1 0.1 0 0.1-0.1 0-0.1 0-0.2 0-0.4-0.2-0.6-0.2-0.5-0.1-0.2-0.1-0.2-0.1-0.8-0.1-0.1-0.1-0.2-0.2-0.3-0.1-0.2-0.4-1.4-0.3-0.7-0.1-0.2-0.3-0.7-0.1-0.1-0.2-0.1-0.1 0 0-0.1-0.2-0.3-0.1-0.1-0.1-0.1-0.3-0.1-0.1 0-0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.1-0.2-0.1-0.4-0.1-0.4-0.2-0.2-0.1-0.6-0.8-0.1-0.2-0.2-0.4 0-0.1-0.1 0 0-0.1 0.4-1.6 0-0.1 0.8-0.7 0.1-0.1 0.2-0.5 0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0.3-0.6 0.5-1.2 0-0.1 0.1-0.3-0.3-1.7 0-0.2 0.1-0.2 0.5-1.1 0.1-0.7 0.6-0.3 0.1 0 0.5 0.1 0.1 0 0.1 0 0.2 0 0.1 0 0-0.1 0.2-0.1 0.1-0.2 0.2-0.2 0.1-0.1 0-0.1 0.3-0.2 0.1 0 0.1-0.1 0.4-0.9 0.1-0.2 0.1 0 0.1-0.1 0.1 0 0.1 0.1 0 0.1 0.1 0 0 0.1 0.2 0 0.1 0.1 0.2 0 0.1 0 0.1 0 0.3-0.2 0.2-0.1 0.2-0.1 0.1-0.1 0.1 0 0.1-0.1 0.2 0 0.9 0.1 0.1 0 0.1-0.1 0.3-0.1 0.1-0.1 0.1 0 0.4 0 0.1 0 0.2-0.1 0.4-0.2 0.1-0.1 0.3 0 0.5-0.3 0.1-0.1 0-0.2 0.1-0.2-0.2-0.9 0.1-0.5 0-0.2-0.1-0.2-0.2-0.6-0.1-0.2-0.3-2.7 0-0.2-0.1 0-0.1-0.1-0.5-0.1-0.1 0-0.2-0.2-0.1-0.1 0-0.1-0.1 0 0-0.1-0.2-2.4 0.1-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0.3-0.3 0.2-0.2 0.1-0.2 0.3-0.4 0.2-0.2 0.2-0.4 0-0.1 0-0.2-0.1-0.3-0.3-0.6-0.1-0.4-0.1-0.1-0.1-0.1-0.1 0-0.2 0-0.4 0.1-0.1 0 0-0.3 0.7-3.4 0-0.1 0.1-0.2 0-0.1 0.1-0.1 0.1-0.1 0.2-0.2 0.1-0.1 0.4-0.1 0.2-0.1 0.8-0.1 0.5 0.1 0.5 0.1 0.2 0.1 2 1 0.4 0.2 0.1 0 0.2-0.1 0.2 0 0.5-0.4 0.4-0.3 0-0.1 0-0.1-0.1-0.5-0.1-0.6 0-0.5 0-0.1 0-0.1-0.1-0.1-0.2-0.2-0.1-0.2 0-0.1 0-0.1 0-0.1 0-0.1 0.3-0.5 0.1-0.1 0-0.1 0-0.1 0-0.1-0.1-0.1-0.3-0.4 0-0.1-0.1-0.1 0-0.4 0-0.1 0-0.1 0.1-0.1 0.2-0.4 1-1.2 0.1-0.1 0.2 0.1 0.3 0.1 0.4 0.3 1.6 0.8 0.3 0.3 0.4 0.3 0.6 0.7 0 0.1 0.1 0.2 0.4 1.2 0 0.1 0.2 0 0.3 0.1 0.6 0 0.5 0 0.1 0 0 0.1 0.4 0.3 0.2 0 0.9-0.2 0.3 0 0.2 0 0.3 0.1 0.1 0.1 0.1-0.1 0.3-0.2 0.1-0.2 0.2-0.4 0.2-0.2 0.5-0.3 0.1 0.2 0 0.2 0.3 0.5 0 0.1 0 0.5 0 0.1 0.1 0.1 0.5 0.7 0 0.1 0 0.1 0 0.1 0 0.1 0 0.1-0.3 0.3-0.1 0.1-0.3 0.9-0.2 0.7-0.4 0.9-0.4 0.8-0.2 0.3-0.1 0.1-0.1 0.4-0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.2 0 0.2-0.1 0.2-0.3 0.1-0.1 0.2-0.1 1-0.5 0.1 0 0.1-0.1 0.1-0.1 0.2-0.3 0.1-0.1 0.1-0.2 0.2-0.4 0.1-0.1 0.1-0.1 0.2 0 0.2 0 1.1 0.1 0.3 0.1 1.5 0.2 0.2 0 0.1 0 0.7-0.4 0.7-0.7 0.2-0.3 0.1-0.4 0.1-0.3 0-0.1 0.4-0.2 0.3-0.2 0.3-0.3 0.1-0.1 0.1-0.2 0.1-0.1 0.2-0.3 0.2-0.2 0.2-0.2 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0.5 0 0.1 0 0.1 0 0.1 0.1 0.3 0.1 0.2 0 0.5-0.1 0.4-0.2 0.8-0.4 0.5-0.5 0.3-0.3 0.1-0.1 0.2 0 0.3-0.1 0.2-0.1 0.1 0 0.2-0.4 0.1-0.1 0.1-0.1 0.2-0.2 0.1-0.1 0.1-0.3 0.1-0.1 0.7-0.6 0.1-0.1 0-0.1 0.1-0.2 0.1-0.1 0-0.1 0.1 0 0.2-0.1 0.3 0 0.4 0 0.1-0.1 0.3-0.1 0.2 0 0.2 0 0.1 0 0.1 0.1 0.1-0.1 0.4-0.1 4.4-2.5 0.5-0.4 0-0.1 0-0.2 0.1-0.1 0.3-0.5 0-0.2 0-0.1 0-0.1 0.2 0 0.2-0.1 0.2-0.1 2.1-1.3 0.3-0.4 0.4-0.3 0.1-0.1 0.1-0.1 0.1-0.1 0.3-0.1 0.5-0.4 0.6-0.3 0.2-0.1 0.3-0.2 1.9-0.6 1.2-0.7 0.7-0.1 0.2-0.1 0.2-0.1 0.4-0.3 0.1-0.1 0.1 0 0.2 0 0.3 0.1 0.2 0 0.2-0.1 0.1 0 0.1 0.1 0.4 0.1 0.1 0 0.1 0 0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1 0 0.1 0 0.2 0.2 0.2 0.2 0.3 0.2 0.2 0.1 0.2 0 0.2-0.1 0.1 0.1 0.1 0 0.1 0.1 0.2 0 0.1 0 0.2-0.1 0.1 0 0.1 0 0.2 0 0.2 0.1 0.2 0 0.2 0 0.3 0.2 0.2 0 0.1 0 0.1 0 0.3-0.2 0.1 0 0-0.1 0.1 0.1 0.2 0 0.3 0.2 0.4 0.3 0.1 0.1 0.5 0 0.2 0 0.2-0.1 0.1 0 0.1 0 0.2 0.1 0.1 0 0.3 0.2 0.2 0.1 0.1 0 0.1-0.1 0.2 0 0.1 0.1 0.2 0.1 0.2 0.2 0.3 0.1 0.1 0.1-0.3 0.5-0.4 0.5-0.2 0.7-0.3 0.9-0.3 0.6-0.1 0.4-0.1 0.2-0.2 0.7 0.1 0.3 0.1 0.1 0.1 0.3 0.1 0.1 0 0.1 0 0.3 0 0.1 0 0.1 0 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.3 0 0.1 0.1 0.1 0.2 0.2 0.1 0.1 0.2 0.1 0.2 0.1 1.8 0.3 0.1 0.1 0.3 0.2 0.1 0.2 0.1 0.1 4.3 1.1 0.9-0.3 0.1 0 0.1-0.1 0.1-0.2 0.1-0.1 0.1-0.2 0.3-0.2 0.1-0.1 0-0.1 0.1-0.3 0-0.1 0.1 0 0.1-0.1 0.1-0.1 2.1-1 0.6-0.1 0.4-0.2 0.1 0 0.3-0.1 0.7 0 0.3 0.1 0.6 0.1 0.4 0.2 0.9 0.2 0.2 0 0.2 0 0.2 0 0.9 0.4 0.2 0 0.3-0.1 0.3 0.1 0.1 0.1 0.2 0.1 0.3 0.2 0.1 0.2 0.1 0.1 0.2 0.5 0.1 0.1 0.1 0.1 1.6 1.2 0.4 0.3 0.9 0.8 0.2 0.2 1 0.6 0.1 0.2 0.2 0.2 0.1 0.1 0.4 0.2 0.2 0.1 0.2 0.1 0.2 0 0.8-0.2 0.1 0 0.1 0.1 0.3 0.3 0.7 0.2 0.5 0.4 0.2 0.2 0.2 0.3 0.3 0.1 0.6 0.5 2.5 1.2 0.4 0.2 0.5 0.2 1 0.2 0.3 0 0.1 0 0.3-0.2 0.1 0 0.1 0 0.2 0.2 0.1 0.2 0.1 0.1 0.1 0.1 0.5 0.2 0.1 0.1 0.2 0.3 0.1 0.1 0 0.1 0.1 0.1 0.1 0 0.2 0.1 0.1-0.1 0.5-0.1 0.1-0.1 0.2 0 0.2 0 0.5-0.1 0.3 0 0.6 0.2 0.2 0 0.1-0.1 0.1 0 0.2-0.1 0.1-0.1 0.7-0.3 0.3-0.2 0.1-0.2 0.1 0 0.1-0.1 0.1 0 0.5 0 0.1-0.1 0.1 0 0.3-0.2 6 5.5 2.8 2.6 0.6 4.6 0.2 0.6 0.6-0.1 0.9 0.2 1 0.2 0.1 0 0.1 0.1 0.6 0.4 0.4-0.1 0.9-0.5 0.8-0.2 0.5-0.2 0.7-0.6 0.2-0.3 0.1-0.1 0.2 0 0.1-0.1 0.2-0.1 0.1-0.1 0.1 0 0.2 0 0.2 0.1 0.5 0.3 0.2 0.1 0.2 0 0.2 0 0.2-0.1 0.4-0.2 0.1 0 0.1 0 0.2 0 0.2 0.1 0.3 0.2 0.1 0.1 0.1 0.1 0.5 0.7 0.1 0 0.1 0.1 0.3-0.1 0.2 0 0.4-0.2 0.2-0.1 0.6-0.2 0.1 0 0.2 0.1 0.4 0.1 1 0.5 0.2 0.2 0.4 0.7 0.1 0.1 0.1 0 0.2 0 0.1 0 0.1-0.1 0-0.1 0.2 0 0.3 0 0-0.1 0.4-0.1 0.1-0.1 0.2 0.1 1.6 0.7 0.6 0.2 0.5 0.1 0.4 0 0.3-0.1 0.1 0 1.1-0.1 0.2 0.1 0.1 0.1 0.2 0 0.1 0.3 0 0.1-0.1 0.1 0 0.1 0.1 0.1 0 0.1 0.2 0 0.3 0.1 0.1 0.1 0 0.1 0 0.2 0 0.1 0.1 0.1 0.2 0 0.1 0 0.2-0.1 0.2 0 0.1 0 0.3 0.1 0.3 0.2 0.6 0.4 0.2 0.3 0.2 0.1 0.1 0.4 0.1 0.1 0.1 0.1 0.1 0.1 0.5 0.3 0.2 0.1 0.1 0 0.1 0 0.3 0 0.3-0.1 0.5 0.2 0.1 0.2 0 0.1 0.1 0.2 0.2 0.3 0.1 0.2 0.3 0.2 0.1 0.1 0.1 0.1 0 0.1 0.1 0.3 0 0.1 0.3 0.4 0 0.2 0 0.1 0 0.2 0 0.2-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0.2-0.3 0.7-0.1 0.3-0.1 0.6 0 0.3 0 0.2-0.2 0.6-0.3 0.3-0.1 0.2-0.5 0.4-0.3 0.3-1.4 0.8-1.5 2.3-0.2 0.3 0.1 0.2 0 0.1 0 0.2 0 0.1-0.1 0.1-0.2 0-0.1 0-0.1 0-0.2-0.1-0.3 0-0.2 0-1.1 0.4-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0.4 0 0.2-0.1 0.1 0.1 0.7 0 0.8-0.3 1.3 0 0.1 0.1 0.1 0 0.1 0 0.1 0.4 0.4 0.1 0.2 0.2 0.4 0 0.2 0 0.1 0 0.1 0 0.2-0.2 0.1-0.3 0.2-0.1 0.1-0.2 0.1 0 0.1-0.1 0.2-0.1 0-0.3 0.1-0.4 0-1.6 0-0.7-0.1-0.5-0.2-0.1 0-0.1 0-0.1 0.1-0.1 0.3-0.1 0.1-0.4 0.4-0.1 0.1 0 0.1-0.1 0.2-0.6 2.7-0.3 0.9-0.1 0.4 0 0.3 0.2 0.9 0.1 0.2-0.1 0.2 0 0.2 0 0.2 0 0.2 0 0.5 0 0.1 0 0.2 0 0.1-0.1 0.1-0.1 0-0.3 0.2-0.1 0 0 0.1-0.2 0.3 0 0.3-0.1 1 0 0.5 0 0.1 0 0.2 0.1 0.1 0.3 0.1 0.1 0 0.1 0 0.1-0.1 0-0.1 0.2-0.4 0.1-0.1 0-0.1 0.1 0 0.2-0.1 0.2 0 0.1-0.1 0.1 0 0.1 0 0.1 0.2 0 0.1-0.1 0.2-0.3 0.4 0 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1-0.1 0.1 0 0.2-0.1 0.1-0.1 0.1 0 0.1 0.1 0.1 0.1 0.1 0.3 0.1 0.2 0 0.2 0 0.1-0.3 0.7 0 0.2 0 0.2 0 0.1 0.1 0.5 0 0.1 0.1 0.1 0.3 0.1 0.1 0 0.2 0 0.1-0.1 0.2 0 0.3 0 0.2 0 0.2 0.1 0.1 0.2 0.1 0.2 0.2 0.7 0.1 0.2 0.1 0.2 0.1 0.1 0.9 0.5 0.1 0.1 0.1 0.1 0.2 0.3 0 0.2 0.1 0.2 0.1 0.1 0.2 0.2 0.8 0.4 0.3 0.1 0.5 0.5 0.2 0.6 0.2 0.4 0 0.1 0 0.2 0 0.2-0.1 0.5-0.1 0.2-0.1 0.1-0.3 0.4-0.1 0.2-0.1 0.2-0.1 0.1 0.1 0.4 0.4 0.9-0.2-0.1-0.4-0.2-0.1 0-0.1-0.1-0.2-0.1 0-0.1-0.1 0-0.1-0.1-0.1 0-0.1 0-0.3 0-0.1 0-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.4 0-0.1 0-0.2-0.2-1-0.3-0.1 0-0.1-0.1 0-0.1-0.1-0.2 0-0.1-0.1 0-0.1 0.1-0.2 0.1 0 0.2 0 0.1 0.1 0.4 0 0.1-0.1 0.1-0.1 0.1-0.1 0-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.4-0.4-0.1 0-0.1 0-0.1 0-0.2 0-0.7 0.2-0.3 0-0.2 0.2-0.9 0.5-0.3 0.2-0.3 0.1-0.2-0.1-0.3 0-0.6-0.2-0.1 0-0.1 0-0.2 0.1-0.3 0.2-0.3 0.1-0.3 0.2-0.1 0-0.1 0-0.1 0-0.1-0.1-0.2-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0-0.4 0.1-0.2 0.1-0.2 0-0.1-0.1-0.1 0-0.1-0.1-0.2-0.2-0.1 0-0.1 0-0.1 0.1 0 0.2 0 0.1 0.1 0.1 2.7 2.6 0.1 0 0 0.2 0 0.1 0.1 0.2 0 0.4 0 0.2-0.1 0.1-0.3 0-0.1 0-0.3 0-0.5 0-0.1 0-0.2-0.1-0.2-0.2-0.1-0.1-0.3-0.1-0.1-0.1-0.2-0.3-0.1 0-0.1-0.1-0.1 0-0.1 0-0.2 0-0.1 0-0.1 0-0.2 0.1-0.2 0.2-1.3 1.2-0.1 0-0.1 0-0.4 0-0.2 0-0.1 0.1-0.1 0.2-0.2 0.3-0.4 0.8-0.4 0.5-0.5 0.4 0 0.1-0.1 0.2 0.1 0.3 0 0.2 0.2 0.3 0 0.3-0.4 0.8 0.2 0.1 0.1 0 0.3-0.2 0.6-0.6 0.1 0.2 0.2 0.1 0.2 0.1 0.3 0.2 0.2 0.1 0.2 0.2 0.1 0.1 0.3 0.4 0 0.1 0.1 0.2 0.1 0.4-0.1 0.3 0 0.6-0.1 0.9-0.2 1.1-0.2 1 0 0.1 0 0.2 0.1 0.1 0 0.1 0.1 0 0.1 0.1 0.2 0 1.1 0.1 0.1 0 0.1 0 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0.1 0.2 1.4 0 0.3 0 0.1-0.1 0.2-0.1 0.2 0 0.1-0.1 0.1-0.2 0.2-0.1 0-0.3 0.1-0.4 0.1-2.2 0.1-0.2-0.1-0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.1 0-0.2 0-0.4 0-0.5 0-0.6 0-0.2 0.1-0.2 0.1-0.1 0-0.1 0.1-0.1 0.2 0 0.1-0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.3 0.2 0.2 0.4 0 0.1 0.1 0.1 0.3 0.1 0.2 0.1 0.2 0.1 0.1 0 0.1 0 0.1 0 0.2-0.2 0.1-0.1 0.2-0.1 0.1 0 0.1 0 0.2 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0 0.2 0.4 0 0.1 0.1 0 0.1 0.1 0.3 0.1 0.1 0.1-0.1 0.2 0 0.2 0 0.2 0.1 0 0.2 0.1 0.1 0 0.1 0.1 0.1 0.1 0 0.1-0.1 0.4-0.4 0.7 0 0.2 0 0.1 0.1 0.2 0.1 0 0.2 0.1 0.2 0 0.1 0.1 1 1 0.1 0.2 0.3 0.4 0.1 0.1 0.1 0.6 0 0.7 0 0.6-0.1 0.5 0 0.2 0.1 0.2 0.1 0 0 0.1 0.1 0.1 0 0.2-0.1 0.6 0 0.6 0 0.2-0.1 0.1-0.4 1.1-0.1 0.3 0 0.2 0.1 0.2 0 0.1 0 0.1 0 0.2-0.1 0.1-0.1 0.1-0.1 0.2-0.2 0.2-0.2 0.1-0.1 0.1-0.2-0.1-0.1 0-0.1 0-0.4-0.3-0.1 0-0.1 0.1-0.1 0.2 0 0.1 0 0.1 0.1 0.1 0.3 0.6 0 0.1 0 0.1-0.1 0.2-0.6 0.7-0.1 0.1-0.1 0-0.1 0-0.1 0-0.1 0.1-0.2 0.2-0.1 0.3-0.2 0.1-0.6 0.4-0.1 0-0.2 0.2-0.1 0.6-0.3 2.1 0 0.2 0 0.3-0.1 1.2-0.1 0.1-0.1 0.1-0.3 0.2-0.1 0.1-0.4 0.5-0.2 0.1-0.1 0-0.2 0-0.1 0-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.2 0.3-0.2 0.2 0 0.1-0.1 0.1 0 0.3 0 0.5-0.1 0.3-0.4 1.4-0.2 0.7 0 0.2 0 0.2 0 0.1-0.5 1.2-0.1 0.1-0.1 0.1-0.3 0.1-0.3 0.2-0.6 0-5.6-0.1-0.3 0.1-0.2 0.1-0.1 0.1-0.2 0.2 0 0.1-0.3 1-0.1 0.2-0.2 0.1-0.6 0.4-0.4 0.2-0.1 0.2-0.2 0.2-0.1 0.1 0 0.1 0 0.2 0 0.2 0.1 0.1 0.1 0.3 0.1 0.3 0.1 0.1 0.1 0.1 0.7 0.3-0.3 1 0 0.6 0.1 0.1 0.2 0.5 0 0.1-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0.1 0 0.1-0.3 0.9-0.1 0.2-0.3 0.4 0 0.1 0 0.1 0.1 0 0.1 0 0.1 0 0.2-0.1 0.1-0.1 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0 0.2-0.5 0.6-0.1 0.2-0.4 1-0.2 0.2-0.1 0.2-0.1 0-0.1 0.1 0.1 0.2 0 0.1 0.3 0.2-0.2 0.2-0.1 0.1-0.1 0.1-0.3 0.1-0.2 0-0.2 0.1-0.2 0.5 0.1 0.2-0.1 0.1-0.3 0.6-0.4 0.8-0.1 0.1-0.1 0.2-0.2 0.1-0.1 0.1-0.1 0-0.1 0-0.2 0-0.1 0-0.1-0.1 0-0.1-0.1 0-0.1 0-0.4 0.1-0.2 0-0.1 0-0.1 0-0.2 0-0.1-0.2-0.1 0-0.2 0.1-0.1 0.2-0.2 0.2-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0.2 0.1 0.3 0 0.2 0.1 0.1 0.1 0 0.1 0.1 0.1 0 0.3 0 0.1 0.1 0 0.2-0.1 0.4-0.4 0.8-0.2 0.3-0.3 0.4-0.1 0.2-0.1 0.4-0.1 0.2-0.1 0.1-0.2 0.2 0 0.1-0.1 0.2 0 0.3 0 0.2 0.1 0.2 0 0.2-0.1 0.2-0.5 1.1-0.1 0.4-0.2 1.2-1.1 0.8-0.1 0.1-0.3 0.6 0 0.1 0 0.2 0 0.7 0 0.4-0.1 0.2 0 0.1-0.9 1.5-0.4 0.8-0.1 0.6 0 0.2 0 0.1 0.2 0 0.1 0 0.1 0 0.2 0.1 0.2 0.1 0.1 0 0.2 0 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1 0 0.2 0.1 0 0.1 0.1 0 0.1 0.2 0.1 0.2 0.1 0.1-0.1 0.3-0.3 0.6-0.2 0.1-0.4 0.4-0.2 0.1-0.3 0-0.3-0.2-0.3 0-0.2 0.2-0.2 0.2-0.4 0.3-1.1 0.3-1.9 1.1-2.5 0.9-1.5 0.9-2.7 1.1-0.3 0.2-0.7 0.6-0.3 0.2-1.3 0.1-0.4 0.3-0.2 0.3-0.1 0.3-0.2 0.4-0.1 0.1-0.5-0.2-0.3 0-0.2 0.2-0.2 0.3-0.3 0.1 0-0.2-0.1-0.1 0-0.1 0-0.1 0-0.1 0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.1 0-0.2 0-0.1-0.1 0-0.1-0.1-0.5 0-0.5 0-0.3 0.1-0.3-0.1-0.2 0-0.1-0.1-0.2-0.1-0.1-0.1-0.1 0-0.2 0-0.6 0-0.3 0-0.1 0-0.1-0.1-0.1 0-0.1 0-0.3 0-0.5 0.1-1.6 0.9-0.3 0.1-0.1 0.1-0.3 0-0.4 0-0.2 0-0.3 0.1-0.3 0.1-0.3 0-0.1-0.1-0.1 0-0.1-0.1-0.2-0.2-0.1-0.1-0.1 0.1-0.2 0.1-0.1 0.1-0.1 0-0.2 0-0.2-0.1-0.2 0-0.1 0-0.2 0.2-0.2 0.2-0.1 0-0.1-0.1-0.2-0.1-0.1 0-0.2 0-0.4 0.2-0.2 0-0.3 0.1-0.1-0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.1-0.1 0-0.1-0.1-0.2 0-0.6 0.2-1.1 0.5-0.3 0.2-0.2 0.2-0.3 0.1-0.7 0.2-2.4 1-0.1 0-0.2 0.1-0.1 0-0.2 0.1-0.4 0.5-0.2 0.1-1.9 1.1-0.5 0.1-0.3 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1 0-0.2 0-0.1 0-0.9 0.1-0.3 0-1 0.2-0.2-0.1-0.2 0-0.2 0-0.2 0.1-1.6 0.9-0.1 0.1-0.1 0-0.3 0.1-0.5 0.1-0.6 0.1-0.2 0-0.1 0.1-0.3 0.3-0.3 0.5-0.1 0.1 0 0.1-0.3 0-0.4-0.1-0.5-0.1-0.2 0-0.2 0-0.9 0.3-0.4 0.2-0.8 0.6-1.3 0.7-0.5 0.2-0.1 0-0.3 0-0.6 0-0.2 0-0.2 0.1-0.3 0.2-0.2 0.1-0.2 0-0.4-0.1-0.2 0.1-1.2 0.5-0.2 0.2-1.1 0.6-0.1 0.1-0.4 0.3-0.3 0.3-0.1 0.1-0.2 0-0.2 0-0.1 0 0 0.1 0 0.3 0 0.1-0.1 0.2-0.2 0.1-0.1 0.1-1.5 0.4-0.9 0.5-0.2 0.1-0.1 0-0.1-0.1-0.1-0.1 0-0.1 0-0.3 0-0.1-0.1-0.1 0-0.1-0.2-0.2-0.1 0-0.1-0.1-0.2 0-0.1 0-0.1 0.1-0.3 0.5-0.1 0.1-0.2 0.1-0.4 0.3-0.2 0.1-0.2 0-0.7-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.1 0-0.1 0-0.1 0-0.4 0.3-0.5 0.3-0.2 0.1-0.2 0-0.1 0-0.1 0-0.1-0.1-0.1 0-0.1-0.1 0-0.2 0-0.1 0.1-0.1 0.1-0.1 0.2-0.2 0.1-0.2 0.1-0.2 0.1-0.1-0.1-0.1-0.3 0-0.8 0.1-0.4 0-0.2 0.2 0.1 0.1 0 0.1 0.1 0.1 0.3 0.3 0 0.1 0 0.1 0.1 0.1-0.1 0.2-0.1 0.1-1.7 1.1-0.1 0 0 0.1 0 0.2 0 0.1 0.1 0 0.1 0.1 0.1 0 0.1 0 0.5 0 0.3 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.2 0 0.2 0 0.4-0.1 0.1-0.1 0.2-0.1 0.1-0.1-0.1-0.2-0.1-0.2 0-0.1 0 0 0.1-0.1 0.1 0.1 0.2 0 0.1 0 0.1 0.1 0.1 0 0.1-0.1 0.2 0 0.1-0.2 0.2-0.1 0-0.1 0-0.1 0-0.1-0.1 0-0.1-0.1-0.1 0-0.1-0.1-0.1-0.2 0-0.1 0.1-0.2 0.1-0.2 0.3-0.1 0.1-0.1 0.2-0.2 0-0.2-0.2-0.2-0.1-0.2-0.1 0-0.1-0.1-0.1-0.1-0.2 0-0.1-0.2-0.1-0.1 0.1 0 0.1-0.2 0.2-0.1 0.1-0.1 0-0.2-0.1-0.2 0-0.2 0 0 0.1-0.2 0.2 0 0.1-0.2 0.2-0.2 0.1-0.2 0.1-0.2 0.1-0.5 0.1-1.6 0.3-0.4-0.1-0.1-0.1 0-0.1 0-0.1 0.1-0.1 0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1 0-0.7 0.1-0.1 0.1-0.1 0-0.1 0.1-0.1 0.1-0.2 0.1-0.2 0.1-0.1 0-0.2-0.1-0.1-0.1-0.1 0-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0-0.2 0-0.2-0.1-0.2-0.1-0.4 0-0.2-0.1-0.1 0-0.1-0.1-0.1-0.1-0.1-0.3-0.1-0.2 0-0.3 0-0.2 0-0.5 0-0.1 0-0.1 0.2-0.3-0.1-0.2-0.2-0.2-1.2-0.7-0.3-0.3-0.6-0.4 0-0.1-0.1-0.2 0.1-0.1 0-0.1 0.1 0 0.2-0.2 1-0.3 0.1-0.1 0.1-0.1 0.1-0.2 0-0.1-0.3-0.4-0.1-0.1-0.1-0.2 0-0.3 0-0.1 0.1-0.2 0.1 0 0.2-0.1 0.1-0.1 0-0.1 0.1-0.2 0-0.1-0.1 0-0.3 0-0.3 0-0.4-0.1-0.2-0.1-0.9-0.6-0.4-0.2-0.4 0-0.1-0.1-0.1-0.1 0-0.2 0-0.3 0-0.2-0.1-0.1-0.1 0-0.7-0.1-1-0.4-0.2-0.2-0.2-0.1 0-0.2 0.1-0.4-0.1-0.1 0-0.2-0.7-0.8-0.1-0.1-0.1-0.2 0.1-0.5 0.7-1.7 0.4-0.6 0.3-0.2 0.5-0.5 0.1-0.2 0-0.1-0.5-0.7-0.1-0.1-0.1 0-0.1-0.1-0.6 0-0.2 0-0.1-0.1-0.1-0.1-0.1-0.2-0.1-0.1 0.1-0.1 0.1-0.1 0.4 0 0.1-0.1 0.1-0.1 0-0.1-0.1-0.1-0.1-0.2 0-0.1 0.1-0.1 0.1-0.2 0.1-0.1 0.1 0 0.1 0 0.1 0 0.1 0 0.2-0.1 0.1-0.2 0.1-0.1 0-0.1-0.4-0.6-0.5-1.2 0-0.2 0-0.1 0.2-0.2 0.1-0.2 0-0.1 0-0.1-0.1-0.1 0-0.1-0.1 0-0.1-0.1-0.1-0.1-0.1-0.3 0-0.2 0-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0.4-0.2 0.1-0.1 0-0.3 0.4-1.7 0.1-0.2 0.1 0 0.5 0.1 0.1 0 0.1-0.1 0.1-0.1 0.4-1.1 0.1-0.1 0-0.1 0.1 0 0.2-0.2 0.1-0.1 0-0.1-0.1-0.1 0-0.6 0.1-0.3 0.1-0.2 0-0.1 0.1 0 0.2-0.2 0.1-0.1 0-0.1-0.1 0 0-0.2-0.1-0.1-0.1-1 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1 0-0.3-0.1-0.2-0.1-0.2 0-0.1 0-0.1 0.1-0.2 0-0.1 0-0.1 0-0.1 0-0.1-0.2 0-0.1-0.1-0.2-0.1 0-0.3-0.1-0.1-0.1-0.1-0.2 0-0.4-0.1 0-0.1 0-0.1 0-0.2 0.2-0.2 0.3-0.1 0-0.1 0.1-0.1-0.1-0.1 0-0.4-0.3-0.5-0.3-0.5-0.1-0.1-0.1-0.1 0-0.2 0.1-0.6-0.1-0.1 0.1-0.1 0 0 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0-0.1 0.1-0.2 0-0.1 0-0.1 0.1-0.2 0.1-0.1 0.1-0.1 0-0.1 0-1.6 0.2-0.3-0.1-0.2-0.1 0-0.1 0-0.1 0-0.1 0.1-0.5 0.1-0.1-0.1-0.2 0-0.1 0-0.1-0.4-0.6-0.1-0.2-0.1-0.5-0.1-0.2-0.3-0.9-0.2-0.6 0-0.2-0.2 0-0.1-0.1-0.2-0.1-0.9-1.2-0.1-0.2-0.1-0.1 0-0.6 0-0.2-0.4-1.4 0-0.2 0-0.1 0-0.1 0.1-0.2 0.1-0.1-0.1-0.1-0.2-0.2-0.2-0.2-0.2-0.4-0.2-0.2-0.1-0.1-0.1 0-0.2 0-0.1-0.1-0.2-0.2 0-0.1-0.1-0.2 0.2-0.4 0.1-1.6 0.2-0.4 0.3-0.2 0.1-0.1 0.1-0.1 0.2-0.4 0.1-0.3 0-0.2 0.1-0.5 0.1-0.1 0.1-0.1 0.2 0 0.2-0.1 0.1-0.1 0.2-0.2 0-0.2 0.1-0.2 0-0.4 0-0.1-0.5-1.8-0.1-0.2-0.1-0.1-0.1-0.1 0-0.1-0.1-0.1-2-0.9-0.2-0.2-0.5-0.6-0.1-0.1 0-0.2 0-0.1 0.1-0.2 0-0.3 0.1-0.5 0.1-1.3 0-0.4 0.1-0.2 0-0.1 0.1 0 0.3-0.3 0.1-0.1 0-0.1 0.1-0.2 0.1-0.3 0-0.2 0-0.1 0-0.4-0.2-0.4-0.2-0.5-0.8-0.6-0.2-0.3-1.4-1-0.3 0-0.2-0.1-0.3-0.2-0.5-0.5 0-0.1 0.1-0.1 0-0.2 0-0.2 0.1-0.1 0-0.2-0.1-0.2-0.1-0.1-0.4-0.3-0.2-0.2-0.3 0.2-0.5 0.2-0.4 0.1-0.5 0.1-0.5 0.1-0.2 0.3-0.2 0.3-0.3 0.3-0.4 0.1-0.4-0.2-0.5-0.7-0.4-0.4-0.3-0.1-2.6 0.1-0.2 0.1-0.2 0.2-0.1 0.2-0.2 0.1 0 0.2 0.2 0.4 0 0.4-0.1 0.5-0.2 0.5-0.3 0.2-0.2 0.1-0.2 0-0.2 0-0.2-0.1-0.1-0.3-0.1-0.2 0-0.3 0-0.2-0.2-0.3-0.2-0.2-0.2-0.1-0.3-0.1 0 1-0.1 0.4-0.2 0.4-0.1 0.1-0.3 0.1-0.1 0-0.1 0.1-0.1 0.2-0.1 0.1-0.3 0.2-0.2 0-0.2 0-0.6-0.4-0.8-0.3-0.4-0.3-0.2-0.5-0.2-0.6-0.2-0.4-0.5-0.4-0.4 0.6 0.5 1.5-0.5 0.5-0.3 0-0.7-0.4-0.4-0.2-1.7 0-0.9 0.2-0.5 0.1-0.2 0.1-0.2 0.1-1.6-0.2-0.4 0.2-0.7 0.5-0.3 0.1-0.4-0.1-1.2-0.2-0.3 0-0.8 0.1-1 0-0.5 0.3-0.2 0.5-0.2 0.6-0.2 0.6-0.3 0.4 0 0.2 0.1 0.2 0.1 0.4 0 1.1 0.1 0.3 0.1 0.6 0.1 0.3-0.1 0.2-0.6 0.5-0.3-0.2-0.9-0.4-0.2-0.2-0.1-1.7 0.1-2-0.2-1-0.5-0.7-0.7-0.1-0.6 0.5-0.6 1.5-0.4 0.6-0.6 0.6-0.7 0.3-0.7-0.3-0.2-0.3-0.3-0.8-0.5-0.7-0.5-1-0.1-0.4-0.2-1 0-0.5 0.2-0.6 0-0.2 0.1-0.3 0.1-0.1 0.1 0 0.7-0.3 0.1-0.4-0.2-0.2-0.4-0.2-0.4-0.1-0.5 0.1-1.4 0.3-0.4-0.3-1.8-0.6-1-0.2-6.8 0-2.7-0.4-6.5-0.9-0.5-0.3-0.7-0.9-0.5-0.5-0.6-0.2-0.7 0-0.7 0.2-0.7 0.4-0.4 0.8-1.5 1.5-0.4 0.2-0.5 0.2-3.5 1.3-0.4 0.2-1.2 1-0.9 1.1z\" id=\"BRMG\" name=\"Minas Gerais\">\r\n  <\/path>\r\n  <path d=\"M524.4 346.9l0.3-0.5 0.4-0.8 0.2-0.6 0-0.2 0.2-0.1 0.3-0.3 0.1-0.2 0.1-0.1 0.1-0.1 0.1-0.3 0-0.2 0.1-0.4 0.2-0.6 0.4-0.9 0.1-0.4 0.1-1.7 0.5-1.6 0.2-0.4 0-0.2 0.1-0.5 0.1-0.4 0.1-0.2 0.4-0.6 0.6-0.6 0.1-0.2 0.1-0.4 0.3-0.3 0.6-0.5 0.4-0.5 1.2-1.7 0.7-0.8 0.3-0.4 0.1-0.4 0.1-0.2 0.4-0.4 0.1-0.1 0-0.2 0.1-0.2 0.2-0.2 0.3-0.4 1.1-0.9 0.4-0.2 1.2-0.2 0.4-0.2 0.4-0.4 0.3-0.4 0.2-0.5 0-0.2 1.1-1.4 0.1-0.2 0-0.3-0.2-0.2 0.6-1.1 0.2-0.2 0.8-1.2 0.6-1.7 0.3-0.6 0.6-0.5 0.6-0.4 0.2-0.2 0.2-0.3 0-0.4 1.5-4.6 0-0.6 0.1-0.2 0.2-0.2 0.1-0.1 0.2-0.2 0.1-0.3 0-1.3 0.1-0.4 0.3-0.8 0.1-0.4 0-0.6 0-0.7 0-0.2 0.1-0.4 0-0.1-0.1-0.1-0.3-0.2-0.8-0.3-1.7-1.2-0.8-0.7-0.6-0.8-0.3-0.9 0-1 0.2-0.5 0.1-0.5 3.2-3.8 0.6-1.3 0.1-0.4-0.1-2.9-0.7-2.4 0.1-0.8 0.4-0.5 3-1.9 0.4-0.3 0.4-0.3 2.3-0.7 0.6-0.1 0.4 0 0.6-0.4 2.7-1.2 0.3-0.2 0.2-0.4 0.1-0.5-0.1-0.9-0.1-0.3-0.1-0.1 0.1-0.4 0.3-0.4 0.6-0.8 0.1-0.2 0.1-0.2 0-0.2 0.6-0.3 1-1 0.5-0.4 0.8-0.1 1.5 0.4 0.2-0.1 0-0.4 0-0.2-0.1-0.2-0.3-0.3-0.2-0.1-0.1-0.3-0.2-0.8-0.1-1.5 0.1-0.3 0.2-0.3 1.8-0.4 0.8-0.5 0-0.9-0.3-0.3-0.4-0.1-0.3-0.2-0.1-0.6 0.1-0.4 0.3-0.2 0.3-0.2 1.3-0.2 0.2-0.2 0.1-0.4-0.1-0.5-0.9-0.8-0.3-0.5-0.1-0.4-0.1-1.2 0.2-0.4 0.4-0.2 0.8 0 0.6-0.1 0.3-0.2 0.6-0.7 0.3-0.4 0-0.4-0.2-0.4-0.2-0.3-0.5-0.3-0.2-0.3-0.1-0.3-0.2-0.2-0.4-0.1-0.4 0-0.4 0-0.6-0.4-0.4-0.5-1-1.8-0.2-0.2-0.4 0-2.6 0.2-0.6 0.2-0.3-0.1-0.3-0.1-0.9-0.2-1.1-0.7-0.7 0 0.7-0.9 0.2-0.1 0.7-0.1 0.4 0.1 0.2 0.4 0.1 0 0.2-0.1 0.2-0.3 0.1-0.1 0.6-1.4 0.2-0.3 0.2-0.3 0.7-0.3 0.8-0.3 0.9-0.2 1.5 0 0.1 0.1 0.1 0 0.3 0.3 3.2 1.5 0.9 0.2 0.9 0 0.5-0.2 0.5-0.4 0.3-0.1 0.5 0 0.8 0.1 0.8 0.3 0.4 0.2 0.3 0.4 0.1 0.4 0 1 0.1 0.4 0.3 0.2 0.4 0.2 0.4 0 0.8-0.2 0.4 0.1 0.3 0.1 1.9 1.1 0.4 0.3 0.3 0.2 0.8 0.1 0.4 0.1 0.4 0.4 0.4 0.5 0.5 1.3-0.3 3.1 0.1 0.1 0.5 0.4 0.1 0.2 0.1 0.2 0.1 0.1 0 0.3 0 0.2 0.2 0.3 0.1 0.3 0.2 0.3 0 0.2 0 0.8-0.2 1.3 0 2.6 0.2 0.8 0 0.4 0.1 0.4 0.6 0.7 0.2 0.4-0.1 0.8-0.7 1.5 0.2 0.7-0.4 1 0 0.5 0.3 0.4-0.2 0.4-0.5 0.6-0.2 0.3 0 0.3-0.1 0.8-0.5 1.3-0.1 0.8 0.2 0.7-0.3 0.6-0.1 0.5 0 1.3 0 0.1 0 0.2 0.1 0.1 0.1 0.2 0.1 0.1-0.1 0.2 0 0.2-0.3 1.2-0.1 0.4-0.2 0.5-1.4 1.2-1.1 1.8-0.9-0.2-0.8 0.3-0.4 0.6 0.6 0.7 0.7 0.4 0.4 0.3 0.3 1 0.4-0.2 0.4-0.4 0.3-0.3 0.8 0.1 0.7 0.2 0.6 0.4 0.2 0.8-0.3 0.8-0.6 0.5-0.8 0.3-0.6 0.5 0.3 0.2 0.2 0 0.1-0.1 0.4 0 0.5-0.1 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0 0.1 0.1 0.6 0 0.1 0.1 0 0.2 0.6 0.2 0.1 0.2 0.2 0.1 0 0.1 0 0.1-0.1 0.1 0 0.1 0 0.3 0 0.1 0 0.1 0.1 0.1 0.3 0 0.2-0.1 0.2 0 0.1 0.2 0.1 0.1 0 0.3 0 0.1 0 0.1 0.1 0.1 0.2 0.2 0.7 0.1 0.2 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0 0.1-0.1 0-0.1 0-0.1 0-0.2 0-0.1 0.1 0 0.1 0 0.1 0.1 0.3 0.5 0.1 0-0.1 0.2-0.1 0.1 0.1 0.1 0 0.1 0.2 0.1 0.1 0.1 0 0.1 0 0.2 0 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.1 0 0.1 0.1 0.2 0 0.1 0 0.1 0 0.1 0.1 0.1 0.2 0.1 0.3 0.4 0.8 0.3 0.4 0.2 0.1 0.5 0.2 0 0.1 0.1 0.1 1.1 1.5 0.1 0.3 0.2 0.4 0.1 0.2 0.1 0.1 0.3 0.1 0.1 0 0.1 0.1 0.1 0.1 0.1 0.2 0 0.2 0.1 0.2 0.1 0.1 0.1 0.2 0.2 0.1 0.1 0 0.1 0 0.4-0.1 0.4-0.2 0.1 0 0-0.1 0.3-0.3 0.1-0.2 0.2-0.1 0.1-0.1 0.3-0.3 0.1 0 0.2 0 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0.5-0.1 0.2 0 0.1 0 1-0.2 0.2-0.1 0.1 0 0.1-0.1 0.1-0.1 0.2-0.1 0.7-0.2 1.3-0.1 0.2 0 0.2-0.1 0.1 0 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.2 0 0.1 0.1 0.1 0 0.1 0 0.1 0.1 0 0.1 0.3 0.4 0.1 0.1 0.1 0.1 1.1 0.5 0.1 0.1 0.1 0.3 0.1 0.9 0.1 0.2 0.1 0.4 0 0.2 0 0.2-0.1 0.1-0.1 0.2-0.1 0.1 0 0.1-0.1 0.4-0.2 0.5 0 0.1-0.1 0.2-0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.2 0 0.1 0.1 0.1-0.1 0.2-0.2 0.5-0.1 0.2 0 0.7-0.1 0.1 0 0.1-0.1 0 0 0.1-0.1 0.1-0.3 0.1-0.1 0 0 0.1 0 0.2 0.1 0.2 0.2 0.3 0.2 0.4 0.1 0.1 0 0.1 0.1 0 0.3 0.2 0 0.1 0 0.1 0 0.1-0.1 0-0.1 0-1.9 0-0.5 0-0.2 0-0.5 0-0.1 0-1.2 0.2-1.4 0.6-0.1 0-0.6 0.6-0.2 0.2-0.1 0.2-0.1 0.1 0 0.3-0.3 0.6-0.2 0.2-0.2 0.7-0.2 1-0.1 0.5 0 0.1-0.1 0.2 0 0.5-0.1 0.1-0.3 0.7-0.1 0.1 0 0.1 0.5 1.4 0 0.1 0 0.1-0.1 0.1 0 0.1-0.2 0.2-0.4 0.4-0.3 0.1-0.1 0.1-0.1 0.1-0.4 0.3-0.1 0.1-0.2 0.3-0.2 0.1-0.2 0.3-0.3 0.3-0.3 0.3-0.4 0.4-0.1 0.1 0 0.1-0.1 0.1 0 0.2-0.1 0.2-0.1 0.2 0 0.1 0 0.2 0.2 0.1 0.3 0.3 0.2 0.1 0.2 0.1 0.2 0 0.3 0.1 0.9-0.1 0.2 0 0.3 0.1 0.1 0 1 0.7 0.1 0.1 0.8 1.2 0.1 0.2 0.2 1.1 0.1 0.2-0.1 0.8 0 0.6 0 0.2 0.1 0.1 0.4 0.8 0.3 0.3 0.8 0.6 1.7 1 1.6 0.6 0.4 0.1 0.2 0.1 0.2 0.2 0.1 0.1 0.1 0.1 0.1 0.3 0 0.1 0 0.2 0 0.1-0.1 0.1-0.1 0.1-0.3 0.2-0.4 0.4-0.1 0.2-0.1 0.2 0 0.1-0.2 0.6-0.1 0.2-0.1 0.1-0.1 0-0.1 0.1-0.1 0-0.1 0-0.2 0-0.2 0-0.1 0.1-0.1 0.1-0.1 0-0.1 0.2-0.1 0.3 0 0.3 0 0.2 0 0.5 0.1 0.1 0.1 0.1 0.3 0.2 0.1 0 0.2 0.1 0.2 0.1 0.9 0.8 1.4 0.9 0.2 0.2 0.3 0.3 0.3 0.7 0.1 0.3 0 0.3-0.1 0.6-0.1 0.4 0 0.1 0 0.1 0.1 0.1 0 0.1 0.1 0.1 0.5 0.5 0.2 0.1 0.1 0.2 0.3 0.7 0.2 0.3 0.4 0.2 0.2 0.3 0.4 0.8 0.1 0.1 0.3 0.1 0.5 0.1 0.2 0 0.2 0 1.3-0.3 0.1 0 0.5 0.1 2.1 0.6 0.3 0.3 0.7 1 0.2 0.2 0.4 0.2 1.2 0.6 2.4 0.3 1.4 0-0.2 0-0.2 0.1-0.1 0.2-0.2 0.2-0.1 0.3-0.1 0.2 0 0.5-0.1 0.2 0 0.1-0.1 0.1-0.2 0.2-0.4 0.5-0.2 0.1-0.1 0.1-0.3 0.1-0.4 0.2-0.6 0.2-0.1 0.2-0.6 0.4-1 0.5-0.7 0.5-0.1 0-0.5 0.1-0.3 0.1-0.1 0.1-0.8 0.8-0.2 0.2-1 0.5-0.1 0-0.1 0.1-0.8 0.9-0.4 0.3-0.3 0.2-0.6 0.5-0.1 0.1 0 0.2 0 0.2 0 0.2 0.1 0.1 0.2 0 0.2 0.1 0.1 0.1 0.1 0 0 0.1 0 0.2 0 0.1 0.1 0.1 0 0.2 0.7 0.9 0.1 0.1-0.1 0.2-0.1 0.1-0.2 0.2-0.2 0.1-0.1 0.1-0.4 0-0.7 0.3-0.6 0.3-0.3 0.2-0.1 0.1-0.3 0.5-1 2.1-0.6 1.7-0.1 0.2-0.2 0.2-0.5 0.4-0.1 0-0.2 0.1-0.3 0.3-0.5 0.9-0.1 0.2-0.2 0.6 0 0.1 0 0.1 0 0.2 0.1 0.2 0.1 0.3 0.2 0.3 0.1 0.1 0.8 0.4 0.1 0.1 0.1 0 0.1 0.2 0.1 0.1 0.1 0.2 0.1 0.3 0.3 0.6 0 0.1 0.1 0.1 0.1 0.1 0.2 0.1 0.2 0.1 0.1 0 3 0.4 1.8 0.6 1.5 0.7 0.3 0.2 0.2 0.1 0.1 0.1 0 0.2 0 0.2-0.2 0.6-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0.1-1.4 0.5-1 0.5-0.2 0.1-0.1 0.1-0.2 0.2 0 0.1-0.1 0.1 0 0.2 0 0.2 0.1 0.9 0.1 0.3 0.1 0.1 0.1 0.1 0.1 0 0.2 0 0.4-0.2 0.5 0 0.3-0.1 0.2 0.1 0.2 0 0.5 0.2 0.3 0.2 0.3 0.2 0.2 0.3 0.5 0.7 0 0.1 0 0.1-0.1 0.1-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0.1-0.4 0.4-0.2 0.1-1.3 0.4-0.2 0.2-0.1 0-0.7 1-0.2 0.2-0.2 0.1-1.1 0.6-0.1 0.1-0.1 0.1 0 0.1 0 0.1-0.1 0.4-0.1 4.4 0 0.2 0.3 0.9 0.2 0.5 0.2 0.2 0.1 0.1 0.8 0.4 1.3 0.3 0.2 0.1 0.3 0.2 0.1 0.1 0.1 0 0 0.1 0.1 0.1 0 0.1 0.1 1.7-0.1 0.2 0 0.1-1.5 2.3-0.1 0.3-0.1 0.4 0 0.2 0 0.1 0 0.4 0.2 0.3-1.3 0.8-1 0.2-1.7 0.1-0.3 0-0.2 0.1-0.6 0.4-0.8 0.2-1.3 0.3-0.5 0.2-0.4 0.2-0.2 0.2-2.1 2.3-0.3 0.2-0.3 0.2-0.4 0.1-0.6 0.2-1 0.1-0.9 0-0.5-0.1-0.3 0-0.2 0-1.5 0.3-0.9 0.2-3.6 1.9-0.2 0.1-0.1 0.1-0.1 0-0.4 0-0.1 0-0.3 0.1-1.4 0.5-0.3 0.3-0.5 0.2-1.4 0.2 0 0.1-0.1 0.1 0 0.1-0.1 0.1-0.1 0.1-0.1 0.3-0.1 0-0.1 0 0-0.1-0.2-0.6 0-0.1 0-0.1 0-0.1-0.1 0 0-0.1-0.6-0.7-0.1-0.1 0-0.1 0-0.3 0-0.1-0.1-0.1 0-0.1-0.6-0.5-0.2-0.3-0.1-0.4-0.1-0.1 0-0.1-0.1 0-0.1 0-0.2 0-0.1 0.1-0.8 0.7-0.2 0.1 0 0.1-0.1 0.2 0 0.1 0 0.2 0.1 0.4 1.2 2.6 0.1 0.2 0 0.3-0.1 0.1-0.2 0.1-0.2 0-3.6-1.3-0.8-0.5-0.5-0.4-0.3-0.1-0.2-0.1-0.1 0.1-0.2 0.2-0.2 0.1-0.2 0-0.4-0.2-0.8-0.6-0.7-0.5-0.5-0.2-0.5-0.1-0.4-0.1-0.5 0.1 0-0.1-0.1-0.1 0.2-0.5 0.4-1.1 0.1-0.2 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.3 0-0.7 0.3-0.5 0.3-2 1.6-0.5 0.2-0.4 0.1-0.3 0.1-0.4 0.1-1.6 0-0.6-0.2-1.2-0.5-0.3-0.1-0.3-0.1-0.4 0-0.2 0.1-0.2 0.1-0.2 0.1-0.1 0.2-0.1 0.2-0.1 0.5 0 1.2-0.2 1-0.1 0.3-0.1 0.1 0 0.1-0.1 0.2-0.3 0.2-0.7 0.5-0.1 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.2-0.1-0.3-0.1-0.5-0.1-0.2 0-0.3 0.1-0.3 0.3-1.6-0.1-2.3-0.2-0.5-0.4-0.8-0.1-0.3 0-0.2 0-0.2 0-0.1 0.1-0.9 0-0.2 0-0.3-0.3-0.6-0.3-0.6-0.3-0.4-0.4-0.4-1.3-1-1.4-0.7-0.2-0.1-0.1-0.1 0-0.2-0.1-0.1 0-0.2 0-0.2 0.2-1 0-0.1-0.1 0-0.2 0-0.8 0.5-1.6 1.2-3.2 5.5-1.2 2.7-0.2 0.7-0.1 0.4 0.1 0.6-0.1 0.2 0 0.1-0.1 0.2-0.1 0.2-0.3 0-0.4-0.1-2-0.9-1-0.3-2.4-0.2-4.6-2.2-1.1-0.9-0.3-0.1-0.2-0.1-0.2 0.1-1 0-3.8-1.8-0.3-0.3-0.2-0.2-0.1-0.4-0.1-2.1 0.1-0.3 0.1-0.3 0.1-0.4 1.1-1.5 0.1-0.3 0.1-0.4 0-0.3-0.1-1 0-0.2 0-0.2 0.1-0.2 0.2-0.2 1-1.1 0.1-0.2 0.1-0.3 0-0.3 0-0.3-0.1-0.2-0.1-0.1-0.3-0.2-1.7 1-0.4 0.4-0.5 0.2-0.3 0.3-0.1 0.1-0.1 0.2-0.2 0-0.1 0.1-0.1 0.1 0 0.2-0.1 0.1-0.2 0-0.2 0.2-0.1 0.2 0 0.2-0.1 0.2-0.2 0.2-0.6 0.7-0.1 0.3-0.1 0.3 0 0.2-0.1 0.2-0.1 0.3-0.2 0.2-0.2 0.1-0.1 0.2-0.2 0.4 0.1 0.2-0.1 0.2-0.1 0.4 0 0.2 0 0.2-0.1 0.5-0.4 0.8-0.3-0.1-0.6 0.1-0.2-0.1-0.3-0.1-0.2-0.1 0-0.1-0.1 0 0-0.1 0-0.1 0.1-0.1 0-0.1-0.1 0-0.1 0-0.1 0-0.2 0-0.1 0.1-0.1-0.1 0-0.1-0.1-0.3-0.1-0.2 0-0.1 0-0.1 0-0.3 0-0.3 0-0.3-0.1-0.3 0-0.1-0.2-0.3 0-0.1-0.1-0.5 0-0.1-0.1-0.1-0.3-0.1-0.3-0.3-0.2-0.1 0-0.2 0-0.2 0-0.1 0.1 0 0.1 0 0.1 0 0 0.1 0.1 0 0.1-0.1 0-0.2-0.1-0.4 0-0.2 0.1-0.1 0-0.1 0.2-0.4 0-0.1 0-0.3 0.1-0.3 0-0.3 0-0.4 0-0.2 0-0.1 0.1 0 0.2 0 0-0.1 0.1-0.1 0-0.1 0-0.1-0.3-2.5 0-0.1 0.1-0.3 0-0.2 0-0.2-0.3-0.7-0.1-0.1-0.3-0.3-0.2-0.3-0.1-0.2-0.2-3.1 0-0.5 0-0.4 0.1-0.1 0.3-0.2 0.1-0.1 0-0.2 0-0.2 0-0.2-0.1-0.2 0-0.1 0-0.2 0-0.1 0.1 0 0.1-0.1 0.1 0 0-0.1 0.1-0.2 0-0.3-0.1-0.1 0-0.1-0.1 0-0.2-0.1-0.2 0-0.1-0.2 0-0.2-0.1-0.5 0-0.1 0-0.2-0.2-0.4 0-0.3-0.1-0.1 0-0.2-0.2-0.2-0.1-0.1 0-0.1 0-0.2 0-0.3 0.1-0.1 0-0.1 0.2-0.2 0.2-0.2 0.1-0.1 0.2-0.2 0.2-0.2 0.1-0.1 0-0.1 0.1-0.1 0.1-0.9 0-0.2-0.1-0.1 0-0.1-0.1-0.1-0.1-0.1-0.8-0.4-0.1-0.1-0.1 0-0.1-0.2-0.1-0.1-0.2-0.2-0.1-0.4-0.1-0.2 0-0.7 0.1-0.3 0.1-0.3 0.1-0.3 0-0.5 0.7-2 0.1-0.1 0-0.1 0.1-0.2 0.2-0.4 0-0.1 0.1-0.7 0.1-1.7 0.1-0.2 0.3-0.6 0.1-0.1 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.2 0-0.3 0-0.6 0-0.1-0.1-0.3-0.2-1-0.1-0.5 0-0.2 0-0.1 0.2-0.4 0.1-0.1 0.1-0.1 0-0.2 0-0.2 0-0.1-0.2-0.4-0.1-0.3 0-0.2 0-0.1 0.2-0.2 0.1-0.2 0.1-0.1 0.2-0.1 0-0.1 0.2-0.3 0-0.4 0-0.8 0-0.2-0.2-0.6 0-0.3 0-0.1 0.2-0.3 0.1-0.2 0.1-0.3 0.1-0.1 0.2-0.1 0.2 0 0.1-0.1 0.3-0.7 0.1-0.1 0.2-0.1 0-0.3-0.1-0.4 0.1-0.2 0.3-0.4 0.1-0.3 0.1-0.2-0.1-0.7 0.1-0.4 0.3-0.3 0.6-0.6 0.5-0.6 0.4-0.9 0.2-0.9 0.1-0.8-0.1-0.8-0.1-0.5 0.2-0.3 0.1-0.2 0.1-0.5 0.2-0.2 1.1-1.2 0.2-0.3 0.1-0.3 0.1-0.4 0.3-1.4 0.4-0.8 0.5-0.7z\" id=\"BRTO\" name=\"Tocantins\">\r\n  <\/path>\r\n <\/g>\r\n <g id=\"points\">\r\n  <circle class=\"-31.79180523344963|-71.7614041822503\" cx=\"90.9\" cy=\"823.5\" id=\"0\">\r\n  <\/circle>\r\n  <circle class=\"-16.188003098965233|-49.19069912990315\" cx=\"545.5\" cy=\"478.1\" id=\"1\">\r\n  <\/circle>\r\n  <circle class=\"3.316749569140266|-31.13413508802543\" cx=\"909.1\" cy=\"80.8\" id=\"2\">\r\n  <\/circle>\r\n <\/g>\r\n <g id=\"label_points\">\r\n  <circle class=\"Rio Grande do Sul\" cx=\"461.1\" cy=\"773.3\" id=\"BRRS\">\r\n  <\/circle>\r\n  <circle class=\"Roraima\" cx=\"300.5\" cy=\"101\" id=\"BRRR\">\r\n  <\/circle>\r\n  <circle class=\"Par\u00e1\" cx=\"461.3\" cy=\"259.6\" id=\"BRPA\">\r\n  <\/circle>\r\n  <circle class=\"Acre\" cx=\"136.5\" cy=\"345.5\" id=\"BRAC\">\r\n  <\/circle>\r\n  <circle class=\"Amap\u00e1\" cx=\"492.7\" cy=\"124\" id=\"BRAP\">\r\n  <\/circle>\r\n  <circle class=\"Mato Grosso do Sul\" cx=\"430.2\" cy=\"562.7\" id=\"BRMS\">\r\n  <\/circle>\r\n  <circle class=\"Paran\u00e1\" cx=\"489.8\" cy=\"658.5\" id=\"BRPR\">\r\n  <\/circle>\r\n  <circle class=\"Santa Catarina\" cx=\"528\" cy=\"718.5\" id=\"BRSC\">\r\n  <\/circle>\r\n  <circle class=\"Amazonas\" cx=\"215.2\" cy=\"233.1\" id=\"BRAM\">\r\n  <\/circle>\r\n  <circle class=\"Rond\u00f4nia\" cx=\"259.8\" cy=\"363.7\" id=\"BRRO\">\r\n  <\/circle>\r\n  <circle class=\"Mato Grosso\" cx=\"409.9\" cy=\"419.8\" id=\"BRMT\">\r\n  <\/circle>\r\n  <circle class=\"Maranh\u00e3o\" cx=\"622.9\" cy=\"254.2\" id=\"BRMA\">\r\n  <\/circle>\r\n  <circle class=\"Piau\u00ed\" cx=\"671.2\" cy=\"311\" id=\"BRPI\">\r\n  <\/circle>\r\n  <circle class=\"Cear\u00e1\" cx=\"741\" cy=\"247.1\" id=\"BRCE\">\r\n  <\/circle>\r\n  <circle class=\"Rio Grande do Norte\" cx=\"798\" cy=\"263.9\" id=\"BRRN\">\r\n  <\/circle>\r\n  <circle class=\"Para\u00edba\" cx=\"811.1\" cy=\"291.7\" id=\"BRPB\">\r\n  <\/circle>\r\n  <circle class=\"Pernambuco\" cx=\"759.9\" cy=\"315.3\" id=\"BRPE\">\r\n  <\/circle>\r\n  <circle class=\"Alagoas\" cx=\"800.6\" cy=\"345.3\" id=\"BRAL\">\r\n  <\/circle>\r\n  <circle class=\"Sergipe\" cx=\"784.8\" cy=\"359.8\" id=\"BRSE\">\r\n  <\/circle>\r\n  <circle class=\"Bahia\" cx=\"697.6\" cy=\"397.7\" id=\"BRBA\">\r\n  <\/circle>\r\n  <circle class=\"Esp\u00edrito Santo\" cx=\"724.2\" cy=\"542.5\" id=\"BRES\">\r\n  <\/circle>\r\n  <circle class=\"Rio de Janeiro\" cx=\"680.3\" cy=\"610\" id=\"BRRJ\">\r\n  <\/circle>\r\n  <circle class=\"S\u00e3o Paulo\" cx=\"560.9\" cy=\"605\" id=\"BRSP\">\r\n  <\/circle>\r\n  <circle class=\"Goi\u00e1s\" cx=\"526.6\" cy=\"487.8\" id=\"BRGO\">\r\n  <\/circle>\r\n  <circle class=\"Distrito Federal\" cx=\"573.7\" cy=\"469.3\" id=\"BRDF\">\r\n  <\/circle>\r\n  <circle class=\"Minas Gerais\" cx=\"644.1\" cy=\"527\" id=\"BRMG\">\r\n  <\/circle>\r\n  <circle class=\"Tocantins\" cx=\"562.1\" cy=\"361.7\" id=\"BRTO\">\r\n  <\/circle>\r\n <\/g>\r\n<\/svg>\r\n                    <\/div>\r\n\r\n                    <!-- Card de Popup Flutuante (\"Quadradinho\") -->\r\n                    <div class=\"rio-home-popup-card\" id=\"rioHomeMapPopupCard\">\r\n                        <div class=\"rio-home-popup-img\" id=\"rioHomeMapPopupImg\">\r\n                            <div class=\"rio-home-popup-close\" id=\"rioHomeMapPopupClose\">&times;<\/div>\r\n                        <\/div>\r\n                        <div class=\"rio-home-popup-body\">\r\n                            <div class=\"rio-home-popup-header\">\r\n                                <span class=\"rio-home-popup-subgroup\" id=\"rioHomeMapPopupSubgroup\">Mby\u00e1 Guarani<\/span>\r\n                                <h3 class=\"rio-home-popup-title\" id=\"rioHomeMapPopupTitle\">Terra Ind\u00edgena<\/h3>\r\n                            <\/div>\r\n                            <div class=\"rio-home-popup-meta\">\r\n                                <div class=\"rio-home-meta-item\">\r\n                                    <span class=\"rio-home-meta-label\">Localiza\u00e7\u00e3o<\/span>\r\n                                    <span class=\"rio-home-meta-val\" id=\"rioHomeMapPopupLoc\">Estado \/ UF<\/span>\r\n                                <\/div>\r\n                                <div class=\"rio-home-meta-item\">\r\n                                    <span class=\"rio-home-meta-label\">Popula\u00e7\u00e3o<\/span>\r\n                                    <span class=\"rio-home-meta-val\" id=\"rioHomeMapPopupPop\">~0 hab.<\/span>\r\n                                <\/div>\r\n                                <div class=\"rio-home-meta-item\" style=\"grid-column: span 2;\">\r\n                                    <span class=\"rio-home-meta-label\">Extens\u00e3o<\/span>\r\n                                    <span class=\"rio-home-meta-val\" id=\"rioHomeMapPopupArea\">0 ha<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <p class=\"rio-home-popup-desc\" id=\"rioHomeMapPopupDesc\">\r\n                                Descri\u00e7\u00e3o detalhada da terra ind\u00edgena selecionada.\r\n                            <\/p>\r\n                            <a href=\"#\" class=\"rio-home-popup-link\" id=\"rioHomeMapPopupLink\">\r\n                                Conhecer Mais\r\n                                <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\r\n                            <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Tooltip flutuante -->\r\n                    <div class=\"rio-map-tooltip\" id=\"rioHomeMapTooltip\">Nome da TI<\/div>\r\n                <\/div>\r\n\r\n                <!-- Bot\u00e3o Ver Mais Mapa Completo -->\r\n                <div class=\"rio-home-map-action rio-reveal-scale rio-delay-4\">\r\n                    <a href=\"\/projetoriosilveira\/mapa\/\" class=\"rio-home-map-btn\" id=\"rioHomeMapActionBtn\">\r\n                        Explorar Mapa Interativo Completo\r\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                            <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n                            <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n                        <\/svg>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n    <\/div>\r\n\r\n    <!-- L\u00f3gica de Reveal, Carrossel de Imagens e Caminhos Din\u00e2micos -->\r\n    <script>\r\n    (function() {\r\n        let carrosselInterval = null;\r\n        let initLoop = null;\r\n\r\n        \/\/ Inicializa\u00e7\u00e3o da API do IntersectionObserver globalmente\r\n        if (!window.rioRevealObserver && 'IntersectionObserver' in window) {\r\n            window.rioRevealObserver = new IntersectionObserver((entries, observer) => {\r\n                entries.forEach(entry => {\r\n                    if (entry.isIntersecting) {\r\n                        entry.target.classList.add('rio-active');\r\n                        observer.unobserve(entry.target);\r\n                    }\r\n                });\r\n            }, {\r\n                root: null,\r\n                rootMargin: '0px 0px -40px 0px', \/\/ Aciona quando o elemento entra 40px na tela\r\n                threshold: 0\r\n            });\r\n        }\r\n\r\n        function runScrollReveal() {\r\n            const reveals = document.querySelectorAll('.rio-reveal, .rio-reveal-left, .rio-reveal-right, .rio-reveal-scale');\r\n            \r\n            if (window.rioRevealObserver) {\r\n                reveals.forEach(el => {\r\n                    if (!el.classList.contains('rio-active') && !el.getAttribute('data-observed')) {\r\n                        el.setAttribute('data-observed', 'true');\r\n                        window.rioRevealObserver.observe(el);\r\n                    }\r\n                });\r\n            } else {\r\n                \/\/ Fallback para navegadores sem suporte (ou se estiver desativado)\r\n                const windowHeight = window.innerHeight;\r\n                reveals.forEach(el => {\r\n                    if (!el.classList.contains('rio-active')) {\r\n                        const rect = el.getBoundingClientRect();\r\n                        if (rect.top < windowHeight - 40) {\r\n                            el.classList.add('rio-active');\r\n                        }\r\n                    }\r\n                });\r\n            }\r\n        }\r\n\r\n        \/\/ Ouvintes globais incondicionais\r\n        window.addEventListener('scroll', runScrollReveal);\r\n        window.addEventListener('resize', runScrollReveal);\r\n\r\n        function initRioSilveira() {\r\n            \/\/ SEMPRE executa o scan de scroll reveal em cada loop para pegar novos elementos do Elementor\r\n            runScrollReveal();\r\n\r\n            const slides = document.querySelectorAll('.rio-hero-slide');\r\n            const dynamicBgs = document.querySelectorAll('[data-bg]');\r\n            \r\n            \/\/ Se as imagens do carrossel ou elementos de fundo ainda n\u00e3o foram renderizados no DOM, aguarda\r\n            if (slides.length === 0 || dynamicBgs.length === 0) {\r\n                return;\r\n            }\r\n\r\n            \/\/ Se o Hero j\u00e1 inicializou, sai apenas da parte do Hero para evitar loop duplo\r\n            if (window.rioHeroInitialized) {\r\n                return;\r\n            }\r\n            window.rioHeroInitialized = true;\r\n\r\n            const isSubfolder = window.location.pathname.toLowerCase().includes('\/projetoriosilveira');\r\n            \r\n            \/\/ Determinar o prefixo dinamicamente respeitando letras mai\u00fasculas da URL local\r\n            let prefix = '\/';\r\n            if (isSubfolder) {\r\n                const pathLower = window.location.pathname.toLowerCase();\r\n                const startIndex = pathLower.indexOf('\/projetoriosilveira');\r\n                prefix = window.location.pathname.substring(startIndex, startIndex + '\/projetoriosilveira'.length) + '\/';\r\n            }\r\n\r\n            \/\/ 1. Pr\u00e9-carregamento em cache das imagens\r\n            dynamicBgs.forEach(el => {\r\n                const imgUrl = el.getAttribute('data-bg');\r\n                if (imgUrl) {\r\n                    const img = new Image();\r\n                    img.src = imgUrl;\r\n                }\r\n            });\r\n            \r\n            const dynamicImgs = document.querySelectorAll('[data-src]');\r\n            dynamicImgs.forEach(el => {\r\n                const imgUrl = el.getAttribute('data-src');\r\n                if (imgUrl) {\r\n                    const img = new Image();\r\n                    img.src = imgUrl;\r\n                }\r\n            });\r\n\r\n            \/\/ 2. Ativar anima\u00e7\u00e3o de entrada do Hero (Via class .loaded adicionada com delay)\r\n            const hero = document.querySelector('.rio-hero');\r\n            if (hero) {\r\n                setTimeout(function() {\r\n                    hero.classList.add('loaded');\r\n                }, 150);\r\n            }\r\n\r\n            \/\/ 3. Carrossel de Background do Hero (Slide autom\u00e1tico com Crossfade & Zoom)\r\n            if (slides.length > 1 && !carrosselInterval) {\r\n                let currentSlide = 0;\r\n                carrosselInterval = setInterval(function() {\r\n                    slides[currentSlide].classList.remove('active');\r\n                    currentSlide = (currentSlide + 1) % slides.length;\r\n                    slides[currentSlide].classList.add('active');\r\n                }, 5000);\r\n            }\r\n\r\n            \/\/ 4. Inicializar Mapa da Home Page (Interatividade, Popup e Foco Inicial)\r\n            if (window.rioHomeMapInitialized) {\r\n                return;\r\n            }\r\n\r\n            const homeFrame = document.getElementById('rioHomeMapFrame');\r\n            if (homeFrame) {\r\n                window.rioHomeMapInitialized = true;\r\n                \r\n                const homeTooltip = document.getElementById('rioHomeMapTooltip');\r\n        if (homeTooltip) { document.body.appendChild(homeTooltip); }\r\n                const homeCloseBtn = document.getElementById('rioHomeMapPopupClose');\r\n                const homeCard = document.getElementById('rioHomeMapPopupCard');\r\n                const actionBtn = document.getElementById('rioHomeMapActionBtn');\r\n                const btnFocus = document.getElementById('btnFocusSilveira');\r\n                const btnBrazil = document.getElementById('btnShowBrazil');\r\n\r\n                \/\/ Resolver link de a\u00e7\u00e3o principal \"Ver Mapa Completo\"\r\n                if (actionBtn) {\r\n                    actionBtn.setAttribute('href', `${prefix}mapa\/`);\r\n                }\r\n\r\n                const initialSelectedZone = \"BRSP\";\r\n\r\n                if (btnFocus && btnBrazil) {\r\n                    btnFocus.addEventListener('click', (e) => {\r\n                        e.stopPropagation();\r\n                        btnFocus.classList.add('active');\r\n                        btnBrazil.classList.remove('active');\r\n                        homeFrame.classList.add('rio-focus-silveira');\r\n                        selectHomeZone(initialSelectedZone);\r\n                    });\r\n\r\n                    btnBrazil.addEventListener('click', (e) => {\r\n                        e.stopPropagation();\r\n                        btnBrazil.classList.add('active');\r\n                        btnFocus.classList.remove('active');\r\n                        homeFrame.classList.remove('rio-focus-silveira');\r\n                        closeHomePopup();\r\n                    });\r\n                }\r\n\r\n                const homeZoneData = {\"BRSP\":{\"title\":\"Terra Ind\u00edgena de SP\",\"subgroup\":\"Mby\u00e1 Guarani\",\"location\":\"S\u00e3o Paulo \/ SP\",\"population\":\"~500 hab.\",\"area\":\"9.483 hectares\",\"desc\":\"Destaque do site...\",\"img\":\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-content\/uploads\/sites\/49\/2026\/06\/turismo_comunitario.jpg\",\"link\":\"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/sobre-a-terra-indigena\/\"}};\r\n\r\n                function selectHomeZone(zoneKey) {\r\n                    const data = homeZoneData[zoneKey];\r\n                    if (!data) return;\r\n\r\n                    const imgDiv = document.getElementById('rioHomeMapPopupImg');\r\n                    const subgroupEl = document.getElementById('rioHomeMapPopupSubgroup');\r\n                    const titleEl = document.getElementById('rioHomeMapPopupTitle');\r\n                    const locEl = document.getElementById('rioHomeMapPopupLoc');\r\n                    const popEl = document.getElementById('rioHomeMapPopupPop');\r\n                    const areaEl = document.getElementById('rioHomeMapPopupArea');\r\n                    const descEl = document.getElementById('rioHomeMapPopupDesc');\r\n                    const linkEl = document.getElementById('rioHomeMapPopupLink');\r\n\r\n                    if (!homeCard || !imgDiv || !subgroupEl || !titleEl || !locEl || !popEl || !areaEl || !descEl || !linkEl) return;\r\n\r\n                document.querySelectorAll('#rioHomeMapFrame svg [id]').forEach(p => {\r\n                    const id = p.getAttribute('id');\r\n                    if (id && id.toUpperCase() === zoneKey.toUpperCase()) {\r\n                        p.classList.add('selected');\r\n                    } else {\r\n                        p.classList.remove('selected');\r\n                    }\r\n                });\r\n\r\n                homeCard.classList.remove('active');\r\n\r\n                setTimeout(() => {\r\n                    subgroupEl.textContent = data.subgroup;\r\n                    titleEl.textContent = data.title;\r\n                    locEl.textContent = data.location;\r\n                    popEl.textContent = data.population;\r\n                    areaEl.textContent = data.area;\r\n                    descEl.textContent = data.desc;\r\n                    \r\n                    imgDiv.style.backgroundImage = `url('${data.img}')`;\r\n                    linkEl.setAttribute('href', data.link);\r\n\r\n                    homeCard.style.display = 'block';\r\n                    setTimeout(() => {\r\n                        homeCard.classList.add('active');\r\n                    }, 50);\r\n                }, 150);\r\n            }\r\n\r\n            function closeHomePopup() {\r\n                if (homeCard) {\r\n                    homeCard.classList.remove('active');\r\n                    setTimeout(() => {\r\n                        homeCard.style.display = 'none';\r\n                    }, 400);\r\n                }\r\n                document.querySelectorAll('#rioHomeMapFrame svg [id]').forEach(pin => pin.classList.remove('selected'));\r\n            }\r\n\r\n            const elements = document.querySelectorAll('#rioHomeMapFrame svg [id]');\r\n            elements.forEach(el => {\r\n                const elId = el.getAttribute('id');\r\n                if (!elId) return;\r\n                const zKey = elId.toUpperCase();\r\n                \r\n                if (homeZoneData[zKey]) {\r\n                    el.classList.add('has-data');\r\n                    el.setAttribute('data-zone', zKey);\r\n                    el.setAttribute('data-name', homeZoneData[zKey].title);\r\n\r\n                    el.addEventListener('mouseenter', e => {\r\n                        selectHomeZone(zKey);\r\n                        if (homeTooltip) { \r\n                            homeTooltip.textContent = el.getAttribute('data-name'); \r\n                            homeTooltip.classList.add('active'); \r\n                        }\r\n                    });\r\n                    el.addEventListener('mousemove', e => {\r\n                        if (homeTooltip) { \r\n                            homeTooltip.style.left = `${e.clientX}px`; \r\n                            homeTooltip.style.top = `${e.clientY}px`; \r\n                        }\r\n                    });\r\n                    el.addEventListener('mouseleave', () => {\r\n                        if (homeTooltip) homeTooltip.classList.remove('active');\r\n                    });\r\n                    el.addEventListener('click', (e) => {\r\n                        e.stopPropagation();\r\n                    });\r\n                }\r\n            });\r\n\r\n                if (homeCloseBtn) {\r\n                    homeCloseBtn.addEventListener('click', (e) => {\r\n                        e.stopPropagation();\r\n                        closeHomePopup();\r\n                    });\r\n                }\r\n\r\n                if (homeCard) {\r\n                    homeCard.addEventListener('click', (e) => {\r\n                        e.stopPropagation();\r\n                    });\r\n                }\r\n\r\n                \/\/ Removido fechamento ao clicar fora por solicita\u00e7\u00e3o do usu\u00e1rio\r\n\r\n                \/\/ Foco inicial autom\u00e1tico\r\n                selectHomeZone(initialSelectedZone);\r\n            }\r\n        }\r\n\r\n        \/\/ Executa em loop r\u00e1pido durante os primeiros 4 segundos para cobrir inje\u00e7\u00f5es ass\u00edncronas do Elementor\r\n        let attempts = 0;\r\n        initLoop = setInterval(function() {\r\n            initRioSilveira();\r\n            attempts++;\r\n            if (attempts >= 20) {\r\n                clearInterval(initLoop);\r\n            }\r\n        }, 200);\r\n\r\n        \/\/ Acionar a inicializa\u00e7\u00e3o sob m\u00faltiplos cen\u00e1rios de carregamento\r\n        if (document.readyState === 'complete' || document.readyState === 'interactive') {\r\n            initRioSilveira();\r\n        } else {\r\n            document.addEventListener('DOMContentLoaded', initRioSilveira);\r\n        }\r\n        window.addEventListener('load', initRioSilveira);\r\n    })();\r\n    <\/script>\r\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":129,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-json\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-json\/wp\/v2\/users\/129"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-json\/wp\/v2\/comments?post=29"}],"version-history":[{"count":72,"href":"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-json\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":2784,"href":"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-json\/wp\/v2\/pages\/29\/revisions\/2784"}],"wp:attachment":[{"href":"https:\/\/www.ige.unicamp.br\/projetoriosilveira\/wp-json\/wp\/v2\/media?parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}