@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';
body{
	padding-top: 60px;
}
.navbar{
	background: #fff;
	min-height: 60px;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	border-color: #b4b4b5;
	text-transform: uppercase;
	color: #333;
}
.navbar-brand img{
	height: 50px;
	margin-top: -10px;
}
.navbar-collapse{
	margin-top: 10px;
}
.navbar-toggle{
	border: 0;
	margin-top: 12px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: transparent;
}
.navbar-default .navbar-toggle:focus > .icon-bar, .navbar-default .navbar-toggle:hover > .icon-bar {
	background: #00456b;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #00456b;
	-webkit-transition:	all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-right{
	margin-right: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1300px){
	.navbar{
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.navbar-nav>li>a{
		font-size: 12px;
		padding: 14px 8px;
	}
}
@media screen and (min-width: 768px){
	.navbar-collapse{
		margin-top: 6px;
	}
}
@media screen and (min-width: 992px){
	body{
		padding-top: 70px;
	}
	.navbar-collapse{
		margin-top: 10px;
	}
	.navbar{
		min-height: 70px;
	}
	.navbar-brand img{
		height: 60px;
	}
	.navbar-default .navbar-nav>li>a:after{
		content: "";
		height: 4px;
		width: 100%;
		display: block;
		background: #00456b;
		margin-top: 3px;
		position: relative;
		top: 17px;
		opacity: 0;
		-webkit-transition:	all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.navbar-default .navbar-nav>li>a:hover:after, .navbar-default .navbar-nav>li>a.ativo:after{
		opacity: 1;
	}
}
.breadcrumb{
	margin-top: 20px;
	background-color: transparent;
	padding-left: 0;
}
.back-branco{
	background: #fff;
	border: 1px solid #ececec;
}
.navbar-default .navbar-nav>li>a.ativo{
	color: #00456b;
}
.transicao-suave{
	-webkit-transition:	all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.transicao-suave:hover{
	-webkit-transition:	all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}