@font-face {
    font-family: 'tenez_bold';
    src: url('fonts/teneztest-bold-webfont.woff2') format('woff2'),
         url('fonts/teneztest-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tenez_regular';
    src: url('fonts/teneztest-regular-webfont.woff2') format('woff2'),
         url('fonts/teneztest-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.icon-LinkedIn:before {
  content: "\e902";
  color: #fff;
}
.icon-Instagram:before {
    transition:.3s ease all;    
  content: "\e904";
  color: #9B9B9B;
}


a:hover .icon-Instagram:before {
transition:.3s ease all;
  color: #f7f6f6;
}

.icon-Logo-Sublimio:before {
  content: "\e914";

    transition:.3s ease all;    
  color: #333333;
    
}
a:hover .icon-Logo-Sublimio:before {
  

    transition:.3s ease all;    
  color: #9b9b9b;
    
}


.icon-Play:before {
  content: "\e915";
  color: #fff;
}
.icon-Clessidra:before {
  content: "\e910";
  color: #595959;
}
.icon-Calendario:before {
  content: "\e911";
  color: #595959;
}
.icon-Logo-air_dark:before {
  content: "\e912";
}
.icon-Logo-solid_dark:before {
  content: "\e913";
}
.icon-ArtDirectorv2:before {
  content: "\e907";
}
.icon-Copywriterv2:before {
  content: "\e908";
}
.icon-Developerv2:before {
  content: "\e909";
}
.icon-Photographerv2:before {
  content: "\e90a";
}
.icon-Strategistv2:before {
  content: "\e90b";
}
.icon-Videomakerv2:before {
  content: "\e90c";
}
.icon-Email:before {
  content: "\e900";
  color: #505050;
}
.icon-Freccetta-salterina:before {
  content: "\e901";
  color: #fff;
}
.icon-Menu-Hamburger:before {
  content: "\e903";
  color: #fff;
}
