html{
	width:100%;
	height:100%;
	
}

body{
	width:100%;
	height:100%;
	border:0;
	margin:0;
	background-color:#FFFFFF;
	float:left;
	font-family: 'Open Sans', Arial, Sans-serif;
	font-size:15px;
	color:#0067AE;
}

a:link,
a:hover,
a:active,
a:visited{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;	
	cursor:pointer;
}

a:not(.link-default):hover{
	opacity:0.5;
}

a:not(.link-default){
	text-decoration:underline;
}


img{
	max-width:100%!important;
}

@media screen and (max-width:768px){
	img{
		height:auto!important;
	}	
}

h1,h2,h3,h4,h5{
	font-family: 'Dosis-Book';
}

@media screen and (max-width:767px){
	h1{
		font-size:2em;
	}
}

#main-container{
	background:#FFFFFF;
	min-height:100%;
	box-shadow:0px 0px 30px 0px rgba(0,0,0,0.5);
}

body:before{
	content:'';
	width:100%;
	height:300px;
	background:#EE8220;
	position:absolute;
	top:250px;
	left:0;
}

#header{
	height:150px;
}

#menu{
	text-transform:uppercase;
	color:#0067AE;
	font-weight:600;
	z-index:10;
}

.nav-link:hover{
	color:#F29618;
}

.dropdown-menu{
	border:0px;
	color:#0067AE;
}

.dropdown-item{
	font-weight:600;	
	font-size:14px;
}
.dropdown-item:hover{
	background:#FFFFFF;
	color:#F29618;
}
.navbar-toggler{
	position:absolute;
	right:0;
	top:20;
	z-index:10;
	color:#0067AE;
	font-size:2em;
}

.navbar-collapse{
	background:#FFFFFF;
	width:100%;
}

.logo-mobile{
	position:absolute;
	top:20;
	left:50%;
	transform: translatex(-50%);
	z-index:5;
}

.main .banner{
	margin-top:50px;
}

.main h1,
.main .botao{
	font-family: 'Dosis-Book';
}

.main h1,
.main h2{
	text-transform:uppercase;
}
.main .btn-primary{
	color:#0067AE;
	background:#FFFFFF url(../images/bg-botao.jpg) no-repeat center / 100% 100%;
	border:0px;
	position:relative;
}

.main .btn-primary:hover{
	color:#F29618;
}

.main .botao{
	text-decoration:none;
}

.link-chapas:hover > div{
	background-color:#EEEEEE;
}

.noticias{
	border-top:#EE8220 2px solid;
}

.noticias .data{
	border-right:#EE8220 2px solid;
	color:#EE8220;
	font-weight:bold;
}

@media screen and (max-width:767px){
	.noticias .data{
		border-right:0px;
	}
}
.noticias a:hover{
	text-decoration:underline!important;
}

.link-mais-noticias{
	color:#EE8220!important;
	text-decoration:none!important;
}

.link-mais-noticias:hover{
	text-decoration:underline!important;
}


.documentos a{
	border-left:#EE8220 2px solid;
	padding-left:10px;
}
