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

[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-phone:before {
  content: '\e942';
}
.icon-location2:before {
  content: '\e948';
}
.icon-bubble:before {
  content: '\e96b';
}
.icon-bubbles2:before {
  content: '\e96d';
}
.icon-user:before {
  content: '\e971';
}
.icon-lock:before {
  content: '\e98f';
}
.icon-unlocked:before {
  content: '\e990';
}
.icon-gift:before {
  content: '\e99f';
}
.icon-sphere:before {
  content: '\e9c9';
}
.icon-star-empty:before {
  content: '\e9d7';
}
.icon-star-half:before {
  content: '\e9d8';
}
.icon-star-full:before {
  content: '\e9d9';
}
.icon-heart:before {
  content: '\e9da';
}
.icon-info:before {
  content: '\ea0c';
}
.icon-exit:before {
  content: '\ea14';
}
.icon-volume-medium:before {
  content: '\ea27';
}
.icon-volume-mute2:before {
  content: '\ea2a';
}
.icon-share2:before {
  content: '\ea82';
}
.icon-mail4:before {
  content: '\ea86';
}
.icon-dropbox:before {
  content: '\eaae';
}
a {
  text-decoration: none;
}