/*============================================================================*/
/* globais */
* {
  font-family: Arial, sans-serif;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
}
.figura-legenda {
  font-size: 85%;
  font-weight: bold;
}
#conteudo-interno h1 {
  font-size: 2.5em;
  font-weight: bold;
}
#conteudo-interno h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#conteudo-interno h3 {
  font-size: 1.25em;
  font-weight: bold;
}
.readonlyTextBox {
  font-size: 14px;
}
.erroValidacao {
  font-weight: bold;
}
/*============================================================================*/
/*============================================================================*/
/* navbar */
.navbar-nav,
footer,
#footer-info {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.navbar-nav a,
footer a {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
/*============================================================================*/
/*============================================================================*/
/* barra de atalhos */
.barra-atalhos,
.barra-atalhos-extras {
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}
.barra-atalhos a,
.barra-atalhos-extras a {
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}
/*============================================================================*/
/*============================================================================*/
/* home-news */
#manchete h1 {
  font-family: Arial, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
}
#manchete-corpo-texto p {
  font-size: 1.2em;
}
.btn {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 0.75em;
}
.home-noticia-corpo-titulo {
  font-size: 1.25em;
  font-weight: bold;
}
.home-assine-newsletter h2 {
  font-size: 1.25em;
  font-weight: bold;
}
/*============================================================================*/
/*============================================================================*/
/* notícias */
.noticiaSubHeader {
  font-weight: bold;
}
#noticia-ascipam a {
  font-weight: bold;
}
.figure-noticia figcaption {
  font-size: 0.95em;
  font-weight: bold;
}
/*============================================================================*/
/*============================================================================*/
/* colunas */
.coluna-texto-listagem-titulo {
  font-size: 1.5em;
  font-weight: bold;
}
.colunaSubHeader {
  font-weight: bold;
}
#texto-coluna h1 {
  font-size: 1.5em;
}
#texto-coluna h2 {
  font-size: 2.5em;
}
#texto-coluna-box-autor-nome {
  font-size: 1.25em;
  font-weight: bold;
}
/*============================================================================*/
/*============================================================================*/
/* galeria de empresários do ano */
.galeria-empresario-nome {
  font-size: 2em;
}
.galeria-empresario-empresa {
  font-size: 1.5em;
}
/*============================================================================*/
/*============================================================================*/
/* scpc */
.scpc-consulta-tipo {
  margin-left: 15px;
}
.painel-scpc-consulta .panel-heading h1 {
  font-size: 1.25em !important;
}
/*============================================================================*/
/*============================================================================*/
/* footer */
footer {
  font-family: Arial, sans-serif;
  font-size: 0.95em;
}
footer a {
  font-family: Arial, sans-serif;
  font-size: 0.95em;
}
#footer-sitemap > div > ul > li > a {
  font-size: 1.1em;
  font-weight: bold;
}
#footer-info {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}
/* carousel */
.carousel-caption h1 {
  font-size: 1.5em;
  font-weight: bold;
}
/*============================================================================*/
/* media queries */
@media (max-width: 600px) {
  .carousel-caption h1,
  .carousel-caption p {
    font-size: 0.8em;
  }
}
/*============================================================================*/
/*# sourceMappingURL=tipografia.css.map */