.section-header{position:relative; padding:0; width:95%; margin-left:5%; background:#EDEEEF; min-height:100vh;  -webkit-transition: 0.4s; transition: 0.4s; border-radius: 40px 0 0 40px;
	-webkit-box-shadow: -20px 16px 28px -18px rgba(0,0,0,0.2);
	-moz-box-shadow: -20px 16px 28px -18px rgba(0,0,0,0.2);
	box-shadow: -20px 16px 28px -18px rgba(0,0,0,0.2);
}

.nav{padding:2% 0; align-items: center; width:96%; margin:0 2%; border-bottom:1px solid #999;}
.logo{border-radius:60px; border:1px solid #999; background:#fff; margin-left:-6%; margin-right:2%; padding:5px 50px; height:fit-content;}
.logo img{height:60px;}
.nav .title{font-size:12px; max-width:25%;}
.nav h1{font-size:20px; font-weight:bolder; margin-bottom:0;}
.nav p{margin:0;}
.steps{justify-content: end; font-size:12px; margin-right:2%; position: relative;}
.steps:after{
	content:'';
	width:100%;
	height:1px;
	position: absolute;
	top:50%;
	left:0;
	border-bottom:1px dashed #aaa;
	z-index:0;
}
.steps .number{
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	line-height: 25px;
	width: 25px;
	height: 25px;
	border: 1px solid #999;
	background: #EDEEEF;
	display: inline-block;
	text-align: center;
	margin-right:5px;
}
.steps .step{margin-left:15%; padding:0 2%; background: #EDEEEF; z-index:1; display: flex; justify-content: center; align-items: center; color:#aaa;}
.steps .step.active{color:#000;}
.steps .step1{margin-left:0;}
.steps .step2{width: 330px;}

.h-steps {
	position: absolute;
	left: 0;
	top: 30%;
	margin-left: -4%;
	width: 3%;
	text-align: center;
}
.h-steps .step{margin:30% 0; padding:5px 0; width:4vw;}
.h-steps .step.active{
  	background: #EDEEEF;
  	border-radius: 20px 0 0 20px;
}
.h-steps .step img{width:20px;}

.filtros{padding:0px 3%;}
.filter-content{padding:0px 30px; background:#2f2f2f; color:#fff; margin-top:10px; border-radius: 20px; justify-content: start; align-items:center;}
.filter-content svg{color:#fff; width:30px; height:30px;}
.filter{padding:0; font-size:14px; margin:0 0 0 2%;}
.square-filter{margin-right:4%;}
.filter label.titulo{    
	background: #fff;
    color: #000;
    padding: 25px 10px;
    border-radius: 0px;
}
.filter .form-check{margin-bottom:0;}
tc-range-slider{
    flex: 1;
}
.filter select{padding:4px 20px; border-radius:20px; border:0;}
.panel-fill{background:#7cc4fc !important;}
.labels-row {
    font-size: 11px !important;
    background: #edeeef;
    padding: 2px 10px;
    border-radius: 0 0 10px 10px;
    width: fit-content;
    margin: 0 auto;
    margin-top: -24px;
    margin-bottom: 10px;
}
#sqft_filter{margin-left:15%;}
.generated-label{ color:#000 !important;}
.max-label, .min-label{font-size:11px !important;}
.plans-content{height:75vh; overflow-y:auto; justify-content:start; align-items: center; padding-left:3%; padding-right:3%;}
/*.plans-content .slick-list{overflow: visible;}*/
.plans-content .slick-prev {
	left: 25px;
}
.plans-content .slick-next {
	right: 25px;
}
.category-title{margin-top:60px; padding-left:3%;}
.category-title h5{font-weight: bolder;}
.list-plan.card{margin:1vw; width:20vw; border-radius:30px; overflow: hidden; cursor:pointer; padding:0; -webkit-transition: 0.5s; transition: 0.5s;}
.list-plan.card:hover{transform: scale(1.05); -webkit-transition: 0.5s; transition: 0.5s;}
.list-plan .number{position:absolute; font-size:12px; text-align:center; line-height:23px; top:15px; right:15px; width:25px; height:25px; border-radius:50%; border:1px solid #4D4D4D; color:#4D4D4D; background:#fff; font-weight:bold;}
.list-plan .data{margin-bottom:0px;}
.list-plan.card h5{font-size:18px; font-weight: bold;}
.list-plan a{text-decoration: none !important; color:inherit !important;}
.list-plan .icon{font-size:12px; padding-left:8%; margin-bottom:5px; display: flex; align-items: center;}
.list-plan .icon img{height:20px; margin-right:10px;}
.list-plan .tools{ border-top:1px solid #999; padding:8px; width:90%; margin:0 5% 15px 5%;}
.list-plan .tools img{height:30px;}
.steps .step1 img{width:60%;}
.steps .step2.active.short{
	width: 150px;
}
.steps .step2 img {
	width: 60%;
  }
.steps .green{background:#B7E5A9; cursor:pointer;}
.plan-detail{padding:20px 3%; overflow-x: hidden;}
.schemas{margin-top:20px;}
.schemas .slick-list{overflow: visible;}
.list-schema{margin:0 12px; border:6px solid #EDEEEF; cursor:pointer; font-size:12px; text-align:center; -webkit-transition: 0.5s; transition: 0.5s;}
.list-schema img{margin-bottom:8px;}
.list-schema.active{
	transform: scale(1.05);
	-webkit-transition: 0.5s; transition: 0.5s;
	box-shadow: 0px -10px 10px 5px rgba(0,0,0,0.2);
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	margin-top: -2%;
	z-index: 9;
	background: #EDEEEF;
	
}
.schemas .slick-track{min-width:100vw;}

.materials-content{
	height: 50vh;
	column-count: 2;
	column-fill: auto;
}
.list-material{padding:15px 20px; align-items: center; break-inside: avoid-column;} 
.list-material .thumb{
	width:40px;
	height:40px;
	border-radius: 50%;
	background-size:cover;
	margin-right:8px;
}
.list-material .material{
	font-size:12px;
}
#brochure_link .btn{border:1px solid #999; border-radius:30px; padding:4px 10px; padding-right:40px; font-size:12px; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}
#brochure_link .btn:after{
	content: '';
	background: url(../img/btn_arrow.svg) no-repeat center center;
	width: 30px;
	height: 16px;
	background-size: contain;
	position: absolute;
	top: 5px;
	right: 0px;
	-webkit-transition: 0.5s; transition: 0.5s;
}
#brochure_link .btn:hover{
	background:#d5d5d5;
}
#brochure_link{
	color: inherit !important;
	text-decoration: none !important;
}
.plan-cta #brochure_link .btn{background:#EEEA91;}
.plan-cta #brochure_link .btn:hover{
	background:#F2EEC4;
}

.plan-data{color:#4D4D4D;}
.plan-title{font-size:22px; font-weight:bold; }
.plan-data .description{font-size:14px; padding-right:8%;}
.schema-data .list-material{padding:15px 40px 15px 0; align-items: center; break-inside: avoid-column;} 
.plan-img{padding-right:3%;}
.plan-img, .plan-gallery{margin-top:40px;}
.plan-img img{border-radius:20px;}

.plan-gallery .slick-track {
	display: flex;
	height: 350px;
}
.plan-gallery .slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

.brochure-form{
	position:fixed;
	z-index:99;
	top:5vh;
	height:95vh;
	background:#EDEEEF;
	box-shadow: -2px 13px 25px -4px rgba(0,0,0,0.8);
	border-radius:45px 0 0 45px;
	width:30vw;
	right:-35vw;
	-webkit-transition: 0.5s; transition: 0.5s;
	display: flex;
	flex-direction: column;
	padding:40px;
	justify-content: center;
	align-items: center;
}
.brochure-form.active{
	right:0;
	-webkit-transition: 0.5s; transition: 0.5s;
}
.brochure-form .close{
	position:absolute;
	top:25px;
	left:25px;
	cursor:pointer;
}
.brochure-form .close img{
	width:25px;
}
.brochure-form form{
	width:60%;
}
.brochure-form form input{width:100%; font-size:13px; margin:4px 0; background: transparent; border:0; box-shadow:0; border-bottom:1px solid #999;}
.brochure-form form input:focus{outline:none !important; border-bottom: 1px solid #318ed5;}
.brochure-form .btn{margin-top:6vh; background:#B7E5A9; border:1px solid #999; border-radius:30px; padding:4px 10px; font-size:12px; position: relative; -webkit-transition: 0.5s; transition: 0.5s;}
.brochure-form .legal{ position:absolute; bottom:30px; left:20%; width:70%; font-size:10px; line-height:12px;}

@media screen and (min-width: 1440px) {
	
}
@media screen and (max-width:768px) {
	.filter label.titulo {
		background: #fff;
		color: #000;
		padding: 5px 10px;
		border-radius: 20px;
	}
	.filter-content svg{display:none;}
	.filter-content{flex-direction:column; align-items: start;}
	.filter {width:80% !important; margin:10px 0;}
	.list-plan.card{width:90vw;}
	.section-header{
		position:relative; padding:0; width:100%; margin-left:0%; background:#EDEEEF; min-height:100vh;  -webkit-transition: 0.4s; transition: 0.4s; border-radius: 0;
		-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
		box-shadow: 0;
	}
	.h-steps{display:none;}
	.logo img {
		height: 40px;
	}
	.logo {
		border-radius: 60px;
		border: 1px solid #999;
		background: #fff;
		margin-left: 0;
		margin-right: 2%;
		padding: 3px 20px;
		height: fit-content;
	}
	.nav .title {
		font-size: 11px;
		max-width: 55%;
		margin-left:10px;
	}
	.nav h1 {
		font-size: 16px;
	}
	.steps{margin-top:30px; width: 98%;}
	.steps .step {
		margin-left: 4%;
		width:33.33% !important;
	}
	.steps .step1{margin-left:0;}
	.slick-next {right: 25px !important;z-index:999;}
	.slick-prev {left: 25px !important; z-index:999;}
	.plans-content{height:70vh; margin-left:0; justify-content: center; align-items: center; padding-left:5%; padding-right:5%; width:100vw;}
	.materials-content {
		height: auto;
		column-count: 2;
		column-fill:unset;
	}
	#brochure_link{
		position:fixed;
		bottom:8px;
		left:5%;
		right:auto;
		width:90% !important;
		display:block;
	}
	.plan-gallery .slick-track {
		display: flex;
		height: auto;
	}
	.brochure-form{width:90vw; right:-95vw;}
}	
@media screen and (max-width:600px) {
	
}