body {    
    margin: 0 !important;
    padding: 0 !important;
}

.PesquisaTermosMapa{
    background-color: #404040;
    height: 140px;
    width: 100%;
    font-family: sans-serif;
    color: #404040;
    font-weight: bold;
    position: absolute;
    right: 0;
    left: 0;
    
   

}
.EscolhaLocal{
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}
.PesquisaTermosMapa h2{
    text-align: center;
    padding: 10px;
}
.PesquisaTermosMapa span{
    color: gold;
    
}
.mapa{
    margin-top: 120px;
    height: 500px;
}
.Info{
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 0; 
    background-color: #404040;
    height: 80px;
    width: 100%;
    font-family: sans-serif;
    color: #969696;
    text-align: center;
}

#coordenadas{
    margin-top: 20px; 
    margin-right: 10px;
    font-size: 20px; 
    color: gold;
    font-size: 10px;
    float: right;
    
    
    
}
#documento{
    margin-top: 0px; 
    font-size: 20px; 
    color: gold;
    font-size: 10px;
    margin-left: 10px;
    position: absolute;
    
    
}

ng-map{
    margin-top: 100px;
    width: 100%;
    height: 485px; 
    
}

.mapa span{
    margin-left: 10px;
    font-weight: bold;
    color: #404040;
    text-align: center;

}