@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap')

body { margin:0; text-align:center; background-color: #fff; font-family: "Quicksand", sans-serif; font-size: 16px; font-weight:400; color: #201f20; overflow-x: hidden;}

html,
body {
	height: 100vh;
	background-color: #ffffff;
	width: 100%;
}


*, *:before, *:after { box-sizing: border-box; }


img{
	width:100%;
	height:auto;
	text-align:center;
}

ul{
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

li{
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

a, a:visited, a:active, a:link, modal a, modal a:visited, modal a:active, modal a:link{
	text-decoration: none;
	color: #5b5b5b;
}

a:hover{
	text-decoration: none;
	color:#c9972b;
}

::selection {
  background: #e3d3bf;
}
::-moz-selection {
  background: #e3d3bf;
}

.zero{
	margin: 0;
	padding: 0;
}



.anchor-link {
  scroll-margin-top: 100px;
}


h1, h2, h3, h4 {
	display: inherit;
  	font-size: inherit;
 	font-weight: inherit;
	font-family: inherit;
 	color: inherit;
	padding: 0;
	margin: 0;
	line-height: inherit;
}

@media screen and (max-width: 1239px) {
	h1 {
		font-size: 2em;
	}
}


.content{
	margin:0 auto 0 auto;
	width:100%;
}



.unsel { 
-moz-user-select: none; 
-khtml-user-select: none; 
-webkit-user-select: none; 
/* Introduced in IE 10. See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ */ 
-ms-user-select: none; user-select: none; 
}


.border {
	border: 2px solid #c9972b;
}


.warning { 
	font-weight: bold;
} 


#container{
	padding-bottom: 66.68%;
	height: 0;
	/*max-width: 1920px;*/
	overflow: hidden;
	margin: 0 auto;
}


.modal, .modal-body, .modal-content{
	height: 90vh;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 2510;
	left: 0;
	right: 0;
	
}
.modal-backdrop.show{
	opacity: 0!important;
	z-index: -10!important;
}
.modal-content{
	margin: 0 auto;
	
}
.modal-dialog{
	z-index: 2510;
	max-width: 95vw!important;
}
.modal-body, .modal-title{
	font-family: "Quicksand", "sans-serif";
	font-size: 1em;
	text-transform: uppercase;
	background-color: #fff;
	color: #201f20;
}
.modal-header{
	padding: 10px;
	background-color: #fff;
	border-radius: 0;
	color: #201f20;
}
.modal-body .nav-link{
	color: #201f20;
}

.modal img{
	width: 95vw;
}


.btn-close-mod{
	display: block;
	position: absolute;
	width: 2em;
	height: 2em;
	right: 0;top: 0;
	z-index: 2550;
	padding: 3px;
	background-color: #fff;
	background-image: url(../img/btn-close-mod.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	border: none!important;
	
}

.btn-close-mod:hover{
	opacity: 0.7;
}





.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #c9972b;
}
h3{
	font-size: 1.8em;
}

a.nav-link.dropdown-toogle{
	display: block;
}

a.nav-link.active{
	color: #fff!important;
}


a.nav-link.dropdown-toogle.active.show, .nav-tabs .nav-link.active{
	background-color: #ddd6d2;
	color: #fff;
	border: none!important;
}

.dropdown-toogle:active, .dropdown-toogle:focus{
	border: none;
}
.dropdown-toggle::after {
	color: #cebc9b;
}

.nav-tabs{
	border: none;
}
.dropdown-menu.show{
	background-color: #ddd6d2;
	color: #5b5b5b;
}
.dropdown-menu{
  max-height: 200px;
  overflow-y: scroll;
}
.nav-link, .dropdown-item{
	color: #5b5b5b;
}
.nav-link:active, .dropdown-item:active{
	color: #5b5b5b;
}
.nav-link:focus, .nav-link:hover, .dropdown-item:hover{
	color: #5b5b5b!important;
	border:none!important;
}
.dropdown-item:focus{
	color: #5b5b5b!important;
	border:none!important;
	background-color: #fff!important;
}






::-webkit-scrollbar {
    width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
  
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(80,80,80,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(70,70,70,0.4);
}



#s2-cont{
	padding: 0;
	text-align: center;
	position: relative;
}


.s2-img{
	position: relative;
}




.niveles_areas, .tipo_area{
	fill:rgba(186, 149, 56, 0);
	mix-blend-mode: multiply;
}
.niveles-limites{
	fill:#fff;
	visibility: hidden;
}
.niveles_areas:hover, .tipo_area:hover{
	fill:rgba(186, 149, 56, .7);
}


.tipo_area_1pb{
	fill:rgba(193, 234, 104, 1);
	mix-blend-mode: multiply;
}
.tipo_area_1pb:hover{
	fill:rgba(193, 234, 104, .7);
}
.tipo_area_3pb{
	fill:rgba(192, 214, 150, 1);
	mix-blend-mode: multiply;
}
.tipo_area_3pb:hover{
	fill:rgba(192, 214, 150, .7);
}
.tipo_area_4pb{
	fill:rgba(214, 221, 195, 1);
	mix-blend-mode: multiply;
}
.tipo_area_4pb:hover{
	fill:rgba(214, 221, 195, .7);
}
.tipo_area_1{
	fill:rgba(165, 133, 127, 1);
	mix-blend-mode: multiply;
}
.tipo_area_1:hover{
	fill:rgba(165, 133, 127, .7);
}
.tipo_area_2{
	fill:rgba(168, 141, 105, 1);
	mix-blend-mode: multiply;
}
.tipo_area_2:hover{
	fill:rgba(168, 141, 105, .7);
}
.tipo_area_3{
	fill:rgba(216, 164, 68, 1);
	mix-blend-mode: multiply;
}
.tipo_area_3:hover{
	fill:rgba(216, 164, 68, .7);
}
.tipo_area_4{
	fill:rgba(214, 200, 118, 1);
	mix-blend-mode: multiply;
}
.tipo_area_4:hover{
	fill:rgba(214, 200, 118, .7);
}
.tipo_area_5{
	fill:rgba(209, 179, 140, 1);
	mix-blend-mode: multiply;
}
.tipo_area_5:hover{
	fill:rgba(209, 179, 140, .7);
}
.tipo_area_6{
	fill:rgba(178, 165, 154, 1);
	mix-blend-mode: multiply;
}
.tipo_area_6:hover{
	fill:rgba(178, 165, 154, .7);
}




.nivel-txt-1, .nivel-txt-2, .nivel-txt-3{
	position: absolute;
	top: 45vh;
	left: 25vw;
	border-bottom: thin solid #C9972B;
	font-family: "Quicksand", "sans-serif"; font-weight: 300;
	font-size: 3em;
	z-index: 2000;
	opacity: 0;
	fill: #252425;
}
.nivel-txt-1 tspan, .nivel-txt-2 tspan, .nivel-txt-3 tspan{
	display: inline-block;
	font-family: "Quicksand", "sans-serif"; font-weight: 700;
}
.nivel-txt-1 line, .nivel-txt-2 line, .nivel-txt-3 line{
	fill:none;
	stroke:#ba9538;
	stroke-miterlimit:10;
	stroke-width:2px;
}

#n_1-9:hover .nivel-txt-1{
	opacity: 1;
}
#n_10-16:hover .nivel-txt-2{
	opacity: 1;
}
#n_17-23:hover .nivel-txt-3{
	opacity: 1;
}

.div-cont{
	position: absolute; 
	width: 100%; 
	height: 100vh;
	/*max-height: calc(100vh - 170px);*/
	z-index: 1000; 
	margin: 0; 
	padding: 2vh;
	background-color: #fff;
	overflow: hidden;
	top: 0;
}

.titulo-nivel{
	position: absolute;
	top:-90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 300px;
	text-align: center;
}
.titulo-nivel h1{
	font-size: 2em;
	color: #664c3a;
}
.plano-nivel{
	width: 100%;
	height: 65vh;
	max-height: calc(100vh - 170px);
	padding: 0;
	position: relative;
	margin-top: 100px;
	/*transform: rotate(36deg) scale(1.3) translate(-2.5%, -5%);*/
}
.plano-nivel svg{
	width: 100%;
	height: 65vh;
	max-height: calc(100vh - 170px);
}

.plano-nivel-c1{
	background-image: url(../img/nivel-c1.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
}
.plano-nivel-c2{
	background-image: url(../img/nivel-c2.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
}
.plano-nivel-c3{
	background-image: url(../img/nivel-c3.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
}
.plano-nivel-c4{
	background-image: url(../img/nivel-c4.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
}
.plano-nivel-c8{
	background-image: url(../img/nivel-c8.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
}



#btn_nivel_close, #btn_tipo1_close, #btn_tipo2_close, #btn_tipo3_close, #btn_tipo4_close, #btn_tipo5_close, #btn_tipo6_close, #btn_tipo1pb_close, #btn_tipo2pb_close, #btn_tipo3pb_close{
	/*display: block;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(../img/btn-back.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	opacity: 1;*/
	display: block;
	width: 130px;
	height: 30px;
	position: absolute;
	top: 35px;
	left: 15px;
	border: none;
	background-color: #fff;
}

#btn_nivel_close::after, #btn_tipo1_close::after, #btn_tipo2_close::after, #btn_tipo3_close::after, #btn_tipo4_close::after, #btn_tipo5_close::after, #btn_tipo6_close::after, #btn_tipo1pb_close::after, #btn_tipo2pb_close::after, #btn_tipo3pb_close::after {
  content: " < BACK";
  color: #5b5b5b;
  font-weight: 400;
	font-size: .8rem;
  text-align: left;
}


#btn_nivel_close:hover, #btn_tipo1_close:hover, #btn_tipo2_close:hover, #btn_tipo3_close:hover, #btn_tipo4_close:hover, #btn_tipo5_close:hover, #btn_tipo6_close:hover, #btn_tipo1pb_close:hover, #btn_tipo2pb_close:hover, #btn_tipo3pb_close:hover{
	/*opacity: .7;*/
}



.e-link-txt{
	fill:#201F20;
	font-family: inherit;
	font-size: 26px;
	transform: translate(-5px, 10px);
}



.cam-color{
	fill:#ba9538;
}
.cam-link, .cam-link:hover{
	display: none;
	transform: scale(0.8) translate(12.5%, 15%);
}
.cam-link:hover .cam-color{
	fill:#252425;
}
#cam-e{
	transform: scale(0.8) translate(14%, 15%);
}

.div-cont-planta{
	position: absolute; 
	width: 100%; 
	height: 100vh;
	max-height: calc(100vh - 100px);
	margin: 0; 
	padding: 0;
	background-color: #fff;
}

.nivel_dd{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2500;
}

.tipos{
	background-color: #fff;
	color: #5b5b5b;
	text-align: left;
	padding-left: 15vw;
}
.tipos .tipo-col-txt{
	height: 100vh;
	max-height: calc(100vh - 70px);
	padding: 80px 2vw 2vh 2vw;
	/*background-color: #FCF6E8;*/
}
.tipos .tipo-txt{
	font-family: "Quicksand", "sans-serif";
	font-size: 1.5em;
	color: #C9972B;
}
.tipos .tipo-titulo{
	font-family: "Quicksand", "sans-serif"; font-weight: 700;
	font-size: 2em;
	color: #664c3a;
	text-transform: uppercase;
	padding: 15px 0;
}

.tipos ul{
	font-family: "Quicksand", "sans-serif";
	font-size: 1em;
	/*display:inline-block;*/
	margin: 0;
	padding: 20px 0;
	text-align: left;
	justify-content: flex-start;
}
.tipos ul.desc{
	border-top: solid thin #cebc9b;
}
.tipos ul li{
	list-style-type: none;
	text-align: left;
	/*padding-bottom: 5px;*/
	vertical-align: middle;
}
.tipos ul li.total{
	font-weight: 600;
	font-size: 1.2em;
}


.tipos .tipo-planta{
	padding: 2vh 2vw;
	display: block;
}
.tipos .tipo-planta img{
	max-height: 80vh;
	width: auto;
 }




@media screen and (max-width: 991px) {
	

	/*.plano-nivel{
		width: 150%;
		margin-left: -25%;
		padding-top: 50px;
		height: auto;
		background-position: top 50px;
	}
	.plano-nivel svg{
		margin-top: -70px;
		height: auto;
	}*/
	.div-cont-bg{
		display: none;
	}
	
	.plano-nivel{
		margin-top: 150px;
	}
	
	/*#btn_nivel_close{
		left: 100px;
	}*/
		
	.tipos .tipo-titulo, .tipos .tipo-txt{
	font-size: 1.3em;
	}
	
	.tipos .tipo-col-txt{
		padding: 4.5em 2em 2em;
		height: auto;
		text-align: center;
	}
	.tipos .tipo-col-txt ul, .tipos .tipo-col-txt ul li{
		text-align: center;
	}
	.tipos .tipo-planta img{
	height: auto;
	width: 100%;
 }
	#btn_nivel_close{
		top: 0;
	}
	#btn_tipo1_close, #btn_tipo2_close, #btn_tipo3_close, #btn_tipo4_close, #btn_tipo5_close{
		top: 18px;
		left: 23px;
	}
	


}





