.section-header{position:relative; padding:0; width:100vw; background:#b5d0b1; min-height:100vh;  -webkit-transition: 0.4s; transition: 0.4s; border-radius: 0;}
.main-container-f{overflow: hidden; width:100vw; height:100vh;}
.canvas-loading{position:absolute; top:0; left:0; width:100vw; height:100vh; z-index:999; background:#fff; font-size:14px;}
.nav .d-flex.ms-auto{padding:0 2%;}
@keyframes bounce {
	0%, 80%, 100% {
	opacity:0
	}
	40% {
	opacity:1 /* Adjust for desired bounce height */
	}
}
@keyframes bounce2 {
	0%{
	opacity:0;
	}
	1% {
	opacity:1; /* Adjust for desired bounce height */
	}
	99% {
	opacity:1; /* Adjust for desired bounce height */
	}
	100% {
	opacity:0;/* Adjust for desired bounce height */
	}
}
.loading-letter, .loading-dot {
	display: inline-block; /* Essential for applying transforms to individual letters */
	animation-name: bounce;
	animation-duration: 1.5s; /* Adjust duration as needed */
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out; /* Or other timing functions */
}
.loading-letter:nth-child(1) { animation-delay: 0s; }
.loading-letter:nth-child(2) { animation-delay: 0.1s; }
.loading-letter:nth-child(3) { animation-delay: 0.2s; }
.loading-letter:nth-child(4) { animation-delay: 0.3s; }
.loading-letter:nth-child(5) { animation-delay: 0.4s; }
.loading-letter:nth-child(6) { animation-delay: 0.5s; }
.loading-letter:nth-child(7) { animation-delay: 0.6s; }
.loading-dot:nth-child(8) { animation-delay: 0.7s; }
.loading-dot:nth-child(9) { animation-delay: 0.8s; }
.loading-dot:nth-child(10) { animation-delay: 0.9s; }

.loadertext-content{position:relative;}
.loadertext{
	position:absolute;
	width:180px;
	left:50%;
	top:20px;
	text-align:center;
	margin-left:-90px;
	background:#999;
	padding:0 8px;
	border-radius: 2px;
	color:#fff;
	opacity:0;
	animation-name: bounce2;
	animation-duration: 20s; /* Adjust duration as needed */
}
.loader1{animation-delay: 0s;}
.loader2{animation-delay: 20s;}
.loader3{animation-delay: 40s;}
.loader4{animation-delay: 60s;}
.loader5{animation-delay: 80s;}
.loader6{animation-delay: 100s;}

#myCanvas{border-radius:0; border:0; overflow: hidden; margin:0; z-index:1;}
.upper-canvas{z-index:2;}
#map_preview{width:1920px !important; height:1080px !important; position:absolute; z-index:0 !important; opacity:0; /*overflow: visible !important;*/}
.canvas-container{position:absolute !important;}
.h-steps {
	position: fixed;
	height:0px;
	left:0;
	bottom:0;
	z-index:10;
	width: 420px;
	padding:0px 20px 0px 20px;
	background:rgba(255,255,255,0.95);
	box-shadow: 3px -1px 11px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.4s; transition: 0.4s;	
	border-top:3px solid #fff;
}
.h-steps.active{
	height:600px;
	-webkit-transition: 0.6s; transition: 0.6s;
}
.h-steps .step{margin:20px 0 5px 0; font-size:12px; position: relative; z-index:3; color:#4D4D4D;}
.h-steps h2{font-size:16px; font-weight:bolder; pointer-events: none; color:#232323 !important; outline:none !important; border-bottom:1px solid  !important; box-shadow:none !important; border-radius:0 !important;}
.h-steps .filter{/*width:50%;*/ width:100%; padding:12px;}
.h-steps label{font-size:13px;}
.h-steps .accordion-body{padding-top:0;}
.h-steps .v-controller{
	position:absolute;
	top:-30px;
	left:50%;
	width:80px;
	height:30px;
	margin-left:-40px;
	border-radius:8px 8px 0 0;
	background:url(../img/filter_icon.svg) no-repeat center center #fff;
	background-size:auto 50%;
	box-shadow: 1px -4px 6px rgba(0, 0, 0, 0.2);
}

.h-steps .container {
	display: block;
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color:#4D4D4D;
	line-height:1;
	margin:14px 0;
  }
  
  /* Hide the browser's default checkbox */
  .h-steps  .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .h-steps .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #eee;
	opacity:0.5;
  }
  
  /* On mouse-over, add a grey background color */
  .h-steps .container:hover input ~ .checkmark {
	background-color: #ccc;
	
  }
  
  /* When the checkbox is checked, add a blue background */
  .h-steps .container input:checked ~ .checkmark {
	background-color: #ccc;
	opacity:1;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .h-steps .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .h-steps .container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .h-steps .container .checkmark:after {
	content:'+';
	left: 3px;
	top: 0px;
	width: 5px;
	height: 10px;
	color:#000;
	font-size:16px;
  }


.nav{ position:absolute; z-index:9; top:0; left:0; padding:0; align-items: center; width: 100%; margin: 0; height:1px;}
.logo{margin:15px;}
.logo img {
    height: 100px;
    border-radius: 15px;
}
.nav .title{display:none; position:absolute; top:100px; right:3%; padding:30px; border-radius:30px; background:#fff; z-index:8; font-size:16px; width:640px;}
.nav .title h2 {
    font-size: 22px;
    font-weight: bolder !important;
    color: #232323 !important;
    outline: none !important;
    border-bottom: 1px solid !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.nav .title::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 12%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
.nav .title img{height: fit-content;}
.nav h1{font-size:20px; font-weight:bolder; margin-bottom:0;}
.nav p{margin:0;}

.video-content{display:none; position:absolute; top:100px; right:1%; width:700px; padding:30px; border-radius:30px; background:#fff; z-index:8; }
.video-content h2 {
    font-size: 18px;
    font-weight: bolder;
    color: #232323 !important;
    outline: none !important;
    border-bottom: 1px solid !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.video-content::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 5%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
.btn.model, .btn.adptable-units, .nav .btn.video, .nav .btn.info{
	border-radius:30px;
	border:0px;
	padding-left:50px;
	padding-right:20px;
	margin-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}
.btn.model{
	background:url(../img/model_icon.svg) no-repeat 18px center #e7fbf5;
	background-size:20px 20px;
}
.btn.model.active{
	background:url(../img/model_icon.svg) no-repeat 18px center #87C5B3;
	background-size:20px 20px;
}
.btn.adptable-units{
	background:url(../img/adaptable_icon.svg) no-repeat 18px center #faf4e3;
	background-size:30px 30px;
	padding-left:60px;
}
.btn.adptable-units.active{
	background:url(../img/adaptable_icon.svg) no-repeat 18px center #eaba6e;
	background-size:30px 30px;
	padding-left:60px;
}
.nav .btn.video{
	background:url(../img/video_icon.png) no-repeat center center;
	background-size:contain;
	padding:0px;
	width:63px;
	height:63px;
	position:relative;	
}
.nav .btn.video.active:after{
	content: 'X';
    top: 8px;
    left: 8px;
    z-index: 1;
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #ff0000;
    font-size: 30px;
    line-height: 47px;
    font-weight: bolder;
    color: #fff;
}
.nav .btn.info{
	background:url(../img/info_icon.png) no-repeat center center;
	background-size:contain;
	padding:0px;
	width:63px;
	height:63px;
	position: relative;
}
.nav .btn.info.active:after{
	content: 'X';
    top: 8px;
    left: 8px;
    z-index: 1;
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #fff;
    font-size: 30px;
    line-height: 47px;
    font-weight: bolder;
    color: #01265e;
}
.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;}



.plans-content{height:75vh; justify-content: center; align-items: center; padding-left:3%; padding-right:3%;}
.plans-content .slick-list{overflow: visible;}
.list-plan{margin:0 2%; border-radius:30px; overflow: hidden; cursor:pointer; -webkit-transition: 0.5s; transition: 0.5s;}
.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;}
.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; 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: #fff !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:0;
	height:100vh;
	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;}

.download-btn{
	position:absolute;
	z-index:2;
	right:3%;
	bottom:5%;
	padding:6px;
	border-radius:40px;
	background:rgba(255,255,255,0.8);
}
.download-btn img{width:37px;}
.zoom-btns{
	position:absolute;
	z-index:2;
	right:3%;
	bottom:15%;
	margin-bottom:180px;
	padding:10px 6px;
	border-radius:40px;
	background:rgba(255,255,255,0.8);
}
.zoom-btn{width:40px; height:40px; text-align:center; line-height:40px; font-size:40px; background:#01265e; color:#fff; border-radius:50%; margin:3px 0; cursor:pointer; user-select: none;}
#zoomOut{line-height:33px;}

.map-btns{
	position:absolute;
	z-index:2;
	right:3%;
	bottom:15%;	
	padding:10px 6px;
	border-radius:40px;
	background:rgba(255,255,255,0.8);
}
.icon_map{
	width:40px; height:40px; text-align:center; line-height:40px; font-size:40px;  border-radius:50%; margin:2px 0; cursor:pointer; user-select: none;
	background-size: cover;
}
.icon_map.active{
	border:5px solid #01265e;
}
.icon_no_map{
	background: url(../img/icon_no_map.png) no-repeat center center;
}
.icon_map_street{
	background: url(../img/icon_map_street.png) no-repeat center center;
}
.icon_map_satelite{
	background: url(../img/icon_map_satelite.png) no-repeat center center;
}

.compass{position:absolute; bottom:10%; right:10%; z-index:2;}
.compass img{width:100px;}
.section-header .modal{
	position: absolute;
	padding-top: 100px;
	z-index:7;
}
.section-header .modal .btn-default{
	border-radius:30px;
	padding:8px 10px;
	width:90%;
	background:#01265e;
	color:#fff;	
	position: absolute;
	bottom:10px;
}
.section-header .modal ul{
	font-size: inherit !important;
	color:inherit !important;
}
.big-detail{
	position:absolute;
	top:0;
	right:0;
	display:none;
	z-index:8;
	padding-top:110px;
	width:93%;
}
.big-detail:before{
	content:'';
	position: absolute;
	width:7%;
	left:-7%;
	height:100%;
	background:rgba(255,255,255,0.1);
	backdrop-filter: blur(2px);
}
.big-detail-data{font-size:14px; padding-left:0 !important;}
.big-detail .card{
	border-radius:20px;
	-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);
	margin-left:1rem;
}
.big-detail .card .col-md-8 img{
	max-height:80%;
	object-fit: contain;
}

.big-detail .map-detail{
	position:absolute;
	bottom:0;
	left:0;
	border-radius:0 40px 0 40px;
	overflow:hidden;
	width:32%;
	height:30%;
	background:#fff;
	border:1px solid #ccc;
}
.map-detail img{
	height:100% !important;
}
.big-detail-gallery{
	position:absolute;
	top:0;
	right:0;
	height:100vh;
	background:#fff;
	border-radius:40px 0 0 40px;
	z-index:10;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.big-detail-gallery img{
	max-height:600px;
	object-fit: contain;
}

.links .btn{
	border-radius: 40px;
    background: #01265e;
    margin: 4px 1px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    width: fit-content;
}
.big-detail .btn-default{
	border:1px solid #ccc;
	border-radius:30px;
	padding:10px 20px;
	background:#F0F1F2;
	font-weight:200;
	z-index:99;
}
.big-detail-gallery .close{
	position: absolute;
	z-index: 99;
	top: 25px;
	left: 25px;
	background-color: #fff;
	border-radius: 50%;
	background-size: 40%;
	opacity:1;
	color:#4D4D4D;
	cursor:pointer;
}
.big-detail-gallery .slick-slide img{border-radius: 40px 0 40px 40px;}
.gallery-content .slick-prev {
	left: 25px;
	z-index: 9;
	color: #fff;
  	border-radius: 50%;
}
.gallery-content .slick-next {
	right: 25px;
	z-index: 9;
	color: #fff;
  	border-radius: 50%;
}
.modal-open{overflow: hidden;}
.modal-dialog{margin-top:-10vh;}
.modal-body img{
	height:100%;
	object-fit: cover;
	border-radius:15px;
}

.logo-close{
  background: transparent !important;
  border: 0 !important;
  width: 30%;
  height: 120px;
  position: absolute;
  top: 0;
  left: -5%;
}

@media screen and (max-width:768px) {
	.logo img {
		height: 60px;
		border-radius: 10px;
	}
	.fixed-btns{position:relative; right:0; top:0; padding:10px; background:#fff;}
	.compass {
		bottom: 5%;
		left: 5%;
		right:auto;
	}
	.label-select, .floors-select{font-size:10px; display:flex; justify-content: center; align-items: center; padding: 8px 15px;}
	.label-select img, .floors-select img{height:20px; margin-right:8px; }
	
	.h-steps{width:100%;}
	.h-steps .step {
		margin: 3% 0;
	}
	.h-steps.active{
		height:calc(100vh - 150px);
	}
	
	.logo {
        padding: 10px 20px;
        border-radius: 0 0 30px 0;
        margin: 0;
    }
	.nav .title, .video-content {
		width: 90vw;
        padding: 5%;
	}
	.nav .title::after {right:25%;}
	.video-content iframe {
		width: 80vw;
        height: calc(80vw * 9 / 16);
	}
	.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: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_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;}
	.furnish, .elevations, .btns-content, .options{display:none;}
	/*.zoom-btns, #ruler_select{display:none !important;}*/
	.brochure-form{height:70vh;}
	.nav .btn {
		margin-top:10px;
		justify-content: center;
		align-items: center;
		display: flex;
		padding-top: 5px !important;
    	padding-bottom: 5px !important;
	}
	.section-header .modal .btn-default{width:100% !important;}
	.big-detail{position: absolute !important; height:100%; overflow-y: auto;}
	.logo-close {
		background: transparent !important;
		border: 0 !important;
		width: 30%;
		height: 60px !important;
		position: absolute;
		top: 0;
		left: 4%;
	}
	.big-detail-data{padding-top: 80px !important;}
	.big-detail .map-detail{position: relative; width:100%;}
	.big-detail-gallery{position: relative;}
	.card .p-3{padding-top:0 !important;}
	.big-detail-gallery .slick-list, .big-detail-gallery .list-gallery{width:100vw !important;}
	.brochure-form{top:80px;}
	.section-header .modal {
		position: fixed;
		padding-top: 160px;
		z-index: 45;
	}
	.big-detail .links {
		position: absolute;
		bottom: 65px;
		right: 2%;
		width: 96%;
	}
	.links .btn{width:100%;}
	/*.modal-body .row{flex-direction: column-reverse;}*/
	.section-header .modal .btn-default{position:relative; bottom:auto; margin-top:20px;}
	/*.modal-body img{height:250px !important;}*/
	.modal-body .w-50, .modal-body .w-75, .modal-body .w-25{width:100% !important;}
	.map-detail img{
		height:100% !important;
	}
	.modal-body img{
		height:100%;
		object-fit: cover;
		border-radius:15px;
	}
	.modal-body .links{flex-direction: row !important;}
}	
@media screen and (max-width:600px) {
	
}