.bb-custom-wrapper nav.rosa span{
	background: #F55F7B;
}

.bb-custom-wrapper nav.gris span{
	background: #9E9E9E;
}

.bb-custom-wrapper nav.azul span{
	background: #2552E3;
}

p.direccion::before,
p.tfno::before,
p.email::before,
p.url::before,
a.download{
	font-family: iconos;
	margin-right: 2%;
}

a.download::before{
	content: "\f019";
}

p.direccion:before{
	content: "\f0f7";
}

p.url:before{
	content: "\f0ac";
}

p.email:before{
	content: "\f003";
}

p.tfno:before{
	content: "\f095";
}

.datos_empresa{
	margin-left: 16%;
	margin-top: 20%;
}

.datos_empresa h2{
	font-size: 2em;
	margin: 0 1%;
}

.datos_empresa p{
	padding: 5px 0;
	text-align: left;
}

.datos_empresa > .facebook,
.datos_empresa > .twitter,
.datos_empresa > .googlep,
.datos_empresa > .whatsapp,
.redes_sociales .facebook,
.redes_sociales .twitter,
.redes_sociales .googlep,
.redes_sociales .linkedin,
.redes_sociales .instagram,
.redes_sociales .pinterest,
.redes_sociales .youtube{
	width: 17%;
	float: left;
	font-family: iconos;
	font-size: 1.6667em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.redes_sociales .facebook:before{
	content: "\f082";
	color: #3b5998;
}

.redes_sociales .twitter:before{
	content: "\f081";
	color: #55acee;
}

.redes_sociales .googlep:before{
	content: "\f0d4";
	color: #dd4b39;
}

.redes_sociales .linkedin:before{
	content: "\f08c";
	color: #007bb6;
}

.redes_sociales .instagram:before{
	content: "\f16d";
	color: #517fa4;
}

.redes_sociales .pinterest:before{
	content: "\f0d3";
	color: #cb2027;
}

redes_sociales .youtube:before{
	content: "\f166";
	color: #CD201F;
}

.datos_empresa > .facebook::before{
	content: "\f09a";
	color: #3b5998;
}

.datos_empresa > .twitter::before{
	content: "\f099";
	color: #55acee;
}

.datos_empresa > .googlep::before{
	content: "\f0d5";
	color: #dd4b39;
} 

.datos_empresa > .whatsapp::before{
	content: "\f232";
	color: #34af23;
}