@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


html, body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}
.list1 {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #ddd;
	font-weight: 700;
	font-size: 16px;
}

.list1 ol,
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.list2 {
	font-weight: 300;
	padding: 8px 0 8px 0;
	border-bottom: 1px dotted #ddd;
	font-size: 14px;
}

.list3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #8C1F19;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img-thumbnail1 {
	display: inline-block;
	max-width: 100%;
	line-height: 1.428571429;
	border: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 3px 2px 10px #ddd;
	-webkit-box-shadow: 3px 2px 10px #ddd;
	-moz-box-shadow: 3px 2px 10px #ddd;
	margin-bottom: 30px;
}

.img-thumbnail2 {
	display: inline-block;
	max-width: 100%;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 30px;
}

.img-thumbnail3 {
	display: inline-block;
	max-width: 100%;
	line-height: 1.428571429;
	border: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 3px 2px 10px #ddd;
	-webkit-box-shadow: 3px 2px 10px #ddd;
	-moz-box-shadow: 3px 2px 10px #ddd;
	margin-bottom: 17px;
}

.nav-top {
	width: 100%;
	height: 30px;
	clear: both;
	display: table;
	padding-bottom: 30px;
}

.nav-botton {
	width: 100%;
	height: 30px;
	clear: both;
	display: table;
	padding-top: 30px;
}

.nav-left {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.nav-right {
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.tabulacao1 {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	background: #ddd;
	float: left;
	font-size: 14px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tabulacao2 {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	background: #333;
	color: #FFF;
	float: left;
	font-size: 14px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sep-div {
	padding: 15px 0 15px 0;
	clear: both;
}

.sep-div2 {
	padding-top: 5px;
	clear: both;
}

.sep-div3 {
	padding: 30px 0 30px 0;
	clear: both;
}

.facebook {
	width: 200px;
	float: left;
}

.twitter a {
	float: left;
	border-radius: 3px;
	width: 28px;
	height: 28px;
	text-align: center;
	background: #0097C5;
	color: #FFF;
	font-size: 18px;
	padding: 2px 5px 5px 5px;
	float: left;
	margin-right: 10px;
}

.google a {
	float: left;
	border-radius: 3px;
	width: 30px;
	height: 28px;
	text-align: center;
	background: #CE3721;
	color: #FFF;
	font-size: 18px;
	padding: 2px 5px 5px 5px;
	float: left;
	margin-right: 10px;
}

.twitter a:hover {
	color: #fff;
}

.google a:hover {
	color: #fff;
}

.side-menu-wrapper {
	/* style menu wrapper */
	overflow: hidden;
	background: rgba(0, 0, 0, .95);
	padding: 40px 0 0 40px;
	position: fixed;
	/* Fixed position */
	top: 0;
	right: -290px;
	/* Sidebar initial position. "right" for right positioned menu */
	height: 100%;
	z-index: 2095;
	transition: 0.5s;
	/* CSS transition speed */
	width: 280px;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

.side-menu-wrapper>ul {
	/* css ul list style */
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	/* enable scroll for menu items */
	width: 500px;
	/* this width will hide scroll bar */
	color: #fff;
}

.side-menu-wrapper>ul>li>a {
	/* links */
	display: block;
	border-bottom: 1px solid #131313;
	padding: 6px 4px 6px 4px;
	color: #fff;
	transition: 0.3s;
	text-decoration: none;
}

.side-menu-wrapper>a.menu-close {
	/* close button */
	padding: 8px 0 4px 23px;
	color: #6B6B6B;
	display: block;
	margin: -30px 0 -10px -20px;
	font-size: 35px;
	text-decoration: none;
}

.side-menu-overlay {
	/* overlay */
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2090;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	opacity: 0;
	transition: opacity 1s;
}

.form-control2 {
	display: block;
	width: 100%;
	padding: 0.8rem 0.8rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 0;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin-bottom: 15px;
}

.form-control2::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control2:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control2::-webkit-input-placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control2:-ms-input-placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control2::-ms-input-placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control2::placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control2:disabled,
.form-control2[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control2:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}

select.form-control2:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.atendimento-whatsapp a {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #29B43F;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 12px;
	z-index: 2000;
}


@media only screen and (min-width : 320px) {
	.whatsapp a {
		float: left;
		border-radius: 3px;
		width: 28px;
		height: 28px;
		text-align: center;
		background: #29B43F;
		color: #FFF;
		font-size: 20px;
		padding: 2px 5px 5px 5px;
		float: left;
		margin-right: 10px;
		display: inherit;
	}

	.cor-whatsapp a:hover {
		color: #eee;
	}

	.bloco-topo {
		margin: 0;
		padding: 0;
		width: 100%;
		display: table;
		padding: 15px;
		z-index: 2090;
	}

	.bloco-topo2 {
		width: 100%;
		display: table;
		padding: 15px;
		background: #ddd url(../imagens/img_tela1.jpg) no-repeat center center;
	}

	.logo {
		float: left;
		display: block;
	}

	.logo img {
		width: 60%;
	}

	.logo .logo-light {
		display: none;
	}

	.menu {
		display: none;
	}

	.menu2 a {
		color: #333;
	}

	.menu2 {
		position: absolute;
		display: block;
		z-index: 1050;
		top: 25px;
		right: 15px;
	}
	.telefone {
		display: none;
	}

	.rs {
		display: inherit;
		float: right;
		margin-right: 60px;
		margin-top: 10px;
	}

	.rs a {
		font-size: 20px;
		float: left;
		display: block;
		color: #333;
		margin-left: 10px;
	}

	.rs a:hover {
		color: #eee;
	}


	/*************************************************/

	.bloco-topo.small {
		margin: 0;
		padding: 0;
		width: 100%;
		background: #fff;
		position: fixed;
		display: table;
		padding: 15px;
		z-index: 1000;
		border-bottom: 1px solid #ddd;
		filter: opacity(alpha=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
	}

	.bloco-topo.small>.logo {
		display: inherit;
		float: left;
	}

	.bloco-topo.small>.logo img {
		width: 60%;
	}

	.bloco-topo.small>.logo .logo-color {
		display: inherit;
	}

	.bloco-topo.small>.logo .logo-light {
		display: none;
	}

	.bloco-topo.small>.menu {
		display: none;
	}

	.bloco-topo.small>.menu2 {
		position: absolute;
		display: block;
		z-index: 1050;
		top: 25px;
		right: 15px;
	}

	.bloco-topo.small>.rs {
		display: inherit;
		float: right;
		margin-top: 8px;
		margin-right: 30px;
		margin-left: 0px;
	}

	.bloco-topo.small>.rs a {
		font-size: 14px;
		float: left;
		display: block;
		padding: 5px 10px 5px 10px;
		border: 1px solid #333;
		color: #333;
		border-radius: 6px;
		margin-right: 10px;
	}

	/*--------------------------------------------------*/
	.bloco-topo2.small {
		margin: 0;
		padding: 0;
		width: 100%;
		background: #fff;
		position: fixed;
		display: table;
		padding: 15px;
		z-index: 1000;
		border-bottom: 1px solid #ddd;
		filter: opacity(alpha=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
	}

	.bloco-topo2.small>.logo {
		display: inherit;
		float: left;
	}

	.bloco-topo2.small>.logo img {
		width: 60%;
	}

	.bloco-topo2.small>.logo .logo-color {
		display: inherit;
	}

	.bloco-topo2.small>.logo .logo-light {
		display: none;
	}

	.bloco-topo2.small>.menu {
		display: none;
	}

	.bloco-topo2.small>.menu2 {
		position: absolute;
		display: block;
		z-index: 1050;
		top: 25px;
		right: 15px;
	}

	.bloco-topo2.small>.rs {
		display: inherit;
		float: right;
		margin-top: 5px;
		margin-right: 30px;
		margin-left: 0px;
	}

	.bloco-topo2.small>.rs a {
		font-size: 14px;
		float: left;
		display: block;
		padding: 5px 10px 5px 10px;
		border: 1px solid #333;
		color: #333;
		border-radius: 6px;
		margin-right: 10px;
	}

	/****************************************************/

	.bloco-texto {
		margin: 0;
		width: 100%;
		height: 5px;
		background: #F58634;
		text-align: center;
		margin-top: -1px;
	}

	.bloco1 {
		padding: 15px 0 15px 0;
		width: 100%;
	}

	.bloco1 .cx {
		width: 100%;
		position: relative;
		margin-bottom: 15px;
	}

	.bloco1 .ct-img {
		overflow: hidden;
	}

	.bloco1 .ct-img>img {
		width: 100%;
		-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
		-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
		-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
		-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
		transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	}

	.bloco1 .ct-img:hover>img {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	.bloco1 .cx .sb {
		width: 100%;
		height: 100%;
		position: absolute;
		background: url(../imagens/pixel.png) repeat;
		z-index: 60;
	}

	.bloco1 .cx .titulos {
		position: absolute;
		padding: 15px;
		bottom: 0;
		z-index: 65;
	}

	.bloco1 .cx .titulos hr {
		width: 40px;
		border: 2px solid #F58634;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.bloco1 .cx .titulos h2 {
		margin: 0;
		
		
		font-weight: 700;
		font-size: 25px;
		color: #fff;
		text-transform: uppercase;
	}

	.bloco1 .cx .titulos p {
		margin: 0;
		
		
		font-size: 16px;
		color: #fff;
		font-weight: 400;
	}

	.bloco-galeria {
		width: 100%;
		padding: 30px 0 30px 0;
	}

	.bloco-galeria hr {
		width: 40px;
		border: 2px solid #F58634;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.bloco-galeria h2 {
		margin: 0;
		
		
		font-weight: 700;
		font-size: 25px;
		color: #2E324B;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.bloco-rodape {
		background: #2A2F4B url(../imagens/fd_rod2.png) no-repeat bottom center;
		padding: 40px 0 30px 0;
		clear: both;
		color: #fff;
	}

	.bloco-rodape a {
		color: #fff;
	}

	.bloco-rodape p {
		
		
		font-weight: 400;
		font-size: 14px;
	}

	.bloco-rodape h2 {
		margin: 0;
		
		
		font-weight: 700;
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
	}

	.bloco-rodape hr {
		width: 40px;
		border: 1px solid #F58634;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.bloco-rodape .rp1 {
		text-align: center;
	}

	.bloco-rodape .rp2 {
		padding: 30px 15px 30px 15px;
	}

	.bloco-rodape .rp3 {
		text-align: center;
	}

	.cx-orcamento a {
		display: block;
		width: 100%;
		background: #F58634;
		color: #FFF;
		text-align: center;
		padding: 15px;
		margin: 0;
		font-size: 20px;
		
		
		font-weight: 300;
		color: #FFF;
		border-radius: 3px;
	}


	.bloco-titulo {
		width: 100%;
		padding: 30px 0 30px 0;
	}

	.bloco-titulo p {
		margin: 0;
		color: #2A2F4B;
		font-size: 12px;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 0.09em;
	}

	.bloco-titulo h2 {
		margin: 0;
		color: #2A2F4B;
		font-size: 50px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.07em;
	}

	.bloco-titulo hr {
		width: 50px;
		border: 1px solid #F58634;
		margin: 0;
		margin-top: 15px;
	}

	.bloco-contato {
		width: 100%;
		background: #eee;
		padding: 40px;
		margin-bottom: 40px;
	}

	.bloco-contato p {
		margin: 0;
		color: #818181;
		
		
		font-size: 14px;
		font-weight: 400;
	}

	.bloco-contato h3 {
		margin: 0;
		color: #818181;
		
		
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.07em;
		margin-top: 15px;
	}

	.bloco-contato hr {
		width: 40px;
		border: 1px solid #F58634;
		margin: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}


	/** formata elementos que tem backgrounds parallax **/
	.bgParallax {
		margin: 0 auto;
		width: 100%;
		max-width: 1920px;
		position: relative;
		min-height: 100%;
		/*text-shadow:0 0 10px rgba(0,0,0,0.7);*/
		background-position: 50% 0;
		background-repeat: repeat;
		background-attachment: fixed;
	}

	/******janela modal*******************/
	.window {
		display: none;
		width: 90%;
		height: 90%;
		position: absolute;
		left: 0;
		top: 0;
		background: #FFF;
		z-index: 9900;
		padding: 30px;
		border-radius: 4px;
	}

	.window h2 {
		margin: 0;
		color: #818181;
		
		
		font-size: 30px;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 15px;
	}

	.window p {
		margin: 0;
		color: #818181;
		
		
		font-size: 14px;
		font-weight: 400;
	}

	#mascara {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9000;
		background-color: #000;
	}

	.fechar {
		display: block;
		text-align: right;
	}

	.bloco-servico {
		width: 100%;
		min-height: inherit;
		background: #eee;
		padding: 15px;
		margin-bottom: 30px;
	}

	.bloco-servico h3 {
		padding: 0 0 0 0;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 700;
		
		
		color: #F97D3C;
	}

	.bloco-servico p {
		margin: 0;
		padding: 0;
		padding: 5px 0 5px 0;
		border-bottom: 1px solid #ddd;
	}


	.bloco-materia {
		font-weight: 400;
		line-height: 22px;
		padding: 0;
	}

	.bloco-materia h4 {
		margin: 0;
		color: #EB1E00;
		font-size: 12px;
		
		
		font-weight: 400;
		margin-bottom: 5px;
		text-transform: uppercase;
		letter-spacing: 0.09em;
	}

	.bloco-materia h1 {
		margin: 0;
		color: #333;
		font-size: 40px;
		
		
		font-weight: 700;
		margin-bottom: 10px;
	}

	.bloco-materia table {
		background: #eee;
		margin-right: 20px;
		margin-bottom: 20px;
		border: 0px;
	}

	.bloco-materia table td {
		font-size: 14px;
		padding: 4px;
	}

	.bloco-materia table img {
		margin: 0px;
		padding: 0px;
	}

	.cx-mais-mat {
		width: 100%;
		padding: 0;
	}

	.cx-mais-mat h4 {
		margin: 0;
		color: #333;
		
		
		font-weight: 700;
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: 15px;
	}

	.cx-mais-mat .cx {
		width: 100%;
		background: #fff;
		display: table;
		margin-bottom: 15px;
		box-shadow: 1px 1px 4px #ddd;
		-webkit-box-shadow: 1px 1px 4px #ddd;
		-moz-box-shadow: 1px 1px 4px #ddd;
		border: 1px solid #eee;
	}

	.cx-mais-mat .cx img {
		margin-bottom: 0px;
	}

	.cx-mais-mat .cx .titulos {
		margin-left: -30px;
		padding: 15px 0 0 15px;
	}

	.cx-mais-mat .cx .titulos p {
		margin: 0;
		font-size: 16px;
		
		
		font-weight: 700;
		color: #333;
	}

	.bloco-coment {
		padding: 15px;
		border: 1px solid #ddd;
	}

	.bloco-coment h2 {
		
		
		font-weight: 700;
		font-size: 20px;
		margin: 0;
		text-transform: uppercase;
	}

	.bloco-coment hr {
		width: 30px;
		border: 2px solid #666;
		margin: 0;
		padding: 0;
		margin-left: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}


	.bloco-mat {
		position: relative;
		margin-bottom: 30px;
	}

	.bloco-mat p {
		position: absolute;
		background: url(../imagens/pixel.png) repeat;
		width: 100%;
		display: block;
		left: 0px;
		bottom: -15px;
		padding: 15px;
		color: #fff;
	}
	.bloco-financia {
		width: 100%;
		padding: 60px 0;
	}
	.bloco-financia h2{
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		color: #F58634;
		margin-bottom: 10px;
	}
	.bloco-financia p{
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		margin-bottom: 30px;
	}

	.bloco-financia .btn1 {
		display: inline-block;
		padding: 15px 30px;
		background: #29B43F;
		color:		#fff;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		border-radius: 6px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}

}

@media only screen and (min-width : 480px) {}

@media only screen and (min-width : 700px) {
	.whatsapp a {
		display: none;
	}


}

@media only screen and (min-width : 1000px) {}


@media only screen and (min-width : 1200px) {
	.bloco-topo {
		position: fixed;
		margin: 0;
		padding: 0;
		width: 100%;
		display: table;
		padding: 30px 130px 30px 130px;
		z-index: 2090;
	}

	.bloco-topo2 {
		width: 100%;
		display: table;
		padding: 30px 30px 30px 30px;
		background: #ddd url(../imagens/img_tela1.jpg) no-repeat center center;
	}

	.logo {
		float: left;
		display: inherit;
        transition: 0.8s;
	}

	.logo img {
		width: 100%;
        transition: 0.8s;
	}

	.logo .logo-color {
		display: none;
	}

	.logo .logo-light {
		display: inherit;
	}

	.menu2 {
		display: none;
	}

	.menu {
		float: right;
		display: inherit;
        margin-right: 15px;
	}

	.menu ul {
		list-style: none;
	}

	.menu ul li {
		float: left;
	}

	.menu ul li:hover {
		background: #F58634;
		color: #FFF;
	}

	.menu ul li a {
		line-height: 30px;
		display: block;
		padding: 0px 15px;
    	font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		margin: 0px;
	}

	.menu ul li a:hover {
		text-decoration: none;
	}

	.menu ul li ul {
		background: #F58634;
		display: none;
		border-bottom: 4px solid #2A2F4B;
		z-index: 30000;
		border-radius: 0 0 5px 5px;
	}

	.menu ul li:last-child ul {
		right: 0px;
	}

	.menu li:hover ul {
		display: block;
		position: absolute;
	}

	.menu li:hover ul li {
		float: none;
		white-space: nowrap;
		width: 200px;
		color: #fff;
		margin-right: 0px;
	}

	.menu li:hover ul li {
		float: none;
		white-space: nowrap;
	}

	.menu li:hover ul li a {
		line-height: 30px;
		font-size: 14px;
		text-align: left;
		text-transform: none;
		color: #fff;
	}

	.menu li:hover ul li a:hover {
		background: #B86C3B;
		color: #fff;
	}

	.telefone {
		display: inherit;
		float: right;
        margin-right: 30px;
	}
	.telefone a {
        font-family: 'Poppins', sans-serif;
		font-size: 14px;
		float: left;
		display: block;
		color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        line-height: 30px;
        padding: 0 15px;
	}
	.telefone a:hover {
        color: #eee;
        text-decoration: none;
    }
    .rs {
		display: inherit;
		float: right;
	}

	.rs a {
        font-family: 'Poppins', sans-serif;
		font-size: 18px;
		float: left;
		display: block;
		color: #fff;
        margin-left: 10px;
        line-height: 30px;
	}

	.rs a:hover {
		color: #eee;
	}


	/*************************************************/

	.bloco-topo.small {
		margin: 0;
		padding: 0;
		width: 100%;
		background: #fff;
		position: fixed;
		display: table;
		padding: 15px 30px 15px 30px;
		z-index: 1000;
		border-bottom: 1px solid #ddd;
		filter: opacity(alpha=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
	}

	.bloco-topo.small>.logo {
		display: inherit;
		float: left;
        transition: 0.8s;
	}

	.bloco-topo.small>.logo img {
		width: 60%;
        transition: 0.8s;
	}

	.bloco-topo.small>.logo .logo-color {
		display: inherit;
	}

	.bloco-topo.small>.logo .logo-light {
		display: none;
	}

	.bloco-topo.small>.menu {
		float: right;
		display: inherit;
		margin-top: 5px;
	}
	.bloco-topo.small>.menu2 {
		display: none;
	}

	.bloco-topo.small>.menu ul li a {
		line-height: 30px;
		display: block;
		padding: 0px 15px;
    	font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 600;
		color: #000;
		margin: 0px;
	}
	.bloco-topo.small>.telefone {
		margin: 0;
		padding: 0;
		display: inherit;
		float: right;
        margin-right: 30px;
	}
	.bloco-topo.small>.telefone a {
        font-family: 'Poppins', sans-serif;
		font-size: 14px;
		float: left;
		display: block;
		color: #000;
        border: 1px solid #000;
        border-radius: 50px;
        line-height: 30px;
        padding: 0 15px;
	}
	.bloco-topo.small>.telefone a:hover {
        color: #333;
        text-decoration: none;
    }
	.bloco-topo.small>.rs {
		margin: 0;
		padding: 0;
		display: inherit;
		float: right;
	}
	.bloco-topo.small>.rs a {
        font-family: 'Poppins', sans-serif;
		font-size: 18px;
		float: left;
		display: block;
		color: #000;
        margin-left: 10px;
        line-height: 30px;
		border: 0;
	}
	.bloco-topo.small>.rs a:hover {
		color: #333;
	}

	/*--------------------------------------------------*/
	.bloco-topo2.small {
		margin: 0;
		padding: 0;
		width: 100%;
		background: #fff;
		position: fixed;
		display: table;
		padding: 15px 30px 15px 30px;
		z-index: 1000;
		border-bottom: 1px solid #ddd;
		filter: opacity(alpha=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
	}

	.bloco-topo2.small>.logo {
		display: inherit;
		float: left;
        transition: 0.8s;
	}

	.bloco-topo2.small>.logo img {
		width: 60%;
        transition: 0.8s;
	}

	.bloco-topo2.small>.logo .logo-color {
		display: inherit;
	}

	.bloco-topo2.small>.logo .logo-light {
		display: none;
	}

	.bloco-topo2.small>.menu {
		float: right;
		display: inherit;
		margin-top: 5px;
	}
	.bloco-topo2.small>.menu2 {
		display: none;
	}

	.bloco-topo2.small>.menu ul li a {
		line-height: 30px;
		display: block;
		padding: 0px 15px;
    	font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 600;
		color: #000;
		margin: 0px;
	}
	.bloco-topo2.small>.telefone {
		margin: 0;
		padding: 0;
		display: inherit;
		float: right;
        margin-right: 30px;
	}
	.bloco-topo2.small>.telefone a {
        font-family: 'Poppins', sans-serif;
		font-size: 14px;
		float: left;
		display: block;
		color: #000;
        border: 1px solid #000;
        border-radius: 50px;
        line-height: 30px;
        padding: 0 15px;
	}
	.bloco-topo2.small>.telefone a:hover {
        color: #333;
        text-decoration: none;
    }
	.bloco-topo2.small>.rs {
		margin: 0;
		padding: 0;
		display: inherit;
		float: right;
	}
	.bloco-topo2.small>.rs a {
        font-family: 'Poppins', sans-serif;
		font-size: 18px;
		float: left;
		display: block;
		color: #000;
        margin-left: 10px;
        line-height: 30px;
		border: 0;
	}
	.bloco-topo2.small>.rs a:hover {
		color: #333;
	}

	/****************************************************/

	.bloco-texto {
		margin: 0;
		width: 100%;
		height: 5px;
		background: #F58634;
		text-align: center;
		margin-top: -1px;
	}

	.bloco1 {
		padding: 60px 0 60px 0;
		width: 100%;
		background: #eee;
	}

	.bloco1 .cx {
		width: 100%;
		position: relative;
		margin-bottom: 0px;
		border-radius: 6px;
	}

	.bloco1 .ct-img {
		overflow: hidden;
	}

	.bloco1 .ct-img>img {
		width: 100%;
		-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
		-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
		-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
		-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
		transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
		border-radius: 6px;
	}

	.bloco1 .ct-img:hover>img {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	.bloco1 .cx .sb {
		width: 100%;
		height: 100%;
		position: absolute;
		background: url(../imagens/pixel.png) repeat;
		z-index: 60;
		border-radius: 6px;
	}

	.bloco1 .cx .titulos {
		position: absolute;
		padding: 15px;
		bottom: 0;
		z-index: 65;
	}

	.bloco1 .cx .titulos hr {
		width: 40px;
		border: 2px solid #F58634;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.bloco1 .cx .titulos h2 {
		margin: 0;
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		font-size: 25px;
		color: #fff;
		text-transform: uppercase;
	}

	.bloco1 .cx .titulos p {
		margin: 0;
		font-family: 'Poppins', sans-serif;	
		font-size: 16px;
		color: #fff;
		font-weight: 400;
	}

	.bloco-galeria {
		width: 100%;
		padding: 60px 0 60px 0;
	}

	.bloco-galeria hr {
		width: 40px;
		border: 2px solid #F58634;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.bloco-galeria h2 {
		margin: 0;
		font-family: 'Poppins', sans-serif;	
		font-weight: 700;
		font-size: 25px;
		color: #2E324B;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.bloco-rodape {
		background: #2A2F4B url(../imagens/fd_rod2.png) no-repeat bottom center;
		padding: 60px 0 60px 0;
		clear: both;
		color: #fff;
	}

	.bloco-rodape a {
		color: #fff;
	}

	.bloco-rodape p {
		font-family: 'Poppins', sans-serif;			
		font-weight: 400;
		font-size: 14px;
	}

	.bloco-rodape h2 {
		margin: 0;
		font-family: 'Poppins', sans-serif;	
		font-weight: 700;
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
	}

	.bloco-rodape hr {
		width: 40px;
		border: 1px solid #F58634;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.bloco-rodape .rp1 {
		text-align: left;
	}

	.bloco-rodape .rp2 {
		padding: 0px;
	}

	.bloco-rodape .rp3 {
		text-align: right;
		color: #808392;
	}

	.cx-orcamento a {
		display: block;
		width: 100%;
		background: #F58634;
		color: #FFF;
		text-align: center;
		padding: 15px;
		margin: 0;
		font-size: 20px;
		
		
		font-weight: 300;
		color: #FFF;
		border-radius: 3px;
	}

	.bloco-titulo {
		width: 100%;
		padding: 30px 0 30px 0;
	}

	.bloco-titulo p {
		margin: 0;
		color: #2A2F4B;
		font-family: 'Poppins', sans-serif;						
		font-size: 12px;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 0.09em;
	}

	.bloco-titulo h2 {
		margin: 0;
		color: #2A2F4B;
		font-family: 'Poppins', sans-serif;
		font-size: 50px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.07em;
	}

	.bloco-titulo hr {
		width: 50px;
		border: 1px solid #F58634;
		margin: 0;
		margin-top: 15px;
	}

	.tipo {
		float: right;
		padding: 25px 30px;
		background: #F58634;
		color: #fff;
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
}

	.bloco-contato {
		width: 100%;
		background: #eee;
		padding: 40px;
		margin-bottom: 40px;
	}

	.bloco-contato p {
		margin: 0;
		color: #818181;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 400;
	}

	.bloco-contato h3 {
		margin: 0;
		color: #818181;
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.07em;
		margin-top: 15px;
	}

	.bloco-contato hr {
		width: 40px;
		border: 1px solid #F58634;
		margin: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}


	/** formata elementos que tem backgrounds parallax **/
	.bgParallax {
		margin: 0 auto;
		width: 100%;
		max-width: 1920px;
		position: relative;
		min-height: 100%;
		/*text-shadow:0 0 10px rgba(0,0,0,0.7);*/
		background-position: 50% 0;
		background-repeat: repeat;
		background-attachment: fixed;
	}

	/******janela modal*******************/
	.window {
		display: none;
		width: 90%;
		height: 90%;
		position: absolute;
		left: 0;
		top: 0;
		background: #FFF;
		z-index: 9900;
		padding: 30px;
		border-radius: 4px;
	}

	.window h2 {
		margin: 0;
		color: #818181;
		
		
		font-size: 30px;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 15px;
	}

	.window p {
		margin: 0;
		color: #818181;
		
		
		font-size: 14px;
		font-weight: 400;
	}

	#mascara {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9000;
		background-color: #000;
	}

	.fechar {
		display: block;
		text-align: right;
	}

	.tith3 {
		margin: 0;
		font-size: 28px;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		color: #F97D3C;
		margin-bottom: 10px;
	}


	.bloco-materia {
		font-weight: 400;
		line-height: 22px;
		padding: 0;
	}

	.bloco-materia h4 {
		margin: 0;
		color: #EB1E00;
		font-size: 12px;
		
		
		font-weight: 400;
		margin-bottom: 5px;
		text-transform: uppercase;
		letter-spacing: 0.09em;
	}

	.bloco-materia h1 {
		margin: 0;
		color: #333;
		font-size: 40px;
		
		
		font-weight: 700;
		margin-bottom: 10px;
	}

	.bloco-materia table {
		background: #eee;
		margin-right: 20px;
		margin-bottom: 20px;
		border: 0px;
	}

	.bloco-materia table td {
		font-size: 14px;
		padding: 4px;
	}

	.bloco-materia table img {
		margin: 0px;
		padding: 0px;
	}

	.cx-mais-mat {
		width: 100%;
		padding: 0;
	}

	.cx-mais-mat h4 {
		margin: 0;
		color: #333;
		
		
		font-weight: 700;
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: 15px;
	}

	.cx-mais-mat .cx {
		width: 100%;
		background: #fff;
		display: table;
		margin-bottom: 15px;
		box-shadow: 1px 1px 4px #ddd;
		-webkit-box-shadow: 1px 1px 4px #ddd;
		-moz-box-shadow: 1px 1px 4px #ddd;
		border: 1px solid #eee;
	}

	.cx-mais-mat .cx img {
		margin-bottom: 0px;
	}

	.cx-mais-mat .cx .titulos {
		margin-left: -30px;
		padding: 15px 0 0 15px;
	}

	.cx-mais-mat .cx .titulos p {
		margin: 0;
		font-size: 16px;
		
		
		font-weight: 700;
		color: #333;
	}

	.bloco-coment {
		padding: 15px;
		border: 1px solid #ddd;
	}

	.bloco-coment h2 {
		
		
		font-weight: 700;
		font-size: 20px;
		margin: 0;
		text-transform: uppercase;
	}

	.bloco-coment hr {
		width: 30px;
		border: 2px solid #666;
		margin: 0;
		padding: 0;
		margin-left: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}


	.bloco-materias {
		width: 100%;
		clear: both;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}

	.bloco-materias img {
		box-shadow: 2px 4px 6px #ddd;
		-webkit-box-shadow: 2px 4px 6px #ddd;
		-moz-box-shadow: 2px 4px 6px #ddd;
	}

	.bloco-materias h3 {
		margin: 0;
		
		
		font-weight: 700;
		font-size: 25px;
		text-transform: uppercase;
		padding: 10px 0 0 0;
	}

	.bloco-materias h4 {
		margin: 0;
		
		
		font-weight: 400;
		font-size: 16px;
		margin-bottom: 15px;
	}

	.bloco-materias p {
		margin: 0;
		
		
		font-size: 14px;
		font-weight: 400;
	}

	.bts {
		float: left;
	}

	.bts a {
		text-align: center;
		background: #fff;
		border: 1px solid #ddd;
		padding: 10px 15px 10px 15px;
		display: inline-block;
		font-family: 'Poppins', sans-serif;
		color: #F58634;
		font-weight: 600;
		font-size: 18px;
		margin-right: 10px;
		border-radius: 3px;
		text-transform: uppercase;
	}

	.bts a:hover {
		color: #000;
	}

	.bts a.current {
		text-align: center;
		background: #F58634;
		padding: 10px 15px 10px 15px;
		display: inline-block;
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		color: #FFF;
		font-weight: 600;
		border: 1px solid #F58634;
		margin-right: 10px;
		border-radius: 3px;
		text-transform: uppercase;
	}

	.container-bts {
		margin-left: -15px;
		margin-right: -15px;
	}

	.container-bts {}

	.isotope-item {
		z-index: 2;
	}

	.isotope-hidden.isotope-item {
		pointer-events: none;
		z-index: 1;
	}

	.isotope,
	.isotope .isotope-item {
		/* change duration value to whatever you like */

		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}

	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		transition-property: height, width;
	}

	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		transition-property: transform, opacity;
	}

	.tab-imoveis {
		width: 100%;
		background: #fff;
		box-shadow: 3px 2px 10px #ddd;
		-webkit-box-shadow: 3px 2px 10px #ddd;
		-moz-box-shadow: 3px 2px 10px #ddd;
		position: relative;
		margin-bottom: 50px;
	}

	.tab-imoveis a:hover {
		text-decoration: none;
	}
	.box_img {
		width: 100%;
		height: 250px;
		overflow: hidden;
	}
	.box_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.tab-imoveis .titulos {
		width: 100%;
		height: 100px;
		padding: 15px;
		text-align: center;
	}

	.tab-imoveis .titulos h3 {
		margin: 0;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 18px;
		color: #2A2F4B;
	}

	.tab-imoveis .titulos p {
		margin: 0;
		text-transform: uppercase;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size: 14px;
		color: #F58634;
	}

	.tab-imoveis .detalhes {
		display: none;
	}

	.tab-imoveis:hover .detalhes {
		width: 100%;
		display: table;
		background: #fff;
		padding: 0 15px;
	}

	.tab-imoveis:hover .detalhes h4 {
		text-transform: uppercase;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size: 14px;
		color: #fff;
		background: #F58634;
		display: block;
		padding: 10px 15px;
		border-radius: 4px;
		text-align: center;
	}

	.box-legenda-1 {
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		position: absolute;
		background: rgba(245, 134, 52, .8);
		padding: 10px 15px;
		top: 0;
		border-radius: 0 0 15px 0;
	}
	.box-legenda-2 {
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		position: absolute;
		background: rgba(27, 122, 3, 0.74);
		padding: 10px 15px;
		top: 0;
		border-radius: 0 0 15px 0;
	}

	.bloco-detalhes {}

	.bloco-detalhes ul li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		padding: 5px 0 5px 0;
		
		
		font-weight: 400;
		border-top: 1px solid #ddd;
	}

	.bloco-detalhes img {
		height: inherit;
		width: inherit;
		width: 100%;
	}

	.mapa {
		padding: 15px;
		background: #ddd;
	}

	.mapa iframe {
		width: inherit;
		width: 100%;
	}

	.bloco-financia {
		width: 100%;
		padding: 60px 0;
	}
	.bloco-financia h2{
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		font-size: 45px;
		color: #F58634;
		margin-bottom: 10px;
	}
	.bloco-financia p{
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		margin-bottom: 30px;
	}

	.bloco-financia .btn1 {
		display: inline-block;
		padding: 15px 30px;
		background: #29B43F;
		color:		#fff;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		border-radius: 6px;
		text-transform: uppercase;
	}
	
}