body {
    font-size: 15px;
}

.contato label{
    display: block;
}

.contato input,
.contato textarea{
    border: 1px solid #000;
}

.contato div.input{
    padding-bottom: 15px;
}

.contato .submit{
    width: auto;
    padding: 5px 15px;
    cursor: pointer;
}


.input .error-message{
    color: red;
    font-size: 12px;
}

div.error input,
div.error textarea{
    border: 1px solid red;
}

#flashMessage{
    text-align: center;
    background-color:  black;
    color: white;
    padding: 10px 0;
}

.question{
    font-weight: bold;
    font-size: 15px;
}

.pagina_full{
    padding-left: 10px;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}


.home_feature{
    margin-top: 15px;
}

.header ul li a.ajude{
    color: red;
}

.container_12 .estatuto{
    width: 930px;
}

.estatuto h1{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.estatuto h2{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.estatuto h3{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
}

.estatuto p{
    text-align: justify;
}

.footer_3 ul li a:hover {
    border-bottom: none;
}

header .logo img {
    margin: 10px auto;
}

header .navbar {
    font-size: .95em;
}

input[name=q] {
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
}
.busca form {
    width: 90%;
    padding: 10px 0 15px 0;
}

.ultimas-noticias {
    margin-top: 15px;
}

.container-menu {
    background-color: #bdd637;
}

.container-menu button span{
    fill: white;
}

.container-menu ul li a{
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .container-menu {
        margin-top: 20px
    }
}
