@font-face {
  font-family: 'fa';
  src: url('../fonts/fa.eot?77196235');
  src: url('../fonts/fa.eot?77196235#iefix') format('embedded-opentype'),
       url('../fonts/fa.woff2') format('woff2'),
       url('../fonts/fa.woff') format('woff'),
       url('../fonts/fa.ttf?77196235') format('truetype'),
       url('../fonts/fa.svg?77196235#fa') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fa';
    src: url('../font/fa.svg?77196235#fa') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fa";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-menu:before { content: '\e801'; } /* '' */
.icon-down-dir:before { content: '\e802'; } /* '' */
.icon-up-dir:before { content: '\e803'; } /* '' */
.icon-left-dir:before { content: '\e804'; } /* '' */
.icon-right-dir:before { content: '\e805'; } /* '' */
.icon-down-open:before { content: '\e806'; } /* '' */
.icon-left-open:before { content: '\e807'; } /* '' */
.icon-right-open:before { content: '\e808'; } /* '' */
.icon-up-open:before { content: '\e809'; } /* '' */
.icon-down-open-1:before { content: '\e80a'; } /* '' */
.icon-left-open-1:before { content: '\e80b'; } /* '' */
.icon-right-open-1:before { content: '\e80c'; } /* '' */
.icon-up-open-1:before { content: '\e80d'; } /* '' */
.icon-down-open-mini:before { content: '\e80e'; } /* '' */
.icon-left-open-mini:before { content: '\e80f'; } /* '' */
.icon-right-open-mini:before { content: '\e810'; } /* '' */
.icon-up-open-mini:before { content: '\e811'; } /* '' */
.icon-play-circled2:before { content: '\e812'; } /* '' */
.icon-zoom-in:before { content: '\e813'; } /* '' */
.icon-zoom-out:before { content: '\e814'; } /* '' */
.icon-down-big:before { content: '\e815'; } /* '' */
.icon-left-big:before { content: '\e816'; } /* '' */
.icon-right-big:before { content: '\e817'; } /* '' */
.icon-up-big:before { content: '\e818'; } /* '' */
.icon-home:before { content: '\e819'; } /* '' */
.icon-cancel:before { content: '\e81a'; } /* '' */
.icon-cancel-1:before { content: '\e81b'; } /* '' */
.icon-down-micro:before { content: '\e81c'; } /* '' */
.icon-up-micro:before { content: '\e81d'; } /* '' */
.icon-print:before { content: '\e81e'; } /* '' */
.icon-status-concluido-min:before { content: '\e81f'; } /* '' */
.icon-status-recusado-min:before { content: '\e820'; } /* '' */
.icon-status-aprovado-min:before { content: '\f823'; } /* '' */
.icon-status-contratado-min:before { content: '\e821'; } /* '' */
.icon-status-nao-contratado-min:before { content: '\e822'; } /* '' */
.icon-globe:before { content: '\e823'; } /* '' */
.icon-linkedin:before { content: '\e824'; } /* '' */
.icon-download:before { content: '\f02e'; } /* '' */

ul.assets li a.iconeProjeto::before {
    content: '\F02E';
    font-family: 'fa';
    font-weight: 300;
    color: var(--light);
    background-color: var(--green-light) !important;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1.75;
    border-radius: 50%;
    transition: background .3s ease;
}

.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu-1:before { content: '\f0c9'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
