html {
	font-size: 62.5%
}

body, h1, h2 {
	font-family: 'Lato', sans-serif;
}

body {
	font-size: 1.8rem;
}

.body-gris {
	background: #f8f8f8;
}

.body-gris h1 {
	margin-top: 70px;
}

p {
	line-height: 3rem;
}

h1 {
	font-size: 3.6rem;
	color: #000;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

h1.h1contacto {
	margin-top:80px;
}

h1.dunes {
	margin: 0;
	font-size: 4.8rem;
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

h1 span {
	display: block;
	text-transform: none;
}


h2 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 3.6rem;
	line-height: 4.8rem;
	text-align: center;
	margin-bottom: 43px;
}

h2 span {
	display: block;
	text-transform: none;
}

h2.plantas {
	
}

h2.legal {
	margin-top: 35px;
	margin-bottom: 25px;
	text-align: left;
	font-size: 3rem;
}

h3 {
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 10px;
}

h3.edificio {
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
}

h3.edificio span.letra {
	display: block;
text-align: center;
	margin-top: 5px;
}

h3.edificio span.letra span {
	display: inline-block;
	width: 67px;
	height: 67px;
	line-height: 67px;
	background: #575555;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 2rem;
}

h3.alrededores {
	font-size: 3.6rem;
	line-height: 4.8rem;
	font-weight: 300;
	text-transform: uppercase;
}

h3.alrededores.lugar {
	padding-top: 0;
	margin-top: 0;
}

h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}

a, a:hover {
	color: #000;
}

a.subrayado {
	text-decoration: underline;
}

a:hover.subrayado {
	text-decoration: none;
}

.banner {
	position: fixed;
	right: 31px;
	bottom: 0;
	z-index: 111111;
	background: #fff;
	-webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.4);
	text-align: center;
	padding: 55px 35px 30px 35px;
	width: 305px;
	font-size: 1.6rem;
	font-weight: 700;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.banner.kendu {
	bottom: -100%;
}

.banner p {
	margin: 0;
}

.banner p.tel {
	font-size: 2.9rem;
	font-weight: 100;
	margin-bottom: 42px;
	margin-top: 8px;
}

.itxi {
	position: absolute;
	top: 20px;
	right: 12px;
	font-size: 4rem;
	line-height: 0;
	font-weight: 100;
}

.itxi:hover {
	text-decoration: none;
}

.btn-banner {
	background: #575555;
	color:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 12px 0;
}

.btn-banner:hover {
	color:#fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

.advertencia {
	color: #bababa !important;
	font-size: 1.2rem !important;
	line-height: 1.6rem;
	text-align: center;
	font-style: italic;
	margin: 2rem 0 -3rem 0;
}

.tiempo {
	position: absolute;
	top: 19px;
	left: 15px;
	font-size: 1.4rem;
	font-weight: 700;
color: #7b7b7b;
	
}

.tiempo span {
	color: #000;
	
}

.tiempo img {
	margin-right: 12px;
	-webkit-filter: grayscale(100%) contrast(0.5); 
    filter: grayscale(100%) contrast(0.5);
	margin-top:-3px;
}

.leer-mas {
	margin-top: 55px !important;
	text-align: center;
}

.leer-mas a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
	border-bottom: 1px solid #cecece;
	padding-bottom: 8px;
}

.leer-mas a:hover {
	text-decoration:none;
}

.margen-abajo {
	margin-bottom: 70px;
}

.margenes-laterales {
	margin-left: 50px;
	margin-right: 50px;
}

.nav-apartamentos {
	margin-top: 0;
}

.nav-apartamentos li {
	width: 25%;
	text-align: center;
	/*
	min-height: 162px;
	line-height: 162px;
	*/
	margin: 0 !important;
	color:#000;
	position: relative;
	z-index: 1;
}

.nav-apartamentos li a img {
	transition: all .5s ease-out;
	transform: scale(1);
	opacity: 1;
}

.nav-apartamentos li a:hover img {
	transform: scale(1.2);
	opacity: .6;
}

.mapa {
	text-align: center;
	margin-top: 80px;
}

.mapa img {
	width: 100%;
}


	.zoom-anim-dialog ul li {
			line-height:2.3rem;
			margin-bottom: 15px;
		}
		

#animate0, #animate1, #animate2, #animate3, #animate4, #animate5, #animate6, #animate7, #animate8,
#animate9, #animate10, #animate11, #animate12, #animate13, #animate14, #animate15 {
		top: 100px;
		opacity: 0;
		visibility: hidden;
		transition: all .5s ease-out;
	}
	
	#animate1 { top: 200px; }
	
	#animate2 { top: 300px; }
	
	#animate3 { top: 400px; }
	
	#animate4 { top: 500px; }
	
	#animate5 { top: 600px; }
	
	#animate6 { top: 700px; }
	
	#animate7 { top: 800px; }

	#animate8 { top: 900px; }
	
	#animate9 { top: 1000px; }
	
	#animate10 { top: 1100px; }
	
	#animate11 { top: 1200px; }
	
	#animate12 { top: 1300px; }
	
	#animate13 { top: 1400px; }
	
	#animate14 { top: 1500px; }

	#animate15 { top: 1600px; }


	#animate0.zap, #animate1.zap, #animate2.zap, #animate3.zap, #animate4.zap, #animate5.zap, #animate6.zap, #animate7.zap , #animate8.zap,
#animate9.zap, #animate10.zap, #animate11.zap, #animate12.zap, #animate13.zap, #animate14.zap, #animate15.zap {
		top: 0;
		opacity: 1;
		visibility: visible;
	}

	
	.aparta {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

.aparta img {
	width: 100% !important;
}
	
#anima {
	position: relative;
	top: 200px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-out;
}

#anima.mover {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.dos-apartamentos {
	width: 100%;
}

.flex-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	margin-top: 62px;
	margin-right: -30px;
	position: relative;
	z-index: 0;
	padding: 0;
	list-style: none;
	/*justify-content: space-between;*/
}

.flex-thumb {
	flex: 1 calc(25% - 30px);
	width: calc(25% - 30px);
	max-width: calc(25% - 30px);
	margin: 0 30px 30px 0;
	background: #f5f5f5;
	min-height: 145px;
	padding: 18px 13px 45px 13px;
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
}

.flex-thumb:hover {
background: #eaeaea;	
}


.flex-thumb a {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
}

.flex-thumb a span {
	position: absolute;
	right: 19px;
	bottom: 6px;
	font-size: 1.2rem;
	font-weight: 700;
}


.esconder {
	overflow: hidden;
}
/*
.flex-thumb:nth-of-type(4n) {
	margin-right: 0;
}

.flex-thumb:nth-of-type(4n+1) {
	margin-left: 0;
}
*/

.element {
	position: relative;
padding-bottom: 60px;
}


.thumb {
	transition-duration: .7s;
	overflow: hidden;
	height: 75px;
}

.btn-columna {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-descubre {
	border: 4px solid #d0d0d0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 1.8rem;
	padding: 19px 53px;
}

.descubre {
	text-align: center;
	margin-top: 78px;
}

#wrap, form#contacto input[type=radio] {
	height: auto!important
}
#wrap, body, html {
	height: 100%
}

.container-fluid {
	max-width: 1300px
}
.ezkutatu {
	position: absolute!important;
	clip: rect(1px,1px,1px,1px)
}

.contenido-aviso dd, .contenido-aviso dt, table.table, table.table th {
}

abbr {
	border: none!important
}

.video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s  ease-in-out;
	-moz-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

.video.abierto {
	opacity: 1;
	visibility: visible;
}

.foto-grande {
	width: 100%;
}

.cerrar {
	width: 56px;
	height: 56px;
	background: #efefef;
	position: absolute;
	top: 25px;
	right: 19px;
	z-index: 6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.cerrar span {
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	
}

.cerrar span:first-child {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);

}

.cerrar span:last-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);

}

.breadcrumb {
	padding: 0;
}
.breadcrumb>li+li:before {
	color: #484848;
	content: "/ ";
	padding: 0 3px
}
.well-aviso {
	background: #fff!important;
	border: 1px solid #dddbdb!important;
	padding: 0 0 20px!important;
	margin-top: 30px!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.contenido-aviso dt {
	color: #29b1e6;
	text-transform: uppercase;
	line-height: 35px
}
.contenido-aviso dd {
	line-height: 35px;
	color: #664742
}
.contenido-aviso {
	padding-left: 10px;
	padding-right: 10px
}

#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 900px;
	margin: 40px auto;
	position: relative;
	line-height: 17px;
}
#small-dialog p {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
/**
       * Fade-zoom animation for first dialog
       */

      /* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-hide {
	display: none;
}

.cabecera {
	min-height: 166px;
	position: relative;
	
	
}

.header {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	position: fixed !important;
	z-index: 1003;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding-bottom: 20px;

}

.audio {
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
}
.header.headroom--pinned {
	top: 0;
}
.header.headroom--unpinned {
	top: -100%;
}

.header.headroom--pinned {
	top: 0;
}
.header.headroom--unpinned {
	top: -100%;
}

.logo {
	position: absolute;
	left: 50%;
	top: 16px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1000;
}

.logo a {

	display: block;
}

.nav-idiomas {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #e1e1e1;
	
}
.nav-idiomas li, .nav-telefonos li {
	margin: 0 10px !important;
}
.nav-idiomas > li, .nav-telefonos > li, .nav-menu > li {
	float: none;
	display: inline-block;
}
.nav-idiomas li a, .nav-telefonos li a {
	font-size: 1.3rem;
	font-weight: 700;
	color: #000;
	padding: 0;
}
.telefonos {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	text-align: right;
}
.nav-telefonos {
	padding: 10px 0 15px 0;
}
.nav-idiomas li.active a, .nav-idiomas li a:hover, .nav-idiomas li.active a:hover, .nav-idiomas li.active a:focus,
.nav-menu li.active a, .nav-menu li a:hover, .nav-menu li.active a:hover, .nav-menu li.active a:focus,
.nav-telefonos li.active a, .nav-telefonos li a:hover,
.nav-contacto li.active a, .nav-contacto li a:hover {
	color: #9b9b9b !important;
	background: none !important;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


.nav-contacto li.folleto a {
	background: #f5f5f5 !important;
	position: relative;
	padding: 6px 16px 1px 16px;
	top: -6px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: -11px;
}


.nav-contacto li.folleto a:hover {
	border: none;
	padding: 6px 16px 4px 16px !important;
}

.nav-telefonos li a {
	pointer-events: none;
}

.nav-menu {
	margin-top: 60px;
}

.nav-menu li, .nav-contacto li {
	margin: 0 11px !important;
}
.nav-menu li a {
	color: #000;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0;
	padding-bottom: 7px;
	border-bottom: 3px solid transparent;
}



.nav-menu li.active a, .nav-menu li a:hover,
.nav-contacto li.active a, .nav-contacto li a:hover {
	border-bottom: 3px solid #9b9b9b;
}

.nav-contacto {
	margin-top: 67px;
	float: right;
}

.nav-contacto li a {
	color: #000;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0;
	padding-bottom: 7px;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	position: relative;
}

.nav-contacto li a span.info-contactanos {
	display: none;
}

.slider {
	position: relative;
	margin-bottom: 150px;
}

.slider.slider-interior {
	margin-bottom: 60px;
}

.bienvenida {
	position: absolute;
	top: 48px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 350px;
}

.bienvenida p {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 3.8rem;
}



.bienvenida p.play-video {
	margin-top: 92px;
}

.bienvenida p.ver-proyecto {
	line-height: 0;
	font-weight: 700;
}

.apartamentos {
	position: absolute;
	bottom: -67px;
	left: 50%;
	z-index: 1;
	background: #fff;
	/*
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	*/
	
	margin-left: -375px;
	
	box-shadow: 0 1px 68px rgba(0, 0, 0, 0.2);
	font-size: 1.4rem;
	width: 750px;
	
}

.apartamentos p {
	line-height: 2rem;
}

.apartamento-izda {
	padding: 34px 75px 27px 75px;
	background: #f5f5f5;
	display: table-cell;
	width: 50%;
}

.apartamento-dcha {
	padding: 34px 75px 27px 75px;
	display: table-cell;
	width: 50%;
}

.apartamento-dcha .exclusivo {
	margin-top: -3px;
}

.exclusivo {
	font-size: 2.4rem;
	font-weight: 700;
}

.exclusivo .cuantos {
	font-size: 5.2rem;
	padding-right: 7px;
}

.exclusivo .desde {
	font-size: 1.6rem;
	padding-right: 7px;
	padding-top: 6px;
}

.exclusivo span {
	display: table-cell;
	vertical-align: middle;
}

.el-edificio {
	font-size: 2.5rem;
	line-height: 67px !important;
	font-weight: 700;
	margin-top: -10px !important;
}

.el-edificio span {
	display: inline-block;
	color: #fff;
	width: 67px;
	height: 67px;
	background: #575555;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	margin-left: 10px;
}

.la-planta {
	text-align: center;
	font-size: 2.4rem;
font-weight: 700;

	padding-top: 0;

}

.la-planta span {
	display: block;
	font-size: 1.4rem;
	line-height: 3.5rem;
	font-weight: 400;
	text-transform: uppercase;
	color:#929292;
}

.btn-mapa {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #575555;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	float: right;
	margin-top: -40px;
	padding: 10px 35px 10px 70px;
	font-weight: 400;
	position: relative;
}

.btn-mapa:hover {
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

.btn-mapa span {
	display: block;
	font-weight: 700;
}

.glyphicon-marcador {
	position: absolute;
	top: 50%;
	left: 29px;
	width: 13px;
	height: 18px;
	background: url(/img/marcador.svg) no-repeat;
	margin-top: -9px;
}

.flex-content-alrededores {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	background: #f9f9f9;
	margin-top: 115px;
}

.thumb-alrededores {
	flex: 1 50%;
	min-height: 335px;
	padding: 30px 48px 41px 48px;
	
}

.thumb-alrededores.alrededores {
	background: #f4f4f4;
}

.thumb-alrededores h3 {
	text-transform: uppercase;
	font-weight: 300;
	padding: 0;
	margin-bottom: 32px;
}

.distancia {
	list-style: none;
	padding: 0;
}

.distancia li {
	padding: 0;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
	padding-left: 25px;
}


.distancia li.pie {
	background: url(/img/icono-pie.svg) 4px 3px no-repeat;
}

.distancia li.coche {
	background: url(/img/icono-coche.svg) 0 3px no-repeat;
}

.distancia li span.dist {
	display: block;
	font-size: 1.1rem;
	color: #6f6f6f;
	font-style: italic;
}

table.table {
	background: #fff;
	font-size: 20px;
	font-weight: 700;
	border: 1px solid #dddbdb !important;
}
table.table th {
	background: #eae8e8;
	font-weight: 700;
	text-transform: uppercase;
	color: #29b1e6
}
table.table th.corto {
	min-width: 120px;
	text-align: center
}
table.table th.muycorto {
	width: 100px;
	text-align: center
}
table.table td {
	color: #664742
}
table.table dl {
	float: right;
	margin-right: 120px;
	padding: 0
}
table.table dl dt {
	clear: both;
	float: left;
	width: 175px;
	padding: 0;
	margin: 0 32px 0 0;
	font-weight: 300;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 28px
}
table.table dl dd.total, table.table dl dt.total {
	margin-top: 5px;
	font-weight: 700;
	font-size: 30px;
	font-size: 3rem
}
.ivaincluido {
	display: block;
	font-size: 12px;
	color: #acabab
}
table.table dl dd {
	float: right;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	text-align: right;
	line-height: 28px;
	padding: 0
}
form#tienda {
	margin-top: 30px!important
}
form#tienda input {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #ebebeb;
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.22);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.22);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.22)
}
.btn-carrito_left, .btn-carrito_right {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff!important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px
}
.pagination, form#contacto label, form#contacto p.control-label {
}
.pagos {
	margin-top: 30px
}
.btn-carrito_left {
	padding-left: 40px;
	background: url(/img/icono-izda.png) 0 50% no-repeat #4a4a4a
}
.btn-carrito_right {
	padding-right: 40px;
	background: url(/img/icono-dcha.png) 100% 50% no-repeat #4a4a4a
}
.btn-carrito_left:hover, .btn-carrito_right:hover {
	color: #fff!important;
	opacity: .8;
	filter: alpha(opacity=80)
}
.pagination li a {
	color: #262626;
	font-size: 20px;
	padding-left: 14px;
	padding-right: 14px
}
.pagination li a:hover {
	background: url(/img/sombra-menu.png) repeat-y #29b1e6!important;
	color: #fff;
	border: 1px solid #ddd
}
::-webkit-input-placeholder {
color:#000!important;
opacity:1;
filter:alpha(opacity=100)
}
:-moz-placeholder {
color:#000!important;
opacity:1;
filter:alpha(opacity=100)
}
::-moz-placeholder {
color:#000!important;
opacity:1;
filter:alpha(opacity=100)
}
:-ms-input-placeholder {
color:#000!important;
opacity:1;
filter:alpha(opacity=100)
}
.dropdown:hover>.dropdown-menu {
	display: block;
	left: 0!important
}
.dropdown-menu>li>a {
	white-space: normal
}
.navbar .dropdown-menu {
	margin-top: 0
}
.alert-danger {
	font-size: 15px
}
p.obligatorios, p.txikia {
	font-size: 13px
}
p.obligatorios {
	text-align: right
}







form#contacto {
	margin-bottom: 30px;
	
}

form#contacto fieldset {
	padding: 0;
	position: relative;
}


form#contacto .checkbox label {
	font-size: 15px!important;
	color: #000!important;
	text-transform: none;
	font-weight: 100;
	padding-left: 0;

}

.btn-formulario, form#contacto legend {
	text-transform: uppercase;
	font-weight: 700
}

form#contacto .checkbox span a {
	color: #000 !important;
	text-decoration: underline
}

form#contacto .checkbox span a:hover {
	text-decoration: none;
}

form#contacto input[type=checkbox] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto!important;

}

form#contacto legend {
	position: absolute;
	top: 0;
	left: 0;
	right: 10px;
	background: #eae8e8;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	font-size: 19px;
	color: #29b1e6
}


.btn-formulario {
	line-height: 30px;
	color: #fff !important;
	text-align: center;
	background: #575555 !important;
	padding: 15px 77px 12px;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-formulario:hover {
	opacity: .8;
	filter: alpha(opacity=80)
}

.btn-seguir {
	padding: 15px 36px 12px;
	margin-top: 30px;
}



input[type=checkbox] {
	display: none
}

.texto-label {
	display: table-cell;
	padding-top: 5px;
}

label input[type=checkbox]+span {
	display: table-cell;
	width: 32px;
	height: 32px;
	background: url(/img/check_radio_sheet.svg) left top no-repeat;
	margin: 2px 4px 0 0!important;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 38px;

}
label input[type=checkbox]:checked+span {
	background: url(/img/check_radio_sheet.svg) -50px top no-repeat
}






.group {
  position:relative;
  margin-bottom:15px;
}


input, textarea	{
	font-size:1.3rem;
	font-weight: 400;
  padding: 31px 10px 13px 15px;
  display:block;
  width:100%;

border: 1px solid #b4b4b4;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
	box-shadow: none;
}


textarea	{
	height:105px;
}


input:focus, textarea:focus  {
	outline:none; 

}

/* LABEL ======================================= */
label.label, textarea:focus ~ label, textarea:valid ~ label, input[type=file]:focus ~ label, input[type=file]:valid ~ label 				 {
  color:#000;
  font-size:1.6rem;
  font-weight:normal;
  font-weight: 300;
  position:absolute;
  pointer-events:none;
  left:6px;
  top:32px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
  background:none;
}

label.labeltextarea, textarea:focus ~ label, textarea:valid ~ label {
	top:73px;
	  }

textarea:focus ~ label, textarea:valid ~ label, input[type=file]:focus ~ label, input[type=file]:valid ~ label  {
	  top:9px;
	  left:9px;
	    color:#000;
  font-size:1.3rem;
  font-weight:normal;}

 .labelinput {
	 top:9px !important;
	  left:9px;}

/* active state */
input:focus ~ label, input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
  top:9px;
   left:9px;
  font-size:1.3rem;
   color:#000;
   text-transform:uppercase;
   font-weight:700;
   background:none;
}

input[type=file] ~ label  {
	top:9px !important;
	font-weight: 700;
	 font-size:1.4rem;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:1px;
  width:0;
  bottom:0;
  position:absolute;
  background:#000;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

.pasahitza {
	color:#bcbcbc;
	font-size:1.6rem;
	text-align:left;
	position:relative;
	top:-30px;}


.error {
	color:#a94442 !important;
	font-weight:700;}

input.error {
	 border-bottom:1px solid #a94442 !important;

	 font-weight:300;

}

.error:before, .error:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:0;
  position:absolute;
  background:#a94442;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}


.bar:before {
  left:50%;
}
.bar:after {
  right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight, textarea:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#538ac2; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#538ac2; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#538ac2; }
  to 	{ width:0; background:transparent; }
}


  .btn-2c:after {
      width: 0%;
      height: 100%;
      top: 0;
      left: 0;
      background: #387b7c;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
  }

  .btn-2c:hover:after,
.btn-2c:active:after {
	width: 100%;
}





.centro {
	text-align: center
}
#wrap {
	/*min-height: 100%;
	
	margin: 0 auto -60px;
	padding: 0 0 60px*/
}
#footer {
	/*height: 60px;*/
	background-color: #606060;
	margin-top: 90px;
}

.partners {
	background: #717171;
	padding: 56px 56px;
}

.partners h2 {
	font-size: 2.4rem;
	color: #fefefe;
	font-weight: 700;
	text-align: left;
	text-transform: none;
	padding: 0 !important;
}

.titular-partners {
	display: table-cell;
	padding-right: 82px;
	vertical-align: top;
}

.logos-partners {
	display: table-cell;
	border-left: 1px solid #868686;
	padding-left: 44px;
	vertical-align: top;
}

.nav-partners {
	margin-top: 21px;
}

.nav-partners li {
	margin-right: 75px;
	margin-bottom: 30px;
}

.nav-partners li:last-child {
	margin-right: 0;
}

.nav-partners li a {
	padding: 0;
}

.nav-partners li a:hover, .nav-partners li a:focus, .nav-partners li a:active {
	background: none;
	opacity: .7;
	filter: alpha(opacity=70);
}

.pie {
	padding: 46px 0;
}

.marra-pie {
	border-bottom: 1px solid #7d7d7d;
	padding-bottom: 48px;
	margin-bottom: 20px;
}

.btn-area-privada {
	color: #fff;
	background: #6e6e6e;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 12px 74px;
}

.btn-area-privada:hover {
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}



.siguenos {
	float: right;
}

.siguenos p {
	float: left;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin-right: 5px;
}

.texto-siguenos span {
	display: block;
}

.nav-siguenos {
	float: right;
}

.nav-siguenos li a {
	padding: 0;
	margin-left: 5px;
}

.nav-siguenos li a:hover, .nav-siguenos li:focus a {
	background: none;
	opacity: .7;
	filter: alpha(opacity=70);
}

.nav-legal li a {
	color: #bababa;
	font-size: 1.2rem;
	padding: 0 6px;
}

.nav-legal li a:hover {
	background: none;
	text-decoration: underline;
}

.derechos {
	color: #bababa;
	font-size: 1.2rem;
	margin-left: 6px;
}

.desarrollado {
	text-align: right;
	font-size: 1.1rem;
	padding: 0 6px;
	line-height: 0;
}

.desarrollado a {
	color: #949494;
}

.lotura {
	vertical-align: baseline;
	margin-left: 5px;
}

.contactanos {
	height: 560px;
	background: #f3f3f3;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
}

.columna-pie {
	flex: 1 50%;
	width: 50%;
	text-align: center;
	padding: 83px 60px 0 60px;
	font-size: 1.6rem;
}

.columna-pie p {
	margin: 0 !important;
}

.columna-pie h2 {
	margin-top: 0;
	font-size: 3.6rem;
}

.masinfo {
	font-size: 1.4rem;
}

.ubicacion {
	margin-top: 62px;
	margin-bottom: 32px;
}

.localidad {
	font-size: 2.4rem;
	font-weight: 700;
}

.localidad span {
	color: #8d8d8d;
	margin-left: 10px;
}

.direccion {
	color: #8d8d8d;
}

.direccion span {
	display: block;
}

.contactar, .contactar a {
	color: #8d8d8d !important;
}

.columna-pie .nav-telefonos {
	padding: 5px 0;
}

.columna-pie .nav-telefonos li a {
	font-size: 1.6rem;
	font-weight: 400;
}

.foto-pie {
	background: url(/img/contactanos.jpg) 100% 0 no-repeat;
}

.btn-contacto {
	background: #fff;
	padding: 20px 100px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	color:#000;
	margin-top: 17px;
}

.btn-contacto:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

#skip, #skip a:hover, #skip a:visited {
	position: absolute;
	top: -100px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: x-small
}
#skip a:active, #skip a:focus {
	position: static;
	width: auto;
	height: auto;
	text-align: center;
	margin: 0 auto
}
.identity-noticebar {
	padding-top: 15px;
	background: #5e5f5f;
	min-height: 30px;
	width: 100%;
	margin: auto;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10001 !important
}
.identity-noticebar-content {
	padding: 5px 10px
}
.identity-noticebar-content span {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	margin-right: 15px
}
.identity-noticebar-content span a {
	color: #fff;
	text-decoration: underline
}
#cerrarnoticebar {
	border: 1px solid #828382;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #6d6e6e;
	display: block;
	width: 150px;
	color: #fff;
	text-align: center;
	margin: 10px auto 30px;
	text-decoration: none;
	cursor: pointer
}
.zoom-anim-dialog {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 900px;
	margin: 40px auto;
	position: relative;
	line-height: 17px
}
.mfp-hide {
	display: none
}

.olvido-clave {
	font-size: 1.4rem;
	margin-bottom: 25px;
	margin-left: 20px;
}

.margen-tabla, .margen-tabla2 {
	padding-left: 70px;
	padding-right: 70px;
}

.laukote .margen-tabla {
	padding-left: 0;
	padding-right: 0;
}

.laukote .bikote {
	float: left;
	width: 44%;
	margin-left: 3%;
	margin-right: 3%;
	
}


.table-edificio {
	width: 100% !important;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
	border-top: 1px solid #dddbdb;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 120px;
}

.table-edificio td, .table-edificio th {
	padding: 0;
	border-bottom: 1px solid #dddbdb;
}

.table-edificio th {
	width: 110px;
	white-space: nowrap;
}

.table-edificio td.ver {
	width: 70px;
}

.table-edificio td.centrar {
	text-align: center;
	width: 100%;
}

.table-edificio tr:hover {
	background: #f7f7f7;
}

.table-edificio .btn-ver {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 13px;
	display: block !important;
	border:none;
	font-size: 1.2rem;
}

.table-edificio .btn-ver span {
	padding: 8px 24px;
}

.table-edificio tr:hover .btn-ver span {
	background: #fff;
}

.table-edificio a {
	padding: 13px;
	display: block;
}

.table-edificio a:hover {
	text-decoration: none;
}


.table-documentos {
	width: 100% !important;
	font-size: 1.3rem;
	font-weight: 700;
	border-top: 1px solid #dddbdb;
	border-collapse: collapse;
	margin-top: 20px;
}

.table-documentos td, .table-documentos th {
	padding: 13px;
	border-bottom: 1px solid #dddbdb;
}

.table-documentos th {
	text-transform: uppercase;
	width: 110px;
	white-space: nowrap;
}

.table-documentos td.documento {
	text-align: right;
	width: 100%;
}

.table-documentos td.documento span {
	margin-left: 14px;
}

.table-documentos td.descargar {
	width: 117px !important;
	text-align: right;
}

.table-documentos .btn-documentos {
	font-size: 1.2rem;
	color: #fff;
	font-weight: 700;
	background: #575555;
	padding: 9px 26px;
	-webkit-border-radius: 0;
	-mzo-border-radius: 0;
	border-radius: 0;
}

.table-documentos .btn-documentos:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.usuario {
	float: right;
	margin-bottom: 22px;
	font-size: 1.4rem;
}

.usuario a {
	font-size: 1.4rem;
	font-weight: 700;
	margin-left: 13px;
	margin-right: 13px;
}

.table-vivienda {
	width: 100% !important;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
	border-top: 1px solid #dddbdb;
	margin-top: 20px;
	margin-bottom: 20px;
}

.table-vivienda td, .table-vivienda th {
	border-bottom: 1px solid #dddbdb;
	padding: 5px 20px;
	font-weight: 400 !important;
}

.table-vivienda th {
	width: 100%;
}

.table-vivienda th.minusculas + td {
	font-size: 1.2rem !important;
}

.table-vivienda td {
	width: 110px;
	white-space: nowrap;
	font-size: 1.8rem !important;
	text-transform: none;
}

.table-vivienda td span {
	
    vertical-align:super;            
    font-size:1rem;
 
}

.table-vivienda td {
	position: relative !important;
}

.table-vivienda td span.leyenda {
	position: absolute;
	top: 9px;
	right: -20px;
	font-size: 1.3rem;
	font-weight: 400;
	
}

.table-vivienda tr.util {
	background: #f7f7f7;
}

.table-vivienda th.espacio-abajo, .table-vivienda td.espacio-abajo {
	padding-bottom: 20px !important;

}

.table-vivienda tr.util th, .table-vivienda tr.util td {
	font-weight: 700 !important;
	
}

.table-vivienda tr.sinlinea th, .table-vivienda tr.sinlinea td {
	border-bottom: none;
}

.table-vivienda tr th.minusculas {
	text-transform: none;
}

.que-edificio {
	font-size: 1.2rem;
font-weight: 400;
line-height: 1.7rem;
text-transform: uppercase;
	color: #c6c5c5;
}

.que-edificio span {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: #c6c5c5;
	color: #fff;
	text-align: center;
	font-size: 1rem;
font-weight: 400;
line-height: 1.8rem;
text-transform: uppercase;
	margin-left: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.que-planta {
	font-size: 1.6rem;
font-weight: 700;
line-height: 1.4rem;
}

.que-vivienda {
	font-size: 2.3rem;
font-weight: 700;
line-height: 2.1rem;
}

.btn-ver span {
	background: #f0f0f0;
}

.btn-descargar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #575555;
	color: #fff;
	padding: 20px 40px;
	margin-right: 70px;
}

.btn-descargar:hover {
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

.vivienda {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.vivienda a {
	position: relative;
}

.vivienda a span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 57px;
	height: 57px;
	background: #e5e7e7 url(/img/lupa.svg) 50% 50% no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s;
}

.vivienda a:hover span {
	opacity: 1;
	visibility: visible;
}

.vivienda span.vertical {
	width: 1px;
	height: 100px;
	background: #000;
	position: absolute;
	bottom: -50px;
	left: 50%;
	z-index: 1;
}

.vivienda img {
	max-width: 100%;
}

.capa-blanca-contenedor {
	position: relative;
}

.capa-blanca {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .75);
	z-index: 1000;
}

.estado {
	font-size: 4rem;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1001;
	-webkit-transform: translate(-50%,-50%) skewX(-20deg) rotate(-20deg);
	-moz-transform: translate(-50%,-50%) skewX(-20deg) rotate(-20deg);
	transform: translate(-50%,-50%) skewX(-20deg) rotate(-20deg);
	
	display: none;
}

.estado + .capa-blanca {
	display: none;
}

.estado.estado2 {
	border-top: 5px solid #3dace0;
	border-bottom: 5px solid #3dace0;
	color: #3dace0;
	display: block;
}

.estado.estado3 {
	border-top: 5px solid #ff583e;
	border-bottom: 5px solid #ff583e;
	color: #ff583e;
	display: block;
}

.estado.estado2 + .capa-blanca {
	display: block;
}

.estado.estado3 + .capa-blanca {
	display: block;
}

.alrededor img {
	width: 100%;
}

.figcaption {
	padding-left: 22px;
	padding-right: 22px;
}

.texto-alrededores {
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: 400;
}

.foto-alrededor {
	margin-bottom: 88px;
}

.foto-alrededor img {
	width: 100%;
}

.entradilla {
	font-size: 2.7rem;
	
	font-weight: 300;
}

.entradilla p {
	margin-top: 25px;
	line-height: 4rem;
}

.btn-masinfo {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f3f3f3;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 10px 42px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 30px;
}

.btn-masinfo span {
	font-weight: 300;
	display: block;
	font-size: 2.4rem;
	text-transform: none;
}

.texto-alrededor p {
	margin-bottom: 30px;
}




@media (min-width: 1201px) and (max-width: 1440px) {
	.foto-pie {
	background-position: 80% 0;
}
}

@media (min-width: 993px) and (max-width: 1200px) {
	
	
.margen-tabla, .margen-tabla2 {
	padding-left: 40px;
	padding-right: 40px;
}
	
	
	
	.btn-descargar {
		margin-right: 40px; 
	}
	
.foto-pie {
	background-position: 70% 0;
}
	
	.bienvenida {
		top: 25px;
	}
	
.bienvenida p.play-video {
	margin-top: 20px;
}
	
	
.flex-thumb {
	flex: 1 calc(33% - 30px);
	width: calc(33% - 30px);
	max-width: calc(33% - 30px);
}
	
	

.titular-partners {
	padding-right: 50px;
}

.logos-partners {
	padding-left: 35px;
}



.nav-partners li {
	margin-right: 60px;

}
	

}

@media (min-width:768px) and (max-width:992px) {
	
	.partners {
		padding: 35px 35px;
	}
	
	
.titular-partners {
	padding-right: 35px;
}

.logos-partners {
	padding-left: 35px;
}

.nav-partners li {
	margin-right: 40px;

}
	
	.nav-partners li a img {
		height: 60px;
	}
	
	
	.btn-mapa {
	margin-top: -130px;	
	}
	
.mapa {
	height: 315px;
	text-align: center !important;
	overflow: auto;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;

}

.mapa img {
	width: auto !important;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-900px);
	-moz-transform: translateX(-900px);
	transform: translateX(-900px);
}
	
	.flex-content-alrededores {
		margin-top: 60px;
	}
	
	.logo {
		top: 10px;
		text-align: center;
	}
	
	.logo img {
		height: 80px;
	}
	
	.figcaption {
	padding-left: 0;
	padding-right: 0;
}

	
	.thumb-alrededores {

	min-height: 0;
	padding: 20px 28px 31px 28px;
}
	
	.alrededores .distancia {
		min-height: 100px;
	}
	
	.margen-tabla, .margen-tabla2 {
	padding-left: 10px;
	padding-right: 10px;
}
	

	
	.btn-descargar {
		margin-right: 10px; 
	}
	
	.table-edificio a {
	padding: 13px 2px;

}
	
	.flex-thumb {
	flex: 1 calc(50% - 30px);
	width: calc(50% - 30px);
	max-width: calc(50% - 30px);
}
	
	.nav-apartamentos li {
		width: 50%;
	}
	
	.bienvenida {
		top: 25px;
	}
	
	.bienvenida p {
		font-size: 1.2rem;
		line-height: 2.8rem;
	}
	
	.bienvenida p.play-video {
	margin-top: 20px;
}
	
	.apartamentos {
		width: 700px;
		margin-left: -350px;
	}
	
.apartamento-izda {
	padding: 24px 55px 17px 55px;
}

.apartamento-dcha {
	padding: 24px 55px 17px 55px;
}
	
.bienvenida p.dunes {
	font-size: 3.5rem;
	margin-bottom: 0;
}
	
.foto-pie {
	background-position: 70% 0;
}
	
	.btn-contacto {
		
	}
	
.columna-pie {
	padding: 63px 10px 0 10px;
}
	
caption, table.table {
	display: block
}
table.table {
	border: 0;
	padding-bottom: 0;
	width: 100%;
	clear: both
}
table.table td:empty, table.table thead {
	display: none
}
table.table tbody, table.table td, table.table tfoot, table.table th, table.table tr {
	display: block;
	padding: 0;
	text-align: left!important;
	white-space: normal;
	border: none!important
}
table.table tr {
	padding-bottom: 15px;
	margin-bottom: 20px
}
table.table th:not([data-title]) {
	font-weight: 700
}
table.table {
	background: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 30px
}
table.table td {
	margin-bottom: 10px
}
table.table dl {
	margin: 0
}
.btn-eliminar {
	position: static;
	margin-left: 0;
	margin-top: 0
}
table.table.table-hover:hover td {
	background: 0 0
}
}

@media (max-width:767px) {
	
	.partners {
		padding: 35px 35px;
	}
	
	
.titular-partners {
	padding-right: 35px;
}

.logos-partners {
	padding-left: 35px;
}

.nav-partners li {
	margin-right: 0;
	display: block;
	width: 100%;
}
	

	
	.tiempo {
		top: 0;
	}
	
	.btn-mapa {
	margin-top: -130px;	
	}
	
.mapa {
	height: 315px;
	text-align: center !important;
	overflow: auto;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}

.mapa img {
	width: auto !important;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-800px);
	-moz-transform: translateX(-800px);
	transform: translateX(-800px);
}
	
	.flex-content-alrededores {
		margin-top: 60px;
	}
	
.table-vivienda td span.leyenda {
	position: relative;
	top: 6px;
	right: -10px;
	font-size: 1.3rem;
	font-weight: 400;
}
	
	.distancia li {
		font-size: 1.8rem;
	}
	
	.bienvenida {
		min-width: 0;
	}
	
	
	
.pie {
	padding: 46px 0 90px 0;
}
	
	
.btn-descubre {

	padding: 19px 19px;
	white-space: normal !important;
}
	
	
.zoom-gallery a {
	pointer-events: none;
}
	
	h3.alrededores, .texto-alrededores {
		text-align: left;
	}
	
	.alrededor {
		width: 403px;
		max-width: 100%;
		display: inline-block !important;
		float: none;
		margin-bottom: 50px;
	}
	
	.figcaption {
	padding-left: 0;
	padding-right: 0;
}
	
	.thumb-alrededores {

	min-height: 0;
	padding: 20px 28px 31px 28px;
}
	
	.alrededores .distancia {
		min-height: 0;
	}
	
.table-edificio a {
	padding: 13px 0;

}
	

	
	.margen-tabla, .margen-tabla2 {
	padding-left: 10px;
	padding-right: 10px;
}
	
		.laukote .bikote {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	
}
	
	.btn-descargar {
		margin-right: 10px; 
	}
	
	.flex-content {
		display: block;
		text-align: center;
		margin-right: 0;
	}
	
.flex-thumb {
	width: 320px;
	max-width: 100% !important;
	display: inline-block;
	margin-right: 0;
	text-align: center;
}
	
	.slider {

	margin-bottom: 220px;
}
	
	.nav-apartamentos {
		text-align: center;
	}
	
	.nav-apartamentos > li {
		width: 320px;
		max-width: 100%;
		float: none;
		display: inline-block;
	}
	
	
	
.apartamentos {
	width: 70%;
	bottom: -180px;
	margin-left: 0;
	left: 15%;
}
	
.apartamento-izda {
	padding: 24px 55px 17px 55px;
	display: block;
	width: 100%;
}

.apartamento-dcha {
	padding: 24px 55px 17px 55px;
	display: block;
	width: 100%;
}
	
.bienvenida {
	top: 35px;
}

.bienvenida p {
	font-size: 1.2rem;
	line-height: 2.8rem;
}
	
.bienvenida p.dunes {
	font-size: 3.5rem;
	margin-bottom: 0;
}

	
.bienvenida p.play-video {
	margin-top: 69px;
}
	
	
.cabecera {
	min-height: 204px;
	position: relative;
}
	
	#header {
		padding: 0;
		padding-bottom: 15px;
	}
	
	.nav-legal {
		text-align: center;
	}
	
	.nav-legal > li {
		float: none;
		display: inline-block;
	}
	
.nav-legal li a {
	font-size: 1rem;
	padding: 0 4px;
}
	
	.desarrollado {
		text-align: center;
		margin-top: 10px;
	}
	
.marra-pie {
	padding-bottom: 20px;
}

.erdira {
	text-align: center;
}
	
.siguenos {
	text-align: right;
	margin: 15px 30px 0 0;
}
	
	
.contactanos {
	display: block;
	height: auto !important;
}

.columna-pie {
	width: 100%;
	padding: 40px 10px 40px 10px;
}
	
.foto-pie {
	background-position: 50% 50%;
	background-size: cover;
	min-height: 300px;
}
	
caption, table {
	display: block
}
	
.nav-telefonos li a {
	pointer-events: auto;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f0f0f0 url(/img/tel.svg) 50% 50% no-repeat;
}
	
.nav-telefonos li a:hover {
	background: #f0f0f0 url(/img/tel.svg) 50% 50% no-repeat;
	opacity: .7;
	filter: alpha(opacity=70);
}

.nav-telefonos li a span {
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
	
.columna-pie .nav-telefonos li a {
	pointer-events: none;
	width: auto;
	height: auto;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	background: none;
}
	
.columna-pie .nav-telefonos li a:hover {
	background: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.columna-pie .nav-telefonos li a span {
	text-indent: 0;
	white-space: normal;
	display:  inline-block;
	overflow: visible;
}
	

	
	.columna-pie .quitar {
		display: inline-block !important;
	}

.logo {
	top: -54px;
}
	
.nav-menu {
	text-align: center;

	border-top: 1px solid #e1e1e1;
margin: 77px -15px 0 -15px;
}
	
	.nav-menu li a {
		padding: 15px 0 7px 0;
	}
	

	
	.nav-contacto {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		/*background: #fff url(/img/flecha-contacto.svg) 90% 50% no-repeat;*/
		background: #fff;
		margin-top: 0;
		z-index: 1000;
		height: 71px;
		box-shadow: 0 0 13px rgba(0, 0, 0, 0.41);		
		
		
	}
	
	.nav-contacto li {
		display: block;
		display: inline-block !important;
		width: 100%;
		width: 50%;
		margin: 0 !important;
	}
	
	.nav-contacto li.folleto a, .nav-contacto li.folleto a:hover {
		top: 0;
		padding: 17px 33px !important;
		margin-right: 0;
	}
	
.quitar, .nav-contacto li.quitar {
	display: none !important;
}
	
	.nav-contacto li a  {
		

		display: block;
		padding: 17px 33px;
	}
	
	.nav-contacto li a span.info-contactanos, .nav-contacto li a span.info-descargar {
		display: block;
		font-size: 10px;
		color: #676767;
		line-height: 1.8rem;
}
	
	.nav-contacto li a span.info-contactanos:after {
		content: 'Contáctanos';
		font-size: 2.5rem;
		font-weight: 700;
		text-transform: none;
		display: block;
		color:#000;
	}
	
	.nav-contacto li a span.texto-folleto {
		font-size: 2.5rem;
		font-weight: 700;
		text-transform: none;
		display: block;
		color:#000;
		margin-top: -9px;
	}
	
	
	
	.nav-contacto li a span.info-contactanos.fr:after {
		content: 'Contactez-nous';
	}
	
	.nav-contacto li a span.info-contactanos.en:after {
		content: 'Contact us';
	}
	
	.nav-contacto li a span.info-contactanos.ru:after {
		content: 'КОНТАКТЫ';
	}
	
	.nav-contacto li a span.contacto {
		display: none;
	}
	
	.nav-idiomas, .telefonos {
		border: none;
	}
	
	.nav-idiomas li.active {
		display: none;
	}
	
	.well-boton {
		margin-top:100px;
	}
table.table {
	border: 0;
	padding-bottom: 0;
	width: 100%;
	clear: both
}
table.table td:empty, table.table thead {
	display: none
}
table.table tbody, table.table td, table.table tfoot, table.table th, table.table tr {
	display: block;
	padding: 0;
	text-align: left!important;
	white-space: normal;
	border: none!important
}
table.table tr {
	padding-bottom: 15px;
	margin-bottom: 20px
}
table.table th:not([data-title]) {
	font-weight: 700
}
table.table {
	background: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 30px
}
table.table td {
	margin-bottom: 10px
}
table.table dl {
	margin: 0
}
.btn-eliminar {
	position: static;
	margin-left: 0;
	margin-top: 0
}
table.table.table-hover:hover td {
	background: 0 0
}
}

@media handheld, only screen and (max-width: 480px) {
	
	.partners h2 {
		margin-bottom: 10px;
	}
	
	
	.titular-partners {
	padding-right: 35px;
		display: block;
}

.logos-partners {
	padding-left: 0;
	display: block;
	border-left: 0;
	border-top: 1px solid #868686;
	padding-top: 10px;
}
	
	
.flex-content-alrededores {
	display: block;
	margin-top: 115px;
		
}

.thumb-alrededores {
	display: inline-block;
	min-height: 0;
	padding: 20px 48px 31px 48px;
	
}
	
	.margen-tabla, .margen-tabla2 {
	padding-left: 0;
	padding-right: 0;
}
	
	.btn-descargar {
		margin-right: 0; 
	}
	
.apartamentos {
	width: 90%;
	left: 5%;
}
	
.apartamento-izda {
	padding: 24px 25px 17px 25px;
}

.apartamento-dcha {
	padding: 24px 25px 17px 25px;
}
	
.btn-contacto {
	padding: 20px 30px;
	width: 90%;
}	
	
.btn-area-privada {
	width: 90%;
	padding: 12px 0;
}
	
}
