/*.infoBox { background-color: #FFF; width: auto; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-top: 10px }
.infoBox p { padding: 0 15px }
.infoBox:before { content: ""; height: 0; position: absolute; width: 0; left: 138px }

*/
.infoBox p {}

.infoBox { 
	background: #fff; 
	width: auto; 
	min-height: 217px; 
	color: #282828; 
	font-size: 14px;  
	line-height: 18px; 
	border: solid 4px rgb(109, 110, 113); 
	border: 4px solid rgba(109, 110, 113, 0.2);
    text-align: left;
	color: #282828 !important;
	font-size: 14px !important;
	font-family: 'robotolight';
	line-height: 18px;
	margin-top: -312px !important;
	margin-left: -119px !important;
	padding: 10px 10px;
	top:300px;

}
.infoBox:before { 
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent; 
	border-top: solid 10px rgb(255, 255, 255); 
	border-top: 10px solid rgba(255, 255, 255);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	bottom: -10px; 
	content: ""; 
	height: 0; 
	position: absolute; 
	width: 0; 
	left: 104px;
}
.infoBox img{
	position: absolute !important;
	right: 5px;
	top: 5px;
	z-index: 9;
}
.infoBox div{
	position: relative;
	float: left;
	width: 100%;
	max-width: 300px;
	font-size: 14px;
	color: #282828;
	font-family: 'robotolight';
	line-height: 18px;
	z-index: 2;
}
.infoBox div span{
	text-transform: none;
	font-size: 14px;
	font-family: 'robotolight';
	position: relative;
	float: left;
	width: 100%;
}
.infoBox div strong{
	font-family: 'robotobold';
	position: relative;
	float: left;
	width: 100%;
	margin-top: 6px;
}
.infoBox a{
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0;
	border-top: solid 1px #e9e9e9;
	font-size: 14px;
	line-height: 18px;
	font-family: 'robotolight';
	color: #2740BA;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 8px;
	font-weight: bold;
}

.infoBox .bairro{
	 color:#383336!important;
}

.infoBox div.logo{
	padding: 10px;
	text-align: center;
	width: 100%; 
}

.infoBox div img{
	position: relative !important;
	/*float: left;
	 width: 207px;
	height: 87px;*/
	top: inherit;
	right: inherit;
}