﻿
@font-face {
  font-family: 'webdlc';
  src:  url('../fonts/webdlc.eot?bgsbns');
  src:  url('../fonts/webdlc.eot?bgsbns#iefix') format('embedded-opentype'),
    url('../fonts/webdlc.ttf?bgsbns') format('truetype'),
    url('../fonts/webdlc.woff?bgsbns') format('woff'),
    url('../fonts/webdlc.svg?bgsbns#webdlc') format('svg');
  font-weight: normal;
  font-style: normal;
}

#footer-contacto [class^="icon-"], #footer-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:16px;
	padding-right:5px;
	color:#fff;
	float:left;

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

.icon-shop:before {
  content: "\e8c9";
  float:left;
}
.icon-mail:before {
  content: "\e900";
  float:left;
}
.icon-old-phone:before {
  content: "\e901";
  float:left;
}
.icon-facebook2:before {
  content: "\e902";
  float:left;
}
.icon-instagram:before {
  content: "\e903";
  float:left;
}
.icon-twitter:before {
  content: "\e904";
  float:left;
}
.icon-location:before {
  content: "\f060";
  float:left;
}
.icon-whatsapp:before {
  content: "\ea93";
  float:left;
}
.icon-android:before {
  content: "\eac0";
  float:left;
}
