body{
	font-family: "Helvetica", sans-serif;
	font-weight: 300;
	color: #333333;
    text-rendering: optimizelegibility;
    background-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
}

header{
    height: 300px;
    background: #ffffff url(/images/topbg.jpg) center 25% no-repeat;
    background-size: cover;
    color: #ffffff;
    font-weight: 600;
    padding-top: 50px;
}

footer{
    padding: 50px 0;
    color: #ffffff;
    background-color: #666666;
}

.footer-menu {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0;
}

.footer-menu>li {
    text-align: center;
    display: table-cell;
    padding: 0;
    margin: 0;
    width: 14.28%;
}

.footer-menu>li>a {
    color: #ffffff;
    display: block;
    padding: 12px 0 12px 0;
    line-height: 36px;
    text-decoration: none;
    position: relative;
    border-bottom: solid 1px transparent;
}

.footer-menu>li>a:hover {
    color: #01a46d;
}

.greybg {
    background-color: #e9ecef;
}

.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
}

a {
    color: #333333;
}
.button, a, button {
    transition-duration: .5s;
    transition-timing-function: ease;
    transition-property: color;
    text-decoration: none;
}

a:hover {
    color: #bdcc31;
    text-decoration: none;
}

.breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
}

.has-sub:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
}

.conteudos{
    min-height: 450px;
}

.txt404 {
    color: #bdcc31;
    font-size: 100px;
    font-weight: 400;
}

.form-control {
    display: block;
    width: 100%;
    padding: .9em .7em;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    transition: none;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    height: 48px;
    font-weight: 300;
}

.ffl-wrapper .ffl-label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    top: 1.2em;
    left: 1.2em;
}

.ffl-wrapper.ffl-floated .ffl-label {
    top: .5rem;
    left: .9em;
}

.bt-pesquisa, .bt-ivdp {
    background-color: #548754;
    border-radius: 2px;
    color: #ffffff!important;
    width: 100%;
    border: 0;
    font-size: inherit;
    font-weight: 300;
    line-height: 34px;
    margin-left: 0;
}

.bt-pesquisa:hover, .bt-ivdp:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #71a771;
    text-decoration: none !important;
}

.txteleicoes{
    padding: 15px;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    width: 100%;
    font-weight: 700;
	font-size: 26px;
}

.link-eleicoes{
	display: block;
	padding: 15px;
	background: #ffffff url(/images/eleicoes.jpg) center no-repeat;
	background-size: cover;
}

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

@media (max-width: 991px) {
    .txteleicoes{
		width: 100%;
		font-size: 18px;
	}
}

@media (min-width: 481px){
}

@media (min-width: 740px){
}

@media (min-width: 1200px){
}