#tg-arcgis-map{
    width:100%;
    margin-bottom: 40px;
}
#tg-arcgis-map .secao-localizacao {
    position: relative;
    height: 650px;
}
#tg-arcgis-map .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    background-position: 0 100%!important;
    pointer-events: none;
}
#tg-arcgis-map .map {
    position: absolute;
}
#tg-arcgis-map aside.localizacao {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    padding-top: 30px;
    z-index: 3;
}
#tg-arcgis-map  .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    background: url(../images/cover.png) left 0 repeat-x;
    background-position: 0 100%!important;
    pointer-events: none;
}
#tg-arcgis-map .limites {
    width: 978px;
    margin: 0 auto;
}
#tg-arcgis-map aside.localizacao .limites {
    height: 1px;
    text-align: center;
}
#tg-arcgis-map aside.localizacao .limites .subtitulo {
    pointer-events: none;
    margin-bottom: 30px;
    display: block;
 }
#tg-arcgis-map header.subtitulo h3, header.subtitulo h4 {
    padding-bottom: 25px;
    font-size: 3em;
    font-weight: normal;
    text-transform: uppercase;
}
#tg-arcgis-map aside.painel-de-controle {
    position: absolute;
    bottom: 45px;
    width: 100%;
    height: 48px;
    z-index: 3;
}
#tg-arcgis-map aside.painel-de-controle .barra1 {
    width: 978px;
    height: 48px;
    margin-bottom: 5px;
    background: url(../images/bg-bar.gif) no-repeat;
    position: relative;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .zoom {
    width: 176px;
    height: 48px;
    position: absolute;
    top: 5px;
    right: 0px;
}
#tg-arcgis-map .zoom > div {
    width: 50px;
    height: 38px;
    margin: 0 4px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
#tg-arcgis-map .zoom div img {
    width: 100%;
    height: 100%;
}
#tg-arcgis-map .direita {
     float: right;
 }
#tg-arcgis-map aside.painel-de-controle .barra1 .zoom p {
    float: left;
    margin: 0 0 0 35px;
    font-size: 1.16em;
    line-height: 20px;
    text-transform: uppercase;
    color: #d9d9d9;
    padding: 0;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .zoom ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .zoom ul li {
    float: left;
    margin-left: 8px;
    list-style: none;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .zoom ul li a.menos {
    background-position: 0 0;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .zoom ul li a.mais {
    background-position: -30px 0;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .zoom ul li a {
    display: block;
    font: 0/0 a!important;
    color: transparent!important;
    width: 22px;
    height: 21px;
    background: url(../images/zoom-controles.png) no-repeat;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .poi h4 {
    float: left;
    margin: 0 14px 0 24px;
    padding: 14px 0 0;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .poi ul {
    padding: 4px 0 0;
    list-style: none;
    margin: 0;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .poi ul li {
    float: left;
    margin-left: 1px;
    padding:0;
    list-style: none;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .poi ul li:hover, #tg-arcgis-map aside.painel-de-controle .barra1 .poi ul li.active {
    background-color: #7c7c7c;
}
#tg-arcgis-map aside.painel-de-controle .barra1 .poi ul li a {
    display: block;
    height: 39px;
    padding: 1px 7px 0px 7px;
    line-height: 41px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

#tg-arcgis-map .poi ul ul {
    display: none;
    position: absolute;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width:150px;
    bottom: 45px;
}

#tg-arcgis-map .poi ul ul > li {
    width:150px;
    background-color:#5E5E5E;
    margin:0;
}

#tg-arcgis-map ul.poi > li > ul {
    margin-top: 0;
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
    border-top: 3px solid !important;
}

#tg-arcgis-map .poi ul li:hover > ul {
    display: block;
}

#tg-arcgis-map aside.painel-de-controle .barra1 .poi ul img {
     width: 15px;
     margin: 0px 4px -5px 0;
 }

.esriSimpleSliderTL {top: 280px!important;}