#barra-topo {
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #000;
  font-size: 12px;
  color: #ddd;
}
#logomarca{
  font-size: 30px;
}
#barra-topo i {
  color: #ddd;
}
#barra-topo i:hover {
  color: #fff;
}
#barra-topo a {
  color: #ddd;
}
.tabela{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  
}
#barra-topo a:hover {
  color: #ddd;
  text-decoration: none;
}
.separador {
  display: inline-block;
  width: 1px;
  height: 10px;
  border-left: solid 1px #ccc;
  margin: 0 20px 0 20px;
}
#carousel-example-generic {
  margin-top: -20px;
}
#area-iconografia {
  padding-top: 60px;
  padding-bottom: 40px;
}
#area-iconografia a {
  border-style: dashed;
  color: #1670FA;
  border-color: #1670FA;
}
#area-iconografia a:hover {
  text-decoration: none;
  color: #F50001;
  border-color: #F50001;
}
#area-noticias {
  background-color: #F8F8F8;
  padding-bottom: 5px;
}
#area-noticias .col-lg-4 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#area-noticias a:hover {
  color: #f50001;
}
.titulo {
  border-bottom: 1px;
  border-bottom-style: dashed;
  border-color: #ddd;
  margin-top: 30px;
  margin-bottom: 60px;
}
#area-video {
  padding-bottom: 60px;
}
.espacador {
  margin-top: 40px;
}

/* destaques */
#area-destaques {
  background-color: #F8F8F8;
  padding-bottom: 60px;
}
#area-destaques img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#area-destaques img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
#owl-demo .item {
  text-align: center;
}
.customNavigation {
  text-align: center;
}
.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#area-contato {
  padding: 30px;
}
#area-rodape {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000;
  color: #ddd;
}
#area-rodape a:hover {
  color: #F50001;
}
#area-titulos-diversos {
  min-height: 175px;
  background-image: url("../img/fundotitulo.jpg");
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  color: #fff;
}

#area-titulos-contato {
  min-height: 175px;
  margin-top: -60px;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
  color: #fff;
}

#area-titulos-diversos h1 {
  font-weight: bold;
}
#area-titulos-diversos p {
  margin-left: 300px;
  margin-right: 300px;
  font-size: 20px;
}
#area-textos-diversos {
  text-align: justify;
}

/* galeria (isotope) */
.galeria{
  margin-bottom: 30px;
}
.portfolioFilter a {
  margin-right: 10px;
  color: #666;
  text-decoration: none;
}
.portfolioFilter a.current {
  font-weight: bold;
}
.portfolioContainer img {
  margin: 5px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {

  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/* galeria (portfilter)*/