@charset "UTF-8";

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

}

[data-icon] {
  font-family: "greenmed",icomoon !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"],[class*=" icon-"] {
  font-family: "greenmed",icomoon !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
   
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-area-privada:before {
  content: "\61";
}
.icon-facebook:before {
  content: "\62";
}
.icon-google:before {
  content: "\63";
}
.icon-linkedin:before {
  content: "\64";
}
.icon-greenmed:before {
  content: "\65";
}
.icon-down:before {
  content: "\66";
}
.icon-up:before {
  content: "\67";
}
.icon-icon-greenmed:before {
  content: "\68";
}
.icon-right-icon:before {
  content: "\69";
}
