#cookies-eu-banner {
	background: #000;
	color: #fff;
	padding: 6px;
	font-size: 13px;
	text-align: center;
	bottom: 0%;
	top: auto;
	position: fixed;
	width: 100%;
	z-index: 10 !important;
}
#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
	text-decoration: none;
	background: #003070;
	color: #fff;
	cursor: pointer;
	padding: 4px 7px;
	margin: 2px 0;
	font-size: 13px;
	font-weight: bold;
	transition: background 0.07s, color 0.07s, border-color 0.07s;
	border-radius: 5px;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
	background: #fff;
	color: #222;
}
#cookies-eu-more {
	margin-left: 7px;
}

#cookies-eu-reject {
	background: none;
	font-weight: normal;
	color: #ccc;
	cursor: pointer;
	padding: 4px 7px;
	margin: 2px 0;
	border: 1px solid #666;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
	border-color: #fff;
	background: #222;
	color: #fff;
}

.link-banner {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}


/*css*/

.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

.w-checkbox::before {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.div-block-90 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.div-block-93 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.w-checkbox::after {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	clear: both;
}

.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #f1b305;
	border-top-color: #f1b305;
	border-bottom-color: #f1b305;
	border-left-color: #f1b305;
	border-right-color: #f1b305;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #f1b305;
}

body {
	padding-top: 0vw;
	background-color: #ecedf2;
	font-family: "Avenir regular", sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

a {
	text-decoration: underline;
}

.navbar {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	z-index: 100;
	margin-top: 5px;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 90%;
	min-width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.brand {
	width: 8vw;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.brand.rodape {
	width: 20vw;
}

.brand.rodape.w--current {
	width: 20vw;
}

.nav-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 98%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.nav-link {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	color: #12477c;
	font-size: 1.2vw;
	line-height: 1.2vw;
	text-align: center;
}

.nav-link:hover {
	color: #68b9e0;
}

.nav-link.w--current {
	color: #12477c;
}

.nav-link.w--current:hover {
	color: #68b9e0;
}

.nav-link.phone {
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url('../images/whatsapp_1whatsapp.png');
	background-position: 100% 50%;
	background-size: 1vw;
	background-repeat: no-repeat;
	font-weight: 700;
}

.div-block-2 {
	position: static;
	z-index: 5000;
	display: block;
	width: auto;
	min-height: 0px;
	margin-top: 0px;
}

.left-arrow-2 {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 100px;
	background-color: #eaeaea;
	opacity: 0.5;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	color: #12477c;

}

.left-arrow-2:hover {
	opacity: 1;
}

.select-field {
	display: none;
	min-height: 55px;
	margin-right: 10px;
	margin-left: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: #eaeaea;
	color: #888;
	font-size: 1.5vw;
	line-height: 1.5vw;
}

.select-field:active {
	border-color: #68b9e0;
}

.select-field:focus {
	border-color: #f1b305;
}

.div-block-7 {
	margin-top: 100px;
}

.div-block-8 {
	width: 90%;
	min-height: 250px;
	margin-right: auto;
	margin-left: auto;
}

.heading-2 {
	font-size: 4vw;
	line-height: 4vw;
	font-weight: 100;
	text-align: center;
	font-family: "Avenir regular", sans-serif;
}

.div-block-9 {
	margin-top: 50px;
}

.slider-3 {
	min-height: 45vw;
	background-color: transparent;
}

.slide-nav-3 {
	display: block;
}

.slide {
	width: 28vw;
	margin-right: 1vw;
	margin-left: 1vw;
}

.div-block-10 {
	height: auto; padding-bottom: 20px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background-color: white; transition-property: all; transition-duration: 400ms; transition-timing-function: ease; }

	.div-block-10:hover {
		box-shadow: 0 0 7px 0 #003070;
	}

	.div-block-10.detalhes {
		display: inline-block; width: 32%; margin-top: 0.8vw; margin-right: 0.8vw; margin-bottom: 0vw; align-self: flex-start; flex-grow: 0; flex-shrink: 0; flex-basis: auto; }

		.link-block-3 {
			width: 100%;
			height: 22vw;
			min-height: 22vw;
		}

		.image-3 {
			width: 100%;
			height: 100%;
			max-height: 100%;
			min-height: 100%;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			-o-object-fit: cover;
			object-fit: cover;
		}

		.image-3:hover {
			-o-object-fit: contain;
			object-fit: contain;
		}

		.text-block-2 {
			margin-top: 10px;
			color: #333;
			font-size: 1.3vw;
			line-height: 1.3vw;
			font-weight: 700;
		}

		.div-block-11 {
			padding-right: 10px;
			padding-left: 10px;
		}

		.text-block-3 {
			margin-top: 10px;
			color: #666;
			font-size: 1.3vw;
			line-height: 1.3vw;
		}

		.div-block-12 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			min-height: 5vw;
			margin-top: 15px;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-justify-content: space-around;
			-ms-flex-pack: distribute;
			justify-content: space-around;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			border-radius: 10px;
			background-color: rgba(236, 237, 242, 0.5);
		}

		.text-block-4 {
			margin-top: 15px;
			color: #f1b305;
			font-size: 1.3vw;
			line-height: 1.3vw;
			font-weight: 700;
			text-align: center;
		}

		.text-block-4.detalhesdoimovel {
			margin-top: 0px;
			font-family: 'Proximanova reg', sans-serif;
			font-weight: 100;
			text-align: left;
			letter-spacing: -2px;
		}

		.right-arrow-2 {
			display: none;
		}

		.left-arrow-3 {
			display: none;
		}

		.div-block-13 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			margin-top: 20px;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
		}

		.mask-2 {
			padding-top: 5px;
		}

		.button-3 {
			padding: 10px 34px;
			border-radius: 10px;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			background-color: #f1b305;
			color: #fff;
			font-size: 1.5vw;
			font-family: Proxima nova;  font-weight: 700;
			line-height: 1.5vw;
		}

		.button-3:hover {
			background-color: grey;
			color: #fff;
		}

		.button-3.enviar {
			display: block;
			margin-top: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
			font-size: 1.5vw;
			line-height: 2vw;
			text-align: center;
			
		}

		.button-3.enviar._2 {
			font-size: 1.5vw;
			line-height: 2vw;
		}

		.button-3.whats {
			display: block;
			margin-bottom: 5px;
			padding: 10px 0vw 10px 2vw;
			background-color: #00e676;
			background-image: url('../images/2whatsapp.png');
			background-position: 10vw 50%;
			font-family: Proxima nova;  font-weight: 700;
			background-size: 2vw;
			background-repeat: no-repeat;
			color: #000;
			font-size: 1.5vw;
			line-height: 2vw;
			text-align: center;
		}

		.button-3.whats:hover {
			background-color: #00b45c;
			background-image: url('../images/22whatsapp.png');
			color: #fff;
		}

		.image-4 {
			width: 1.5vw;
			-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
		}

		.image-4:hover {
			-webkit-filter: none;
			filter: none;
		}

		.div-block-14 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.text-block-5 {
			color: #999;
			font-size: 1.3vw;
			line-height: 2vw;
			font-weight: 700;
		}

		.div-block-15 {
			margin-bottom: 100px;
		}

		.div-block-17 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			min-height: 25vw;
			margin-top: 20px;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.div-block-18 {
			width: 30%;
			height: 100%;
			max-height: 100%;
			min-height: 100%;
		}

		.div-block-19 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			height: auto;
			min-height: 28vw;
			padding: 35px;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			border-radius: 10px;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			text-decoration: none;
		}

		.div-block-19:hover {
			background-color: #fff;
		}

		.div-block-19.categoria {
			background-image: url(../images/litoral.png),url(../images/litoral2.png);
			background-size: cover;
			border-radius: 12px;
		}

		.div-block-19.categoria:hover {
			background-image: url(../images/litoral2.png);
		}

		.div-block-19.categoria-urbano {
			background-image: url(../images/urbano.png),url(../images/urbano2.png);
			background-size: cover;
			border-radius: 12px;
		}

		.div-block-19.categoria-urbano:hover {
			background-image: url(../images/urbano2.png);
		}

		.div-block-19.categoria-rural {
			background-image: url(../images/rural.png),url(../images/rural2.png);
			background-size: cover;
			border-radius: 12px;
		}

		.div-block-19.categoria-rural:hover {
			background-image: url(../images/rural2.png);
		}

		.div-block-20 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 12vw;
			min-height: 12vw;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-ordinal-group: 1;
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0;
			border-style: solid;
			border-width: 1px;
			border-color: #003070;
			border-radius: 20px;
		}

		.text-block-6 {
			margin-top: 15px;
			color: #666;
			font-size: 1.5vw;
			line-height: 2vw;
			font-weight: 700;
			text-align: center;
			font-family: "Avenir regular", sans-serif;
		}

		.text-block-6.categoria {
			color: #fff;
			margin-top: 20%;
		}

		.text-block-6.categoria-color {
			color: #fff;
			margin-top: 20%;
		}

		.text-block-7 {
			margin-top: 5px;
			color: #444;
			font-size: 1.2vw;
			line-height: 1.5vw;
			text-align: center;
			font-family: "Avenir regular", sans-serif;
		}

		.text-block-7.categoria {
			color: #fff;
		}

		.text-block-7.categoria-color {
			color: #fff;
		}

		.image-5 {
			width: 65%;
		}

		.div-block-21 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			min-height: 35px;
			min-width: 80px;
			padding-top: 0px;
			padding-bottom: 0px;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.div-block-21.rodape {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			min-width: 1vw;
		}

		.link-block-4 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 2vw;
			height: 2vw;
			margin-right: 5px;
			margin-left: 2px;
			padding: 0px;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			border-radius: 100px;
			background-color: transparent;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
		}

		.link-block-4:hover {
			box-shadow: none;
		}

		.image6 {
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
		}

		.image6:hover {
			-webkit-filter: none;
			filter: none;
		}

		.div-block-22 {
			min-height: auto;
			padding-top: 0px;
			padding-bottom: 0px;
			background-color: #003070;
		}

		.div-block-23 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 90%;
			min-height: 12vw;
			margin-top: 0px;
			margin-right: auto;
			margin-left: auto;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			border-bottom: 1px solid #003070;
		}

		.div-block-24 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 90%;
			min-height: 200px;
			margin-top: 25px;
			margin-right: auto;
			margin-left: auto;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

		.div-block-25 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 20%;
			min-height: 200px;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: start;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
		}

		.text-block-8 {
			margin-bottom: 20px;
			color: #fff;
			font-size: 1.5vw;
			line-height: 1.5vw;
			font-weight: 700;
			font-family: "Avenir regular", sans-serif;
		}

		.div-block-26 {
			min-height: 20px;
			margin-top: 10px;
		}

		.link {
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			color: #111;
			font-size: 1.2vw;
			line-height: 1.2vw;
			text-decoration: none;
		}

		.link:hover {
			color: #003070;
		}

		.div-block-27 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			min-height: 45px;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			background-color: #f1b305;
		}

		.text-block-9 {
			font-family: Proximanova, sans-serif;
			color: #fff;
			font-size: 0.8vw;
			line-height: 0.8vw;
			font-weight: 400;
		}

		.link-block-6 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: 10px;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			color: #333;
			text-decoration: none;
			font-family: "Avenir regular", sans-serif;
		}

		.link-block-6:hover {
			color: #003070;
		}

		.image-6 {
			width: 2vw;
		}

		.text-block-11 {
			margin-left: 5px;
			font-size: 1.2vw;
			font-weight: 100;
			color: #fff;
			font-family: "Avenir regular", sans-serif;
		}
		.text-block-11-det {
			margin-left: 5px;
			font-size: 1.2vw;
			font-weight: 100;
			color: #003070;
			font-family: "Avenir regular", sans-serif;
		}
		.link-2 {
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			color: #fff;
			text-decoration: none;
		}

		.link-2:hover {
			color: #fff;
			font-size: 1.3vw;
			font-weight: 400;
		}

		.div-block-29 {
			min-height: 35vw;
			background-color: transparent;
		}

		.slider-4 {
			height: 100%;
			max-height: 100%;
			min-height: 100%;
		}

		.div-block-30 {
			height: 35vw;
			max-height: 35vw;
			min-height: 35vw;
		}

		.slide-nav-4 {
			display: none;
		}

		.slide-3 {
			width: 49.5%;
			margin-right: 0.2vw;
			margin-left: 0.2vw;
		}

		.lightbox-link {
			display: block;
			width: 100%;
			height: 100%;
			max-height: 100%;
			min-height: 100%;
			min-width: 100%;
		}

		.image-7 {
			display: block;
			width: 100%;
			height: 100%;
			max-height: 100%;
			min-height: 100%;
			min-width: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}

		.div-block-31 {
			min-height: 250px;
			margin-bottom: 20px;
		}

		.div-block-32 {
			position: relative;
			z-index: 5;
			width: 90%;
			min-height: 200px;
			margin-right: auto;
			margin-left: auto;
			padding-right: 35%;
		}

		.div-block-33 {
			width: 100%;
			min-height: 500px;
			margin-top: -55px;
			padding: 20px 0px;
			border-radius: 10px;
			background-color: #003070;
			box-shadow: 0 0 14px 0 rgba(255, 204, 41, 0.25);
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			color: #888;
		}

		.div-block-33:hover {
			box-shadow: 0 0 14px 0 #00307080;
		}

		.div-block-33.second {
			min-height: auto;
			margin-top: 20px;
			box-shadow: 0 0 14px 0 rgba(255, 204, 41, 0.15);
		}

		.div-block-33.second:hover {
			box-shadow: 0 0 14px 0 #00307080;
		}

		.div-block-34 {
			position: absolute;
			left: auto;
			top: 0%;
			right: 0%;
			bottom: auto;
			width: 38%;
			max-height: 100%;
			min-height: 100%;
			padding-top: 0px;
			border-radius: 10px;
			background-color: transparent;
		}

		.div-block-34.busca {
			width: 28%;
		}

		.div-block-35 {
			position: -webkit-sticky;
			position: sticky;
			top: 6vw;
			width: 100%;
			min-height: 200px;
			margin-top: 0px;
			padding: 30px;
			border-radius: 10px;
			background-color: #003070;
			box-shadow: 0 0 14px 0 rgba(255, 204, 41, 0.15);
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
		}

		.div-block-35:hover {
			box-shadow: 0 0 14px 0 #00307080;
		}

		.div-block-35.filtro {
			top: 7vw;
			min-height: auto;
			margin-top: 0.8vw;
			padding-bottom: 30px;
		}

		.heading-3 {
			margin-top: 0px;
			margin-bottom: 5px;
			font-family: Gotham Black;
			color: #f1b305;
			font-size: 3vw;
			line-height: 3vw;
			font-weight: 400;
		}

		.div-block-91 { display: flex; align-items: center; }

		.heading-33 {
			margin-top: 0px; 
			margin-bottom: 5px; font-family: Gotham Black; 
			color: #333; 
			font-size: 3vw; 
			line-height: 3vw; 
			font-weight: 400; 
		}
	}



	.heading-3.edit2 {
		margin-bottom: 10px;
		line-height: 3vw;
	}

	.text-block-12 {
		margin-right: 5px;
		color: #fff;
		font-size: 1.2vw;
		line-height: 1.5vw;
	}

	.div-block-41 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 25px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}

	.div-block-40 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		min-width: 16vw;
		margin: 0px 0.7vw 25px;
		padding: 5px 11px;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-style: solid;
		border-width: 1px;
		border-color: rgba(114, 97, 78, 0.15);
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 0 11px 0 rgba(255, 204, 41, 0.1);
		text-align: center;
	}

	.div-block-53 {
		display: inline-block;
		width: 2.5vw;
		height: 2.5vw;
	}

	.text-block-29 {
		display: inline;
		margin-right: 5px;
		margin-left: 5px;
		color: #f1b305;
		font-size: 1.2vw;
		line-height: 1.5vw;
	}

	.text-block-29._2 {
		color: #003070;
		font-weight: 900;
	}

	.div-block-54 {
		margin-right: 30px;
		margin-bottom: 20px;
		margin-left: 30px;
	}

	.div-block-55 {
		margin-top: 25px;
		margin-right: 30px;
		margin-left: 30px;
	}

	.heading-4 {
		margin-top: 0px;
		font-family: Proximanova, sans-serif;
		color: #f1b305;
		font-size: 2vw;
		line-height: 2vw;
		font-weight: 400;
	}

	.text-block-30 {
		color: #fff;
		font-size: 1.2vw;
		line-height: 2vw;
		font-weight: 100;
		text-align: justify;
	}

	.div-block-56 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		min-height: auto;
		padding-top: 0px;
		padding-bottom: 15px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #003070;
	}

	.html-embed {
		height: 100%;
		max-height: 35vw;
		min-height: auto;
		margin-top: 0px;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.html-embed.two {
		margin-top: 20px;
	}

	.form-2 {
		text-align: left;
	}

	.form-block {
		margin-top: 15px;
		margin-bottom: 0px;
	}

	.field-wrap {
		position: relative;
		margin-right: 5px;
		margin-left: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.field-wrap.detalhes2 {
		padding-bottom: 0px;
	}

	.field-wrap.detalhes2.second {
		margin-right: 0px;
	}

	.field-wrap.oter {
		margin-right: auto;
		margin-left: auto;
	}

	.field-wrap.first {
		margin-left: 0px;
	}

	.form-field-label {
		position: absolute;
		z-index: 10;
		display: inline-block;
		margin-top: -9px;
		margin-left: 10px;
		padding: 1px 10px;
		background-color: #003070;
		color: #f1b305;
		font-size: 1vw;
		line-height: 1vw;
		font-weight: 100;
	}

	.form-field-label.detalhes {
		font-size: 1.2vw;
		line-height: 1.2vw;
	}

	.form-field {
		position: relative;
		z-index: 1;
		min-height: 2.5vw;
		margin-bottom: 5px;
		padding-top: 11px;
		border-style: solid;
		border-width: 1px;
		border-color: #dcdcdd;
		border-radius: 5px;
		background-color: transparent;
		font-size: 1.2vw;
		line-height: 1.5vw;
	}

	.form-field:active {
		border-color: #f1b305;
	}

	.form-field:focus {
		border-color: #f1b305;
	}


	.form-field.detalhes {
		margin-bottom: 0px;
	}

	.field-wrap-2 {
		position: relative;
		margin-right: 0px;
		margin-bottom: 35px;
		margin-left: 0px;
		padding-top: 10px;
		padding-bottom: 0px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.field-wrap-2.detalhes {
		margin-bottom: 10px;
	}

	.textarea-2 {
		width: 100%;
		max-width: 99.8807466947115%;
		min-height: 35px;
		min-width: auto;
		padding-top: 11px;
		border: 1px solid #dcdcdd;
		border-radius: 5px;
		font-size: 1.2vw;
		line-height: 2vw;
		background-color: #003070;
	}

	.textarea-2:active {
		border-color: #003070;
	}

	.textarea-2:focus {
		border-color: #f1b305;
	}

	.textarea-2._2 {
		min-height: 20px;
	}

	.div-block-58 {
		width: 90%;
		min-height: 50px;
		margin-right: auto;
		margin-left: auto;
	}

	.div-block-59 {
		margin-top: 50px;
		margin-bottom: 100px;
	}

	.text-block-33 {
		margin-top: 5px;
		color: #fff;
		font-size: 1vw;
		line-height: 1.5vw;
	}

	.div-block-60 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.dropdown-toggle {
		display: none;
		margin-bottom: 15px;
		padding: 10px 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 10px;
		background-color: #f1b305;
		-webkit-transition: all 400ms ease;
		transition: all 400ms ease;
		color: #fff;
		font-size: 1.5vw;
		line-height: 2vw;
	}

	.dropdown-toggle:hover {
		background-color: grey;
		color: #fff;
	}

	.dropdown-toggle.dop2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0px;
	}

	.dropdown {
		display: block;
	}

	.dropdown-list {
		position: relative;
		display: block;
		background-color: transparent;
	}

	.dropdown-list.w--open {
		display: block;
		background-color: #003070;
	}

	.dropdown-list.list2 {
		display: none;
	}

	.dropdown-list.list2.w--open {
		display: block;
		margin-top: 10px;
		background-color: #003070;
	}

	.div-block-61 {
		overflow: auto;
	background-color: #003070;
		-o-object-fit: fill;
		object-fit: fill;
	}

	.div-block-61._2 {
		overflow: visible;
		max-height: none;
	}

	.div-block-62 {
		min-height: 350px;
		padding-top: 11vw;
	}

	.div-block-63 {
		position: relative; display: flex; width: 90%; min-height: 100px; margin-right: auto; margin-left: auto; padding-right: 25%; flex-wrap: wrap; }

		.text-block-34 {
			margin-bottom: 5px;
			color: #fff;
			font-size: 1.3vw;
			line-height: 1.5vw;
			font-weight: 100;
		}

		.field-wrap-3 {
			position: relative;
			min-height: 50px;
			margin-right: auto;
			margin-left: auto;
			padding-top: 10px;
			padding-bottom: 10px;
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

		.form-field-label-2 {
			position: absolute;
			z-index: 10;
			display: inline-block;
			margin-top: -9px;
			margin-left: 10px;
			padding: 1px 10px;
			background-color: #003070;
			font-size: 1vw;
			line-height: 1vw;
			font-weight: 400;
			color: #f1b305;
		}

		.form-field-2 {
			position: relative;
			z-index: 1;
			height: 50px;
			padding-top: 11px;
			border-style: solid;
			border-width: 1px;
			border-color: #dcdcdd;
			background-color: transparent;
		}

		.form-field-2:focus {
			border-color: #f1b305;
		}

		.form-field-2::-webkit-input-placeholder {
			color: #a0a0a0;
		}

		.form-field-2:-ms-input-placeholder {
			color: #a0a0a0;
		}

		.form-field-2::-ms-input-placeholder {
			color: #a0a0a0;
		}

		.form-field-2::placeholder {
			color: #a0a0a0;
		}

		.form-field-2.select-field {
			padding-top: 8px;
		}

		.form-field-2.select-field.wide {
			display: block;
			height: auto;
			min-height: 3vw;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			color: #fff;
			background-color: #003070;
			font-size: 1vw;
			line-height: 1vw;
			cursor: pointer;
		}

		.form-field-2.select-field.wide:focus {
			border-color: #f1b305;
		}

		.field-wrap-4 {
			position: relative;
			margin-right: auto;
			margin-left: auto;
			padding-top: 10px;
			padding-bottom: 10px;
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

		.field-wrap-4.uf {
			width: 20%;
			margin-left: 10px;
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 auto;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
		}

		.form-field-3 {
			position: relative;
			z-index: 1;
			min-height: 3vw;
			margin-bottom: 5px;
			padding-top: 11px;
			border-style: solid;
			border-width: 1px;
			border-color: #fff;
			border-radius: 5px;
			background-color: transparent;
			font-size: 1vw;
			line-height: 1.5vw;
		}

		.form-field-3:focus {
			border-color: #f1b305;
		}



		.div-block-65 {
			width: 90%;
			min-height: 50px;
			margin-right: auto;
			margin-left: auto;
		}

		.div-block-66 {
			margin-top: 50px;
			margin-bottom: 100px;
		}

		.text-block-35 {
			margin-bottom: 10px;
			font-size: 1.3vw;
			line-height: 1.3vw;
			text-align: center;
		}

		.div-block-67 {
			display: block;
			text-align: center;
		}

		.button-5 {
			margin: 5px;
			border-radius: 5px;
			background-color: #003070;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			font-size: 1vw;
			line-height: 1vw;
		}

		.button-5:hover {
			background-color: #f1b305;
			color: #003070;
		}

		.button-5.w--current {
			background-color: #003070;
			color: #fff;
		}

		.button-5.w--current:hover {
			background-color: #f1b305;
			color: #003070;
		}

		.div-block-68 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 90%;
			min-height: 250px;
			margin-right: auto;
			margin-bottom: 50px;
			margin-left: auto;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: start;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
		}

		.div-block-69 {
			width: 49.5%;
			padding: 30px;
			border-radius: 10px;
			background-color: #003070;
			box-shadow: 0 0 14px 0 rgba(255, 204, 41, 0.15);
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
		}

		.div-block-69:hover {
			box-shadow: 0 0 14px 0 #003070;
		}

		.div-block-69._2 {
			width: 100%;
			margin-right: auto;
			margin-left: auto;
		}

		.form-3 {
			margin-top: 25px;
		}

		.div-block-70 {
			margin-top: 15px;
		}

		.columns-5 {
			margin-top: 20px;
			margin-bottom: 10px;
			color: #fff;
		}

		.checkbox-field {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.checkbox-label {
			font-size: 1.5vw;
			line-height: 2vw;
		}

		.checkbox-label-2 {
			font-size: 1.5vw;
			line-height: 2vw;
		}

		.link-block-7 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 15%;
			height: 120px;
			padding: 12px;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			border-style: solid;
			border-width: 1px;
			border-color: #003070;
			border-radius: 10px;
		}

		.div-block-71 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			margin-top: 20px;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}

		.div-block-72 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			margin-top: 10px;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}

		.image-8 {
			border-radius: 10px;
		}

		.image-8.sobre {
			border-radius: 10px;
			margin: auto;
			width: 60%;
		}

		.lightbox-link-2 {
			margin-right: 5px;
			margin-left: 5px;
		}

		.navbar-2 {
			position: fixed;
			left: 0%;
			top: 0%;
			right: 0%;
			bottom: auto;
			z-index: 998;
			height: 6vw;
			background-color: #003070;
			box-shadow: 1px 1px 3px 0 #003070;
		}

		.navbar-2.secondpage {
			margin-top: 5px;
			padding-top: 0px;
		}

		.container-2 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 90%;
			height: 6vw;
			min-width: 90%;
			margin-right: auto;
			margin-left: auto;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.nav-menu-2 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			height: 5vw;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-ordinal-group: 2;
			-webkit-order: 1;
			-ms-flex-order: 1;
			order: 1;
		}

		.nav-link-2 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			height: 3vw;
			min-height: 3vw;
			margin-right: -9px;
			padding-top: 10px;
			padding-bottom: 10px;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-ordinal-group: 1;
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0;
			border-radius: 5px;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			color: #fff;
			font-size: 1.2vw;
			line-height: 1.2vw;
			font-family: 'Avenir regular', sans-serif;
		}

		.nav-link-2:hover {
			margin-right: 5px;
			background-color: #fff;
			color: #f1b305;
		}

		.nav-link-2.w--current {
			color: #f1b305;
		}

		.div-block-74 {
			position: relative;
			height:100vh;
		}

		.div-block-75 {
			position: absolute;
			left: 0%;
			top: 0%;
			right: auto;
			bottom: auto;
			z-index: 9999 !important;
			width: 40%;
			height: 39.9vw;
			margin-top: -5vw;
			margin-left: -5px;
			padding-right: 11%;
			padding-left: 5%;
			background-image: url('../images/background1.png');
			background-position: 0% 100%;
			background-size: 40vw;
			background-repeat: no-repeat;
		}

		.div-block-75.home2 {
			width: 30%;
			height: auto;
			margin-top: 0vw;
			margin-left: 10px;
			padding-top: 5px;
			padding-right: 2%;
			padding-left: 2%;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
			background-color: #003070;
			background-image: none;
		}

		.slider-5 {
			height: 100%;
			background-color: #ecedf2;
		}

		.left-arrow-4 {
			display: block;
		}

		.right-arrow-3 {
			display: block;
		}

		.slide-5 {
			height: 99.8753970137266%;
		}

		.link-block-8 {
			width: 100%;
			height: 100%;
		}

		.image-9 {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			-o-object-position: 50% 50%;
			object-position: 50% 50%;
		}

		.div-block-77 {
			position: absolute;
			left: 0%;
			top: 0%;
			right: 0%;
			bottom: 0%;
			height: 100%;
			background-image: linear-gradient(85deg, rgba(114, 97, 78, 0.86), rgba(114, 97, 78, 0));
		}

		.div-block-78 {
			height: 100%;
			padding-left: 0px;
		}

		.div-block-79 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			height: 10vw;
			margin-right: auto;
			margin-left: auto;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.link-block-9 {
			width: auto;
			height: auto;
			margin-top: 5px;
			margin-right: auto;
			margin-left: auto;
		}

		.image-10 {
			height: auto;
		}

		.div-block-80 {
			width: 100%;
			margin-top: 3vw;
		}

		.brand-2 {
			-webkit-box-ordinal-group: 0;
			-webkit-order: -1;
			-ms-flex-order: -1;
			order: -1;
		}

		.image-11 {
			height: 5vw;
		}

		.text-block-36 {
			margin-bottom: 15px;
			font-size: 2vw;
			line-height: 2vw;
			text-align: center;
			color: #fff;
			font-family: "Avenir regular", sans-serif;
		}

		.button-6 {
        margin-right: 0px;
        padding: 0px 2.1vw;
        border-width: 1px;
        border-color: #fff;
        border-radius: 30px;
        background-color: #f1b305;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        font-family: 'Avenir regular', sans-serif;
        color: #fff;
        font-size: 1.2vw;
        line-height: 1.8vw;
        font-weight: 400;
      }

      .button-6:hover {
        background-color: #000;
        color: #fff;
      }
      .button-6.active {
        background-color: #fff;
        color: #f1b305;
      }
      .button-6:active {
        background-color: #fff;
        color: #f1b305;
      }

      .button-6.noselect {
        background-color: grey;
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        font-size: 1.2vw;
      }

      .button-6.noselect:hover {
        background-color: #f1b305;
        color: #fff;
      }

		.text-field-3 {
			height: 3vw;
			margin-top: 10px;
			margin-bottom: 0px;
			border-style: solid;
			border-width: 1px;
			border-color: rgba(0, 0, 0, 0.1);
			border-radius: 5px;
			color: #333;
			font-size: 1.2vw;
			line-height: 1.5vw;
			background-color: #d0d0d0;
			font-family: "Avenir regular", sans-serif;
		}



		.text-field-3:active {
			border-color: #003070;
		}

		.text-field-3:focus {
			border-color: #f1b305;
		}

		.div-block-81 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

		.submit-button-2 {
			padding: 5px 31px;
			border-radius: 5px;
			background-color: #f1b305;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			color: #fff;
			font-size: 2vw;
			font-family: Proxima nova; font-weight: 700;
			line-height: 2vw;
		}

		.submit-button-2:hover {
			background-color: grey;
			color: #003070;
		}

		.submit-button-2.two {
			display: block;
			width: 100%;
			margin-top: 10px;
			margin-right: auto;
			margin-left: auto;
			font-family: Proxima nova; font-weight: 700;  font-size: 1.2vw;
			line-height: 2vw;  
			margin-bottom: 20px;
		}

		.select-field-2 {
			height: 3vw;
			margin-top: 10px;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 10px;
			border-style: solid;
			border-width: 1px;
			border-color: rgba(0, 0, 0, 0.1);
			border-radius: 5px;
			background-color: #fff;
			color: #333;
			font-size: 1.2vw;
			line-height: 1.5vw;
			text-align: center;
			font-family: "Avenir regular", sans-serif;
		}



		.select-field-2:active {
			border-color: #003070;
		}

		.select-field-2:focus {
			border-color: #f1b305;
		}

		.dropdown-toggle-2 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			height: 3vw;
			padding-top: 10px;
			padding-right: 20px;
			padding-bottom: 10px;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			border-radius: 5px;
			background-color: #f1b305;
			font-size: 1.2vw;
			line-height: 1.2vw;
		}

		.text-block-37 {
			color: #003070;
		}

		.div-block-82 {
			position: relative;
			z-index: 5;
			height: 8vw;
			margin-top: -8vw;
		}

		.slide-nav-5 {
			z-index: 6;
		}

		.dropdown-list-2 {
			margin-top: 1px;
		}

		.dropdown-list-2.w--open {
			margin-top: 5px;
			padding-bottom: 5px;
			border-radius: 5px;
			background-color: #f1b305;
		}

		.dropdown-link {
			padding: 5px 10px;
			color: #003070;
			font-size: 1.5vw;
			line-height: 1.5vw;
			text-align: center;
		}

		.text-span {
			color: #fff;
			font-size: 1.2vw;
			line-height: 1.2vw;
		}

		.div-block-84 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

		.icon {
			color: #003070;
			font-size: 3vw;
		}

		.icon-2 {
			color: #003070;
		}

		.slider-6 {
			min-height: 35vw;
			background-color: rgba(114, 97, 78, 0.1);
		}

		.right-arrow-4 {
			width: 70px;
			height: 70px;
			margin-right: 10px;
			margin-left: 10px;
			border-radius: 100px;
			background-color: #fff;
			opacity: 0.5;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			color: #003070;
		}

		.right-arrow-4:hover {
			opacity: 1;
		}

		.slide-nav-6 {
			display: none;
		}

		.html-embed-2 {
			width: 100.0507530799279%;
			height: 100%;
		}

		.div-block-85 {
			min-height: 32vw;
		}

		.html-embed-3 {
			height: 32vw;
			min-height: 32vw;
		}

		.checkbox {
			width: 1.5vw;
			height: 1.5vw;
			margin-right: 5px;
		}

		.codigo {
			display: none;
			height: 3vw;
			margin-top: 10px;
			margin-bottom: 0px;
			border-style: solid;
			border-width: 1px;
			border-color: rgba(0, 0, 0, 0.1);
			border-radius: 5px;
			color: #333;
			font-size: 1.2vw;
			line-height: 1.5vw;

		}


		.codigo:focus {
			border-style: solid;
			border-width: 1px;
			border-color: #f1b305;
		}

		.div-block-86 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			margin-top: 10px;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.div-block-87 {
			min-height: 25px;
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

		.popup {
			position: fixed;
			left: 0%;
			top: 0%;
			right: 0%;
			bottom: 0%;
			z-index: 9999;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			padding: 5vw;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			background-color: rgba(0, 0, 0, 0.85);
		}

		.div-block-88 {
			position: relative;
		}

		.button-7 {
			position: absolute;
			left: auto;
			top: 0%;
			right: 0%;
			bottom: auto;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 3vw;
			height: 3vw;
			margin-top: -1vw;
			margin-right: -1vw;
			padding: 0px;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			border-radius: 100px;
			background-color: #003070;
			-webkit-transition: all 400ms ease;
			transition: all 400ms ease;
			font-family: "Avenir regular", sans-serif;
			color: #f1b305;
		}

		.button-7:hover {
			margin-top: -1vw;
			margin-right: -1vw;
			background-color: #f1b305;
			color: #003070;
		}

		.image-15 {
			margin-top: 0vw;
			border-radius: 5px;
		}

		.div-block-89 {
			width: 90%;
			min-height: 20px;
			margin-right: auto;
			margin-bottom: 15px;
			margin-left: auto;
		}

		.div-block-92 {
			margin-right: auto;
			margin-left: auto;
			padding-right: 0px;
		}

		.image-16 {
			position: static;
			display: block;
			margin-right: 20px;
			margin-left: 0px;
			float: right;
		}

		.text-block-38 {
			color: #73614a;
			font-size: 2vw;
			line-height: 2vw;
			font-weight: 700;
		}

		.text-block-39 {
			margin-top: 15px;
			color: #666;
			font-size: 1.2vw;
			line-height: 1.2vw;
			font-weight: 100;
		}

		.list {
			margin-top: 50px;
			padding-left: 0px;
		}

		.div-block-93 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: 25px;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.gif {
			max-height: 30vh; max-width: 30vw;
		}

		@media screen and (max-width: 991px) {
			.brand {
				width: 13vw;
			}
			.brand.rodape {
				width: 15vw;
				padding-left: 0px;
			}
			.nav-menu {
				height: auto;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				background-color: #68b9e0;
				box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.36);
			}
			.nav-link {
				margin-right: 40px;
				margin-left: 40px;
				padding-top: 10px;
				padding-bottom: 10px;
				color: #fff;
				font-size: 3vw;
				line-height: 3vw;
				text-align: right;
			}
			.nav-link:hover {
				color: #12477c;
			}
			.nav-link.phone {
				margin-right: 40px;
				margin-left: 40px;
			}
			.div-block-2 {
				display: block;
				margin-top: 30px;
			}
			.select-field {
				font-size: 3vw;
				line-height: 3vw;
			}
			.slider-3 {
				min-height: 55vw;
			}
			.slide {
				width: 29%;
				margin-right: 2vw;
				margin-left: 2vw;
			}
			.link-block-3 {
				height: 18vw;
				min-height: 18vw;
			}
			.text-block-2 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.text-block-3 {
				font-size: 2vw;
				line-height: 2vw;
			}
			.div-block-12 {
				min-height: 6vw;
			}
			.text-block-4 {
				font-size: 2.5vw;
				line-height: 3vw;
			}
			.text-block-4.detalhesdoimovel {
				font-size: 3vw;
			}
			.button-3 {
				font-size: 2vw;
				line-height: 2vw;
			}
			.button-3.enviar {
				margin-top: 10px;
				padding-top: 10px;
				padding-bottom: 10px;
				font-size: 2vw;
				line-height: 2vw;
			}
			.button-3.enviar._2 {
				margin-top: 10px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			.button-3.whats {
				width: 100%;
				padding-top: 10px;
				padding-bottom: 10px;
				background-position: 9vw 50%;
				font-size: 2vw;
				line-height: 2vw;
				text-align: center;
			}
			.image-4 {
				width: 3vw;
			}
			.div-block-19 {
				padding-right: 10px;
				padding-left: 10px;
			}
			.div-block-20 {
				width: 15vw;
				min-height: 15vw;
			}
			.text-block-6 {
				font-size: 2vw;
			}
			.text-block-7 {
				font-size: 2vw;
				line-height: 2vw;
			}
			.div-block-21 {
				padding: 8px 40px;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
			}
			.link-block-4 {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				width: 3vw;
				height: 3vw;
				padding: 4px;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
			}
			.div-block-22 {
				min-height: 350px;
				padding-bottom: 50px;
			}
			.div-block-25 {
				width: 30%;
			}
			.text-block-8 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.link {
				font-size: 2vw;
				line-height: 2vw;
			}
			.text-block-9 {
				font-size: 2vw;
				line-height: 2vw;
			}
			.image-6 {
				width: 3vw;
			}
			.text-block-11 {
				font-size: 2vw;
				line-height: 3vw;
			}
			.text-block-11-det {
				font-size: 2vw;
				line-height: 3vw;
			}
			.menu-button {
				-webkit-box-ordinal-group: 2;
				-webkit-order: 1;
				-ms-flex-order: 1;
				order: 1;
			}
			.menu-button.w--open {
				border-radius: 10px;
				background-color: #68b9e0;
			}
			.div-block-29 {
				min-height: 40vw;
			}
			.div-block-30 {
				height: 40vw;
				max-height: 40vw;
				min-height: 40vw;
			}
			.div-block-33 {
				min-height: 250px;
				margin-top: -20px;
			}
			.div-block-35 {
				top: 12vw;
				padding: 10px 20px;
			}
			.heading-3.edit2 {
				font-size: 4vw;
				line-height: 4vw;
			}
			.text-block-12 {
				font-size: 2vw;
				line-height: 2vw;
			}
			.div-block-54 {
				margin-right: 20px;
				margin-left: 20px;
			}
			.div-block-55 {
				margin-top: 20px;
				margin-right: 20px;
				margin-left: 20px;
			}
			.heading-4 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.text-block-30 {
				font-size: 2vw;
				line-height: 2.5vw;
			}
			.div-block-56 {
				padding-bottom: 5px;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			.form-block {
				margin-top: 5px;
			}
			.field-wrap {
				margin-right: 0px;
				margin-left: 0px;
			}
			.field-wrap.detalhes2.second {
				margin-left: 5px;
			}
			.field-wrap.first {
				margin-right: 5px;
			}
			.form-field-label {
				font-size: 2vw;
				line-height: 2vw;
			}
			.form-field-label.detalhes {
				font-size: 1.5vw;
			}
			.form-field {
				min-height: 5vw;
				font-size: 2vw;
				line-height: 2vw;
			}
			.field-wrap-2 {
				margin-right: 0px;
				margin-left: 0px;
			}
			.textarea-2 {
				min-height: 25px;
				border-radius: 5px;
				font-size: 2vw;
			}
			.text-block-33 {
				font-size: 2vw;
				line-height: 2vw;
			}
			.div-block-60 {
				margin-bottom: 10px;
			}
			.dropdown-toggle {
				margin-bottom: 15px;
				padding: 10px 0px;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
			}
			.div-block-62 {
				padding-top: 11vw;
			}
			.field-wrap-3 {
				margin-right: 0px;
				margin-left: 0px;
			}
			.form-field-label-2 {
				font-size: 2vw;
				line-height: 2vw;
			}
			.form-field-2.select-field.wide {
				min-height: 6vw;
				color: #a0a0a0;
				font-size: 2vw;
				line-height: 2vw;
			}
			.field-wrap-4 {
				margin-right: 0px;
				margin-left: 0px;
			}
			.form-field-3 {
				min-height: 6vw;
				font-size: 2vw;
				line-height: 2vw;
			}
			.text-block-35 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.button-5 {
				font-size: 3vw;
				line-height: 2vw;
			}
			.checkbox-label {
				font-size: 2vw;
			}
			.checkbox-label-2 {
				font-size: 2vw;
			}
			.link-block-7 {
				width: 20%;
				margin-right: 5px;
				margin-bottom: 15px;
			}
			.nav-link-2 {
				font-size: 2vw;
				line-height: 2vw;
			}
			.div-block-75 {
				display: none;
				width: 45%;
				height: 42vw;
			}
			.div-block-75.home2 {
				position: relative;
				z-index: 2 !important;
				display: block;
				width: 90%;
				height: auto;
				margin-right: auto;
				margin-left: auto;
				border-radius: 15px;
				padding-bottom: 1px;
			}
			.div-block-79 {
				display: none;
			}
			.text-block-36 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.button-6 {
				padding: 10px 10vw;
				font-size: 2.5vw;
				line-height: 2.5vw;
			}
			.button-6.noselect {
				padding: 10px 10vw;
				border-color: #f1b305;
				font-size: 2.5vw;
				line-height: 2.5vw;
			}
			.text-field-3 {
				height: 5vw;
				font-size: 2vw;
				line-height: 2vw;
			}
			.submit-button-2.two {
				height: 5vw;
				font-size: 2.5vw;
				line-height: 2.5vw;
			}
			.select-field-2 {
				height: 5vw;
				font-size: 2vw;
				line-height: 2vw;
			}
			.text-block-37 {
				font-size: 2vw;
				line-height: 2vw;
			}
			.dropdown-link {
				font-size: 2vw;
				line-height: 2vw;
			}
			.text-span {
				font-size: 1.5vw;
			}
			.checkbox {
				width: 2vw;
				height: 2vw;
				margin-right: 2px;
			}
			.column {
				padding-right: 0px;
				padding-left: 0px;
			}
			.codigo {
				height: 5vw;
				font-size: 2vw;
				line-height: 2vw;
			}
			.div-block-87 {
				-webkit-box-flex: 0;
				-webkit-flex: 0 auto;
				-ms-flex: 0 auto;
				flex: 0 auto;
			}
			.button-7 {
				width: 5vw;
				height: 5vw;
				margin-top: -2vw;
				margin-right: -2vw;
			}
			.button-7:hover {
				margin-top: -2vw;
				margin-right: -2vw;
			}
		}

		@media screen and (max-width: 767px) {
			.div-block-74 {
				height: 75vw;
			}
			body {
				padding-top: 10vw;
			}
			.brand {
				width: 15vw;
				padding-left: 0px;
			}
			.image-9 {
			width: 100%;
			height: 80%;
			-o-object-fit: cover;
			object-fit: cover;
			-o-object-position: 50% 50%;
			object-position: 50% 50%;
		}
			.brand.rodape {
				width: 20vw;
			}
			.nav-link {
				font-size: 3.5vw;
				line-height: 3.5vw;
			}
			.div-block-2 {
				margin-top: 30px;
			}
			.select-field {
				margin-right: auto;
				margin-left: auto;
			}
			.heading-2 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.slider-3 {
				min-height: 80vw;
			}
			.slide {
				width: 48%;
			}
			.div-block-10.detalhes {
				width: 48.8%;
				margin-right: 0.5vw;
				margin-bottom: 1vw;
				margin-left: 0.5vw;
			}
			.link-block-3 {
				height: 25vw;
				min-height: 25vw;
			}
			.text-block-2 {
				font-size: 4vw;
				line-height: 4vw;
			}
			.text-block-3 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.div-block-12 {
				min-height: 8vw;
			}
			.text-block-4 {
				font-size: 4vw;
				line-height: 5vw;
			}
			.text-block-4.detalhesdoimovel {
				font-size: 5vw;
			}
			.button-3.enviar {
				font-size: 3vw;
				line-height: 3vw;
			}
			.button-3.enviar._2 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.button-3.whats {
				background-position: 32vw 50%;
				background-size: 4vw;
				font-size: 3vw;
				line-height: 3vw;
			}
			.image-4 {
				width: 4vw;
			}
			.text-block-5 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.div-block-20 {
				width: 18vw;
				min-height: 18vw;
			}
			.text-block-6 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.text-block-7 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.link-block-4 {
				width: 4vw;
				height: 4vw;
			}
			.div-block-23 {
				min-height: 15vw;
			}
			.div-block-26 {
				margin-top: 5px;
			}
			.link {
				font-size: 3vw;
			}
			.text-block-9 {
				font-size: 2.5vw;
				line-height: 3vw;
			}
			.image-6 {
				width: 4vw;
			}
			.text-block-11 {
				font-size: 3vw;
			}
			.text-block-11-det {
				font-size: 3vw;
			}
			.div-block-29 {
				min-height: 50vw;
			}
			.div-block-30 {
				height: 50vw;
				max-height: 50vw;
				min-height: 50vw;
			}
			.div-block-32 {
				padding-right: 0%;
			}
			.div-block-33 {
				margin-top: 20px;
			}
			.div-block-34 {
				position: relative;
				width: 100%;
			}
			.div-block-34.busca {
				width: 100%;
				margin-bottom: 15px;
			}
			.div-block-35 {
				min-height: auto;
				margin-top: -10px;
				padding-right: 10px;
				padding-left: 10px;
			}
			.div-block-35.filtro {
				margin-top: 0vw;
			}

			.heading-3 {
				font-size: 4vw;
				line-height: 4vw;
			} 
			.heading-33 {
				font-size: 4vw;
				line-height: 4vw;
			}
			.text-block-12 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.div-block-40 {
				min-width: 28vw;
				margin-right: 5px;
				margin-left: 5px;
			}
			.div-block-53 {
				width: 4vw;
				height: 4vw;
			}
			.text-block-29 {
				font-size: 4vw;
				line-height: 3vw;
			}
			.text-block-29._2 {
				font-size: 6vw;
			}
			.div-block-54 {
				margin-right: 10px;
				margin-left: 10px;
			}
			.div-block-55 {
				margin-right: 10px;
				margin-left: 10px;
			}
			.heading-4 {
				font-size: 4vw;
				line-height: 4vw;
			}
			.text-block-30 {
				margin-bottom: 0px;
				font-size: 3vw;
				line-height: 3.5vw;
			}
			.div-block-56 {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			.field-wrap.detalhes2.second {
				margin-left: 5px;
			}
			.field-wrap.first {
				margin-right: 5px;
			}
			.form-field-label {
				font-size: 3vw;
				line-height: 3vw;
			}
			.form-field-label.detalhes {
				font-size: 3vw;
			}
			.form-field {
				min-height: 8vw;
				font-size: 3vw;
				line-height: 3vw;
			}
			.textarea-2 {
				max-width: 100%;
				min-width: auto;
				font-size: 3vw;
				line-height: 3vw;
			}
			.div-block-60 {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				margin-right: auto;
				margin-left: auto;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-justify-content: space-around;
				-ms-flex-pack: distribute;
				justify-content: space-around;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}
			.dropdown-toggle {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				font-size: 3vw;
				line-height: 3vw;
			}
			.dropdown-list {
				display: none;
			}
			.div-block-62 {
				padding-top: 10vw;
			}
			.div-block-63 {
				padding-right: 0%;
			}
			.text-block-34 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.form-field-label-2 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.form-field-2.select-field.wide {
				min-height: 8vw;
				font-size: 3vw;
				line-height: 3vw;
			}
			.form-field-3 {
				min-height: 8vw;
				font-size: 3vw;
				line-height: 3vw;
			}
			.text-block-35 {
				font-size: 4vw;
				line-height: 4vw;
			}
			.div-block-68 {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			.div-block-69 {
				width: 100%;
				margin-bottom: 25px;
				padding-right: 10px;
				padding-left: 10px;
			}
			.checkbox-label {
				font-size: 3vw;
				line-height: 3vw;
			}
			.checkbox-label-2 {
				font-size: 3vw;
				line-height: 3vw;
			}
			.link-block-7 {
				width: 25%;
				margin-bottom: 15px;
			}
			.navbar-2 {
				height: 10vw;
			}
			.navbar-2.secondpage {
				margin-top: 0px;
			}
			.container-2 {
				height: 10vw;
			}
			.nav-menu-2 {
				height: auto;
				padding-bottom: 10px;
				background-color: #003070;
			}
			.nav-link-2 {
				margin: 10px;
				padding-top: 15px;
				padding-bottom: 15px;
				font-family: 'Proxima nova alt', sans-serif;
				font-size: 4vw;
				line-height: 4vw;
			}
			.brand-2 {
				width: auto;
				height: auto;
				padding-left: 0px;
				-webkit-box-ordinal-group: 0;
				-webkit-order: -1;
				-ms-flex-order: -1;
				order: -1;
			}
			.image-11 {
				height: 8vw;
			}
			.text-block-36 {
				font-size: 6vw;
				line-height: 5vw;
			}
			.button-6 {
				padding-right: 9vw;
				padding-left: 9vw;
				font-size: 2vw;
				line-height: 2vw;
			}
			.button-6.noselect {
				padding-right: 9vw;
				padding-left: 9vw;
				font-size: 2vw;
				line-height: 2vw;
			}
			.text-field-3 {
				height: 7vw;
				font-size: 3vw;
				line-height: 3vw;
			}
			.submit-button-2.two {
				height: 6vw;
				font-size: 3vw;
				line-height: 3vw;
			}
			.select-field-2 {
				height: 7vw;
				font-size: 3vw;
				line-height: 3vw;
			}
			.dropdown-toggle-2 {
				padding-top: 15px;
				padding-bottom: 15px;
			}
			.text-block-37 {
				font-size: 4vw;
				line-height: 4vw;
			}
			.dropdown-link {
				font-size: 4vw;
				line-height: 4vw;
			}
			.text-span {
				font-size: 3vw;
				line-height: 3vw;
			}
			.menu-button-2 {
				padding: 5px;
				-webkit-box-ordinal-group: 2;
				-webkit-order: 1;
				-ms-flex-order: 1;
				order: 1;
				color: #f1b305;
			}
			.menu-button-2.w--open {
				border-radius: 5px;
				background-color: #f1b305;
				color: #003070;
			}
			.dropdown-2 {
				display: block;
				margin-right: 10px;
				margin-left: 10px;
			}
			.div-block-85 {
				min-height: 55vw;
			}
			.html-embed-3 {
				height: 55vw;
				min-height: 55vw;
			}
			.image-12 {
				margin-top: 0px;
			}
			.image-13 {
				margin-bottom: 0px;
			}
			.image-14 {
				margin-bottom: 0px;
			}
			.checkbox {
				width: 4vw;
				height: 4vw;
			}
			.codigo {
				height: 7vw;
				font-size: 3vw;
				line-height: 3vw;
			}


			.div-block-92 {
				margin-right: auto;
				margin-left: auto;
				padding-right: 0px;
			}

			.image-16 {
				position: static;
				display: block;
				margin-right: 20px;
				margin-left: 0px;
				float: right;
			}

			.text-block-38 {
				color: #73614a;
				font-size: 2vw;
				line-height: 2vw;
				font-weight: 700;
			}

			.text-block-39 {
				margin-top: 15px;
				color: #666;
				font-size: 1.2vw;
				line-height: 1.2vw;
				font-weight: 100;
			}

			.list {
				margin-top: 50px;
				padding-left: 0px;
			}

			.div-block-93 {
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
			}
		}

		@media screen and (max-width: 479px) {
			.gif {
				max-height: 40vh;
				max-width: 40vw;
			}

			.left-arrow-2 {
		    width: 50px;
		    height: 50px;
            }
			.image-8.sobre {
				width: 100%;
			}
			.right-arrow-2 {
				display: block;
				margin-top: auto;
				margin-bottom: 0;
				height: 35px;
			}
			.left-arrow-3 {
				display: block;				
				margin-top: auto;
				margin-bottom: 0;
				height: 35px;
			}
			.w-form{
				width: 90%;
				margin: auto;
			}
			.div-block-91 { 
				justify-content: center;
			}

			.div-block-80 {
				width: 90%;
				margin: auto;
				margin-top: 3vw;
			}

			body {
				padding-top: 12vw;
			}
			.brand {
				width: 25vw;
			}
			.brand.rodape {
				width: 45vw;
			}
			.nav-link {
				margin: 0px 20px;
				padding-top: 10px;
				padding-bottom: 10px;
				font-size: 5vw;
				line-height: 5vw;
			}
			.nav-link.phone {
				margin-right: 20px;
				margin-left: 20px;
			}
			.div-block-2 {
				margin-top: 0px;
			}
			.select-field {
				font-size: 5vw;
				line-height: 5vw;
			}
			.heading-2 {
				font-size: 9vw;
				line-height: 9vw;
			}
			.slider-3 {
				min-height: 130vw;
			}
			.slide {
				width: 90%;
				margin-right: 5%;
				margin-left: 5%;
			}
			.div-block-10.detalhes {
				width: 100%;
				margin-right: auto;
				margin-bottom: 5vw;
				margin-left: auto;
			}
			.link-block-3 {
				height: 50vw;
				min-height: 50vw;
			}
			.text-block-2 {
				font-size: 6vw;
				line-height: 6vw;
			}
			.text-block-3 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.div-block-12 {
				min-height: 15vw;
			}
			.text-block-4 {
				font-size: 8vw;
				line-height: 8vw;
			}
			.text-block-4.detalhesdoimovel {
				font-size: 10vw;
				line-height: 10vw;
			}
			.button-3 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.button-3.enviar {
				font-size: 5vw;
				line-height: 5vw;
			}
			.button-3.enviar._2 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.button-3.whats {
				background-position: 20vw 50%;
				background-size: 6vw;
				font-size: 5vw;
				line-height: 5vw;
				margin-bottom: 10px;
				margin-top: 10px;
			}
			.image-4 {
				width: 8vw;
			}
			.text-block-5 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.div-block-17 {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			.div-block-18 {
				width: 100%;
			}
			.div-block-19 {
				margin-bottom: 15px;
			}
			.div-block-20 {
				width: 40vw;
				min-height: 40vw;
			}
			.text-block-6 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.text-block-7 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.link-block-4 {
				width: 12vw;
				height: 12vw;
			}
			.div-block-23 {
				min-height: 35vw;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				        display: flex;
        flex-direction: column;
			}
			.div-block-24 {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
			}
			.div-block-25 {
				width: 100%;
				min-height: auto;
				margin-top: 15px;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
			}
			.text-block-8 {
				margin-bottom: 10px;
				font-size: 5vw;
				line-height: 6vw;
				text-align: center;
			}
			.div-block-26 {
				margin-top: 3px;
				text-align: center;
			}
			.link {
				font-size: 5vw;
				line-height: 5vw;
				text-align: center;
			}
			.text-block-9 {
				font-size: 4vw;
				line-height: 5vw;
				text-align: center;
			}
			.link-block-6 {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
			}
			.image-6 {
				width: 6vw;
			}
			.text-block-11 {
				margin-left: 5px;
				-webkit-box-flex: 0;
				-webkit-flex: 0 auto;
				-ms-flex: 0 auto;
				flex: 0 auto;
				font-size: 5vw;
				line-height: 6vw;
				text-align: center;
			}
			.text-block-11-det {
				margin-left: 5px;
				-webkit-box-flex: 0;
				-webkit-flex: 0 auto;
				-ms-flex: 0 auto;
				flex: 0 auto;
				font-size: 5vw;
				line-height: 6vw;
				text-align: center;
			}
			.menu-button {
				padding-top: 10px;
				padding-bottom: 10px;
			}
			.div-block-29 {
				min-height: 80vw;
			}
			.div-block-30 {
				height: 80vw;
				max-height: 80vw;
				min-height: 80vw;
			}
			.slide-3 {
				width: 100%;
				margin-right: 0vw;
				margin-left: 0vw;
			}
			.div-block-35.filtro {
				padding-top: 20px;
				padding-bottom: 20px;
			}
			.heading-3 {
				font-size: 7vw;
				line-height: 7vw;
				text-align: center;
			}

			.heading-33 {
				font-size: 7vw;
				line-height: 7vw;
				text-align: center;
			}
			.heading-3.edit2 {
				font-size: 7vw;
				line-height: 7vw;
			}
			.text-block-12 {
				font-size: 5vw;
				line-height: 5vw;
				text-align: center;
			}
			.div-block-40 {
				min-width: 90%;
				margin-bottom: 10px;
				border-color: rgba(114, 97, 78, 0.15);
				box-shadow: 0 0 11px 0 rgba(255, 204, 41, 0.05);
			}
			.div-block-53 {
				width: 8vw;
				height: 8vw;
			}
			.text-block-29 {
				font-size: 6vw;
				line-height: 6vw;
			}
			.heading-4 {
				font-size: 7vw;
				line-height: 7vw;
				text-align: center;
			}
			.text-block-30 {
				font-size: 5vw;
				line-height: 5vw;
				text-align: justify;
			}
			.html-embed {
				height: 75vw;
				max-height: 75vw;
				margin-top: 5px;
			}
			.form-2 {
				text-align: center;
			}
			.field-wrap.detalhes2 {
				margin-left: 5px;
			}
			.field-wrap.detalhes2.second {
				margin-left: 0px;
			}
			.form-field-label {
				font-size: 5vw;
				line-height: 5vw;
			}
			.form-field-label.detalhes {
				font-size: 4vw;
			}
			.form-field {
				min-height: 15vw;
				font-size: 5vw;
				line-height: 5vw;
			}
			.form-field.detalhes {
				margin-right: 0px;
			}
			.field-wrap-2.detalhes {
				margin-bottom: 10px;
			}
			.textarea-2 {
				margin-bottom: 0px;
				font-size: 5vw;
				line-height: 5vw;
			}
			.text-block-33 {
				font-size: 4vw;
				line-height: 4vw;
			}
			.div-block-60 {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
			}
			.dropdown-toggle {
				font-size: 5vw;
				line-height: 5vw;
			}
			.div-block-62 {
				padding-top: 15vw;
			}
			.text-block-34 {
				font-size: 5vw;
				line-height: 5vw;
				text-align: center;
			}
			.form-field-label-2 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.form-field-2.select-field.wide {
				min-height: 15vw;
				font-size: 5vw;
				line-height: 5vw;
			}
			.form-field-3 {
				min-height: 15vw;
				font-size: 5vw;
				line-height: 5vw;
			}
			.text-block-35 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.button-5 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.checkbox-field {
				text-align: left;
			}
			.checkbox-label {
				font-size: 5vw;
				line-height: 5vw;
			}
			.checkbox-label-2 {
				font-size: 5vw;
				line-height: 5vw;
			}
			.link-block-7 {
				width: 100%;
				margin-bottom: 15px;
			}
			.div-block-71 {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: stretch;
				-webkit-align-items: stretch;
				-ms-flex-align: stretch;
				align-items: stretch;
			}
			.navbar-2 {
				height: 13vw;
			}
			.container-2 {
				height: 13vw;
			}
			.nav-link-2 {
				font-size: 6vw;
				line-height: 6vw;
			}
			.nav-link-2:hover {
				margin-right: 10px;
			}
			.image-11 {
				height: 12vw;
			}
			.text-block-36 {
				font-size: 6vw;
				line-height: 8vw;
			}
			.button-6 {
				margin-bottom: 5px;
				font-size: 4vw;
				line-height: 3vw;
				text-align: center;
			}
			.button-6.noselect {
				margin-bottom: 5px;
				font-size: 4vw;
				line-height: 3vw;
				text-align: center;
			}
			.text-field-3 {
				height: 33px;
				font-size: 4vw;
				line-height: 5vw;
			}
			.div-block-81 {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			.submit-button-2.two {
				height: auto;
				padding-top: 10px;
				padding-bottom: 10px;
				font-size: 5vw;
				line-height: 5vw;
			}
			.select-field-2 {
				height: 33px;
				font-size: 4vw;
				line-height: 5vw;

			}
			.text-block-37 {
				font-size: 6vw;
				line-height: 6vw;
			}
			.dropdown-link {
				font-size: 6vw;
				line-height: 6vw;
			}
			.text-span {
				font-size: 4vw;
				line-height: 4vw;
			}
			.menu-button-2 {
				padding: 2vw;
			}
			.div-block-84 {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			.checkbox {
				width: 6vw;
				height: 6vw;
			}
			.codigo {
				height: 12vw;
				font-size: 5vw;
				line-height: 5vw;
			}
			.div-block-86 {
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				        display: flex;
        flex-direction: column;
			}
			.button-7 {
				width: 6vw;
				height: 6vw;
			}
		}

		@font-face {
			font-family: 'Proxima nova alt';
			src: url('../fonts/Proxima-Nova-Alt-Thin.ttf') format('truetype');
			font-weight: 100;
			font-style: normal;
		}
		@font-face {
			font-family: 'Proxima nova alt';
			src: url('../fonts/Proxima-Nova-Alt-Bold.ttf') format('truetype');
			font-weight: 700;
			font-style: normal;
		}
		@font-face {
			font-family: 'Proxima nova alt';
			src: url('../fonts/Proxima-Nova-Alt-Light.ttf') format('truetype');
			font-weight: 300;
			font-style: normal;
		}
		@font-face {
			font-family: 'Proxima nova';
			src: url('../fonts/Proxima-Nova-Bold.ttf') format('truetype'), url('../fonts/Proxima-Nova-Extrabold.ttf') format('truetype');
			font-weight: 700;
			font-style: normal;
		}
		@font-face {
			font-family: 'Proxima nova';
			src: url('../fonts/Proxima-Nova-Thin.ttf') format('truetype');
			font-weight: 100;
			font-style: normal;
		}
		@font-face {
			font-family: 'Proxima nova';
			src: url('../fonts/Proxima-Nova-Black.ttf') format('truetype');
			font-weight: 900;
			font-style: normal;
		}
		@font-face {
			font-family: 'Proximanova';
			src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
			font-weight: 400;
			font-style: normal;
		}
		@font-face {
			font-family: 'Proximanova reg';
			src: url('../fonts/Proximanova-reg.ttf') format('truetype');
			font-weight: 400;
			font-style: normal;
		}
		@font-face {
			font-family: 'Gotham Black';
			src: url('../fonts/gotham-black.ttf') format('truetype');
			font-weight: bold;
			font-style: normal;
		}
		@font-face {
			font-family: "Avenir regular", sans-serif;
			src: url('../fonts/gotham-light.ttf') format('truetype');
			font-weight: 400;
			font-style: normal;
		}
		@font-face {
			font-family: 'Avenir regular';
			src: url('../fonts/AvenirLTStd-Medium.ttf') format('truetype');
			font-weight: 400;
			font-style: normal;
		}