
/*===================================
    DEFINIDO A FONTE USADA NO SITE
=====================================*/

/* Regular */
@font-face {
  font-family: Montserrat;
  font-weight: 100;
  src: url(../fontes/Montserrat-Regular.woff) format('woff');
}

/* Italic */
@font-face {
  font-family: Montserrat;
  font-style: italic;
  src: url(../fontes/Montserrat-Italic.woff) format('woff');
}

/* Light */
@font-face {
  font-family: Montserrat;
  font-weight: normal;
  src: url(../fontes/Montserrat-Light.woff) format('woff');
}

/* Light Italic */
@font-face {
  font-family: Montserrat;
  font-weight: lighter;
  font-style: italic;
  src: url(../fontes/Montserrat-LightItalic.woff) format('woff');
}

/* Negrito */
@font-face {
  font-family: Montserrat;
  font-weight: bold;
  src: url(../fontes/Montserrat-Bold.woff) format('woff');
}

/* Negrito Italic */
@font-face {
  font-family: Montserrat;
  font-weight: bold;
  font-style: italic;
  src: url(../fontes/Montserrat-BoldItalic.woff) format('woff');
}

/***** Lato *****/
@font-face {
  font-family: Lato;
  font-weight:normal;
  src: url(../fontes/Lato-Regular.woff) format('woff');
}

/* WPF Fontes */
@font-face {
  font-family: 'wpf_font';
  src: url(../fontes/wpf_font.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

 
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "wpf_font";
  font-style: normal;
  font-weight: normal;
 
  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-phone:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-home:before { content: '\e813'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-instagram-1:before { content: '\f16d'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */