.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: 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:2%; 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:7%; 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: 280px;}
.steps .step3{width: 280px;}
.steps .step.greenn.active{width:60px;}

.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;}

.plans-content{height:calc(100vh - 150px); overflow-y:auto; justify-content:start; align-items: center; padding-left:3%; padding-right:3%;}
.plans-content .slick-list{overflow: visible;}
.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: hidden; position:relative;}
.schemas{margin-top:20px;}
#schema_img{border-radius:40px;}
.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;}
.data .link{
	position: absolute;	
	bottom: 10%;
	right: 1%;
	width: inherit;
	z-index: 9999;
	display: flex;
    flex-direction: column;
	justify-content:end;
	align-items:end;
}
.data .link #brochure_link, .data .link #back_btn{position:relative !important; bottom:auto; left:auto; right:auto;}
.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;
}
/*#back_btn{
	position: absolute;
	bottom: 10%;
	left: 28%;
	display: inline-block;
	width: fit-content;
}*/
#back_btn {
    position: fixed;
    bottom: 60px;
    right: 1%;
    display: inline-block;
    width: fit-content;
}
#brochure_link {
	position: fixed;
	bottom:20px;
	right: 1%;
	display: inline-block;
	width: fit-content;
	margin-bottom:40px;
}
#brochure_print {
	position: fixed;
	bottom: 20px;
	right: 1%;
	display: inline-block;
	width: fit-content;	
}
#brochure_link .btn, #brochure_print .btn, #back_btn .btn{border:1px solid #999; margin:4px; background:#fff; border-radius:30px; padding:4px 40px; font-size:16px; position: relative; -webkit-transition: 0.5s; transition: 0.5s; width:200px;}
#brochure_link .btn:after, #brochure_print .btn:after{
	content: '';
	background: url(../img/btn_arrow.svg) no-repeat center center;
	width: 30px;
	height: 16px;
	background-size: contain;
	position: absolute;
	top: 7px;
	right: 0px;
	-webkit-transition: 0.5s; transition: 0.5s;
}
#back_btn .btn:after{
	content: '';
	background: url(../img/btn_arrow_left.svg) no-repeat center center;
	width: 30px;
	height: 16px;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 0px;
	-webkit-transition: 0.5s; transition: 0.5s;
}
#brochure_link .btn:hover, #brochure_print .btn:hover, #back_btn .btn:hover{
	background:#d5d5d5;
}
#brochure_link, #brochure_print, #back_btn{
	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;
}

.variant-thumb{
	width:30px;
	height:30px;
	border-radius:50%;
	object-fit: cover;
	margin:3px;
	cursor:pointer;
	-webkit-transition: 0.2s; transition: 0.2s;
	border:1px solid rgba(0,0,0,0);
}
.exterior .variant-thumb{
	width:30px;
	height:30px;
	border-radius:6px;
	object-fit: cover;
	margin:3px;
	cursor:pointer;
	-webkit-transition: 0.2s; transition: 0.2s;
	border:1px solid rgba(0,0,0,0);
}
.variant-thumb.active, .variant-thumb:hover{
	border:5px solid #EDEEEF;
	-webkit-transition: 0.5s; transition: 0.5s;
}
.exterior .variant-thumb.active, .exterior .variant-thumb:hover{
	border:2px solid #EDEEEF;
	-webkit-transition: 0.5s; transition: 0.5s;
}

.bt-furniture{
	text-align: left;
	font-weight: 300;
	background: #EDEEEF !important;
	border-radius: 20px;
	font-size: 14px;
	outline: none !important;
	border:none !important;
	position: relative;
	margin-bottom:6px;
	margin-top:6px;
}
.exterior .bt-furniture{border-radius: 0px;}
.bt-furniture:after {
	content: '';
	background: url(../img/btn_arrow.svg) no-repeat center center;
	  background-size: auto;
	width: 30px;
	height: 16px;
	background-size: contain;
	position: absolute;
	top: 8px;
	right: 4px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	transform: rotate(90deg);
}
.bt-furniture.collapsed:after{
	transform: rotate(0deg);
}

.rooms-selector{background: #365459;}
.rooms-selector select{background: transparent !important; border:0 !important; color:#fff;}
.rooms-selector:before{content:'Select your exterior finishes:'; position:absolute; top:10px; left:1.5rem; font-size:10px; color:#fff; opacity:0.4;}
.rooms-selector.interior:before{content:'Select your room:';}
.rooms-selector option{color:#fff; background: #365459;}

.img-room{position:relative;}
.img-room .variant-img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.img-room .variant-img.active{
	opacity:1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.list-variant{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	font-size: 14px;
	padding: 3px;
	border-bottom: 1px solid #f5f5f5;
	color: #444;
	font-weight: 300;
	cursor:pointer;
}
.exterior .list-variant{
	display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    width: 20%;
    align-items: center;
    font-size: 10px;
    padding: 3px;
	border-bottom: 0;
    color: #444;
    font-weight: 300;
    cursor: pointer;
    margin-bottom: 10px;
}
.list-variant.active{color:#999; font-weight: 500;}
.list-variant label{padding-left:0px; color:#000; font-size:10px; text-align:center;}
.plan-detail.interior .data{overflow-y:auto; min-height:440px;}

.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;}
.schemas-carrusel{width:60%;}

.keyboard-content{
	position: absolute;
	bottom:-500px;
	right:32vw;
	z-index:9999;
	width:724px;
	background:#EDEEEF;
	border-radius:20px 20px 0 0;
	padding:30px;
	-webkit-transition: 0.5s; transition: 0.5s;
}
.keyboard-content.active{bottom:0; -webkit-transition: 0.5s; transition: 0.5s;}
#keyboard {
	margin: 0;
	padding: 0;
	list-style: none;
	
	}
		#keyboard li {
		float: left;
		margin: 0 5px 5px 0;
		width: 40px;
		height: 40px;
		font-size:16px;
		line-height: 40px;
		text-align: center;
		background: #fff;
		border: 1px solid #f9f9f9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
			.capslock, .tab, .left-shift {
			clear: left;
			}
				#keyboard .tab, #keyboard .delete {
				width: 70px;
				}
				#keyboard .capslock {
				width: 80px;
				}
				#keyboard .return {
				width: 77px;
				}
				#keyboard .left-shift {
				width: 95px;
				}
				#keyboard .right-shift {
				width: 109px;
				}
			.lastitem {
			margin-right: 0;
			}
			.uppercase {
			text-transform: uppercase;
			}
			#keyboard .space {
			clear: left;
			width: 660px;
			}
			.on {
			display: none;
			}
			#keyboard li:hover {
			position: relative;
			top: 1px;
			left: 1px;
			border-color: #e5e5e5;
			cursor: pointer;
			user-select: none;
			}

@media screen and (min-width: 1440px) {
	
}
@media screen and (max-width:768px) {
	.hide-mobile{display:none;}
	.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;}
	.plan-detail.interior{margin:0 !important; flex-direction: column-reverse;}
	.plan-detail.interior .data{height:50vh !important; min-height:50vh !important;}
	.plan-detail .imagen{margin-top:30px;}
	.plan-detail.interior .imagen{margin-bottom:30px; margin-top:0px; padding:0;}
	.plans-content{height:75vh; margin-left:2%; 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_print{
		position:fixed;
		bottom:30px;
		left:5%;
		right:auto;
		width:48% !important;
		display:block;
	}
	#brochure_link{
		position:fixed;
		bottom:30px;
		right:5%;
		left:auto;
		width:48% !important;
		display:block;
		margin:0;
	}
	#brochure_print .btn, #brochure_link .btn{width:100%; padding:4px; padding-right: 20px;}
	#back_btn{
		display:none;
	}
	.plan-gallery .slick-track {
		display: flex;
		height: auto;
	}
	.brochure-form{width:90vw; right:-95vw;}
	.schemas-carrusel{width:100%;}
}	
@media screen and (max-width:600px) {
	
}