﻿
#header-telefono, #header-direccion, #header-email, #header-whatsapp{
	font-size:11px;
	height:100%;
	float:left;
	
}
#header-telefono p, #header-direccion p, #header-email p{
	padding-left:10px;
	line-height:25px;
	float:left;
	color:#FFF;
	
}
#header-whatsapp p{
	padding-left:5px;
	line-height:25px;
	float:left;
	color:#FFF;
	
}

#header-contacto [class^="icon-"], #header-contacto [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webdlc' !important;
  speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*line-height: 1;*/
	font-size:13px;
	padding-right:5px;
	color:#fff;
	float:left;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}
.icon-old-phone:before {
  content: "\e901";
}

.icon-location:before {
  content: "\f060";
}
.icon-whatsapp:before {
  content: "\ea93";
}

