body{
	font-family: 'robotolight';
}
div#conteiner-map {
    margin-top: 15px;
}

.infoBox { 
	background-color: rgba(255, 255, 255, 0.91);
    width: 300px;
    font-size: 14px;
    /* border: 1px solid #B7B7B7; */
    /* background: #e7e7e7; */
    color: #1D1D1D;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 3px #666; */
    margin-top: 0;
    padding: 18px;

}

.infoBox ul{list-style: none}
.infoBox  ul li{float: left;width: 100%;}
.infoBox .leg{
	font-weight: bold;
	width:30%;
	display: inline-block;
	float: left;
}
.infoBox h2{
	width: 90%;
	font-size: 1.3em;
	color: #002862;
	text-align: left;
}
.infoBox h2 span{
	background: #293774;
    padding: 3px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #666;
    z-index: -1;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    top: -25px !important; 
}
.infoBox .txt{
	display: inline-block;
	float: left;
	width: 70%;
}
.infoBox img{
	z-index: 999999;
	height: 20px;
	float: right;
}
.conteiner-searh{
	
	height: 45px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 0 0px 0;

}

.carregando{
    /* background: rgba(255,255,255,0.7); */
    width: 24px;
    text-align: center;
    padding-top: 6px;
     display: none;
    position: absolute;
    right: 226px;
}
.carregando img{
	max-width: 100%;
	height: auto;
}
.list-pap{
	width: 100%;
	float: left;

}
.form-seach{
	float: right;
	width: 17%;
	margin-right: 0.5%;
}
.item-list{
	float: left;
    padding: 0 10px 0 10px;
    border-right: 1px solid #ccc;
    margin-bottom: 5px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}
.item-list:last-child {
	border:none;
}
.item-list.active{
	font-weight: bold;
	color: #002862;
}
#cep{
	outline: none;
	height: 32px;
	background: #eeeded;
	color: #333;
	padding-left: 5px;
    border-radius: 5px 0 0 5px;

}
#bt-localizar{
	background: #002862;
	padding: 5px;
	border-radius: 0 5px 5px 0;
	border:none;
	
}
.input-inline{
	display: inline-block;
	float: left;
}
.bt-mobile{
	display: none;
    color: #999;
    text-decoration: none;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}
.bt-mobile span{
	display: inline-block;
    line-height: 25px;
    vertical-align: top;
    height: 25px;
    margin: 0 5px;
    color: #666;
}
.bt-mobile img{
	width: auto;
	height: 25px;
	margin: 0;
	float: left;
	
	
}


