.marcas { 
    height: 180px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
	border-radius: 8px;
    border: 1px solid #afc6c6;
}
	.marcas img{
	 	display: block;
	 	margin: 0 auto;
	 	max-width: 80%;
	 	max-height: 90%;
	 	vertical-align: middle;
	 	position: relative;
	 	top: 50%;
		transform: translateY(-50%);
	}

	.tbl_marca{
	border-radius: 8px;
    border: 1px solid #afc6c6;
		width: 100%; height: 180px; text-align: center; margin-bottom: 25px;
	}

.lista,
.list{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 15px;
}
	.list li{
		border-bottom: 1px solid #ccc;
		padding: 6px 0;
	}
	.list li strong{
		color: #021b6a;
		text-transform: uppercase;
	}

.lista li{
	padding-left: 15px;
	margin-bottom: 5px;
}
.lista li:before{
	content: "";
	width: 8px;
	height: 8px;
	float: left;
	margin-top: 3px;
	margin-left: -15px;
	background: #0d6d40;
}
	
.btn1{
	border:1px solid #355f3d;
	color: #1c2667;
	font-size: 16px;
	font-weight: 600;
	padding: 12px;
	text-decoration: none;
}

.form{
	display: block;
	margin: 0 auto;
	max-width: 845px;
	width: 100%;
}
	.form p{
		line-height: 30px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.form input,
	.form select{
		border: none;
		border-bottom: 1px solid #e4e4e4;
		margin-bottom: 10px;
	}
	.form input[type="submit"]{
		cursor: pointer;
		padding: 15px 20px;
		color: #fff;
		background-color: #445da7;
	}

.borda{
	padding: 5px;
	display: block;
	border: 1px solid #cccccc;
}

.color{
	color: #021b6a;
}

#form .input{
	min-height: 45px;
	background: #fff;
	margin-bottom: 15px;
	border:1px solid #a1a1a1;
}
#form .form-group label{
	display: block;
	font-weight: 600;
	color: #021b6a;
	text-transform: uppercase;
	margin-bottom: 5px;
}

 #form .btn{
 	background: #1b2663;
 	color: #fff;
 	margin-top: 20px;
    height: 45px;
    width: 100px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    float: right;
 	border: none;
 	cursor: pointer;
 }

  #form .btn:hover{
  	background: #2c5233;
 	color: #fff;
  }
  .cmp-maior span{
  	display: block;
  	margin: 0 0 5px 0;
  }
 .captcha{
 	float: left;
 	border:1px solid #bcbcbc;
 	margin-right: 10px;
 	padding: 7px 5px 7px 10px;
 }

 #captcha{
 	width: 130px;
 	float: left !important;
 }
 
input#termos-privacidade{
  margin: 0 10px 0 0; width: 15px; height: 15px;
}

.noticias:hover,
.noticias{
	text-decoration: none;
}
.noticias h2{
	font-size: 20px;
	color: #121c55;
	font-weight: 600;
}
.noticias figure{
	margin: 0 0 25px 0;
}
.noticias time{
	color: #396441;
	font-size: 16px;
	display: block;
	margin: 0 0 10px 0;
}
.zoom{display: block; text-align: center; width: 100%; overflow: hidden; position: relative;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}

.btn-voltar{
	display: inline-block;
    font-weight: 400;
    text-align: center; 
    vertical-align: middle;
    padding: 0.375rem 0.95rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
    background-color: #0c6649;
    color: #fff;
	text-decoration: none;
}
.mt-0{
	margin-top: 0 !important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
	font-weight: 600;
    text-decoration: none;
	position: relative;
    display: block;
    padding: 0.7rem 0.95rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0c6649;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    font-size: 16px;
    color: #fff;
    background-color: #0c6649;
    border-color: #0c6649;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.pagination a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

@media(min-width: 992px){
	.mx-0{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.buscar .input{
		border-top-right-radius: 0 !important; 
		border-bottom-right-radius: 0 !important; 
	}
	.buscar .btn-voltar{
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.buscar label{
		padding-left: 15px;
	}
}
.buscar label{
	margin: 8px 0;
	display: block;
}

.buscar .input{
	border-radius: 5px; 
	min-height: 30px !important; 
	height: 35px; 
}

.buscar .btn-voltar{
	border:none;
	width: 100%;
	padding: 0.52rem 1rem !important;
}


/* Área Associados */
.error p {
	margin-top: -15px;
}
/* Fim Área Associados */