@charset "UTF-8";

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

}

[data-icon]:before {
    font-family: "reset" !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^="icone-"]:before,
[class*=" icone-"]:before,
[class^="trigger-"]:before,
[class*=" trigger-"]:before{
    font-family: "reset" !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;
}

.icone-notext:before{
    top: 0;
    margin-right: 0;
}

/*
.icone-facebook:before {
  content: "\61";
}
.icone-instagram:before {
  content: "\62";
}*/
.icone-twitter:before {
  content: "\63";
}
.icone-google-plus:before {
  content: "\64";
}
.icone-linkedin:before {
  content: "\65";
}
.icone-success:before {
  content: "\66";
}
.icone-error:before {
  content: "\67";
}
.icone-info:before {
  content: "\68";
}
.icone-alert:before {
  content: "\69";
}
.icone-arroba:before {
  content: "\6a";
}
.icone-angle-right:before {
  content: "\6b";
}
.icone-angle-left:before {
  content: "\6c";
}
