.section-header{position:relative; padding:0; width:100%;  background:#fff; -webkit-transition: 0.4s; transition: 0.4s; border-radius: 0;
	-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);
	overflow: hidden;
}
.logo img{height:100px;}
.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; max-width: 60%;}
.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:3%; width:180px; padding:0 2%; background: #EDEEEF; z-index:1; display: flex; justify-content: center; align-items: center; color:#aaa;}
.steps .step.active{color:#000;}
.steps .step.active .number{background: #eeeb86;}
.steps .step1{margin-left:0;}
.steps .step.greenn.active{width:60px;}
.step .hide-mobile{display: block ruby;}

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

.floors-select{
	margin:10px 4px 0 4px;
	
}
.floors-select.exterior, .floors-select.interior{
	border-bottom:4px solid var(--main-bg-color);	
	width:fit-content;
	margin:auto;
	
}
.floors-select img{
	height:25px;	
}
.label-select img{
	height:25px;
	margin-right:10px;
}
.floors-select select{
	background:transparent;
	border:0;
	position:relative;
	width:100%;
    padding: 8px 40px;
	outline: none !important;
	color:var(--main-bg-color);
	/*font-family: 'Nexa';*/
}

.floor-next.disabled, .floor-prev.disabled{
	opacity:0.3;
	pointer-events: none;
}
.schema-edit{
	position:absolute;
	top:0;
	left:-30vw;
	width:100%;
	height:100%;
	z-index:99;
	background:#f5f5f5;
	backdrop-filter: blur(5px);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding:30px 20px;
}
.schema-edit .cabecera{
	/*font-family:'Nexa';*/
}
.schema-edit .close{
	font-size: 25px;
    padding: 0 10px;
    border: 0 !important;
    outline: none !important;
}
.schema-edit.active{
	left:0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.schema-edit .btn.back{
	background: var(--main-bg-color);
    color: #fff;
    border-radius: 0;
   /* font-family: 'Nexa';*/
    padding: 5px 15px;
    font-size: 22px;
}
.schema-edit .schema-title{margin-left:20px; color:var(--main-bg-color);}
.materials-content h4{background:#E1E1E1; padding:10px; font-size:16px;}
.materials-content .accordion, .materials-content .accordion-item, .materials-content .accordion-header{
	border:0 !important; background:transparent;
	font-weight:600; /*font-family:'Nexa';*/
}
.accordion-body{background:#fff; border-radius: 0 0 20px 20px;}
.accordion-button{background:transparent !important; outline: none !important; box-shadow: none !important; font-weight:bold;}
.accordion-button[disabled]:after{display:none;}


.plans-content{justify-content: start; align-items: center; padding-left:3%; padding-right:3%;}
.plans-content .slick-list{overflow: visible;}
.list-plan {
	margin: 30px 1%;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 23%;
	padding: 0;
}
.list-plan: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; min-height:160px; padding-left:15px; font-size:14px;}
.list-plan .list-room{background:#f5f5f5; width:fit-content; padding:3px 8px; border-radius:20px; margin-bottom:3px;}
.list-plan 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 !important; cursor:pointer;}
.plan-detail{padding:30px; overflow-x: hidden; width:70%; margin-left:30%; margin-top:-1px; background:#fff; min-height:calc(100vh - 170px);}
.schemas{margin:0px; padding:30px 0; overflow-y:auto;}
.elements-container{overflow-y:auto;}
.schema_img{border-radius:0px; display:none;}
.schema_img.active{display:block;}
.schemas .slick-list{overflow: visible;}
.list-schema{margin:10px 0; padding:8px 20px; cursor:pointer; font-size:12px; text-align:center; -webkit-transition: 0.5s; transition: 0.5s;}
.list-schema .btn{
	border-radius: 0;
    background: #555 !important;
    border: 0;
    font-weight: 500;
    /*font-family: 'Nexa';*/
    font-size: 19px;
}
.list-schema.active{	
	-webkit-transition: 0.5s; transition: 0.5s;	
	overflow: hidden;	
	z-index: 9;		
	background:#f5f5f5;
}
.schema-title{
	height: 69px;
    width: 30%;
    text-align: left;
    /*font-family: 'Nexa';*/
	font-weight:bold;
    font-size: 16px;
}
.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;
	width: fit-content;
}
.data .link #brochure_link, .data .link #back_btn{position:relative !important; bottom:auto; left:auto; right:auto;}
.materials-content{
	height: calc(100vh - 260px);
	overflow-y:auto;
	padding-right: 22px;	
}
.list-material{
	padding:6px; 
	font-size:11px; 
	text-align:center;
	width:25%;
	/*font-family:'NexaLight';*/
} 
.list-material.active img{border:4px solid var(--main-bg-color);}
.list-material img{width:50px; height:50px; border-radius:3px; object-fit: cover; margin-bottom:5px; border: 1px solid #999;}
.subcategory-img{width:50px; height:50px; border-radius:3px; object-fit: cover; margin-right:10px; border: 1px solid #999;}
.subcategory-img-title{font-size:14px; color:#999; font-weight:300; /*font-family:'NexaLight';*/}

.list-material .thumb{
	width:40px;
	height:40px;
	border-radius: 50%;
	background-size:cover;
	margin-right:8px;
}
.list-material .material{
	font-size:12px;
}

.layers-materials{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.material_img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	display:none;
}
.plan-detail .imagen{position:relative;}

#back_btn{
	display: inline-block;
	width: 50%;
}
#brochure_link {
	display: inline-block;
	width: 50%;
}
#brochure_print {
	display: inline-block;
	width: 50%;
}
#brochure_link .btn, #brochure_print .btn, #back_btn .btn{border:1px solid #999; border-right:0; border-radius:0; background:#fff;  padding:20px; padding-right:40px; font-size:12px; position: relative; -webkit-transition: 0.5s; transition: 0.5s; width:100%;}
#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: 22px;
	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: 22px;
	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:8px;
	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 #fff;*/
	-webkit-transition: 0.5s; transition: 0.5s;
}
.bt-furniture{
	text-align: left;
	font-weight: 300;
	background: #fff !important;
	border-radius: 20px;
	font-size: 18px;
	outline: none !important;
	border:none !important;
	position: relative;
	margin-bottom:1px;
	margin-top:1px;
	border-radius:0;
	padding:10px 20px;
	line-height: 1.1;
	/*font-family: 'Nexa';*/
}
.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: 50%;
	margin-top:-6px;
	right: 4px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	/*transform: rotate(90deg);*/
}
.bt-furniture.collapsed:after{
	transform: rotate(0deg);
}
.bt-furniture img {
    margin-right: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 18px;
}

.rooms-selector{background: #365459;}
.rooms-selector select{background: transparent !important; border:0 !important; color:#fff;}
.rooms-selector:before{content:'Select a room:'; position:absolute; top:10px; left:10%; font-size:10px; color:#fff; opacity:0.4;}
.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 20px;
	border-bottom: 1px solid #e5e2e2;
	color: #444;
	font-weight: 300;
	cursor:pointer;	
}
.list-variant.active{color:#000; /*font-family:'Nexa';*/ font-weight:600; background: #ccc;}
.list-variant label{padding-left:10px;}
.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 var(--main-bg-color);}
.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:100%;}

.schema-thumb{
	flex-wrap: wrap;
	width:45%;
}
.schema-thumb .thumb-schema-material{
	width:50%;
	height:60px;
	object-fit: cover;
	border:3px solid transparent;
}
.schema-thumb .thumb-schema-material:nth-child(1){
	width:60%;
}
.schema-thumb .thumb-schema-material:nth-child(2){
	width:40%;
}
.schema-thumb .thumb-schema-material:nth-child(3){
	width:40%;
	height:40px;
}
.schema-thumb .thumb-schema-material:nth-child(4){
	width:60%;
	height:40px;
}
@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) {
	
}