body{
  margin: 0px;
  overflow: hidden;
}

.map{
  height: 90%;
  width: 100%;
}

.botao_esquerdo{
  float: left; 
  margin:5px;
  cursor: pointer;
}

.bar_top{
  max-height: 52px;
  min-height: 52px;
  height: 52px;
  background-color: #D6F1BC;
  text-shadow: 2px -1px 0 rgba(255, 255, 255, 0.55);

  background-image: -moz-linear-gradient(top, #d6f1bc, #76c629);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d6f1bc), to(#76c629));
  background-image: -webkit-linear-gradient(top, #d6f1bc, #76c629);
  background-image: -o-linear-gradient(top, #d6f1bc, #76c629);
  background-image: linear-gradient(to bottom, #d6f1bc, #76c629);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6f1bc', endColorstr='#76c629', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.title_bar{
  max-height: 52px;
  text-align: center;
  /* Internet Explorer 10 */
  display:-ms-flexbox;
  -ms-flex-pack:center;
  -ms-flex-align:center;

  /* Firefox */
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;

  /* Safari, Opera, and Chrome */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;

  /* W3C */
  display:box;
  box-pack:center;
  box-align:center;
}

/*-------------------------- INFO WINDOW -----------------------------------------*/

#title_infowindow{
  font-size: 21px;
  color: #306F30;
  font-weight: bolder;
}

#descricao_infowindow{
  color: grey;
  padding-left: 15px;
}

#content_contato_infowindow{
  color: grey;
  padding-left: 15px;
}

#contato_infowindow{
  margin-top: 3px;
  text-decoration: none;
  -moz-box-shadow: 0 0 5px #9ddff5;
  -webkit-box-shadow: 0 0 5px #9ddff5;
  box-shadow: 0 0 5px #9ddff5;
}

.title_contato_infowindow{
  color: #09BBB4;
}