@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot');
  src:  url('../font/icomoon.eot') format('embedded-opentype'),
    url('../font/icomoon.ttf') format('truetype'),
    url('../font/icomoon.woff') format('woff'),
    url('../font/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-profile:before {
  content: "\e923";
}
.icon-phone:before {
  content: "\e942";
}
.icon-celuphone:before {
    content: "\e95a";
}
.icon-location2:before {
  content: "\e947";
}
.icon-database:before {
  content: "\e964";
}
.icon-list:before {
  content: "\e9ba";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-menu3:before {
  content: "\e9bf";
}
.icon-mail:before {
  content: "\e945";
}
.icon-facebook2:before {
  content: "\ea91";
  color:#0033cc;
  background-color: #ffffff;
}
.icon-instagram:before {
  content: "\ea92";
  color:#ffffff;
  background-color: #ff3399;
}
.icon-whatsapp:before {
  content: "\ea93"; color:#00e600;
}
.icon-twitter:before {
  content: "\ea96";
}

.icon2x {font-size: 2rem;}
/*.icon3x {font-size: 3rem;} */

.icon3x {font-size: 2.5rem;}

@font-face {
  font-family: 'Droid Serif';
  src:  url('../font/DroidSerif.ttf');
  src:  url('../font/DroidSerif.ttf');
  font-weight: normal;
  font-style: normal;
}