@font-face {
    font-family: 'WorkSansRegular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSansSemiBold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSansLight';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/WorkSans-Light.ttf') format('truetype');
}

*{padding: 0px; margin: 0px; list-style: none; border: 0px; -o-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-modify: read-only; outline: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}

/* geral */
img{border: none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
.corte{clear: both;}
.limite{width: 1180px; margin: auto;}

.menu-open{display: none;}
#view .abre-form { display: none; }

#view .infor-mobile { display: none; z-index: 99999; }

html{height: 100%;}
body{height: 100%;}

/* ============= Banner flutuante informação ==================== */

.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%;	background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; z-index: 99999; }

	.overlay .infor { position: relative; max-width: 430px; min-width: 360px; }
	.overlay .infor img { width: 100%; height: auto; }
	.overlay .infor .close-btn { position: absolute; top: -10px; right: -8px; width: 35px; height: 35px; border: none; border-radius: 50%; background-color: #dc3545; color: white; font-weight: bold; font-size: 18px;	cursor: pointer; display: flex;	align-items: center; justify-content: center; }

/* ===================================== */

/* WHATSAPP FLUTUANDO */
#abre { position: fixed; right: 12px; bottom: 2%; width: 64px; z-index: 99999999!important; cursor: pointer; }
#whatsapp { display: none; background: #e9e9e9; border-radius: 6px; color: #333; padding: 0px; position: fixed; right: 82px; bottom: 2%; z-index: 99999999; box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 35%); }
#whatsapp p { line-height: 20px; text-align: center; font-size: 14px; }
#whatsapp a { display: block; border-radius: 3px; background: #16A657; padding: 6px; color: #fff; text-align: center; margin-bottom: 5px; font-size: 13px; }


#whatsapp{width: 320px;}
#whatsapp .topo-whats{background: #0B6156; padding: 15px 12px; font-family: Arial; font-size: 16px; line-height: 20px; color: #FFFFFF;}
#whatsapp .corpo-whats{padding: 12px; background: #ede4db;}
#whatsapp .form-whats{padding: 15px 10px; border-radius: 6px; background: #fff; font-family: Arial; font-size: 14px; color: #6D6868;}
#whatsapp .form-whats .campos{background: #E7FFE7; border: 1px solid #B9CCB9; border-radius: 5px; font-size: 14px; padding: 10px 10px; width: 100%; margin: 6px 0 10px;}
#whatsapp .form-whats .iniciar{background: #0B6156; border-radius: 5px; font-size: 13px; padding: 10px 10px; cursor: pointer; color: #fff; float: right}

/* FIM WHATSAPP FLUTUANDO */


#main-header { width: 100%; height: 700px; position: relative; }
	#main-header .top-bar { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; transition: background-color 0.3s ease; }
	#main-header .top-bar.fixed { position: fixed; background-color: rgba(0, 0, 0, 0.9); }
	#main-header .top-bar .limite { display: flex; justify-content: space-between; align-items: center; padding: 18px 0 19px; }
	#main-header .top-bar .limite h1 { margin: -3px 0 4px }
	#main-header .top-bar .limite h1 #logo { width: 180px; transition: width 0.3s ease; }
	#main-header .top-bar .limite .menu { display: flex; align-items: center; gap: 28px; }
	#main-header .top-bar .limite .menu a { color: #fff; font-family: 'WorkSansRegular'; font-size: 18px; }

/* Estilos para o slider */
.slider-wrapper { width: 100%; height: 100%; overflow: hidden; }
.slides { display: flex; transition: transform 0.5s ease-in-out; }

.slide { height: 700px; width: 100%; display: flex; align-items: center; flex-shrink: 0; }
	.slide .previa { width: 1180px; margin: auto; }
	.slide .previa span { border-radius: 2px; padding: 5px 6px 2px; background: #DA0A20; text-transform: uppercase; color: #ffffff; font-family: 'WorkSansRegular'; font-size: 15px; }
	.slide .previa h2 { width: 700px; margin-top: 8px; color: #ffffff; font-family: 'WorkSansSemiBold'; font-size: 46px; }

/* Setas para navegação do banner */
.arrow { position: absolute; top: 50%; color: #fff; cursor: pointer; z-index: 999; font-size: 25px}
	.arrow.left { left: 25px; }
	.arrow.right { right: 25px; }
	
#internal-header .top-bar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background-color: rgba(0, 0, 0, 0.9); }
#internal-header .top-bar .limite{ display: flex; justify-content: space-between; align-items: center; padding: 18px 0 19px; }
#internal-header .top-bar .portal{ padding: 13px 0 11px; }
#internal-header .top-bar .limite h1 { margin: -3px 0 4px }
#internal-header .top-bar .portal h1 { margin: 0; }
#internal-header .top-bar .limite h1 #logo { width: 140px; }
#internal-header .top-bar .limite h1 #logo-portal { width: 335px; display: block; }

#internal-header .top-bar .limite .menu { display: flex; align-items: center; gap: 28px; }
#internal-header .top-bar .limite .menu a { color: #fff; font-family: 'WorkSansRegular'; font-size: 18px; }

#internal-header .top-bar .limite .menu-icon { display: flex; align-items: center; gap: 40px; }
#internal-header .top-bar .limite .menu-icon span { color: #fff; font-family: 'WorkSansLight'; font-size: 18px; }
#internal-header .top-bar .limite .menu-icon span img{ vertical-align:bottom; }
#internal-header .top-bar .limite .menu-icon a { text-decoration: none; }

.home-title{ color: #1E1E1E; font-size: 44px; font-family: 'WorkSansSemiBold'; line-height: 30px; }
	.home-title span{color: #717171; letter-spacing: -1px; font-family: 'WorkSansRegular'; font-size: 16px;}

#line-one{ padding: 70px 0; }
	#line-one .imoveis{	margin: 50px 0 0; }
	#line-one .imoveis li{ position: relative; z-index: 0; }
	#line-one .imoveis li a{ text-decoration: none; }
	#line-one .imoveis li img{ width: 100%; }

	#line-one .imoveis li .tag{	position: absolute;	z-index: 1;	right: 15px; top: -15px; background: #1E1E1E; padding: 10px 0; font-family: 'WorkSansSemiBold'; font-size: 15px; color: #fff; width: 180px; text-align: center; }
	#line-one .imoveis li .previa{ font-family: 'WorkSansSemiBold'; font-size: 16px; color: #1E1E1E; padding: 20px 15px; border-bottom: 1px solid #D9D9D9; }
	#line-one .imoveis li .previa h2{margin-bottom: 5px;}
	
	#line-one .imoveis li .previa span{ font-family: 'WorkSansRegular'; font-size: 15px; color: #717171; }
	
	#line-one .imoveis li .detalhes{ margin-top: 15px; font-family: 'WorkSansRegular'; font-size: 15px; color: #1E1E1E;
		img{width: 28px; vertical-align: text-bottom; margin: 0 10px 0 15px;}
		hr{ border-top: 1px solid #d9d9d9; margin: 12px 0 }
	}
	
	#line-one .btn-todos-imoveis{ background: #87171B; color: #fff; font-family: 'WorkSansRegular'; font-size: 16px; padding: 10px 15px; text-decoration: none; }

#line-two{ background: #F4F4F4; }
	#line-two .limite{ padding: 80px 0 70px; background: url('../images/marca.png') no-repeat calc(50% + 440px) 50px; background-size: 280px auto; }
	#line-two .text{ float: left; margin-right: 60px; width: 400px; font-family: 'WorkSansSemiBold'; color: #1E1E1E; }
	#line-two .text h2{ font-size: 45px; margin-bottom: 20px; line-height: 50px; }
	#line-two .text span{ font-family: 'WorkSansLight'; font-size: 18px; color: #717171; line-height: 26px; }
	#line-two img{ width: 530px; }

#line-three{ padding: 70px 0 50px; border-bottom: 1px solid #D9D9D9 }
	#line-three .midias{ margin-top: 40px; }
	/* #line-three .midias li { width: 380px; } */
	#line-three .midias li a{ text-decoration: none; cursor: pointer; }
	#line-three .midias li img{ width: 100%; }
	#line-three .midias li .previa{ font-family: 'WorkSansSemiBold'; font-size: 16px; color: #000; padding: 20px 50px; background: #F9F9F9; text-align: center; }

#line-four{ padding: 70px 0; }
	#line-four .instagram{ margin-top: 40px; display: flex; flex-wrap: wrap; gap: 35px; }
	#line-four .instagram li{ width: 207px; height: 207px; }
	#line-four .instagram li img{ width: 100%; }

.page-title { color: #1E1E1E; font-size: 42px; font-family: 'WorkSansSemiBold'; }

.filter-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; }
.filter-title .filter select { float: left;	padding: 10px 15px; width: 250px; font-family: 'WorkSansRegular'; color: #717171; font-size: 16px; margin-right: 14px; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: #e5e5e5 url('../images/arrow-down.png') no-repeat right 12px center; background-size: 20px auto; cursor: pointer; }

.filter-title .filter .btSearch{border-radius: 4px; background: #87171B url('../images/search.png') no-repeat center; height: 36px; width: 40px; border: none; cursor: pointer; float: right;}

#property-list{ padding-top: 70px }
#property-block {padding: 70px 0 30px; }

	#property-block .properties li{	display: inline-block; margin: 0 19px 60px 0; width: 378px;	position: relative;	z-index: 0; vertical-align: top;
		img{width: 100%;}
		a{ text-decoration: none }
	}
	#property-block .properties li:nth-child(3n) { margin-right: 0; }
	#property-block .properties li .tag{ position: absolute; z-index: 1; right: 15px; top: -15px;	background: #1E1E1E; padding: 10px 0; font-family: 'WorkSansSemiBold'; font-size: 15px; color: #fff; width: 180px; text-align: center; }
	#property-block .properties li .previa{	font-family: 'WorkSansSemiBold'; font-size: 16px; color: #1E1E1E; padding: 20px 15px; border-bottom: 1px solid #D9D9D9;
		h2{margin-bottom: 5px;}
	}
	#property-block .properties li .previa span{ font-family: 'WorkSansRegular'; font-size: 15px; color: #717171; }
	
	#property-block .properties li .detalhes{ margin-top: 15px; font-family: 'WorkSansRegular'; font-size: 15px; color: #1E1E1E;
		img{width: 28px; vertical-align: text-bottom; margin: 0 10px 0 15px;}
		hr{ border-top: 1px solid #d9d9d9; margin: 12px 0 }
	}

	#property-block .properties li .opcoes{ border-bottom: 1px solid #D9D9D9; padding: 6px 0 20px;
		img{width: auto; vertical-align: middle}
	}

	#property-block .properties li .opcoes a{ display: block; float: left; border: 1px solid #cccccc; padding: 10px 0 10px 10px; width: 178px; font-family: 'WorkSansRegular'; font-size: 15px; color: #1E1E1E; margin: 5px; }

#search{padding: 60px 0 50px;}

	#search .limite{ border-radius: 4px; position: relative; z-index: 0; background: #DA0A20; height: 220px; padding: 40px 40px 0 280px; }
	#search .limite .text{ float: left; width: 480px;
		h2{ font-family: 'WorkSansSemiBold'; color: #fff; font-size: 36px; margin-bottom: 10px; line-height: 40px; }
		span{ font-family: 'WorkSansLight'; font-size: 18px; color: #f1f1f1; line-height: 25px;}
	}
	#search .limite .botoes{ float: right; margin-top: 47px;
		img{ width: 260px; }
	}	
	#search .limite .pessoa{ border-radius: 4px; position: absolute; z-index: 1; left: 40px; top: -70px; width: 200px; }
	
#banner-sobre { height: 700px; width: 100%; }

#termo-privacidade {font-family: 'WorkSansRegular'; font-size: 16px; color: #444444; line-height: 23px; padding-bottom: 30px}

#quem-somos{ margin-top: -300px; position: relative; z-index: 1; }
	#quem-somos .bloco-1{ margin-bottom: 90px }
	#quem-somos .bloco-1 h2{ font-family: 'WorkSansSemiBold'; font-size: 58px; color: #fff; line-height: 60px; margin-bottom: 60px }
	#quem-somos .bloco-1 img{ float: left; }
	#quem-somos .bloco-1 .texto{ float: right; width: 700px; font-family: 'WorkSansRegular'; font-size: 16px; color: #717171; line-height: 22px; padding-top: 200px; }
	
	#quem-somos .bloco-2{ margin-bottom: 90px }
	#quem-somos .bloco-2 .numeros{ float: left; background: #C02126; border-radius: 8px; padding: 50px 60px; width: 450px; font-family: 'WorkSansRegular'; font-size: 16px; color: #fff; line-height: 22px }
	#quem-somos .bloco-2 .numeros h3{ font-family: 'WorkSansSemiBold'; font-size: 30px; color: #fff; line-height: 40px; margin-bottom: 20px }
	#quem-somos .bloco-2 .texto{ float: right; width: 680px; font-family: 'WorkSansRegular'; font-size: 16px; color: #717171; line-height: 22px; padding-top: 50px; }

	#quem-somos .bloco-3 { padding: 10px 0 70px;}
	
	#quem-somos .bloco-3 .imoveis{	margin: 50px 0 0; }
	#quem-somos .bloco-3 .imoveis li{ position: relative; z-index: 0; }
	
	#quem-somos .bloco-3 .imoveis li .capa { position: relative; height: 214px; width: 380px; }
	#quem-somos .bloco-3 .imoveis li .capa .data-entrega { position: absolute; z-index: 99; bottom: 0; width: 100%; padding: 30px 15px 15px; font-family: 'WorkSansRegular'; font-size: 16px; color: #fff; background: linear-gradient(to top, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 10%);	}
	
	#quem-somos .bloco-3 .imoveis li img{ width: 100%; }

	#quem-somos .bloco-3 .imoveis li .tag{	position: absolute;	z-index: 1;	right: 15px; top: -15px; background: #1E1E1E; padding: 10px 0; font-family: 'WorkSansSemiBold'; font-size: 15px; color: #fff; width: 180px; text-align: center; }	
	
	#quem-somos .bloco-3 .imoveis li .detalhes{	font-family: 'WorkSansSemiBold'; font-size: 16px; color: #1E1E1E; padding: 20px 15px;	border-bottom: 1px solid #D9D9D9;
		h2{margin-bottom: 5px;}
	}
	#quem-somos .bloco-3 .imoveis li .detalhes span{ font-family: 'WorkSansRegular'; font-size: 15px; color: #717171; }

	#quem-somos .bloco-4 { margin-bottom: 70px; }
	#quem-somos .bloco-4 ul li{ float: left; width: 370px; font-family: 'WorkSansRegular'; font-size: 16px; color: #ffffff; line-height: 22px; padding: 40px; border-radius: 6px; }
	#quem-somos .bloco-4 ul li h4{ font-family: 'WorkSansSemiBold'; font-size: 28px; margin-bottom: 16px; }
	#quem-somos .bloco-4 ul li:nth-child(1) { background: #717171; }
	#quem-somos .bloco-4 ul li:nth-child(2) { background: #444444; margin: 0 25px; }
	#quem-somos .bloco-4 ul li:nth-child(3) { background: #1E1E1E; }

#menu_gancho { margin-top: 5px; #ffffff; padding: 22px 0; display: flex; justify-content: center; border-bottom: 1px solid #d9d9d9;}
	#menu_gancho .ganchos { display: flex; gap: 55px;}
	#menu_gancho .ganchos a { text-decoration: none; color: #1e1e1e; font-family: 'WorkSansSemiBold'; 	display: flex; align-items: center; font-size: 17px; }

#banner-imovel { width: 100%; height: 100%; overflow: hidden; }
	#banner-imovel .banner-image { height: 700px; width: 100%; display: flex; align-items: center; flex-shrink: 0; }
	.banner-image .previa_view { width: 1180px; margin: auto; }
	.banner-image .previa_view .tag { border-radius: 2px; padding: 4px 7px 2px; background: #DA0A20; text-transform: uppercase; color: #ffffff; font-family: 'WorkSansRegular'; font-size: 15px; }
	.banner-image .previa_view h2 { margin: 10px 0 15px; color: #ffffff; font-family: 'WorkSansSemiBold'; font-size: 48px; }
	.banner-image .previa_view .entrega { color: #ffffff; font-family: 'WorkSansRegular'; font-size: 16px; line-height: 25px; }
	

#view .infor { position: absolute; top: 830px; left: 50%; transform: translate(-50%);}
	#view .infor #form { position: absolute; right: 0; border-radius: 4px; padding: 40px 60px 45px; width: 500px; background: linear-gradient(to bottom, #a21b20, #200506); }
	#view .infor #form .titulo { color: #fff; font-family: 'WorkSansSemiBold'; font-size: 28px; line-height: 30px; }
	#view .infor #form .titulo span { font-family: 'WorkSansLight'; font-size: 18px; }

	#view .infor #form #formulario { margin-top: 20px; color: #fff; font-family: 'WorkSansLight'; font-size: 15px; }
	#view .infor #form #formulario .campo{ background: #966a6c; margin: 5px 0 25px; width: 100%; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 16px; color: #fff; padding: 12px; }
	#view .infor #form #formulario .enviar{ background: #178753; width: 100%; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 18px; padding: 12px; color: #fff; cursor: pointer; }

#view .line-one { background: #f9f9f9; padding: 60px 0; }
	#view .line-one #sobre { margin-bottom: 80px; width: 580px; }

	#view .line-one #sobre h2 { margin-bottom: 20px; color: #1e1e1e; font-family: 'WorkSansSemiBold'; font-size: 32px; line-height: 36px; }
	#view .line-one #sobre .texto { color: #717171; font-family: 'WorkSansRegular'; font-size: 16px; line-height: 23px; }

	#view .line-one #galeria {width: 580px;}
	#view .line-one #galeria h2 {margin-bottom: 15px; color: #1e1e1e; font-family: 'WorkSansSemiBold'; align-items: center; font-size: 32px;}

	#view .line-one #galeria ul li{ display: inline-block; margin: 20px 20px 0 0; width: 175px; }
	#view .line-one #galeria ul li:nth-child(3n) { margin-right: 0; }

#view .line-two { padding: 60px 0; border-bottom: 1px solid #d9d9d9;}

	#view .line-two #plantas {width: 590px;}
	#view .line-two #plantas h2 {margin-bottom: 10px; color: #1e1e1e; font-family: 'WorkSansSemiBold'; align-items: center; font-size: 32px;}

	#view .line-two #plantas ul li{ display: inline-block; margin: 6px 3px; padding: 8px; border: 1px solid #dddddd; }
	#view .line-two #plantas ul li img{ line-height: 0; }

#view .line-two .videos { width: 580px; margin-top: 50px; }
	#view .line-two .videos h2 {margin-bottom: 20px; color: #1e1e1e; font-family: 'WorkSansSemiBold'; font-size: 30px;}
	#view .line-two .videos .video-wrapper { position: relative; width: 100%; padding-top: 56.25%; }
	#view .line-two .videos .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }	

#view .line-two .caracteristicas { width: 580px; margin-top: 50px; }
	#view .line-two .caracteristicas h2 {margin-bottom: 20px; color: #1e1e1e; font-family: 'WorkSansSemiBold'; font-size: 30px;}
	#view .line-two .caracteristicas .texto { color: #666666; font-family: 'WorkSansRegular'; font-size: 16px; line-height: 22px; }

#view .line-three { background-color: #f9f9f9; padding: 60px 0; border-bottom: 1px solid #d9d9d9; }
	#view .line-three #bairro { width: 580px;}
	#view .line-three #bairro h2 {margin-bottom: 20px; color: #1e1e1e; font-family: 'WorkSansSemiBold'; align-items: center; font-size: 32px;}

	#view .line-three #bairro .bairro-previa .titulo { margin-bottom: 30px; color: #1e1e1e; font-family: 'WorkSansSemiBold'; font-size: 28px; line-height: 34px; }
	#view .line-three #bairro .bairro-previa iframe { width: 580px; height: 350px; border-radius: 4px; margin-bottom: 25px; }
	#view .line-three #bairro .bairro-previa .texto { color: #717171; font-family: 'WorkSansRegular'; font-size: 16px; line-height: 22px; }

#view .line-four { padding: 60px 0 0px;}
	#view .line-four #acompanhe h2 {margin-bottom: 20px; color: #1e1e1e; font-family: 'WorkSansSemiBold'; align-items: center; font-size: 32px;}

	#view .line-four #acompanhe ul li{ display: inline-block; margin: 20px 34px 0 0; width: 570px; color: #000; font-family: 'WorkSansRegular'; font-size: 16px; }
	#view .line-four #acompanhe ul li:nth-child(2n) { margin-right: 0; }

	#view .line-four #acompanhe ul li .progress-bar { margin-top: 5px; float: left; background-color: #e0e0e0; border-radius: 100px; height: 8px; width: 90%; }
	#view .line-four #acompanhe ul li .progress { background-color: #DA0A20; height: 100%; border-radius: 100px; }
	#view .line-four #acompanhe ul li span { margin-top: -3px; font-family: 'WorkSansSemiBold'; color: #000; font-size: 18px; float: right }

	#view .line-four .galeria-obras #periodo-form{ margin: 50px 0 30px; }

	#view .line-four .galeria-obras #periodo-form .selecionar{ background: #eeeeee; margin-right: 20px; width: 240px; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 16px; color: #000; padding: 12px; float: left; }
	#view .line-four .galeria-obras #periodo-form .ok{ background: #178753; width: 50px; border-radius: 5px; font-family: 'WorkSansRegular'; font-size: 18px; padding: 11px; color: #fff; cursor: pointer; text-align: center; }

	#view .line-four .galeria-obras .fotos-container p{ padding: 30px 0 20px; font-family: 'WorkSansRegular'; font-size: 16px; color: #000; text-align: center; }
	#view .line-four .galeria-obras .fotos-container a{ display: inline-block; margin: 20px 22px 0 0; width: 175px; }
	#view .line-four .galeria-obras .fotos-container a:nth-child(6n) { margin-right: 0; }
	
#view-obra { padding-top: 140px;}
	#view-obra .line-four #acompanhe ul li{ display: inline-block; margin: 20px 34px 0 0; width: 570px; color: #000; font-family: 'WorkSansRegular'; font-size: 16px; }
	#view-obra .line-four #acompanhe ul li:nth-child(2n) { margin-right: 0; }

	#view-obra .line-four #acompanhe ul li .progress-bar { margin-top: 5px; float: left; background-color: #e0e0e0; border-radius: 100px; height: 8px; width: 90%; }
	#view-obra .line-four #acompanhe ul li .progress { background-color: #DA0A20; height: 100%; border-radius: 100px; }
	#view-obra .line-four #acompanhe ul li span { margin-top: -3px; font-family: 'WorkSansSemiBold'; color: #000; font-size: 18px; float: right }

	#view-obra .line-four .galeria-obras #periodo-form{ margin: 50px 0 30px; }

	#view-obra .line-four .galeria-obras #periodo-form .selecionar{ background: #eeeeee; margin-right: 20px; width: 240px; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 16px; color: #000; padding: 12px; float: left; }
	#view-obra .line-four .galeria-obras #periodo-form .ok{ background: #178753; width: 50px; border-radius: 5px; font-family: 'WorkSansRegular'; font-size: 18px; padding: 11px; color: #fff; cursor: pointer; text-align: center; }

	#view-obra .line-four .galeria-obras .fotos-container p{ padding: 30px 0 20px; font-family: 'WorkSansRegular'; font-size: 16px; color: #000; text-align: center; }
	#view-obra .line-four .galeria-obras .fotos-container a{ display: inline-block; margin: 20px 22px 0 0; width: 175px; }
	#view-obra .line-four .galeria-obras .fotos-container a:nth-child(6n) { margin-right: 0; }


	#portal-login{ padding: 130px 0 80px; }

		#portal-login .sucess{ width: 650px; background: #94080d; color: #fff; text-align: center; font-family: 'WorkSansRegular'; font-size: 17px; margin-bottom: 1px; padding: 10px 0; }

		#portal-login .capa-portal-corretor{ float: left; width: 650px; background: #DA0A20; padding: 30px 40px 50px; }
		#portal-login .capa-portal-corretor h2{ text-align: right; }
		#portal-login .capa-portal-corretor h3{ text-align: center; margin: 10px 0 10px; }
		
		#portal-login .informativo{ color: #222222; font-family: 'WorkSansRegular'; font-size: 16px; margin-bottom: 30px; }

		#portal-login .login-portal-corretor{ float: right; width: 450px; padding: 5px 0 10px; }

		#portal-login .login-portal-corretor h2{ color: #1e1e1e; font-family: 'WorkSansSemiBold'; font-size: 24px; margin-bottom: 10px; }
		#portal-login .login-portal-corretor p{ color: #717171; font-family: 'WorkSansRegular'; font-size: 16px; line-height: 22px; margin-bottom: 20px; }

		#portal-login .login-portal-corretor form{ font-family: 'WorkSansRegular'; font-size: 16px; color: #444444; }
		#portal-login .login-portal-corretor form .campo{ background: #eeeeee; margin: 6px 0 20px; width: 100%; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 16px; color: #777777; padding: 12px 18px; }
		#portal-login .login-portal-corretor form .entrar{ background: #178753; width: 100%; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 18px; padding: 12px; color: #fff; cursor: pointer; }

		#portal-login .login-portal-corretor form .opcoes{ text-align: right; margin-top: 50px; padding: 0 8px;}
		#portal-login .login-portal-corretor form .opcoes a{ text-decoration: none; font-family: 'WorkSansRegular'; font-size: 16px;color: #1e1e1e; }
		#portal-login .login-portal-corretor form .opcoes a span{ color: #DA0A20; font-size: 24px; vertical-align:middle; }


	#portal-cadastro{ padding: 130px 0 60px; }

		#portal-cadastro form { font-family: 'WorkSansRegular'; font-size: 16px; color: #444444; }

		#portal-cadastro form .etapa{ float: left; width: 570px; border: 1px solid #dddddd; padding: 25px 25px 5px; margin: 10px; }
		#portal-cadastro form .col-1{ float: left; width: 250px; }
		#portal-cadastro form .col-2{ float: right; width: 250px; }
		#portal-cadastro form .col-3{ width: 100%; }

		#portal-cadastro form b{ color: #DA0A20; }
		#portal-cadastro form h3{ color: #DA0A20; font-family: 'WorkSansSemiBold'; font-size: 20px; margin-bottom: 20px; }

		#portal-cadastro form .campo{ background: #eeeeee; margin: 6px 0 20px; width: 100%; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 16px; color: #777777; padding: 12px 18px;}
		
		#portal-cadastro form .cadastro{ background: #178753; width: 300px; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 16px; padding: 10px; color: #fff; cursor: pointer; float: right; margin: 25px 10px 0 0; }

		#portal-cadastro .portal-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; }
		#portal-cadastro .descritivo{ display: flex; justify-content: space-around; width: 450px; font-family: 'WorkSansRegular'; color: #717171; font-size: 17px; }

#folder{padding: 50px 0;}
	#folder .limite{ border-radius: 4px; background: #0C0B0B; height: 220px; padding: 40px 45px; }
	#folder .limite .text{ float: left; width: 580px;
		h2{ font-family: 'WorkSansSemiBold'; color: #fff; font-size: 36px; margin-bottom: 10px; line-height: 40px; }
		span{ font-family: 'WorkSansLight'; font-size: 18px; color: #888888; line-height: 25px;}
	}
	#folder .limite .botoes{ float: right; margin-top: 92px;
		img{ width: 350px; }
	}

#banner-saiba-mais{padding: 50px 0;}
	#banner-saiba-mais .limite{ border-radius: 4px; background: #0C0B0B; height: 160px; padding: 40px 45px; }
	#banner-saiba-mais .limite .text{ float: left; width: 580px;
		h2{ font-family: 'WorkSansSemiBold'; color: #fff; font-size: 35px; line-height: 40px; }
	}
	#banner-saiba-mais .limite .botoes{ float: right; margin-top: 24px;
		img{ width: 380px; }
	}

/* central */
#central { background: #1F1F1F; padding: 80px 0; }
	#central .limite { display: flex; justify-content: space-between; align-items: center; }
	#central .limite .botoes { display: flex; gap: 26px }
	#central .limite .botoes a { text-decoration: none; background: #fff; padding: 10px 40px; border-radius: 2px; font-size: 16px; font-family: 'WorkSansSemiBold'; color: #1e1e1e; display: flex; align-items: center; }

/* Roda pe */
#footer { background: #0C0B0B; padding: 70px 0 55px; width: 100% }
	#footer .limite ul { display: flex; flex-wrap: wrap; gap: 82px; }
	#footer .limite ul li { font-size: 16px; font-family: 'WorkSansRegular'; color: #717171; line-height: 25px;}
	#footer .limite ul li .titulo { color: #fff; margin-bottom: 10px; }
	#footer .limite ul li a { color: #717171; img{margin-left: 12px} }

#footer .cnpj { margin-top: 50px; text-align: center; width: 100%; color: #717171; line-height: 20px; font-size: 15px; font-family: 'WorkSansRegular'; }

#copyright { padding: 18px 0; text-align: center; }


/* Estilos CSS para ambos os carrosséis */
.carousel-container {
		position: relative;
		overflow: hidden;
		width: 100%;
		max-width: 1180px;
	}

	.carousel-container .carousel {
		display: flex;
		transition: transform 0.5s ease;
	}

	.carousel-container .carousel .carousel-item {
		min-width: 393.33px;
		padding: 0 10px;
	}

	@media (max-width: 768px) {
		.carousel-container .carousel .carousel-item {
			min-width: 100%;
		}
	}

	.arrows-btn{ margin: 25px auto 0; width: 78px }
	.prev-btn, .next-btn {
		background-color: rgba(135, 23, 27);
		color: white;
		padding: 2px 10px 5px;
		cursor: pointer;
		font-size: 20px;
		margin: 0 3px;
	}

/* ===================================== */

.side-menu-wrapper { /* style menu wrapper */
	display: none;
	background: rgba(0,0,0, 0.7);
	padding: 15px 20px 0;
	position: fixed; /* Fixed position */
	top: 0;
	right: 0; /* Sidebar initial position. "right" for right positioned menu */
	height: 100%;
	z-index: 9999999;
	transition: 0.4s; /* CSS transition speed */
	width: 300px;
	box-sizing: border-box;
}
.side-menu-wrapper > ul{ /* css ul list style */
	list-style:none;
	padding:0;
	margin:0;
    overflow-y: auto; /* enable scroll for menu items */
	height: 100%;
}
.side-menu-wrapper > ul > li > a { /* links */
    display: block; color: #fff; font-family: 'WorkSansRegular'; font-size: 18px; border-bottom: 1px solid #333333; padding: 20px 10px; transition: 0.2s; text-decoration: none;
}
.side-menu-wrapper > a.menu-close { /* close button */
    display: block;
	font-family: 'WorkSansSemiBold';
    color: #999999;
    font-size: 40px;
	padding: 5px 0;
    text-decoration: none;
}

.side-menu-wrapper ul li .redes{display: inline-block; padding: 15px 15px 15px;}
.side-menu-wrapper ul li .redes i{font-size: 35px; color: #fff}

.menu-overlay { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
}

/* ===================================== */

@media only screen and (min-width: 380px) and (max-width: 768px){

#whatsapp {	width: 320px; left: 50%; margin-left: -160px; right: 0; bottom: 12%; }

.menu-open{display: block; position: absolute; top: 35px; right: 20px;}

.limite{width: 100%;}

#view .abre-form { display: block; text-decoration: none; position: fixed; left: 50%; transform: translateX(-50%); bottom: 15px; background: #178753; width: 95%; border-radius: 2px; font-family: 'WorkSansRegular'; font-size: 16px; padding: 14px; text-align: center; color: #fff;}

#main-header { height: auto; position: relative; }
	#main-header .top-bar .limite { display: flex; justify-content: none; align-items: none; padding: 20px 0 10px; }
	#main-header .top-bar .limite h1 #logo { width: 150px; }
	#main-header .top-bar .limite h1 { width: 100%; text-align: center; }
	#main-header .top-bar .limite .menu { display: none; }

/* Estilos para o slider */
.slide { height: auto; width: 100%; display: flex; align-items: center; flex-shrink: 0; }
	.slide .previa { width: 100%; padding: 50px 40px 0; text-align: center;}
	.slide .previa span { padding: 5px 6px 3px; font-size: 15px; }
	.slide .previa h2 { width: 100%; margin-top: 8px; font-size: 32px; font-family: 'WorkSansRegular'; }

/* Setas para navegação do banner */
.arrow { top: 50%; border-radius: 0; font-size: 20px}
	.arrow.left { left: 8px; padding: 10px 8px 12px 8px; }
	.arrow.right { right: 8px; padding: 10px 8px 12px 8px; }

#internal-header .top-bar .limite{ display: flex; justify-content: none; align-items: none; padding: 20px 0 10px; }
#internal-header .top-bar .limite h1 { width: 100%; text-align: center; }

#internal-header .top-bar .portal{ padding: 13px 0 4px; }
#internal-header .top-bar .limite h1 #logo-portal { width: 290px; display: inline; }

#internal-header .top-bar .limite .menu { display: none; }
#internal-header .top-bar .limite .menu-icon { display: none; }

.home-title{ font-size: 35px; line-height: 36px; text-align: center; }
	.home-title span{ display: block; margin-top: 10px; font-size: 18px; line-height: 25px; }

#line-one{ padding: 50px 15px; }
	#line-one .imoveis{	margin: 50px 0 20px; }

	#line-one .imoveis li .tag{ min-width: 160px; width: auto; }
	#line-one .imoveis li .previa{ font-size: 15px; padding: 20px 15px; }
	#line-one .imoveis li .previa h2{margin-bottom: 6px;}
	
	#line-one .imoveis li .previa span{ font-size: 16px; }
	#line-one .btn-todos-imoveis{ display: block; text-align: center; width: 200px; font-size: 16px; padding: 12px 15px; margin: 15px auto 0; }

#line-two{ background: #F4F4F4; }
	#line-two .limite{ padding: 50px 20px 60px; background: none; background-size: none; }
	#line-two .text{ float: none; margin-right: 0; text-align: center; width: 100%; }
	#line-two .text h2{ font-size: 33px; margin-bottom: 20px; line-height: 35px; }
	#line-two .text span{ font-size: 20px; line-height: 30px; }
	#line-two img{ margin-top: 30px; width: 100%; }

#line-three{ padding: 50px 15px 40px; }
	#line-three .midias{ margin-top: 30px; }
	#line-three .midias li .previa{ font-size: 18px; padding: 20px 20px; }

#line-four{ padding: 50px 20px; }
	#line-four .instagram{ margin-top: 30px; display: flex; flex-wrap: wrap; gap: 5px; }
	#line-four .instagram li{ width: 100%; height: auto; }
	#line-four .instagram li img{ width: 100%; }

.page-title { font-size: 35px; text-align: center; }

.filter-title { display: block; justify-content: none; align-items: none; margin-bottom: 40px; }
.filter-title .filter { margin-top: 20px; }
.filter-title .filter select { float: none; padding: 12px 10px; width: 84% !important; font-size: 16px; margin-right: 0; }
.filter-title .filter .btSearch{height: 41px; width: 14%; border: none; float: right;}

#property-list{ padding-top: 50px }
#property-block {padding: 70px 20px 0px; }
	#property-block .properties li{	margin: 0 0 50px 0; width: 100%; }
	#property-block .properties li .tag{ min-width: 160px; width: auto; }
	#property-block .properties li .previa{	font-size: 15px; padding: 20px 15px;
		h2{margin-bottom: 6px;}
	}
	#property-block .properties li .previa span{ font-size: 16px; }

	#property-block .properties li .opcoes { display: flex; flex-wrap: wrap; }
	#property-block .properties li .opcoes a { float: none; width: 48%; margin: 5px 1%; }

#search{padding: 0px;}
	#search .limite{ height: auto; padding: 30px 30px; }
	#search .limite .text{ float: none; width: 100%; text-align: center;
		h2{ font-size: 26px; margin-bottom: 15px; line-height: 35px; }
		span{ font-size: 18px; line-height: 25px;}
	}
	#search .limite .botoes{ float: none;  width: 260px; margin: 30px auto 0;
		img{ width: 260px; }
	}	
	#search .limite .pessoa{ display: none; }

#menu_gancho { display: none; }

#banner-sobre { height: 500px; }

#quem-somos{ margin-top: -260px; padding: 0 20px; }
	#quem-somos .bloco-1{ margin-bottom: 60px; text-align: center; }
	#quem-somos .bloco-1 h2{ font-size: 46px; line-height: 50px; margin-bottom: 20px }
	#quem-somos .bloco-1 img{ float: none; width: 100%; }
	#quem-somos .bloco-1 .texto{ float: none; width: 100%; font-size: 16px; line-height: 22px; padding-top: 30px; }
	
	#quem-somos .bloco-2{ margin-bottom: 50px; text-align: center; }
	#quem-somos .bloco-2 .numeros{ float: none; padding: 40px 50px; width: 100%; font-size: 16px; line-height: 22px }
	#quem-somos .bloco-2 .numeros h3{ font-size: 28px; line-height: 38px; margin-bottom: 20px }
	#quem-somos .bloco-2 .texto{ float: none; width: 100%; font-size: 16px; line-height: 22px; padding-top: 30px; }
	
	#quem-somos .bloco-3{ padding: 50px 15px; }
	#quem-somos .bloco-3 .imoveis{	margin: 50px 0 20px; }
	
	#quem-somos .bloco-3 .imoveis li .capa { height: auto; width: 100%; }
	#quem-somos .bloco-3 .imoveis li .capa img { width: 100%; }
	#quem-somos .bloco-3 .imoveis li .capa .data-entrega { font-size: 16px; }

	#quem-somos .bloco-3 .imoveis li .detalhes
	{
		font-size: 15px; padding: 20px 15px;
		h2{margin-bottom: 6px;}
	}
	#quem-somos .bloco-3 .imoveis li .detalhes span{ font-size: 16px; }
	#quem-somos .bloco-3 .imoveis li .tag{ min-width: 160px; width: auto; }
	
	#quem-somos .bloco-4 { margin-bottom: 50px; }
	#quem-somos .bloco-4 ul li{ float: none; width: 100%; }
	#quem-somos .bloco-4 ul li h4{ font-size: 25px; margin-bottom: 15px; }
	#quem-somos .bloco-4 ul li:nth-child(2) { margin: 20px 0; }

#banner-imovel .banner-image { height: 500px; display: flex; align-items: center; flex-shrink: 0; }
	.banner-image .previa_view { width: 100%; margin: auto; padding: 50px 40px 0; text-align: center; }
	.banner-image .previa_view .tag { padding: 4px 7px 2px; }
	.banner-image .previa_view h2 { margin: 10px 0 12px; font-size: 32px; }
	.banner-image .previa_view .entrega { font-size: 16px; }

#view .infor { display: none; }

#view .infor-mobile #form-mobile { border-radius: 4px; padding: 40px 60px 45px; background: linear-gradient(to bottom, #a21b20, #200506);

		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 500px;
		width: 90%;
		padding: 20px;
		box-shadow: 0 0 10px rgba(0,0,0,0.6);
		box-sizing: border-box;

	}

	/* Fundo escuro opcional dentro da mesma div, se desejar */
	#view .infor-mobile::before {
	  content: "";
	  position: fixed;
	  top: 0; left: 0;
	  width: 100%; height: 100%;
	  background: rgba(0,0,0,0.5);
	}

	#view .infor-mobile #form-mobile .titulo { color: #fff; font-family: 'WorkSansSemiBold'; font-size: 28px; line-height: 30px; }
	#view .infor-mobile #form-mobile .titulo span { font-family: 'WorkSansLight'; font-size: 18px; }

	#view .infor-mobile #form-mobile #formulario { margin-top: 20px; color: #fff; font-family: 'WorkSansLight'; font-size: 15px; }
	#view .infor-mobile #form-mobile #formulario .campo{ background: #966a6c; margin: 5px 0 25px; width: 100%; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 16px; color: #fff; padding: 12px; }
	#view .infor-mobile #form-mobile #formulario .enviar{ background: #178753; width: 100%; border-radius: 6px; font-family: 'WorkSansRegular'; font-size: 18px; padding: 12px; color: #fff; cursor: pointer; }










#view .line-one { padding: 25px 20px 50px; }
	#view .line-one #sobre { margin-bottom: 60px; width: 100%; }

	#view .line-one #sobre h2 { margin-bottom: 20px; font-size: 28px; line-height: 34px; }
	#view .line-one #sobre .texto { font-size: 16px; line-height: 22px; }

	#view .line-one #galeria {width: 100%;}
	#view .line-one #galeria h2 {margin-bottom: 15px; color: #1e1e1e; font-family: 'WorkSansSemiBold'; align-items: center; font-size: 32px;}

	#view .line-one #galeria ul{ display: flex; flex-wrap: wrap; }
	#view .line-one #galeria ul li{ display: block; margin: 5px 1% 0; width: 48%; }
	#view .line-one #galeria ul li:nth-child(3n) { margin-right: 1%; }
	#view .line-one #galeria ul li img{ width: 100%; }

#view .line-two { padding: 50px 20px 40px;}

	#view .line-two #plantas {width: 100%;}
	#view .line-two #plantas h2 {margin-bottom: 20px; font-size: 28px;}

	#view .line-two #plantas ul li{ display: block; padding: 5px; margin: 15px 0; width: 100%; }
	#view .line-two #plantas ul li img{ width: 100%; height: auto; }
	
	#view .line-two .videos { width: 100%; margin-top: 40px; }
	#view .line-two .videos h2 {margin-bottom: 20px; font-size: 28px;}

	#view .line-two .caracteristicas { width: 100%; margin-top: 40px; }
	#view .line-two .caracteristicas h2 {margin-bottom: 20px; font-size: 28px;}
	#view .line-two .caracteristicas .texto { font-size: 17px; line-height: 23px; }

#view .line-three { padding: 50px 20px; }
	#view .line-three #bairro { width: 100%;}
	#view .line-three #bairro h2 {margin-bottom: 20px; font-size: 28px;}

	#view .line-three #bairro .bairro-previa .titulo { margin-bottom: 30px; font-size: 26px; line-height: 32px; }
	#view .line-three #bairro .bairro-previa iframe { width: 100%; height: 350px; margin-bottom: 25px; }
	#view .line-three #bairro .bairro-previa .texto { font-size: 17px; line-height: 23px; }

#view .line-four { padding: 50px 20px 40px;}
	#view .line-four #acompanhe h2 {margin-bottom: 30px; text-align: center; font-size: 28px;}

	#view .line-four #acompanhe ul li{ display: block; margin: 0 0 30px; width: 100%; font-size: 16px; }

	#view .line-four #acompanhe ul li .progress-bar { margin-top: 5px; float: left; width: 85%; }
	#view .line-four #acompanhe ul li .progress { height: 100%; }
	#view .line-four #acompanhe ul li span { margin-top: -3px; font-size: 18px; float: right }
	
#view-obra { padding: 120px 20px 0;}
	#view-obra .line-four #acompanhe ul li{ display: block; margin: 0 0 30px; width: 100%; font-size: 16px; }

	#view-obra .line-four #acompanhe ul li .progress-bar { margin-top: 5px; float: left; width: 85%; }
	#view-obra .line-four #acompanhe ul li .progress { height: 100%; }
	#view-obra .line-four #acompanhe ul li span { margin-top: -3px; font-size: 18px; float: right }

#folder{padding: 0;}
	#folder .limite{ height: auto; padding: 30px 15px; }
	#folder .limite .text{ float: none; width: 100%; text-align: center;
		h2{ font-size: 26px; margin-bottom: 15px; line-height: 35px; }
		span{ font-size: 18px; line-height: 25px;}
	}
	#folder .limite .botoes{ float: none; text-align: center; width: 100%; margin-top: 30px;
		img{ width: 350px; }
	}
	
#banner-saiba-mais{padding: 20px;}
	#banner-saiba-mais .limite{ height: auto; padding: 30px 15px; }
	#banner-saiba-mais .limite .text{ float: none; width: 100%; text-align: center;
		h2{ font-size: 25px; margin-bottom: 15px; line-height: 35px; }
	}
	#banner-saiba-mais .limite .botoes{ float: none; margin-top: 20px; width: 100%; text-align: center;
		img{ width: 100%; }
	}

/* central */
#central { padding: 60px 20px; }
	#central .limite { display: block; justify-content: none; align-items: none; text-align: center; }
	#central .limite .botoes { display: block; gap: 0; margin-top: 30px; }
	#central .limite .botoes a { width: 320px; padding: 10px 20px; margin: 10px auto 0; font-size: 18px; display: flex; align-items: center; }


#portal-login{ padding: 100px 15px 40px; }

		#portal-login .sucess{ width: 100%; margin-bottom: 1px; padding: 10px 0; }

		#portal-login .capa-portal-corretor{ float: none; width: 100%; padding: 30px 10px; }
		#portal-login .capa-portal-corretor h2{ display: none; }
		#portal-login .capa-portal-corretor h3{ text-align: center; }

		#portal-login .login-portal-corretor{ float: none; width: 100%; padding: 30px 0 10px; }

		#portal-login .login-portal-corretor h2{ font-size: 24px; text-align: center; }
		#portal-login .login-portal-corretor p{ font-size: 16px; text-align: center; line-height: 23px; }

		#portal-login .login-portal-corretor form .opcoes{ text-align: right; margin-top: 40px; padding: 0 8px;}

#portal-cadastro{ padding: 110px 15px 40px; }

	#portal-cadastro .portal-title { display: inline-block; justify-content: none; align-items: none; margin-bottom: 20px; text-align: center;}
	#portal-cadastro .descritivo{ display: block; justify-content: none; width: 100%; font-size: 17px; margin-top: 15px}

	#portal-cadastro form { font-size: 16px; }

	#portal-cadastro form .etapa{ float: none; width: 100%; border: 1px solid #dddddd; padding: 15px 10px 0; margin: 15px 0; }
	#portal-cadastro form .col-1{ float: none; width: 100%; }
	#portal-cadastro form .col-2{ float: none; width: 100%; }
	#portal-cadastro form .col-3{ width: 100%; }

	#portal-cadastro form h3{ font-size: 20px; margin-bottom: 20px; }

	#portal-cadastro form .campo{ margin: 6px 0 20px; width: 100%; border-radius: 6px; font-size: 16px; padding: 12px 18px;}
	
	#portal-cadastro form .cadastro{ width: 100%; font-size: 16px; padding: 16px; float: none; margin: 10px 0 0 0; }






/* Roda pe */
#footer { padding: 40px 30px; width: 100% }
	#footer .limite ul { display: block; flex-wrap: none; gap: 0; }
	#footer .limite ul li { font-size: 18px; line-height: 30px; text-align: center; margin: 30px 0;}
	#footer .limite ul li .titulo { margin-bottom: 10px; }
	#footer .limite ul li a { img{margin: 0 8px} }

#copyright { padding: 15px 0; }

}