/*Inicio topo*/

#topo-institutos{
    background-color: white;
}
a, a:focus, a:hover {
  color: #c37c1e;
}
#redes-sociais a:hover{
	color: #c37c1e;
}
.btn-search {
	background: #c37c1e;
}
#menu, .navbar-fixed-top{
  background: #c37c1e;
}
#menu li a{
  background:#c37c1e;
}
#menu li.active a, #menu li a:hover, #menu li a:focus, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background:#88460A;
  color:#fff;
}
.carousel-indicators li{
  border: 1px solid #c37c1e;
  background: #e0e0e0;
}
.carousel-indicators .active {
  border: 3px solid #c37c1e;
  background-color: #c37c1e;
  margin: 0 5px;
}
.titulo-barra h2 {
	border-bottom: 3px solid #d3ad7b;
    color: #c37c1e;
}
.informes a:hover{
	color: #0d4f8f;
}

/* inicio fotos*/

/* mobile */
@media (max-width: 576px) {

}
@media (min-width: 577px) and (max-width: 767px) {

}
@media (max-width: 767px) { 

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
