@charset "utf-8";
/* CSS Document */

#map label { width: auto; display:inline; }
#map img { max-width: none; max-height: none; }
#map iframe, #map object, #map embed { max-width: 100%; max-height: 100%; }
	
.map { background: #C7C7C7; padding: 0px 0px 0px 0px; 
	height: 100%;
	position: fixed;/* para falta de suporte */  
 /*height: -webkit-calc(100% - 100px);  /* para Chrome */
 /*height: -moz-calc(100% - 100px);     /* para Firefox */
 /*height: calc(100% - 100px);          /* para suporte nativo */
}
.botao_menu {
				position: fixed;
				float: bottom;
				bottom: 80px;
				right: 10px;
				z-index: 100;
			}
#div_id {
	width: auto; /* Largura da DIV */
	height: auto; /* Altura da DIV */
	/* A margem a esquerda deve ser menos a metade da largura */
	/* A margem ao topo deve ser menos a metade da altura */
	/* Fazendo isso, centralizará a DIV */
	background-color: rgba(51,122,183,1.00);
	color: white;
	text-align: center; /* Centraliza o texto */
}
.circulo_eq{
			width:80px;
			height:80px;
			border-radius:50%;
			border:2px solid rgba(51,122,183,1.00);
			background-color: white;
			background-size:100%;
			position: relative;
			text-align: center;
}
.btnAdd{
			position: fixed;
			float: bottom;
			bottom: 80px;
			right: 15px;
			z-index: 100;
}
		/* Botão pesquisar e Mais Botões */
.btnCirculo{
			position: fixed;
			float: bottom;
			bottom: 15px;
			right: 15px;
			z-index: 100;
}
.btn-circle {
		  width: 30px;
		  height: 30px;
		  text-align: center;
		  padding: 6px 0;
		  font-size: 12px;
		  line-height: 1.428571429;
		  border-radius: 15px;
}
.btn-circle.btn-lg {
		  width: 50px;
		  height: 50px;
		  padding: 10px 16px;
		  font-size: 18px;
		  line-height: 1.33;
		  border-radius: 25px;
}