 /*Lembrar: Usar Metodologia BEM*/
        
        * {
            /*outline: red solid 1px;*/
            box-sizing: border-box;
        }
        
        html,
        body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
        }
        
        #main {
            /*min-width: 380px;*/
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 1.1em;
            margin-top: 150px;
        }
        
        .titulo {
            font-family: Arial, Helvetica, sans-serif;
        }
        /*header*/
        
        #header {
            background-color: #005E91;
            color: #fff;
            padding: 10px 0 10px 0;
            /*border-bottom: 3px solid #0099de;*/
            
            width: 100%;
            position: fixed;
            z-index: 50;
            top: 0px;

             /*-webkit-transition: font 1s;  For Safari 3.1 to 6.0 */
        }
       /*#header.header--scrollMobile {
             top:-300px;
        }
        */
        .header__logohome{
                float: left;
                }
                .header__logohome--link{
                        display: inline-block;
                        color: #fff;
                        text-decoration: none;
                        font-size: 1em;
                        padding-top: 17px;
                        padding-left: 21px;
                        padding-bottom: 19px;
                        padding-right: 19px;
                        }
                        
        
        
        
        
        
        .header__logotipo {
            height: 50px;
            width: 370px;
            }
            .header__logotipolink{
                    color: #fff;
                    text-decoration: none;
            }
            .header__logotipolink:visited{
                    color: #fff;
            }
            .header__logotipolink:active{
                    color: #fff;
            }
        
           .header__logo img{
                        width: 50px;
                        height: 50px;
                  
                        }
        
            .header__logo { 
                    float: left; 
                    margin-left: 70px;}
            .header__tipo { 
                    float: left; 
                    margin-top: 8px; 
                    margin-left: 16px;}
        
        
        
        
        
        
        
        
        
        
        .header__logoibge {
            float: right;
            margin-right: 10px;
            /*display: none;*/
            
            display: block;
            
            
            
        }
        
        .header__logoibge img {
            width: 80px;
            /*height: 33px;*/
            margin-top: -9px;

            /*width: 128px;
            height: 51px;
            margin-top: 21px;*/
        }

        /* SHARE BAR */
        .sb-container h3{
            display: none;
            color: black;
            float: left;
            line-height: 10px;
            font-family: sans-serif;
            font-size: .75em;
            font-weight: 200;
            padding-left: 10px;
        }
        .sb-container .sb-buttons.sb-default-style, .sb-container .sb-container .sb-buttons {
            margin:0;
        }
        .sb-container .sb-button button, .sb-container button {
            /*margin:1px 5px;*/
            margin: 5px 5px;
            height: 25px;
            padding: 0;
            max-width: 50px;
            min-width: 30px;
        }

        
        .titulo--cidades {
            font-size: 1.75em;
            font-weight: bold;
        }
        
        .hrclear{
            /*visibility: hidden;
            height: 0;*/
            clear: both;
            /*margin: 0;*/
            display: none;
        }
        
        .titulo--nomemun, .titulo--nomepesq{
                display: inline;
                margin: 0;
                }
                .titulo--nomemun{
                        font-size: 1.4em;
                        }
                         .nome--input{
                                font-weight: bold;
                                border: none;
                                color: #666;
                                width: 100%;
                                text-align: center;
                                
                        }
                .titulo--nomepesq{
                        font-size: 1.1em;
                }
        
        #nav{
                   /*margin-top: 150px;*/
        }
        
        div#main menu{
                /*Ajuste direto na TAG pois não foi previsto seu uso na primeira implementação*/
                padding-left: 0;
                margin: 0;
        }
        
        .nav__selectmun, .nav__selectpesq{
                margin-top: 30px;
        }
        .nav__group{
                
                display: table;
                width: 100%;
                margin: 0 auto;
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
             
                
        }
        .nav__input{
            /*outline: 1px solid #ccc;*/
            display: table-row;
        }
        .nav__text, .nav__icons{
                padding: 20px;
        }
        
        .nav__text{
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                /*padding: 20px; declarado na ".nav__text, .nav__icons" para manter o mesmo Padding pra ambas as classes*/
                color: #666;
                height: 70px;
                }
                .nome--input{ display: none;}
                .nome--texto{ display: inline;}
                
                .nav__input:hover .nome--texto{ display: none; }
                .nav__input:hover .nome--input{ display: inline; }
                
                
               
                
        .nav__icons{
                width: 100px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                color: #49ABCE;
                font-size: 1.4em;
                /*background-color: #0099de;*/
                /*padding: 20px; declarado na ".nav__text, .nav__icons" para manter o mesmo Padding pra ambas as classes*/
        }
        
        
        /*lista de municipios ou pesquisas*/
        
          
        .nav__lista {
            font-family: Arial, Helvetica, sans-serif;
            color: #666;
            border-bottom: 1px solid #ddd;
            margin: 0;
            padding: 0 20px 20px 20px;
            
        }
        .nav__agregador:first-child{
            border-top: none;
        }
        .nav__agregador{
            border-top: 1px solid #ddd;
            padding-top: 10px;
            list-style-type: none;    
            /*font-size: 1.2em;*/
            font-weight: bold;
        }
        .nav__item{
            list-style-type: none;
            margin: 10px 20px;
            cursor: pointer;
            
        }
       
       
       .nav__selectpesq .nav__item{
               border-bottom: 1px solid #ddd;
               padding: 10px 0 10px 0; 
       }
       .nav__selectpesq .nav__item:last-child{
               padding: 10px 0 0 0;
               border: none;
       }

/*
       .amcharts-export-menu ul li:nth-child(3), .amcharts-export-menu ul li:nth-child(4){
           display: none !important;
       }
*/

        li.export-main > ul > li:nth-child(4), li.export-main > ul > li:nth-child(3){
            display: none;
        }






/*Estas classes PRECISAM ser declaradas desta forma, pois funcionam com um ADD CLASS da class mãe para surtirem efeito*/
/*#nav.scrolling{
    position: fixed;
    background-color: #fff;
    z-index: 50;
    margin-top: 56px;
    width: 100%;
}

.scrolling div.nav__selectmun, .scrolling div.nav__selectpesq{
    margin-top: 3px;
    background-color: blue;
    }
    
.scrolling h1{
        margin: 0;
}*/
    

/*teste*/
/*.nav__selectpesq{
    margin-top: 50px;
    background-color: blue;
}*/

@media screen and (min-width: 48em){
    #nav.scrolling{
        margin-top: 130px;
        max-width: 1280px;
    }
}









        
@media screen and (min-width: 48em) {
           
            /*Desktop*/
            #main {
                margin-top: 130px;
            }
             #header{
                 height: 86px;
                 max-width: 1280px;
                 position: absolute;
                 top: 28px;
             }
             #header.header--fixed {
                position: fixed;
                top:0px;
            }
             #header.header--scrollMobile {
                top:0px;
             }
            
             .titulo--cidades{
                    font-size: 1.5em;

                    /*-webkit-transition: font 1s;  For Safari 3.1 to 6.0 */
                    transition: all 1s; 
                    -webkit-transition: all 1s ease;
                    -moz-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    -ms-transition: all 1s ease;
             }
           
             .header__logoibge {
                    display: block;
                    background-color: #0f2b5b;
                    margin-top: -10px;
                    height: 86px;
                    margin-right: -1px;
                    padding: 0px 30px;

                }
                 .header__logoibge img {
                    width: 128px;
                    height: 51px;
                    margin-top: 21px;
                    }
            
            .header__logotipo{
                width: 470px;
                padding-top: 4px;
                height: 76px;
            }
            .header__tipo{
                    margin-top: 17px;
                    margin-left: 26px;
            }
            .header__logo img{
                    width: 60px;
                    height: 60px;
                    
                    transition: all 1s; 
                    -webkit-transition: all 1s ease;
                    -moz-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    -ms-transition: all 1s ease;
            }
            #nav{
                    margin-top: 100px;
            }
       
         .nav__group{
                width: 75%;
                border: 1px solid #ddd;
                border-radius: 5px;
         }
         .nav__icons{
                border-radius: 0 5px 5px 0;
        }
        
        .nav__lista{
                width: 75%;
                border: 1px solid #ddd; 
                background-color: #fff;
                margin: -5px auto 0 auto;
                border-radius: 0 0 5px 5px;
        }
       
       .header__logohome--link{
                padding-top: 27px;
                border-right: 1px solid #4b7a94;
                margin-right: 10px;

                transition: all 1s; 
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
       }  

       .sb-container .sb-button button, .sb-container button {
            height: 31px;
        }
            
            
}
        
        @media screen and (min-width: 80em) {
            /*Desktop com telas mto grandes*/
            #main {
                max-width: 1280px;
                margin: 0 auto;
                margin-top: 130px;
            }
            
        }