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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-izquierda:before {
  content: "\e903";
}
.icon-derecha:before {
  content: "\e901";
}
.icon-candado:before {
  content: "\e900";
}
.icon-pin:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-google-plus:before {
  content: "\e904";
}
.icon-linkedin:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-angle-left:before {
  content: "\e909";
}
.icon-angle-right:before {
  content: "\e90a";
}
.icon-angle-top:before {
  content: "\e90b";
}
.icon-angle-bottom:before {
  content: "\e90c";
}