@font-face {
  font-family: 'contacto-iccac';
  src:  url('fonts/contacto-iccac.eot?4bvean');
  src:  url('fonts/contacto-iccac.eot?4bvean#iefix') format('embedded-opentype'),
    url('fonts/contacto-iccac.ttf?4bvean') format('truetype'),
    url('fonts/contacto-iccac.woff?4bvean') format('woff'),
    url('fonts/contacto-iccac.svg?4bvean#contacto-iccac') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-contact"], [class*=" icon-contact"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'contacto-iccac' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.icon-contactphone:before {
  content: "\e900";
  color: #153c69;
}
.icon-contactmail:before {
  content: "\e901";
  color: #153c69;
}
.icon-contacttimes:before {
  content: "\e902";
  color: #153c69;
}
.icon-contactlocation:before {
  content: "\e903";
  color: #153c69;
}
