
/* Box Model */
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* BODY */
html,
body {
	display: block;
	margin: 0;
	padding: 0;

	width: auto;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

body {
	font-family: 'AthelasBold', sans-serif;
	/* font-family: 'bariolregular', cursive; */
	font-size: 1em;
	background-color: #f1f1f1;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
  }









	body.web .app {
		width: 2410px !important;
		height: 1360px !important;
		/* width: 2020px !important;
		height: 1180px !important; */
	}
	body.web .app #menu{
		position: relative;
		width: 1920px;
		height: 132px;
		/* background-color: brown; */
		background-size: cover;
		/* background-image: url(../assets/web/ref_menu.png); */
	}
	body.web .app #menu.portada{
		/* display: none; */
		opacity:0;
		pointer-events: none;
	}

	/* body.web .page#portada{
		background: url('../assets/web/back.jpg');
	} */
	body.web .app #menu .logo {
		background: url('../assets/web/logo_roble.png');
		position: absolute;
		width: 188px;
		height: 70px;
		top: 16px;
		left: 2px;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	body.web .app #menu .btn_portada{
		font-family: 'AthelasBold';
		color: white;
		position: absolute;
		cursor: pointer;
		background-repeat: no-repeat;
	}
	body.web .app #menu  #colaboradores {
		background-image: url('../assets/web/colaboradores.png');
		width: 260px;
		height: 54px;
		top: 31px;
		left: 719px;
	}
	body.web .app #menu #amenidades{
		background-image: url('../assets/web/amenidades.png');
		width: 200px;
			height: 54px;
		top: 31px;
			left: 979px;
	}
	
	
	
	body.web .app #menu  #galeria {
			background-image: url('../assets/web/galeria.png');
			width: 164px;
			height: 54px;
			top: 31px;
			left: 1179px;
	}
	body.web .app #menu  #masterplan {
			background-image: url('../assets/web/masterplan.png');
			width: 204px;
			height: 54px;
			top: 31px;
			left: 1343px;
	}
	body.web .app #menu  #concepto {
			background-image: url('../assets/web/concepto.png');
			width: 177px;
			height: 54px;
			top: 31px;
			left: 1547px;
	}
	body.web .app #menu  #residencias {
			background-image: url('../assets/web/residencias.png');
			width: 200px;
			height: 54px;
			top: 31px;
			left: 1721px;
	}
	body.web .app #menu  #amenidades:hover{
		background: url('../assets/web/amenidades_on.png');
	}
	body.web .app #menu  #colaboradores:hover{
		background: url('../assets/web/colaboradores_on.png');
	}
	body.web .app #menu  #galeria:hover{
		background: url('../assets/web/galeria_on.png');
	}
	body.web .app #menu  #masterplan:hover{
		background: url('../assets/web/masterplan_on.png');
	}
	body.web .app #menu  #concepto:hover{
		background: url('../assets/web/concepto_on.png');
	}
	body.web .app #menu  #residencias:hover{
		background: url('../assets/web/residencias_on.png');
	}
	
	
	/* .pageContainer {
		border-radius: 20px;
			box-shadow: 0px 0px 20px 0px #00000075;
		
	} */
	/* body.web .pageContainer .page.main > .logo,
	body.web .pageContainer .page.main > .btn_portada, */
	body.web .page .btn_back
	{
		display: none;
	
	}










#bg {
	position: absolute;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #EFEEE4;
}

.app {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	/* overflow: hidden; */

	margin: 0;
	padding: 0;

	width: 1920px;
	height: 1080px;

	background-position: 0 0;
	background-repeat: no-repeat;

	/*border: solid 1px #ccc;*/
	/* border-radius: 12px;*/

	transform-origin: 0 0;
}


.app {
	width: 1920px;
	height: 1080px;
}

.pageContainer {
	position: relative;
    
    width: 1920px;
    height: 1080px;
	overflow: hidden;
}
.page {
	position: absolute;
    
   /*  background: url('../assets/ref_portada.png'); */
    width: 1920px;
    height: 1080px;
	transition: all .5s ease-in;
}

.page.hide{
	left: -1920px;
	opacity: 0;
}
.page.hideDer{
	left: 1920px;
	opacity: 0;
}
.page.show{
	left: 0px;
	opacity: 1;
}
.page#portada{
	background: url('../assets/back.jpg');
}
.page#amenidades{
	background: url('../assets/ref_amenidades.png');
}
.page#colaboradores{
	background: url('../assets/colaboradores/back.png');
	
}
.page#concepto{
	background: url('../assets/concepto/back.png');
}
.page#masterplan{
	background: url('../assets/mp/mp_back.png');
}
.page#residencias{
	background: url('../assets/residencias/fondo_2.jpg');
}
.main .logo {
    background: url('../assets/logo_roble.png');
    position: absolute;
    width: 199px;
    height: 73px;
    top: 83px;
    left: 83px;
}
#portada .btn_portada{
	position: absolute;
	cursor: pointer;
}
#portada #amenidades{
	background: url('../assets/amenidades.png');
	width: 264px;
    height: 268px;
	top: 346px;
    left: -12px;
}

#portada #colaboradores {
    background: url('../assets/colaboradores.png');
    width: 386px;
    height: 146px;
    top: 226px;
    left: 230px;
}

#portada #galeria {
    background: url('../assets/galeria.png');
    width: 264px;
    height: 261px;
    top: 831px;
    left: 467px;
}
#portada #masterplan {
    background: url('../assets/masterplan.png');
    width: 264px;
    height: 268px;
    top: 102px;
    left: 1549px;
}
#portada #concepto {
    background: url('../assets/concepto.png');
    width: 384px;
    height: 146px;
    top: 467px;
    left: 1548px;
}
#portada #residencias {
    background: url('../assets/residencias.png');
    width: 265px;
    height: 268px;
    top: 589px;
    left: 1307px;
}
#portada #amenidades:hover{
	background: url('../assets/amenidades_on.png');
}
#portada #colaboradores:hover{
	background: url('../assets/colaboradores_on.png');
}
#portada #galeria:hover{
	background: url('../assets/galeria_on.png');
}
#portada #masterplan:hover{
	background: url('../assets/masterplan_on.png');
}
#portada #concepto:hover{
	background: url('../assets/concepto_on.png');
}
#portada #residencias:hover{
	background: url('../assets/residencias_on.png');
}

.page > .titulo {
    width: 360px;
    height: 121px;
    background-color: #A95B4E;
    color: white;
    font-size: 27px;
    letter-spacing: 5px;
    position: absolute;
    top: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .btn_back {
    align-items: center;
    background-color: #666666;
	
    color: white;
    display: flex;
    font-family: 'Athelas-BoldItalic';
    font-size: 19px;
    height: 61px;
    justify-content: center;
    letter-spacing: 3px;
    position: absolute;
    right: 0px;
    top: 117px;
    width: 119px;
	cursor: pointer;
	font-style: italic;
}

.page .btn_back:hover {
	background-color: #ffffff;
	color: #5D6047;
}

.page .imageContainer {
    width: 1920px !important;
    height: 1080px;
    position: absolute;
    overflow: hidden;
    background-color: #00ffff2b;
}

.page .imageContainer .main-carousel {
    width: 1920px !important;
    height: 1080px;
}

.page .imageContainer .carousel-cell {
    width: 1920px !important;
    height: 1080px;
	
}

.page .imageContainer .descripcion {
	text-align: center;
    align-items: center;
    background-color: #A95B4E;
    bottom: 0px;
    color: #ffffff;
    display: flex;
    /* font-family: 'GothamBook'; */
    font-size:20px;
    height: 159px;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 27px;
    position: absolute;
    width: 360px;
}
.flickity-prev-next-button {
    width: 80px;
    height: 80px;
}
.flickity-prev-next-button.previous {
	left: 815px;
    top: 965px;
}
.flickity-prev-next-button.previous img {
	transform: scaleX(-1);
}
.flickity-prev-next-button.next {
    right: 815px;
    top: 965px;
}




.carousel-container {
	height: 1080px;
	overflow: hidden;
	width: 120px;
	position: absolute;
    right: 0px;
}
.item {
    height: 115px;
    padding: 20px;
    position: relative;
    text-align: center;
}
.thumbnail {
	position: relative;
   /* align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #cbd5e0;
     font-size: 2.25rem; */
    height: 12rem;
    margin: 6px 0;
    width: 240px;
    height: 115px;
}

.thumbOn, .thumbOff{
	position: absolute;
	right: 0px;
	top: 0px;
	transition: opacity .15s linear;
}
.thumbOn{
	width: 240px;
	height: 115px;
	opacity:0;
}
.thumbOff{
	width: 120px;
	height: 115px;
}
.thumbnail.selected .thumbOn{
	opacity: 1;
}
.thumbnail.selected .thumbOff{
	opacity: 0;
}


.thumbContainer {
    bottom: 0px;
    height: 852px;
    overflow: hidden;
    position: absolute;
    right: 0px;
}

.flickity-button {
	background: transparent;
  }
  .flickity-button:hover {
	background: transparent;
  }
  .flickity-button-icon {
	fill: #F6E9E0;
  }
  
	.colaboradores_container {
    position: absolute;
    top: 252px;
    left: 519px;
    display: flex;
    width: 850px;
    height: 642px;
    flex-flow: wrap;
}
  .colaborador{
	width: 333px;
    height: 325px;
    position: relative;
	margin-right: 84px;
  }
  .colaborador .logo{
	  width: 333px;
	  height: 200px;
	  background-size: inherit;
	  background-repeat: no-repeat;
	  background-position: center;
  }

  .colaborador#tatiana .logo{
	  background-image: url(../assets/colaboradores/tatiana.png);
  }
  .colaborador#todoAccesible .logo{
	background-image: url(../assets/colaboradores/todoaccesible.png);
}
.colaborador#transsolar .logo{
	background-image: url(../assets/colaboradores/transsolar.png);
}
.colaborador#melk .logo{
	background-image: url(../assets/colaboradores/melk.png);
}
.colaborador#twf .logo{
	background-image: url(../assets/colaboradores/twf.png);
}
.colaborador#gibbs .logo{
	background-image: url(../assets/colaboradores/gibbs.png);
}
.colaborador#twf .logo{
	background-image: url(../assets/colaboradores/twf.png);
}


  .colaborador hr{
	
		height: 129px;
		width: 333px;
		height: 2px;
		border-width: 0;
		background-color: #A95B4E;
	
  }

  .colaborador .nombre {
    /* font-family: 'GothamBold'; */
    color: #A95B4E;
    width: 100%;
    text-align: center;
    margin-top: 27px;
    font-size: 15px;
}

.colaborador .link {
    /* font-family: 'GothamBook'; */
    color: #A95B4E;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}
.page#colaboradores .desc_container,
.page#concepto .desc_container{
	background-color: #A95B4E;
	bottom: 0px;
	height: 844px;
	position: absolute;
	right: 0px;
	width: 360px;

}



.page#colaboradores .desc_container .titulo,
.page#concepto .desc_container .titulo
 {
    /* font-family: 'RoadRadioBold'; */
    font-size: 25px;
    margin: 55px 67px;
    /* word-spacing: 13px; */
    letter-spacing: 3px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}
.page#colaboradores .desc_container .desc,
.page#concepto .desc_container .desc
 {
    /* font-family: 'GothamBook'; */
    font-size: 18px;
    margin: 67px 35px;
    text-align: center;
	color: #ffffff;
}
.page#colaboradores .desc_container .unproyecto {
    /* font-family: 'RoadRadioBold'; */
    margin-top: 82px;
    text-align: center;
    font-size: 23px;
    letter-spacing: 1.5px;
    color: #ffffff;
}


.page#colaboradores .desc_container .part1 {
    background-image: url(../assets/colaboradores/arboleda.png);
    width: 137px;
    height: 33px;
    margin: 60px auto 0;
}
.page#colaboradores .desc_container .part2 {
    background-image: url(../assets/colaboradores/capital.png);
    width: 181px;
    height: 20px;
    margin: 78px auto 0;
}
.page#colaboradores .desc_container .part3 {
    background-image: url(../assets/colaboradores/one.png);
    width: 92px;
    height: 19px;
    margin: 78px auto 0 ;
}

.page#concepto .desc_container hr {
	width: 277px;
	height: 1px;
	border-style: none;
	background-color: #fff;
}
.page#concepto .desc_container .desc{
	margin: 32px 35px;
}

.page#masterplan video {
    width: 1920px;
    height: 1080px;
}
.page#masterplan .videoStill {
    width: 1920px;
    height: 1080px;
    background-image: url(../assets/mp/mpStill.png);
	position: absolute;
    top: 0px;
    left: 0px;
	opacity: 1;
	transition: all 1s;
}
/* .page#masterplan .videoStill.show{
	opacity: 1;
} */
.page#masterplan button#play{
	width: 1920px;
    height: 1080px;
    background-color: #747b6063;
    position: absolute;
    top: 0px;
    left: 0px;
	opacity: 0;
}

.page#residencias .menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    background-image: url(../assets/residencias/fondo_1.jpg);
}
.page#residencias .nucleos{
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    /*background-image: url(../assets/residencias/fondo_2.jpg);
     background-image: url(../assets/residencias/refa.png); */
}
.page#residencias .nucleo_btn,
.page#residencias .menu_nucleo_btn
{
	width: 145px;
	height: 146px;
	position: absolute;
	cursor: pointer;
}
.page#residencias .nucleo_btn#nucleo_a,
.page#residencias .menu_nucleo_btn#nucleo_a {
    background-image: url(../assets/residencias/nucleoa.png);
    top: 345px;
    left: 228px;
}
.page#residencias .menu_nucleo_btn#nucleo_a {
	background-image: url(../assets/residencias/nucleo_a_off.png);
}
.page#residencias .nucleo_btn#nucleo_b,
.page#residencias .menu_nucleo_btn#nucleo_b{
	background-image: url(../assets/residencias/nucleob.png);
	top: 104px;
    left: 589px;
}
.page#residencias .menu_nucleo_btn#nucleo_b{
	background-image: url(../assets/residencias/nucleo_b_off.png);
}
.page#residencias .nucleo_btn#nucleo_c,
.page#residencias .menu_nucleo_btn#nucleo_c{
	background-image: url(../assets/residencias/nucleoc.png);
	top: 710px;
    left: 1428px;
}
.page#residencias .menu_nucleo_btn#nucleo_c{
	background-image: url(../assets/residencias/nucleo_c_off.png);
}
.page#residencias .nucleo_btn#nucleo_d,
.page#residencias .menu_nucleo_btn#nucleo_d{
	background-image: url(../assets/residencias/nucleod.png);
	top: 345px;
    left: 1547px;
}
.page#residencias .menu_nucleo_btn#nucleo_d{
	background-image: url(../assets/residencias/nucleo_d_off.png);
}
.page#residencias .nucleo_btn#nucleo_a:hover{
	background-image: url(../assets/residencias/nucleo_a_on.png);
}
.page#residencias .nucleo_btn#nucleo_b:hover{
	background-image: url(../assets/residencias/nucleo_b_on.png);
}
.page#residencias .nucleo_btn#nucleo_c:hover{
	background-image: url(../assets/residencias/nucleo_c_on.png);
}
.page#residencias .nucleo_btn#nucleo_d:hover{
	background-image: url(../assets/residencias/nucleo_d_on.png);
}

.page#residencias .menu_nucleos .menu_nucleo_btn{
left: 228px !important;
}
.page#residencias .menu_nucleo_btn.selected{
	cursor: unset;
}
.page#residencias .menu_nucleo_btn#nucleo_a{
	top: 224px;
}
.page#residencias .menu_nucleo_btn#nucleo_b{
	top: 344px;
}
.page#residencias .menu_nucleo_btn#nucleo_c{
	top: 464px;
}
.page#residencias .menu_nucleo_btn#nucleo_d{
	top: 584px;
}
.page#residencias .menu_instrucciones {
	background-image: url(../assets/residencias/instruccion.png);
	height: 56px;
	left: 274px;
	position: absolute;
	top: 879px;
	width: 200px;
}
.page#residencias .menu_nucleo_btn#nucleo_a:hover,
.page#residencias .menu_nucleo_btn.selected#nucleo_a{
	background-image: url(../assets/residencias/nucleoa.png);
}
.page#residencias .menu_nucleo_btn#nucleo_b:hover,
.page#residencias .menu_nucleo_btn.selected#nucleo_b{
	background-image: url(../assets/residencias/nucleob.png);
}
.page#residencias .menu_nucleo_btn#nucleo_c:hover,
.page#residencias .menu_nucleo_btn.selected#nucleo_c{
	background-image: url(../assets/residencias/nucleoc.png);
}
.page#residencias .menu_nucleo_btn#nucleo_d:hover,
.page#residencias .menu_nucleo_btn.selected#nucleo_d{
	background-image: url(../assets/residencias/nucleod.png);
}
.page#residencias .nucleos,
.page#residencias .tipologia{
	display: none;
}
.page#residencias .nucleos_container {
    width: 1200px;
    height: 849px;
    border: 3px solid #A95B4E;
    background-color: #EFEEE4;
    position: absolute;
    top: 117px;
    left: 360px;
}

.page#residencias .instrucciones{
    width: 240px;
    height: 121px;
    background-color: #9E8F7B;
    position: absolute;
    right: -240px;
    top: 482px;
    color: #ffffff;
}
.page#residencias .instrucciones .icono_instrucciones {
    background-image: url(../assets/residencias/manita.png);
    height: 49px;
    left: 30px;
    position: absolute;
    top: 33px;
    width: 34px;
}
.page#residencias .instrucciones .texto_instrucciones {
    font-family: 'Athelas-BoldItalic';
    font-size: 18px;
    padding: 19px 40px 0px 87px;
		font-style: italic;
}
.page#residencias .simbologia{
	position: absolute;
	width: 100%;
	bottom: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #A75B5D;
}
.page#residencias .simbolo {
    height: 50px;
    margin-left: 41px;
    margin-right: 18px;
    width: 50px;
}

.page#residencias .simbolo#sim_a {
    border: 2px solid #A95B4E;
}
.page#residencias .simbolo#sim_b {
    background-color: #CD9178;
}
.page#residencias .simbolo#sim_c {
   background-color: #B07562;
}
.page#residencias .simbolo#sim_d {
   background-color: #A95B4E;
}

.page#residencias .nucleos .close_btn {
    background-image: url(../assets/residencias/close_icon.png);
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: 30px;
}
.page#residencias .nucleos .menu_nucleo {
    display: flex;
    flex-flow: wrap;
    padding: 117px 185px;
}
.page#residencias .nucleos .menu_nucleo#nucleo_b{
	padding: 133px 254px;
}
.page#residencias .nucleos .menu_nucleo#nucleo_c{
	padding: 142px 116px;
}
.page#residencias .nucleos .menu_nucleo#nucleo_d{
	padding: 75px 321px;
}
.page#residencias .nucleos .tipo_btn {
    width: 137px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    /* font-family: 'RoadRadioBold'; */
    box-shadow: 0px 0 5px #000000a6;
	cursor: pointer;
}
.page#residencias .nucleos .tipo_btn.vendido{
	background-color: #999999;
	color: #ffffff;
	/* opacity:.3; */
	cursor: unset;
}
.page#residencias .nucleos .tipo_btn.tipo_0{
	cursor: unset;
}
.page#residencias .nucleos .tipo_btn.disponible:not(.tipo_0):hover{
	background-color: #FFFFFF;
	border: 2px solid #A75B5D;
	color: #AE595A;
}
.tipo_btn.tipo_0{
	background-color: transparent;
	box-shadow: unset !important

}

.tipo_btn.tipo_a{
	background-color: #EFEEE4;
	/* border: 2px solid #A75B5D; */
	color: #A95B4E;
}
.tipo_btn.tipo_b{
	background-color: #D08E83;
	/* border: 2px solid #CD9178; */
	color: #ffffff;
}
.tipo_btn.tipo_c{
	background-color: #B07562;
	/* border: 2px solid #A75B5D; */
	color: #ffffff;
}
.tipo_btn.tipo_d{
	background-color: #A95B4E;
	/* border: 2px solid #A75B5D; */
	color: #ffffff;
}

.page#residencias .tipologia{

		position: absolute;
		top: 0;
		left: 0;
		width: 1920px;
		height: 1080px;
		/*background-image: url(../assets/residencias/ref_info.png);
		 background-image: url(../assets/residencias/refa.png); */
	}
.page#residencias .tipologia .verNucleos_btn,
.page#residencias .tipologia .regresar_btn{
	align-items: center;
	background-color: #6C5E4C;
	color: #EFEEE4;
	display: flex;
	/* font-family: 'RoadRadioLight'; */
	font-size: 22px;
	height: 120px;
	justify-content: center;
	left: 120px;
	position: absolute;
	width: 240px;
	box-shadow: 0px 0 5px #000000a6;
	text-align: center;
	cursor: pointer;

}
.page#residencias .tipologia .verNucleos_btn:hover,
.page#residencias .tipologia .regresar_btn:hover{
	background-color: #AE595A
}
.page#residencias .tipologia .verNucleos_btn {
    top: 238px;
}
.page#residencias .tipologia .regresar_btn{
	top: 358px;
    
	
}
.page#residencias .tipologia .planoContainer {
    background-color: #EFEEE4;
    border: 2px solid #A75B5D;
    height: 849px;
    left: 360px;
    position: absolute;
    top: 117px;
    width: 1201px;
}
.page#residencias .tipologia .planoContainer .plano{
	
}
.page#residencias .tipologia .datosContainer,
.page#residencias .tipologia .mapaContainer,
.page#residencias .tipologia .nivelContainer{
	position: absolute;
	background-color: #EFEEE4;
    border: 2px solid #A75B5D;
	width: 359px;
	height: 244px;
	
    left: 1441px;
	
}
.page#residencias .tipologia .datosContainer {
    top: 238px;
    color: #AE595A;
    padding: 39px 0 0 62px;
}
.page#residencias .tipologia .datosContainer #nombreDepto{
	font-size: 40px;
	/* font-family: 'RoadRadioBold'; */

}
.page#residencias .tipologia .datosContainer #areas{
	font-size: 20px;
	/* font-family: 'GothamBook'; */
}
.page#residencias .tipologia .mapaContainer{
	top: 480px;
	
}
.page#residencias .tipologia .mapaContainer .mapa{
	
}
.page#residencias .tipologia .nivelContainer{
	top: 722px;
	
}
.page#residencias .tipologia .nivelContainer .nivel{
	
}
.page#residencias .tipologia .nivelContainer .nivelText {
    bottom: 22px;
    color: #AE595A;
    /* font-family: 'GothamBook'; */
    font-size: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.carousel-cell img {
	width: 1920px;
	height: 1080px;
}
						