/* Always set the map height explicitly to define the size of the div
* element that contains the map. */



#googleMaps {
    position:fixed;
    background: white;
    width: 100%;
    
    height:100%;
    box-sizing: border-box;

}
#map {
  
    height: 100%;
}



/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

@media only screen 
and (max-width : 736px) {
    
  }

@media only screen 
and (max-width : 736px) 
and (orientation : landscape) {
    
  }






@media only screen 
and (max-width : 736px) {
    #rodape {
        visibility: hidden;
        display: none;
    }
}


#statusLabel {font-size:12px;}