@import url(https://fonts.googleapis.com/css?family=Signika:300);
body, td, th {
	margin-top: 50px;
	font-family: 'Signika', sans-serif;
	font-weight: 400;
}

.panel{
	font-size:25px;
}

.panel-title {
	font-size:30px;
	color: rgb(4, 67, 147);
}

.row {
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:0px;
}
.container-fluid {
	padding-right:0px;
	padding-left:0px;
}
.navbar {
//	max-height:70px;
	font-size:1.15em;
	font-weight:bold;
	background-color: white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
   -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	margin-bottom:0px;
}

.navbar-brand {

    height: 50px;
    padding-left: 2em;
    padding-bottom:0px;
    padding-top:3px;
}

.navbar-right {
     margin-right: 15px;
}
.navbar-right .dropdown-menu {
    right: auto;
}
.navbar-fixed-top .navbar-collapse {
    max-height: none;
}

h1, h2, h3, h4, h5 {
	color: #044393;
	font-family: 'Signika', sans-serif;
	font-weight: 300;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size:35px;
}
.lead {
	font-weight: 300;
	font-size: 25px;
	color: #777;
}
.rodape {
	font-size:18px;
	color:#777;
}
.dropdown-menu {
	font-size:1em;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    text-decoration: none;
    font-weight:bold;
    background-color: rgb(231,231,231);
    outline: 0px none;
	color:rgb(85,85,85);
}

//  --------------  //
//  |  CAROUSEL  |  //
//  --------------  //

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
//  background: #74C390;
}
.item:nth-child(2) {
//  background: #51BCE8;
}
.item:nth-child(3) {
//  background: #E46653;
}
.carousel-control.left,.carousel-control.right {
	background-image:none;
}