/* ------------------------------------- */
/* *. @Import & Reset .................. */
/* ------------------------------------- */


/* custom CSS files */
@import url(fonts.css);


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
   Reset
------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

.container-fluid, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse, .row, .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, h1, .h1, h2, .h2, h3, .h3, h4, .h4, p, ul, li {
	margin: 0;
}

ul {
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	            font-family: 'Open Sans', sans-serif;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	overflow-y: scroll !important;
}

body {
	background: rgb(255, 255, 255);
	font-size: 15px;
	color: #485140;
	font-weight: 300;
	margin-bottom: 250px;
}
body.noscroll{
	margin: 0;
}

strong, b {
	font-weight: 500;
}

a {
	text-decoration: none !important;
}

a:hover {
	color: #3c3c3b;
}

strong {
	font-weight: 600;
}

a {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: #d29d16 ;
}

ul {
	padding: 0;
}

ul li {
	list-style-type: none;
}

.flex-center {
	display: flex;
	align-items: center;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.overfow_hidden {
	overflow: hidden;
}

.text-center {
	text-align: center;
}

::selection {
  background: #e6d6c0; 
}
::-moz-selection {
  background: #e6d6c0; 
}

/* ------------------------------------- */
/* 1.  ................... */
/* ------------------------------------- */

.Site_content{
	padding-bottom: 70px;
}

/* ------------------------------------- */
/* 2. GENERIC STYLES ................... */
/* ------------------------------------- */
h1 {
	color: #00122c;
	font-size: 60px;
	line-height: 64px;
    font-family: 'Playfair Display', serif;
    text-align: left;
	display: inline-block;
	width: 100%;
	padding: 22px 0 32px 0;
	font-weight: 400;
}
h1 span, h2 span{
	font-weight: 700;
}

h2 {
	color: #00122c;
	font-size: 45px;
	line-height: 60px;
    font-family: 'Playfair Display', serif;
    text-align: left;
	display: inline-block;
	width: 100%;
	padding: 22px 0 32px 0;
	font-weight: 400;
	position: relative;
	margin: 0 0 32px 0;
}
h2:before{
		content: " ";
		position: absolute;
		display: block;
		width: 56px;
		left: 0;
		bottom: 0;
		opacity: 1;
		border-top: 4px solid #00122c;
		-webkit-transition: all .3s ease-in-out .3s;
		-moz-transition: all .3s ease-in-out .3s;
		transition: all .3s ease-in-out .3s;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
}
h2.center:before{
	left: calc(50% - 28px);
}
h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.83em;
	margin: 40px 0 0;
	letter-spacing: .1em;
	text-align: center;
}
h4 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.83em;
	margin: 0 0 0;
	letter-spacing: .1em;
	text-align: left;
}
h5 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.83em;
	letter-spacing: .1em;
	margin: 0;
}




p {
	            font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 26px;
	font-weight: 300;
	color: #5a5a5a;
	text-align: left;
}
sup{
	font-size:10px;
	top: -8px;
}
p.dos_columnas{
	column-count: 2;
	column-gap: 35px;
}
.eltd-btn {
	font-family: inherit;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	outline: 0;
	font-size: 11px;
	line-height: 2em;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	box-sizing: border-box;
	margin: 0;
	border: none;
	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	padding: 16px 55px;
	cursor: pointer;
	background-color: #00122c;
	color: rgb(255, 255, 255) !important;
	display: inline-block !important;
}
.eltd-btn:hover{
	background-color: #335e9b;
}



.fondogris{
	background-color: #f7f8f9;
  }





/* ------------------------------------- */
/*         ............................. */
/* ------------------------------------- */
.uk-lightbox-items > * > * {
max-width: 100vw;
max-height: 90vh;

}

.uk-slidenav{
	color: white;
}
.uk-slidenav svg{
	height: 40px;
	width: 40px;
}
.uk-slidenav:hover {
color: rgba(255, 255, 255, 0.9);
}
.galeria_info{
	position: relative;
}
.texto_info{
	position: absolute;
	bottom: 10vh;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 10;
}
.texto_info h1, .texto_info p{
	color: white;
	text-align: center;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.95)
}
.texto_info h1{
	font-size: 80px;
	font-weight: 500;
	
}
.texto_info p{
	font-size: 22px;
	font-weight: 600;
}
/* ------------------------------------- */
/* 3. LOGO ............................. */
/* ------------------------------------- */
.brand_logo{
	width: 100%;
	margin-left: 30px;

}

.logo_desktop{
    width: auto;
	height: 40px;

}

.brand_logo img.logo_movil{
	padding: 0 10px;
	max-height: 34px;
}



/* ------------------------------------- */
/* 4. NAVBAR ......................... */
/* ------------------------------------- */
nav{
	height: 100%;
}
header{
    position: fixed;
    height: auto;
	width: 100%;
	bottom: 0;
    background: #335169;
	padding: 0;
	z-index: 1000;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
header.darkHeader{
	background: #e89968ee;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.menu_izquierda .secciones ul{
	width: 100%;
	display: inline-block;
	text-emphasis: center;
}

.menu_izquierda .secciones ul li{

	text-align: center;
	justify-content: center;
}
.menu_izquierda .secciones ul li a, .idioma a{
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	    font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	line-height: 20px;
	display: block;
	padding: 5px 5px;
}

.menu_izquierda .secciones ul li a:hover{
	background: #00122cb9;
}
.menu_izquierda .secciones ul li.active{
	background: #00122c79;
}

.login .izquierda{
	background: #00122c;
}
.menu_izquierda .secciones ul li a svg{
	fill: white;
	width: 60px;
}
.menu_izquierda .secciones ul li a span{
	display: none;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translate(-50%, 0);
	background: black;
	padding:5px 10px ;
	border-radius: 20px;
	min-width: 160%;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 15px;
	color: white;
}
.menu_izquierda .secciones ul li a span:before{
	content: "";
	width: 15px;
	height: 15px;
	background: black;
	position: absolute;
	left: 50%;
	top: 95%;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
}

.menu_izquierda .secciones ul li a:hover span{
	display: block;
}
.logout{
	background: #583939;
}
.home_vh{
	height: 100vh;
}

/* ------------------------------------- */
/* FLECHA VOLVER ARRIBA ................ */
/* ------------------------------------- */
.arrow_up {
	width: 80px;
	height: 80px;
	display: inline-block;
	position: relative;
	top: 15px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#top {
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#top.none_arrow {
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#top:hover .arrow_up {
	top: 0px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.arrow_up:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-color: #000;
	border-width: 2px 2px 0 0;
	position: absolute;
	transform-origin: 50% 50%;
}

.arrow_up.up:before {
	transform: rotate(-45deg);
	margin: -10px 0 0 -15px;
}

.arrow_up:after {
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-color: #000;
	position: absolute;
	transform-origin: 50% 50%;
}

.arrow_up.up:after {
	width: 0;
	height: 40px;
	border-width: 0 2px 0 0;
	transform: translate(-1px, -14px);
}

#top {
	position: fixed;
	bottom: 80px;
	right: 50px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.0);
	width: 80px;
	height: 80px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#top:hover {
	background: rgba(0, 0, 0, 0.1);
}



/* -------------------------------------------------------*/

.link_arrow {
	margin: 30px auto 0;
	display: block;
	font-size: 14px;
}

.link_arrow .flecha .icono, .link_arrow .flecha:before,
.link_arrow .flecha .icono:before,
.link_arrow .flecha .icono:after,
.link_arrow .flecha:after {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.link_arrow:hover .flecha .icono, .link_arrow:hover .flecha:before {
	border-color: black;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.link_arrow:hover .flecha .icono:before,
.link_arrow:hover .flecha .icono:after,
.link_arrow:hover .flecha:after {
	background: black;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.link_arrow .flecha .icono {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	border-bottom: 1px solid #d9d4af;
	border-left: 1px solid #d9d4af;
}

.link_arrow .flecha .icono:before {
	position: absolute;
	width: 3px;
	height: 1px;
	content: '';
	display: block;
	top: 0%;
	left: 0%;
	background: #d9d4af;
	position: absolute;
}

.link_arrow .flecha .icono:after {
	position: absolute;
	height: 3px;
	content: '';
	display: block;
	bottom: 0%;
	right: 0%;
	width: 1px;
	background: #d9d4af;
	position: absolute;
}

.link_arrow .flecha {
	width: 20px;
	height: 20px;
	margin: -2px 0 0 10px;
	display: inline-block;
	border: 0;
	position: relative;
	vertical-align: middle;
}

.link_arrow .flecha:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	top: 0;
	right: 0;
	border-style: solid;
	border-color: #d9d4af;
	border-width: 1px 1px 0 0;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-animation: mover_flecha 1s ease-in-out infinite;
	animation: mover_flecha 1s ease-in-out infinite;
}

.link_arrow .flecha:after {
	content: '';
	display: block;
	top: 0;
	right: 0;
	position: absolute;
	width: 15px;
	height: 1px;
	background: #d9d4af;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-animation: mover_flecha2 1s ease-in-out infinite;
	animation: mover_flecha2 1s ease-in-out infinite;
}

@-webkit-keyframes mover_flecha {
	0% {
		-webkit-transform: translate(-1px, 1px);
		transform: translate(-1px, 1px);
	}

	50% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}

	100% {
		-webkit-transform: translate(-1px, 1px);
		transform: translate(-1px, 1px);
	}
}

@keyframes mover_flecha {
	0% {
		-webkit-transform: translate(-1px, 1px);
		transform: translate(-1px, 1px);
	}

	50% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}

	100% {
		-webkit-transform: translate(-1px, 1px);
		transform: translate(-1px, 1px);
	}
}

@-webkit-keyframes mover_flecha2 {
	0% {
		-webkit-transform: translate(-1px, 1px) rotate(-45deg);
		transform: translate(-1px, 1px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translate(1px, -1px) rotate(-45deg);
		transform: translate(1px, -1px) rotate(-45deg);
	}

	100% {
		-webkit-transform: translate(-1px, 1px) rotate(-45deg);
		transform: translate(-1px, 1px) rotate(-45deg);
	}
}

@keyframes mover_flecha2 {
	0% {
		-webkit-transform: translate(-1px, 1px) rotate(-45deg);
		transform: translate(-1px, 1px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translate(1px, -1px) rotate(-45deg);
		transform: translate(1px, -1px) rotate(-45deg);
	}

	100% {
		-webkit-transform: translate(-1px, 1px) rotate(-45deg);
		transform: translate(-1px, 1px) rotate(-45deg);
	}
}





/* ------------------------------------- */
/* X. Video   ............... */
/* ------------------------------------- */


.login .izquierda{
	overflow: hidden;
}

.vimeo-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 5;
	pointer-events: none;
	overflow: hidden;
	background: #335169;
  }
  .vimeo-wrapper iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 100%;
  }
  


  .video_play_boton{
	position: relative;
	background: #000;
  }
  
  .video_play_boton .img_bg{
	opacity: 0.65;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }


  .video_play_boton a:before{
	content: url(../img_design/iconos/play.svg);
	position: absolute;
	width: 70px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
  }
  .video_play_boton a:after{
	content: 'play video';
	position: absolute;
	width: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: 50px;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
	font-size: 12px;
	z-index: 1;
  }
  .video_play_boton a:hover .img_bg{
	  opacity: 0.8;
	  -webkit-transition: all 0.4s ease-in-out;
	  -moz-transition: all 0.4s ease-in-out;
	  -ms-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
  }

.pdf_finishes{
	height: calc(100vh - 70px);
	width: 100vw;
}

.boton_descarga_plano {
	color: #fff !important;
	background-color: #335169 !important;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 20px;
	margin: 5px 0;
	text-transform: none;
	min-width: 215px;
	font-size: 15px;
	border: none !important;
  }

  .boton_descarga_plano:hover {
	background-color: #606942 !important;
  }
/* ------------------------------------- */
/* map		 ........................... */
/* ------------------------------------- */
.map {
	height: 95vh;
}

.uk-lightbox{
	background: rgba(16, 32, 53, 0.95);
	z-index: 2000;
}
.uk-lightbox-toolbar{
	background: transparent;
}


/* ------------------------------------- */
/* FOOTER .............................. */
/* ------------------------------------- */
footer{
	background: #fafafa;
	padding: 60px 0 0;
}



/* ------------------------------------- */
/* Busqueda viviendas   ............... */
/* ------------------------------------- */
.viviendas_boton{
	letter-spacing: 4px;
	font-size: 13px;
	padding: 8px 15px;
	background: #68885e;
	color: #3b5a32 !important;
	border-radius: 25px;
	font-weight: 500;
	text-transform: uppercase;
	    font-family: 'Open Sans', sans-serif;
	min-width: 250px;
	text-align: center;
	display: inline-block;
}
.buscador_viviendas, .v360_bg {
	background: #6c8c62;
}
.v360_bg h1, .v360_bg h5, .v360_bg p{
	color: white ;
}
.callout_360{
	background: white;
	padding: 0.45vw 0.9vw;
	position: absolute;
	z-index: 99990;
	border-radius: 50px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.callout_360.on{
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.v360_activos .callout_360{
	opacity: 1;
}
.callout_360.top:before{
	content: "";
	left: 50%;
	width: 2px;
	height: 50px;
	top: 100%;
	background: white;
	position: absolute;
}

.callout_360.right:before{
	content: "";
	left: 100%;
	width: 50px;
	height: 2px;
	top: 50%;
	background: white;
	position: absolute;
}
.callout_360.left:before{
	content: "";
	right: 100%;
	width: 50px;
	height: 2px;
	top: 50%;
	background: white;
	position: absolute;
}
.callout_360.bottom:before{
	content: "";
	left: 50%;
	width: 2px;
	height: 50px;
	bottom: 100%;
	background: white;
	position: absolute;
}

.callout_360 p{
	color: #000;
	margin: 0;
	font-weight: 600;
	font-size: 0.7vw;
}
.callout_360.v_806A{
	left: 47%;
	top: 9%;
}
.callout_360.v_835B{
	left: 74%;
	top: 68%;
}
.callout_360.v_812B{
	left: 14%;
	top: 58%;
}
.callout_360.v_836C{
	left: 76%;
	top: 57%;
}
.callout_360.v_828B{
	left: 44%;
	top: 83%;
}

.v360_activos .callout_360::before{
	content: none;
}
.v360_activos .callout_360{
	background: #a2b39e;
}
.v360_activos .callout_360:hover{
	background: rgb(255, 255, 255);
}
.v360_activos .callout_360.v_806A{
	left: 46%;
	top: 2%;
}
.v360_activos .callout_360.v_835B{
	left: 84%;
	top: 68%;
}
.v360_activos .callout_360.v_812B{
	left: 11%;
	top: 38%;
}
.v360_activos .callout_360.v_836C{
	left: 85%;
	top: 57%;
}
.v360_activos .callout_360.v_828B{
	left: 30%;
	top: 90%;
}

.v360_activos .callout_360 img, .v360_activos .callout_360 p{
	height: 20px;
	display: inline-block;
	width: auto;
	line-height: 20px;
	vertical-align: middle;
}



.viviendas_boton.active{
	background: #385330;
	color: white !important;
}
.viviendas_filtros a{
	font-size: 12px;
	padding: 5px 15px;
	background: #ffffff;
	border-radius: 30px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.viviendas_filtros a.active{
	background: #e1e1e1;
}
.viviendas_filtros p{
	display: inline-block;
	width: auto;
	margin: 0 10px;
}
.mostrar_selector{
	height: 100%;
	align-items: center;
	justify-content: center;
	display: inline-block;
	text-align: center;
	padding-top: 10vh;
}
.mostrar_selector.display{
	display: none !important;
}
.mostrar_lista.display{
	display: none;
}
.selector_doble{
	width: 70% !important;
	display: flex;

	height: calc(100vh - 70px);
	align-items: center;
	justify-content: center;
	display: flex;
	position: fixed;
	text-align: center;
}
.lista_doble{
	width: 29% !important;
	display: inline-block;
	margin-left: 70%;
}
.mostrar_lista .ancho_tabla{
	flex: 0 0 auto;
	width: 90%;
	padding-top: 150px;
}
.mostrar_lista.lista_doble .ancho_tabla{
	width: 100%;
}
.mostrar_selector .ancho_tabla{
	flex: 0 0 auto;
	width: 80%;
	
}
.mostrar_selector.selector_doble .ancho_tabla{
	width: 90%;
	max-height: 80vh;
}

.mostrar_selector{
	max-height: 90%;
	max-width:100%;
}
.mostrar_selector .niveles{
	height: 10%;
}

.niveles p{
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.viviendas_boton.active .check, .viviendas_boton .nocheck{
	display: inline-block;
}
.viviendas_boton .check, .viviendas_boton.active .nocheck{
	display: none;
}

.boton_niveles{
	background: #67865d;
	padding: 5px 10px;
	margin-top: 10px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
}
.boton_niveles:hover{
	background: #e1e1e1;
	color: black !important;
}
.boton_niveles .color{
	border-radius: 50%;
	height: 20px;
	width: 20px;
	background-color: #f3c86b;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.boton_niveles:hover p{
	color: black !important;
}
.boton_niveles p{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
}
.color.todas{
	background-color: #000000;
}
.color.t1{
	background-color: #60a3d7;
}
.color.t11{
	background-color: #eb9f3d;
}
.color.t2{
	background-color: #8f5e26;
}
.color.t21{
	background-color: #709d49;
}
.color.t3{
	background-color: #475d28;
}

.boton_niveles.on{
	background-color: white;
}
.boton_niveles.on p{
	color: black !important;
}


.slidecontainer {
  width: 150px;
  display: inline-block;
}

.slider {
	-webkit-appearance: none;
	width: 90%;
	height: 5px;
	border-radius: 5px;  
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	padding: 0;
	margin: 0;
  }
  
  .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%; 
	background: #ffffff;
	border: 2px solid black;
	cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%; 
	background: #ffffff;
	border: 2px solid black;
	cursor: pointer;
  }


  .value{
	  display: none;
  }














  /* 13. MAQUETA PLANOS ........................... */
  /* ------------------------------------- */
  .box_listado_planos {
	display: none;
  }
.box_maqueta_planos{
	padding: 0 0 0;
	margin: 0;
	width: 100%;;
	position: relative;
}
.maqueta_planos{
	position: relative;
	padding: 0 0;
	overflow: hidden;
}
.maqueta_planos img, .maqueta_planos svg{

	width: 100%;
}
.select_view{
	position: absolute;
	top: 80px;
	width: 100%;
	z-index: 10;
	text-align: center;
}

.plano_selector{
	position: absolute;
	width: 100%;
	top: 0;
}
.plano_selector.maqueta{
	z-index: 101;
}
.plano_selector.numeros{
	z-index: 100;
}
.plano_selector.hover{
	z-index: 99;
}
.plano_selector.pastilla{
	z-index: 97;
}
.plano_selector.lineas{
	z-index: 98;
}
.seleccion_viv use{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	fill: #e0a03f;
}
.seleccion_viv use.Naranja{
  fill: #ff9900;
  z-index: 1000;
  position: absolute;
}
.seleccion_viv use.B{
  fill: #ff9900;
  z-index: -5555;
  position:absolute;
  cursor: pointer;
}
.seleccion_360 .forma_360{
	fill: #ff9900;
	z-index: -1;
	position: absolute;
	opacity: 0.4;
	stroke: #914100;
	stroke-width: 3px;
	stroke-linejoin: round;
	

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.seleccion_360 .forma_ojo{
	fill: #000000;
	opacity: 1;
	z-index: 9;
	position:absolute;
}
.seleccion_360 .forma_360:hover{
	opacity: 0.7;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.iframe_360{
	width: 99.2vw;
	height: 94.5vh;
}
  
.seleccion_viv use.azul{
	fill: #0e4eff;
	z-index: 1000;
	position: absolute;
}
.seleccion_viv use.marron{
	fill: #b15500;
	z-index: 1000;
	position: absolute;
}
.seleccion_viv use.verde1{
	fill: #05bb05;
	z-index: 1000;
	position: absolute;
}
.seleccion_viv use.verde2{
	fill: #298029;
	z-index: 1000;
	position: absolute;
}


.seleccion_viv.plot use.color_forma{
	fill: #ff9900;
	z-index: 1000;
	position: absolute;
	stroke: #383028;
	stroke-width: 1px;
	stroke-linejoin:round;
}

.seleccion_viv.villa use.color_forma{
	fill: #0e4eff;
	z-index: 1000;
	position: absolute;
	stroke: #383028;
	stroke-width: 1px;
	stroke-linejoin:round;
}

.seleccion_viv.apartments use.color_forma{
	fill: #ff6600;
	z-index: 1000;
	position: absolute;
	stroke: #383028;
	stroke-width: 1px;
	stroke-linejoin:round;
}
.seleccion_viv.villa.soldout use.color_forma, 
.seleccion_viv.plot.soldout use.color_forma{
	z-index: 1000;
	position: absolute;

}
.seleccion_viv.villa.reserved use.color_forma, 
.seleccion_viv.plot.reserved use.color_forma{
	z-index: 1000;
	position: absolute;
}
.seleccion_viv.villa.reserved.color use.color_forma, 
.seleccion_viv.plot.reserved.color use.color_forma{
	fill: #ff5100 !important;
}
.seleccion_viv.plot use.color_forma:hover,
.seleccion_viv.villa use.color_forma:hover,
.seleccion_viv.plot.active use.color_forma,
.seleccion_viv.villa.active use.color_forma,
.seleccion_viv.apartments use.color_forma:hover,
.seleccion_viv.apartments.active use.color_forma
{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	opacity: 0.5;
}
.seleccion_viv.plot.active use.color_forma:hover{
	opacity: 0.6;
	fill: #ffffff;
}
.seleccion_viv.villa.active use.color_forma:hover{
	opacity: 0.6;
	fill: #ffffff;
}
.seleccion_viv.apartments.active use.color_forma:hover{
	opacity: 0.6;
	fill: #ffffff;
}
.seleccion_viv.on use, .seleccion_viv.superon use, .seleccion_viv:hover use {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	opacity: 0.5;
}
.seleccion_viv:hover use.A, .select_vivienda_on use.Naranja, .select_vivienda_on use.azul, .select_vivienda_on use.marron, .select_vivienda_on use.verde1, .select_vivienda_on use.verde2{
	opacity: 0.7;
	stroke: #000000;
	stroke-width: 3px;
	stroke-linejoin:round;
}
.seleccion_viv:hover use.B, .select_vivienda_on use.B{
	opacity: 0;
}
.plano_selector.hover .seleccion_viv use{
	fill: #00ffc8;
	position:absolute;
	cursor: pointer;
}
.plano_selector.hover .seleccion_viv use.active{
	opacity: 1;
}

.seleccion_viv .azul.nomostrar, .seleccion_viv .Naranja.nomostrar, .seleccion_viv .marron.nomostrar, .seleccion_viv .verde1.nomostrar, .seleccion_viv .verde2.nomostrar{
	display: none;
}
.seleccion_viv .azul.mostrar, .seleccion_viv .Naranja.mostrar, .seleccion_viv .marron.mostrar, .seleccion_viv .verde1.mostrar, .seleccion_viv .verde2.mostrar{
	opacity: 0.4;
}
.seleccion_viv .azul.mostrar:hover, .seleccion_viv .Naranja.mostrar:hover, .seleccion_viv .marron.mostrar:hover, .seleccion_viv .verde1.mostrar:hover, .seleccion_viv .verde2.mostrar:hover, .seleccion_viv.seleccion_on .mostrar{
	opacity: 0.8;
	stroke: #000000;
	stroke-width: 3px;
	stroke-linejoin: round;
}

.select_vivienda_on .azul.mostrar, 
.select_vivienda_on .Naranja.mostrar,
.select_vivienda_on .marron.mostrar, 
.select_vivienda_on .verde1.mostrar, 
.select_vivienda_on .verde2.mostrar{
	opacity: 0.9 !important;
	stroke: #000000;
	stroke-width: 3px;
	stroke-linejoin: round;
}
.mapResort_point{
	background: white;
	position: absolute;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	cursor: pointer;
	bottom: 0;
	z-index: 99;
}
.mapResort_point:hover, .mapResort_point:hover:before{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mapResort_point:before{
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-animation: point_point 2s ease-in-out infinite;
	animation: point_point 2s ease-in-out infinite;
	z-index: 99;
	background: white;
}



   @-webkit-keyframes point_point {
	0%{
		opacity: 0;
		width: 25px;
		height: 25px
	}
	5%{
		opacity: 0;
	}
	
	50%   {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		width: 65px;
		height: 65px;
	}
   }

   @keyframes point_point {
	0%{
		opacity: 0;
		width: 25px;
		height: 25px
	}
	5%{
		opacity: 0;
	}
	
	50%   {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		width: 65px;
		height: 65px;
	}
   }


.tolltip_datos{
	position: absolute;
	width: 390px;
	height: auto;
	background: rgb(255, 255, 255);
	opacity: 0;
	top: 0;
	left: 0;
	margin-bottom: 100px;
	padding: 25px;
	margin-bottom: 20px;
	z-index: -1;
	display: none;
	text-align: center;
	left: calc(-50% + 7.5px);
}
.tolltip_datos.block{
	display: block;
}
.tolltip_datos p{
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;

}
.tolltip_datos h5{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 10px !important;
	letter-spacing: .1em;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.tolltip_datos.on{
	opacity: 1;
	z-index: 100;
}
.tolltip_datos a.images{
	cursor: pointer;

	width: auto;

	font-size: 11px;
	line-height: 2em;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 20px 12px ;
}
.tolltip_datos a span{
	color: #222;
}
.tolltip_datos a.images:hover{
	background: #eeeeee;
}
.tolltip_datos a.images span, .tolltip_datos a.images img{
	display: inline-block;
	vertical-align: middle;
}
.tolltip_datos a.images img{
	max-width: 30px;
}

.tolltip_datos .cerrar{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 24px;
}
.tolltip_datos .cerrar:hover{
	cursor: pointer;
}

.bg_masterplan{
	background-color: #121212;
}


.content_info_point{
	position: absolute;
	transform: translate(calc(-50% + 7px), -125%);
	z-index: 0;
}
.clubhouse_position, .clubhouse_p{
	top: 55%;
	left: 58%;
}
.golf_position, .golf_p{
	top: 75%;
	left: 38%;
}
.villas_position, .villas_p{
	top: 64%;
	left: 13%;
}
.office_position, .office_p{
	top: 74%;
	left: 53%;
}
.leisure_position, .leisure_p{
	top: 48%;
	left: 79%;
}
.hotel_position, .hotel_p{
	top: 74%;
	left: 80%;
}
.hotel2_position, .hotel2_p{
	top: 65%;
	left: 78%;
}
.residences_position, .residences_p{
	top: 62%;
	left: 43%;
}
.residences2_position, .residences2_p{
	top: 54%;
	left: 50%;
}
.plots_position, .plots_p{
	top: 52%;
	left: 19%;
}
.box_caja_selector{
  position: absolute;
  left: 50%;
  transform: translate(100%, 0);
  top: 130px;
  z-index: 10;
}

.caja_selector{
	width: 100%;
}


.cuadro_datos{
	position: absolute;

	text-align: center;
	background: white;
	padding: 20px;
	min-height: 200px;
	width: 100%;
	z-index: 5;

	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cuadro_datos.base{
	opacity: 1;
	min-height: 200px;
	color: white !important;
	background: rgba(255, 255, 255, 0.3);
}

.cuadro_datos p.titulo{
  color: white !important;

  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  position: relative;
  font-weight: 600;
  color: #e0a03f;
  margin: 0 0 10px 0;
  width: 100%;
  text-align: center;;
}

.datos_der{
	right: 8vw;
	left: auto;
	

	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.cuadro_datos h3, .cuadro_datos2 h3{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	position: relative;
	font-weight: 600;
	color: #e0a03f;
	margin: 0 0 10px 0;
	width: 100%;
	text-align: center;
}
.cuadro_datos h4, .cuadro_datos2 h4{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	position: relative;
	font-weight: 500;
	color: #000000;
	margin: 10px;
}

.cuadro_datos h3:before, .cuadro_datos2 h3:before{
 display: none;
}

.datos_on{
	opacity: 1;
	z-index: 50;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.datos_off{
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.cuadro_datos a{
	padding: 20px;
	margin: 10px;
	background: #e6d6c0;
	color: black;
	display: inline-block;
	border-radius: 5px;
}

.cuadro_datos a:hover{
  background: #e0a03f;
  color: black;
}







/* 
   Planos
------------------------------------------------------------------------------------------*/

/* .box_maqueta_planos{
	display: block;
}
.box_listado_planos{
	display: none;
} */

figcaption {
  display: none;
}

.tabla_planos{
	position: relative;
}
.tabla_planos.soldout div p{
	opacity: 0.4;
}
.filas_tabla_planos.soldout:hover {
	background: #f5efe86c;
  }

.soldout:before{
	content: 'Sold out';
	background: #ad8383;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	position: absolute;
	left: -95px;
	top: 50%;
	transform: translate(0, -50%);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: rgb(0, 0, 0);
	z-index: 2;
	border-radius: 50px;
}
.soldout:after{
	content: '';
	position: absolute;
	height: 0px; width: 0px;
	border: 8px solid;
	left: -27px;
	top: calc(50% - 8px);
	border-color: 
		#dbdbdb
		#dbdbdb
		transparent
		transparent;
	transform: rotate(45deg);
	z-index: 1;
}






.tabla_planos.reserved div p{
	opacity: 0.4;
}
.filas_tabla_planos.reserved:hover {
	background: #f5efe86c;
  }

.reserved:before{
	content: 'Reserved';
	background: #dbdbdb;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	position: absolute;
	left: -95px;
	top: 50%;
	transform: translate(0, -50%);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: rgb(0, 0, 0);
	z-index: 2;
	border-radius: 50px;
}
.reserved:after{
	content: '';
	position: absolute;
	height: 0px; width: 0px;
	border: 8px solid;
	left: -27px;
	top: calc(50% - 8px);
	border-color: 
		#dbdbdb
		#dbdbdb
		transparent
		transparent;
	transform: rotate(45deg);
	z-index: 1;
}








.tabla_planos  p {
	font-family: 'Rubik', sans-serif;
}

.tabla_planos.datos {
	margin: 0 0 0 0;
}

.tabla_planos.datos .tabla_col.letra .row, .tabla_planos.datos .inner-5-cols:nth-child(2) {
	border-top: none;
	padding: 18px 0;
	margin: 0 0 0;
}

.tabla_planos.datos .tabla_col.letra p {
	border: none;
}

.tabla_col {
	border-right: none;
	padding: 0;
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-bottom: 1px solid #f2f2f2;
}

.tabla_col p {
	text-align: center;
	width: 100%;
	margin: 0px 0;
	padding: 0;
	color: white;
}

.tabla_col p a {
	color: #75756f;
}

.tabla_col p a:hover {
	color: black;
}

.tabla_col.titulo, .tabla_planos.titulares .tabla_col {
	margin: 0 0 0 0;
	border-bottom: 1px solid #ffffff;
	display: block;
}

.tabla_col.titulo p {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	color: black;
	padding: 0 0 10px 0;
	border: none;
}

.tabla_col p:last-child {
	margin-bottom: 0;
}

.tabla_col {
	padding-bottom: 0;
}



.tabla_col.letra p {
	border: none;
	font-size: 16px;
	font-weight: 500;
}

.tabla_planos.datos .tabla_col.letra p {
	padding: 0;
}

sup {
	font-size: 11px;
	line-height: 7px;
}
.tabla_col img.icono {
max-width: 25px;
margin-bottom: 10px;
}
.filas_tabla_planos:hover{
	background: #ffffff75;
}
.filas_activas{
	background: #ffffff;
}
.filas_on{
	background: #ffffff81;
}
.filas_tabla_planos:hover p, .filas_activas p, .filas_on p{
color: black;
font-weight: 400;
}
.filas_tabla_planos:hover .letra p, .filas_tabla_planos:hover .pdf p, .filas_activas .pdf p, .filas_on .pdf p{
color: black;
font-weight: 500;
}

.inner-5-cols .tabla_col {
max-width: 20%;
width: 20%;
flex: 0 0 20%;
}

.filtros_plots .plots{
	background: #979797;
	padding: 15px 25px;
	margin-top: 10px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
	color: white !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	margin: 0 10px;
}
.filtros_plots .plots:hover{
	background: #242424;
}
.plots.filter1.active, 
.plots.filter2.active, 
.plots.filter3.active, 
.plots.filter4.active, 
.plots.filter5.active 
{
	background: #335e9b;
	color: white;
}


.seleccion_viv.seleccion_on use.A, .seleccion_viv.seleccion_on  use.B,
.seleccion_viv.seleccion_on use{
	font-weight: 400;
	color: black !important;
	cursor: default;
	background: #d4e0db;
	width: 100%;
	padding: 0;
	opacity: 0.7;
	fill: #ffffff;
	cursor: pointer;
}

.seleccion_on a {
	cursor: pointer;
	font-weight: 400;
	color: black !important;
}

.seleccion_on p {
	color: black;
	font-weight: 400;
}

.inner-5-cols .tabla_col {
	max-width: 20%;
	width: 20%;
	flex: 0 0 20%;
}

.box-planos {
	padding: 50px 0 100px;
}

.box-planos-inner {
	padding: 0 0px;
	margin: 0 0 0;
}

.box-planos-inner-border {
	border: 1px solid #f1f1f1;
	padding: 70px 50px 60px;
}

.box-planos-inner h3 {
	border-bottom: 1px solid #5666da;
	color: #5666da;
	margin-bottom: 30px;
	padding: 0 0 0 50px;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Frank Ruhl Libre', serif;
	letter-spacing: 1px;
	letter-spacing: 1px;
	font-style: italic;
	text-transform: none;
}
.box-planos-inner h2{
	font-size: 30px;
	width: 100%;
	text-align: center;
	margin: 50px 0 20px
}
/* 
.card {
	background: transparent;
} */

.filas_tabla_planos {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	height: 58px;
}

.filas_tabla_planos:hover  {
  font-weight: 400 !important;
  color: black !important;
  cursor: pointer;
  background: #f5efe8;
  width: 100%;
  padding: 0;
}

.filas_tabla_planos:hover p  {
  font-weight: 400 !important;
  color: black !important;
}





















.box_abs_vivienda{
	display: none;
}



.box_abs_vivienda.seccion_maqueta{
	display: block;
}


.caja_blanca{
	display: none;
}
.caja_blanca.active{
	display: block;
	position:fixed;
	top: 0;
	right: 0;
	padding: 20px;
	margin: 15px;
	background: white;
}

.caja_blanca h1{
	font-family: Roboto,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1.83em;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}
.caja_blanca h2{
	font-family: Roboto,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.83em;
	margin: 0 auto 18px;
	letter-spacing: .1em;
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
}
.caja_blanca h2:before{
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 1;
	border-top: 1px solid #00122c;
	-webkit-transition: all .3s ease-in-out .3s;
	-moz-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.caja_blanca a{
	padding: 16px 55px;
	cursor: pointer;
	background-color: #00122c;
	border-color: #00122c;
	color: rgb(255, 255, 255) !important;
	font-family: inherit;
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
outline: 0;
font-size: 11px;
line-height: 2em;
letter-spacing: 2px;
font-weight: 600;
text-transform: uppercase;
box-sizing: border-box;
margin: 0;
}
.caja_blanca a:hover{
	background-color: #55667e;
}



.pastilla{
	display: none;
}


.pastilla.active{
	display: block;
}


/* 
   MINI Galeria
------------------------------------------------------------------------------------------*/
.slick-prev, .slick-next{
	z-index: 99999;
}
.mini_galeria .imagenes div {
	text-align: center;
	overflow: hidden;
}
.mini_galeria .imagenes img{
	height: 800px;
	margin-left: -50%;
}
.mini_galeria{
	width: 33%;
	padding: 1%;
	position: relative;
	display: inline-block !important;
}
.mini_galeria h2{
	text-align: center;
}
.mini_galeria p{
	text-align: center;
}
.allproperties_box{
	padding: 0 1%;
	text-align: center;
}
.slick-dots{
	bottom: -45px !important;
}
.contenedor_galeria{
	height: calc(100vh - 70px) !important;
	display: inline-block;
}
.contenedor_galeria .uk-slider-container{
	bottom: 0;
	height: 100%;
	position: relative;
}	
.contenedor_galeria img{
	height: 100%;
	object-fit: cover;
	min-width: 100%;
}

.contenedor_galeria .uk-dotnav > * > *{
	border: 1px solid rgba(255, 255, 255, 1);
}
.contenedor_galeria .uk-dotnav > .uk-active > *{
	background-color: rgb(255, 255, 255);
border-color: transparent;
}
.contenedor_galeria .uk-dotnav{
	position: absolute;
	bottom: 0;
	transform: translate(-50%, 0);
	left: 50%;
}
.galeria_info{
	height: 100%;
}
.galeria_info li{
	position: relative;
	height: 100%;
}
.mini_galeria .uk-slider{
	position: relative;
}
.mini_galeria .uk-position-small {
	margin: 15px;
	--uk-position-margin-offset: 35px;
}
.mini_galeria .uk-slidenav {
	padding: 5px 10px;
	color: #fff;
	transition: color .1s ease-in-out;
}
.mini_galeria .uk-slider-items {
	will-change: transform;
	position: relative;
	height: 800px;
  }
  .mini_galeria .uk-slider-items  img{
	height: 100%;
	object-fit: cover;
  }

.backButton{
	position: fixed;
	bottom: 100px;
	left: 30px;
	background: #00122c9f;
	color: white;
	font-size: 55px;
	font-weight: 300;
	padding: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 36px;
	color: white !important;
	z-index: 100;
}
.backButton:hover{
	background: #00122c;
}

/* 
   Galeria
------------------------------------------------------------------------------------------*/
.gallery {
	width: 100%;
}

.gallery2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.gallery .pics {
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	width: 32.5%;
	display: inline-block;
	margin: 0.25%;
	position: relative;
	overflow: hidden;
	height: 40vh;
}
.gallery .pics img{
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
}
.gallery .animation {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 450px) {
	.gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
	}
}

@media (max-width: 400px) {
	.btn.filter {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}
}

.fancybox-container {
	z-index: 999999999 !important;
}

.container-galeria {
	margin-top: 100px;
}

.container-galeria h1 {
	margin-bottom: 50px;
}

.gallery img {
	opacity: 1;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.gallery img:hover {
	opacity: 0.6;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}














.boton_mailme{
	border-radius: 50px;
	background: #dddddd;
	color: black;
	padding: 0 25px;
	margin-bottom: 20px;
	width: 100%;
	cursor: pointer;
}
.boton_mailme svg{
	height: 70px;
}


.boton_mailme:hover{
	background: #e2ebf5;
}
/* 
.boton_mailme.active{
	background: #e2ebf5;
}
 */

/* 
   Contacto
------------------------------------------------------------------------------------------*/
input, .md-form .form-control, .md-form textarea.md-textarea {
	padding: 9px 0 0;
	margin-bottom: 20px;
}

.md-form textarea.md-textarea {
	width: 100%;
	margin-bottom: 25px;
}

.seccion.contacto {
	background: url(../img/web/contacto/contacto-img1.jpg) no-repeat 0 0 #f5f5f5;
	height: 660px;
}

.title-contacto {
	text-align: right;
	top: 80px;
}

.md-form {
	margin-top: 15px;
}

.md-form label {
	font-size: 14px;
}

.md-form .prefix.active {
	color: #888 !important;
	font-size: 14px;
}

.md-form input[type="date"]:focus:not([readonly]), .md-form input[type="datetime-local"]:focus:not([readonly]), .md-form input[type="email"]:focus:not([readonly]), .md-form input[type="number"]:focus:not([readonly]), .md-form input[type="password"]:focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form input[type="search"]:focus:not([readonly]), .md-form input[type="tel"]:focus:not([readonly]), .md-form input[type="text"]:focus:not([readonly]), .md-form input[type="time"]:focus:not([readonly]), .md-form input[type="url"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
	box-shadow: 0 1px 0 0 #00122c;
	border-bottom: 1px solid #00122c;
}

.md-form input[type="date"]:focus:not([readonly]), .md-form input[type="datetime-local"]:focus:not([readonly]), .md-form input[type="email"]:focus:not([readonly]), .md-form input[type="number"]:focus:not([readonly]), .md-form input[type="password"]:focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form input[type="search"]:focus:not([readonly]), .md-form input[type="tel"]:focus:not([readonly]), .md-form input[type="text"]:focus:not([readonly]), .md-form input[type="time"]:focus:not([readonly]), .md-form input[type="url"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
	box-shadow: 0 1px 0 0 #00122c;
	border-bottom: 1px solid #00122c;
}

.md-form input[type="date"]:focus:not([readonly]) + label, .md-form input[type="datetime-local"]:focus:not([readonly]) + label, .md-form input[type="email"]:focus:not([readonly]) + label, .md-form input[type="number"]:focus:not([readonly]) + label, .md-form input[type="password"]:focus:not([readonly]) + label, .md-form input[type="search-md"]:focus:not([readonly]) + label, .md-form input[type="search"]:focus:not([readonly]) + label, .md-form input[type="tel"]:focus:not([readonly]) + label, .md-form input[type="text"]:focus:not([readonly]) + label, .md-form input[type="time"]:focus:not([readonly]) + label, .md-form input[type="url"]:focus:not([readonly]) + label, .md-form textarea.md-textarea:focus:not([readonly]) + label {
	color: #00122c;
}


.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before{
    border-right: 2px solid #00122c;
    border-bottom: 2px solid #00122c;   
}

form {
	margin-top: 0;
}

form button {
	margin: 0;
}

.md-form .prefix {
	font-size: 1.5rem;
	margin-top: 1rem;
	color: #9e9e9e;
}

[type="checkbox"]:checked + label::before {
	backface-visibility: hidden;
	border-color: transparent #e0a03f;
}

.box_form {
	position: relative;
}

#formEnviado {
	position: absolute;
	top: 20px;
	width: 100%;
}

#formContacto {
	position: relative;
	padding: 50px;
	background: white;
}

[type="checkbox"] + label, [type="radio"] + label {
	font-size: 14px;
	font-weight: 300;
}

#formEnviado {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #afafaf;
	padding: 50px;
	text-align: center;
}

#formEnviado p {
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	line-height: 34px;
	text-align: center;
}

#formEnviado p i {
	font-size: 25px;
	line-height: 34px;
	margin: 0 0 0 0;
	text-align: left;
	display: inline-block;
}

.iti {
	position: relative;
	display: inline-block;
	width: 100%;
  }
.iti--allow-dropdown input, .iti--allow-dropdown input[type="text"], .iti--allow-dropdown input[type="tel"], .iti--separate-dial-code input, .iti--separate-dial-code input[type="text"], .iti--separate-dial-code input[type="tel"] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
	width: calc(100% - 52px);
}


#aviso{
	max-width: 50%;
	max-height: 50%;
}
#aviso h2{
	text-align: center;
	font-size: 20px;
}
#aviso h2:before{
	bottom: -30px;
	top: auto;
}
#aviso h3{
	font-size: 20px;
	margin: 20px 0;
	color: black;
}

.logo_comunicacion{
	width: auto;
	max-width: 100%;
	max-height: 50px;
	margin-top: 50px;
	display: inline-block;
	text-align: left;
}
#aviso ul li {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 200;
    color: #1f1f1f;
    text-align: left;
}

.disclaimer{
	font-size: 10px;
	text-align: center;
	top: 20px;
	color: #5a5a5a !important;

}
.texto_legal{
	font-size: 13px;
}











a.boton, .unboton{
	padding: 15px 30px;
	min-width: 150px;
	text-align: center;
	color: rgb(24, 24, 24) !important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 15px 0 0;
	display: inline-block;
	letter-spacing: 1px;
	border: none;
}
a.boton:hover, .unboton:hover{
	background: #f7c456;
}
.naranja{
	background: #e0a03f;
}
.rojo{
	background: #d75a3f;
}




.vineteado{
	position: absolute;
	top: 0%;
	left: 0%;
	min-width: 100%;
	height:100%;
	z-index: 1;
  }