@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "viver-de-chocolate" !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-vdc-"]:before,
[class*=" icon-vdc-"]:before {
  font-family: "viver-de-chocolate" !important;
  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;
  position: relative;
  top: .125em;
  margin-right: .4em;
}

.icon-vdc-flask:before {
  content: "\61";
}
.icon-vdc-mobile:before {
  content: "\62";
}
.icon-vdc-calendar:before {
  content: "\63";
}
.icon-vdc-double-right:before {
  content: "\64";
}
.icon-vdc-facebook:before {
  content: "\65";
}
.icon-vdc-instagram:before {
  content: "\66";
}
.icon-vdc-whatsapp:before {
  content: "\68";
}
.icon-vdc-locked:before {
  content: "\69";
}
.icon-vdc-download:before {
  content: "\6a";
}
.icon-vdc-youtube:before {
  content: "\67";
}
.icon-vdc-messenger:before {
  content: "\6e";
}
.icon-vdc-down:before {
  content: "\6b";
}
.icon-vdc-arrow-right:before {
  content: "\6c";
}
.icon-vdc-arrow-left:before {
  content: "\6d";
}
.icon-vdc-check:before {
  content: "\6f";
}
.icon-vdc-unlocked:before {
  content: "\71";
}
.icon-vdc-close:before {
  content: "\72";
}
.icon-vdc-play:before {
  content: "\73";
}
.icon-vdc-quote-right:before {
  content: "\74";
}