body {
	font-family: "News Cycle", sans-serif !important
}

body a {
	text-decoration: none !important
}

#header {
	width: 100%;
	transition: box-shadow .2s ease;
	z-index: 10
}

.scrolled #header {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25)
}


.hd-logo {
    /* background-color: #eceaeb; */
    background-color: #fdfdfd
	text-align: center
}

.hd-logo img {
	max-width: 150px !important;
	display: inline-block !important;
	margin: 10px auto
}

.hd-menu {
	background-color: #e2e0e1
}

.hd-menu ul {
	display: inline-flex;
	margin: 5px 0;
	float: right;
	padding: 0
}

.hd-menu ul li {
	list-style: none;
	margin-left: 30px;
	color: #000;
	font-size: 16px
}

.home-tit {
	text-align: center
}

.home-tit h1 {
	font-family: "News Cycle", sans-serif !important;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 50px
}

.linha {
	bottom: 0;
	height: 5px;
	width: 100%;
	position: absolute;
	z-index: 1
}

.link-imoveis {
	background: url(../../img/home_v2/abc_imoveis.png?a) center no-repeat;
	background-size: cover
}

.link-imoveis:before {
	background: #5da752
}

.link-veiculos {
	background: url(../../img/home_v2/abc_carros.png?a) left no-repeat;
	background-size: cover
}

.link-veiculos:before {
	background: #de8d2e
}

.link-empregos {
	background: url(../../img/home_v2/abc_empregos.png?a) center no-repeat;
	background-size: cover
}

.link-empregos:before {
	background: #217aaa
}

.link-servicos {
	background: url(../../img/home_v2/abc_servicos.png?a) center no-repeat;
	background-size: cover
}

.link-servicos:before {
	background: #a5498d
}

.link-imoveis,
.link-veiculos,
.link-empregos,
.link-servicos {
	height: 300px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden
}

.link-imoveis:hover,
.link-imoveis.active,
.link-veiculos:hover,
.link-veiculos.active,
.link-empregos:hover,
.link-empregos.active,
.link-servicos:hover,
.link-servicos.active {
	filter: none;
	-webkit-filter: grayscale(0%)
}

.link-imoveis img,
.link-veiculos img,
.link-empregos img,
.link-servicos img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.link-imoveis:before,
.link-veiculos:before,
.link-empregos:before,
.link-servicos:before {
	content: "";
	position: absolute;
	z-index: 999;
	left: 0;
	bottom: -8px;
	height: 12px;
	right: 0;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.link-imoveis:hover:before,
.link-imoveis:focus:before,
.link-imoveis:active:before,
.link-imoveis.active:before,
.link-veiculos:hover:before,
.link-veiculos:focus:before,
.link-veiculos:active:before,
.link-veiculos.active:before,
.link-empregos:hover:before,
.link-empregos:focus:before,
.link-empregos:active:before,
.link-empregos.active:before,
.link-servicos:hover:before,
.link-servicos:focus:before,
.link-servicos:active:before,
.link-servicos.active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.link-titulo {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%
}

.link-titulo span {
	color: #fff;
	font-size: 24px;
	line-height: 100%
}

.sections {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.sections .col-sm-3 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.publicidade {
	background: #fff;
	padding: 38px 0 0;
	text-align: center
}

.box-publicidade {
	background-color: #e2e0e1;
	display: block;
	height: 90px;
	margin: 40px auto;
	width: 970px
}

.box-anuncios {
	background-color: #720e16;
	height: 100px;
	color: #fff
}

.box-anuncios:hover {
	background-color: #680c13
}

.icone {
	text-align: right
}

.icone i {
	font-size: 70px;
	padding-top: 18px
}

.icone-txt {
	padding-left: 0 !important
}

.icone-txt span {
	float: left;
	padding-right: 6px
}

.icone-txt span:first-child {
	font-size: 26px;
	padding-top: 9px
}

.icone-txt span:last-child {
	font-size: 16px;
	line-height: 100%
}

.links-div {
	padding: 60px 15px
}

.links-footer,
.logo-ges {
	padding-top: 40px
}

.links-footer {
	color: #fff;
	padding-bottom: 32px
}

.links-footer h4 span,
.links-footer li span {
	font-family: "News Cycle", sans-serif !important;
	line-height: 100%;
	padding-bottom: 12px;
	float: left;
	clear: both
}

.links-footer h4 a,
.links-footer li a {
	color: #fff
}

.links-footer li {
	list-style: none
}

.links-footer ul {
	padding-left: 0
}

.links-footer h4 {
	font-weight: 700
}

.logo-ges img,
.logo-ges span {
	float: right;
	display: block;
	clear: both
}

.logo-ges span {
	color: #fff;
	font-size: 12px
}

.logo-ges img {
	padding-bottom: 20px
}

.img-aspect {
	display: block;
	position: relative;
	height: 0;
	padding: 20% 0 0 0;
	overflow: hidden
}

.img-aspect img {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.abc__produto-fields {
	background-color: #e2e0e1;
	display: none;
	line-height: 150%;
	padding: 0;
	width: 100%;
	transform: translate3d(0, 0, 0)
}

.abc__produto-fields span.txtExpl {
	color: #005576;
	padding-top: 6px;
	padding-bottom: 10px;
	float: left;
	font-size: 16px
}

.abc__produto-fields form {
	display: block;
	clear: both
}

.abc__produto-fields form label {
	font-weight: 300;
	font-size: 18px
}

.abc__produto-fields .formulario .btn {
	border: 0;
	color: #fff;
	font-size: 18px;
	line-height: 100%;
	transition: background .2s
}

.abc__produto-fields .formulario .btn i {
	position: relative;
	top: -1px
}

.abc__produto-fields.active {
	display: block
}

.select2-container--default .select2-selection--single {
	display: block;
	height: 34px;
	padding-top: 2px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	border: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	margin-top: 2px
}

.abc-produto__fields {
	border-right: 2px solid #dad6d7;
	font-size: 16px
}

.abc-produto__top {
	padding: 20px 0 15px
}

.abc-produto__bottom {
	color: #fff;
	font-size: 16px;
	line-height: 100%;
	padding: 4px 0 7px
}

.abc-produto__subtitle {
	font-size: 18px;
	margin-top: 12px
}

.abc-carros__title {
	color: #d2741c;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px
}

.abc-carros__content {
	color: #d2741c;
	font-size: 16px;
	line-height: 110%;
	margin: 8px 0 0;
	text-align: center
}

.abc-carros__content a {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px
}

.abc-carros__logo {
	margin: 0 auto;
	width: 60% !important
}

#abcimoveis a {
	color: #5da752
}

#abcimoveis .abc-produto__bottom {
	background: #5da752
}

#abcimoveis .abc-produto__subtitle {
	color: #5da752
}

#abcimoveis .formulario .btn {
	background: #5da752
}

#abcimoveis .formulario .btn:hover {
	background: #529248
}

#abcveiculos a {
	color: #d3731c
}

#abcveiculos .abc-produto__bottom {
	background: #d3731c
}

#abcveiculos .abc-produto__subtitle {
	color: #d3731c
}

#abcveiculos .formulario .btn {
	background: #d3731c
}

#abcveiculos .formulario .btn:hover {
	background: #b86418
}

#abcveiculos .abc-e>a {
	width: 100%;
	text-align: center
}

#abcempregos a {
	color: #0087be
}

#abcempregos .abc-produto__bottom {
	background: #0087be
}

#abcempregos .abc-produto__subtitle {
	color: #108ec1
}

#abcempregos .formulario .btn {
	background: #0087bf
}

#abcempregos .formulario .btn:hover {
	background: #0071a0
}

#abcservicos a {
	color: #a5498d
}

#abcservicos .abc-produto__bottom {
	background: #a5498d
}

#abcservicos .abc-produto__subtitle {
	color: #a5498d
}

#abcservicos .formulario .btn {
	background: #a5498d
}

#abcservicos .formulario .btn:hover {
	background: #90407b
}

.abc-anuncio-loop {
	display: flex;
	flex-wrap: wrap;
	padding-top: 38px
}

.abc-anuncio-loop>div {
	margin-bottom: 12px;
	padding: 0 8px
}

.abc-anuncio {
	background: #eceaeb;
	height: 100%;
	font-size: 16px;
	padding-bottom: 43px;
	position: relative
}

.abc-anuncio__title {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	margin: 0
}

.abc-anuncio__title a {
	color: #333
}

.abc-anuncio__text {
	font-size: 15px
}

.abc-anuncio__content {
	padding: 12px 16px 8px
}

.abc-anuncio__description {
	margin-bottom: 0
}

.abc-anuncio__footer {
	background: #e2e0e1;
	bottom: 0;
	font-size: 18px;
	position: absolute;
	padding: 6px 16px 8px;
	width: 100%
}

.abc-anuncio__footer a {
	color: #005277;
	transition: color .2s ease
}

.abc-anuncio__footer a:hover {
	color: #2586b1
}

.abc-anuncio__link,
.abc-anuncio__mail,
.abc-anuncio__phone {
	font-size: 17px;
	margin-right: 6px
}

.abc-anuncio__download {
	font-size: 27px;
	line-height: 100%
}

.abc-anuncio--carros {
	background: none;
	border: 1px solid #c9c7c8;
	border-radius: 3px;
	height: 100%;
	padding: 5px 0 4px 11px
}

.abc-anuncio--carros .abc-anuncio__content {
	height: auto;
	padding-top: 0;
	padding-bottom: 0
}

.abc-anuncio--carros .abc-anuncio__content p {
	line-height: 135%
}

.abc-anuncio--carros .abc-anuncio__title {
	font-size: 22px;
	font-weight: 400;
	line-height: 110%
}

.abc-anuncio--carros .abc-anuncio__description {
	margin: 3px 0 5px
}

.abc-anuncio--carros .btn-carros {
	background: #f49100;
	color: #fff;
	font-size: 16px;
	max-width: 100%;
	margin: 6px 0 0;
	padding: 2px 0 3px;
	width: 100%;
	transition: background .2s
}

.abc-anuncio--carros .btn-carros:hover {
	background: #db8200
}

.abc-anuncio__photo {
	border: 1px solid #DDD;
	padding-top: 15%
}

.abc-anuncio__price {
	color: #7a7677;
	font-size: 20px;
	line-height: 120%;
	margin: 0;
	padding-left: 0
}

.abc-paginacao {
	margin: 34px auto 0
}

.abc-paginacao__list,
.abc-paginacao .pagination {
	padding-left: 0;
	text-align: center
}

.abc-paginacao__item,
.abc-paginacao li {
	display: inline-block;
	font-size: 20px;
	margin: 0 1px
}

.abc-paginacao__item a,
.abc-paginacao li a {
	border: 0;
	border-radius: 0 !important;
	color: #737373;
	line-height: 150%;
	padding: 0 14px 2px
}

.abc-paginacao__item a:hover,
.abc-paginacao li a:hover {
	color: #720e16;
	text-decoration: underline !important
}

.abc-paginacao__item.active a,
.abc-paginacao li.active a {
	background: #720e16;
	color: #fff
}

.abc-paginacao__item.active a:hover,
.abc-paginacao li.active a:hover {
	background: #720e16;
	color: #fff;
	text-decoration: none !important
}

.formulario {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.abc-e {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.abc-e>a {
	width: 100%
}

.abc-e img {
	margin-left: auto;
	margin-right: auto;
	width: 70%
}

footer {
	background-color: #66656a
}

@media screen and (max-width: 767px) {
	.hd-menu {
		text-align: center
	}
	.hd-menu ul {
		float: none
	}
	.hd-menu ul li {
		margin-left: 15px;
		margin-right: 15px
	}
	.home-tit h1 {
		font-size: 30px !important
	}
	.link-imoveis,
	.link-veiculos,
	.link-empregos,
	.link-servicos {
		height: 150px;
		filter: none;
		-webkit-filter: grayscale(0%)
	}
	.link-titulo {
		bottom: 10px
	}
	.link-titulo span {
		font-size: 20px
	}
	.box-anuncios {
		height: 146px;
		margin-bottom: 18px
	}
	.icone {
		text-align: center
	}
	.icone i {
		font-size: 59px;
		padding-top: 10px
	}
	.icone-txt {
		text-align: center;
		padding-left: 15px !important
	}
	.icone-txt span {
		width: 100%;
		text-align: center
	}
	.icone-txt span:first-child {
		font-size: 16px;
		padding-right: 0 !important;
		padding-top: 0 !important
	}
	.icone-txt span:last-child {
		font-size: 11px;
		padding: 5px 12px 18px 12px !important
	}
	.l-box1 {
		padding-left: 5px !important
	}
	.l-box2 {
		padding-right: 5px !important
	}
	.abc__main {
		padding-left: 14px;
		padding-right: 14px
	}
	.abc-anuncio--carros {
		padding-left: 0;
		padding-top: 0
	}
	.abc-anuncio--carros .btn-carros {
		padding: 2px 20px 3px;
		width: auto
	}
	.abc-produto__fields {
		text-align: center
	}
	.abc-produto__fields .form-group {
		text-align: left
	}
	.abc-carros__title {
		display: none
	}
	.abc-e img {
		margin: 25px auto 10px;
		width: 180px
	}
	.abc-carros__logo {
		width: 180px !important
	}
	.abc-carros__content {
		font-size: 15px;
		margin-top: 0
	}
	.abc-anuncio__content p {
		margin-bottom: 4px
	}
	.abc-carros__content {
		padding-left: 14px;
		padding-right: 14px
	}
	.abc-anuncio__price {
		font-size: 18px
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.icone i {
		display: none
	}
	.icone-txt {
		padding-left: 15px !important;
		text-align: center
	}
	.icone-txt span:first-child {
		width: 100%;
		font-size: 16px;
		padding-right: 0;
		padding-bottom: 13px
	}
	.icone-txt span:last-child {
		display: none
	}
	.box-anuncios {
		height: 100%
	}
}

@media screen and (max-width: 991px) {
	.logo-ges {
		text-align: center;
		padding-top: 0 !important
	}
	.logo-ges img {
		margin: 0 auto;
		float: none;
		display: inline-block;
		width: 22%
	}
	.logo-ges span {
		float: none;
		display: block;
		font-size: 10px
	}
	.logo-ges span:last-child {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 1199px) {
	.abc-anuncio__content {
		height: auto
	}
	.abc-anuncio--carros {
		height: auto;
		padding-left: 0
	}
	.abc-anuncio__photo {
		border-left: 0;
		border-right: 0;
		border-top: 0;
		height: auto;
		margin-bottom: 8px;
		padding-top: 0
	}
	.img-aspect img {
		position: static
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.icone i {
		display: none
	}
	.icone-txt {
		padding-left: 30px !important
	}
	.icone-txt span {
		padding-right: 15px
	}
	.icone-txt span:first-child {
		font-size: 22px
	}
	.icone-txt span:last-child {
		font-size: 14px
	}
}

@media screen and (max-width: 1037px) {
	.box-publicidade {
		width: 320px;
		height: 50px;
		margin: 22px auto
	}
}

@media screen and (max-width: 1199px) {
	.abc-anuncio {
		padding-bottom: 0
	}
	.abc-anuncio__footer {
		min-height: 39px;
		position: relative;
		padding-right: 52px
	}
	.abc-anuncio__download {
		position: absolute;
		right: 14px;
		transform: translateY(-50%);
		top: 51%
	}
}

@media screen and (min-width: 1200px) and (max-width: 1379px) {
	.icone i {
		font-size: 46px;
		padding-top: 24px
	}
	.icone-txt span:first-child {
		font-size: 22px;
		padding-top: 13px
	}
	.icone-txt span:last-child {
		font-size: 12px;
		line-height: 100%
	}
}

@media screen and (min-width: 1380px) and (max-width: 1692px) {
	.icone i {
		font-size: 56px;
		padding-top: 22px
	}
	.icone-txt span:first-child {
		font-size: 24px;
		padding-top: 12px
	}
	.icone-txt span:last-child {
		font-size: 14px;
		line-height: 100%
	}
}


/*# sourceMappingURL=main.css.map */