
#videoHome {
	display: none!important
}
.imoveis-destaque-wrapper > * {
	flex: 1 1 calc(34% - 30px)!important;
	max-width: calc(34% - 30px)!important;
}
	.grid-half {
		margin-bottom: 40px!important;
	}
	.buscaMargem {
		margin-bottom: 40px!important;
	}
	
	.formNewsletter__line {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 10px;
	}
	
	.formNewsletter__line .wpcf7-spinner {
		display: none!important;
	}
	.aceiteForm {
		margin-top: 5px;
	}
	.aceiteForm p {
		margin-bottom: 0;
	}
	.aceiteForm label {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	
	.aceiteForm .wpcf7-list-item {
		margin: -10px 0 0 0!important;
	}
	
	.aceiteForm .wpcf7-list-item input[type="checkbox"]{
		margin: 0!important;
	}
	
	@media (max-width: 1024px) {
		.imoveis-destaque-wrapper > * {
	flex: 1 1 calc(50% - 10px)!important;
	max-width: calc(50% - 10px)!important;
	}
		.imoveis-destaque-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0 4vw;
}
	}
	@media (max-width: 767px) {
		.imoveis-destaque-wrapper > * {
	flex: 1 1 calc(100% - 0px)!important;
	max-width: calc(100% - 0px)!important;
}
		.buscaMargemMobile {
			margin-bottom: 40px!important;
		}

	}
	#formSingle {
		display: none!important;
}
	.wpcf7-submit {
		background-color: #2b443b!important;
		color: #FFF!important;
		border: 0!important;
	}
	.wpcf7-submit:hover {
		background-color: #525c56!important;
	}
