@charset "utf-8";
/* CSS Document */



.bn-largo {
	background-color:#091c2a;
	border-top:#091c2a solid 1px;
	
	width:100%;

	}

.bn-ter {
	padding-top:50px;
	padding-bottom:50px;
	margin:0px;
	width:33.1%;
	display:inline-block;
	background-image:url(img/footershadow.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	

	}
.bn-ter img {
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:dotted 1px #5276ac;
	
	}

.bn-ter h6 {
	font-size:15px;
	font-weight:600; 
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	color:#FFFFFF;
	margin-left:50px;
	
	}
.cont {
	
position:relative;
	left:20%;
	
}



@media (max-width: 500px) { 

.bn-ter {
	padding-top:50px;
	padding-bottom:50px;
	margin:0px;
	width:100%;
	display:inline-block;
	background-image:url(img/footershadow.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size:auto;
	

	}

.cont {
	
position:relative;
	left:10%;
	
}
	
}