@charset "UTF-8";

@font-face {
  font-family: 'FoundersBold';
    src: url("http://s3.amazonaws.com/cdn.infografiaepoca.com.br/siteEpoca/founders/FoundersGroteskCond-Bold.otf");
  /*src: local("☺"),
       url('../fonts/Stag Sans-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;*/
}
@font-face {
  font-family: 'FoundersLt';
    src: url("http://s3.amazonaws.com/cdn.infografiaepoca.com.br/siteEpoca/founders/FoundersGroteskCond-Lt.otf");
}
@font-face {
  font-family: 'FoundersMed';
    src: url("http://s3.amazonaws.com/cdn.infografiaepoca.com.br/siteEpoca/founders/FoundersGroteskCond-Med.otf");
}
@font-face {
  font-family: 'FoundersRegular';
    src: url("http://s3.amazonaws.com/cdn.infografiaepoca.com.br/siteEpoca/founders/FoundersGroteskCond-Reg.otf");
}
@font-face {
  font-family: 'FoundersSemi';
    src: url("http://s3.amazonaws.com/cdn.infografiaepoca.com.br/siteEpoca/founders/FoundersGroteskCond-SmBd.otf");

  }
@font-face {
  font-family: 'FRegular';
    src: url("http://s3.amazonaws.com/cdn.infografiaepoca.com.br/siteEpoca/founders/FoundersGrotesk-Regular.otf");
  }
  
  
  
@font-face {
  font-family: 'FBold';
    src: url("http://s3.amazonaws.com/cdn.infografiaepoca.com.br/siteEpoca/founders/FoundersGrotesk-Bold.otf");
  }
  
@font-face {
  font-family: 'FItalic';
    src: url("http://s3.amazonaws.com/cdn.infografiaepoca.com.br/siteEpoca/founders/FoundersGrotesk-RegularItalic.otf");
  }
  
/*estilos genericos*/

h1 {
  font-family: "FRegular", "Helvetica", Arial, Sans-Serif;
  color:grey;
  font-size:24px;
}
h2 {
  font-family: "FRegular", "Helvetica", Arial, Sans-Serif;
  color:grey;
  font-size:22px;
}
h3 {
  font-family: "FRegular", "Helvetica", Arial, Sans-Serif;
  color:grey;
  font-size:20px;
}
h4 {
  font-family: "FRegular", "Helvetica", Arial, Sans-Serif;
  color:grey;
  font-size:18px;
}
h5 {
  font-family: "FBold", "Helvetica", Arial, Sans-Serif;
  color:black;
  font-size:18px;
  line-height:13px;
}
h6 {
  font-family: "FRegular", "Helvetica", Arial, Sans-Serif;
  color:grey;
  font-size:22px;
}

p {
  font-family: "FRegular", "Helvetica", Arial, Sans-Serif;
  color:white;
  font-size:30px;
}

table {
  font-family: "FRegular", "Helvetica", Arial, Sans-Serif;
  color:grey;
  font-size:12px;
}

label{
  font-family: "FRegular", "Helvetica", Arial, Sans-Serif;
  color:grey;
  font-size:12px;
  position: relative;
}