@charset "utf-8";
/* CSS Document */
/* fixes */
*{margin:0;padding:0;}
img {border:none}
article, aside, figure, footer, header, hgroup, nav, section {display:block;}
textarea{resize:none;}
/* classes comunes */
.clear{width:100%;clear:both;}
.left{float:left;}
.right{float:right;}
.none{display:none;}
/* firma kábala */
#logoKabala {
	display: block;
	width:50px;
	height:13px;
	float: left;
	opacity: 0.5;
	transition: all 0.5s;
}
#logoKabala:hover {
	opacity: 1;
}
.banner {
    background-color: #fff;
    width: 60%;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 30px 15px 10px 15px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-left: 25%;
}
.banner p, 
.banner span {
    font-size: 25px;
    color: #00B3DB;
    display: inline-block;
}
.btnBanner {
    border: 5px #00B3DB solid;
    background-color: #00B3DB;
    padding: 5px 15px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    transition: 0.25s;
    top: 35%;
    bottom: 0;
    height: 30px;
}
.btnBanner:hover {
	background-color: #fff;
	color: #00B3DB;
}
.text-center {
	text-align: center;
}
.negrita {
	font-weight: 700;
}
.textoCentrado {
	text-align: center;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #494848;
	font-size: 14px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

h2 {
	margin-bottom: 20px;
	font-size: 34px;
}
h3 {
	margin-bottom: 10px;
	font-size: 26px;
}
img {
	max-width: 100%;
}
.wrapper {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.listaComun {
	list-style: inside;
}


section {
	display: block;
	margin-bottom: 20px;
}


header {
	display: block;
	position: relative;
	background-color: #272727;
	border-bottom: #202020;
	box-shadow: 0px 1px 1px #aaa;
}
	header h1 {
		width: 30%;
		float: left;
	}
	header nav#navSecundario {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		right: 80px;
	}
		header nav#navSecundario a#btnTel {
			display: block;
			float: left;
			height: 30px;
			background: url(imagenes/icoTel.png) 6px 6px no-repeat;
			padding:0 6px 0 36px;
			line-height: 30px;
			font-size: 16px;
			color: #fff;
			text-decoration: none;
			border-radius: 15px;
			border: 1px solid #444;
		}

		header nav#navSecundario a.btnIdioma {
			display: block;
			float: left;
			height: 30px;
			width: 30px;
			padding:0;
			line-height: 30px;
			border-radius: 15px;
			border: 1px solid #444;
			opacity: 0.7;
			margin-right: 10px;
			position: relative;
			overflow: hidden;
			transition: all 0.5s;
		}
		header nav#navSecundario a.btnIdioma img {
			position: absolute;
			top: 0;
			left: 0;
		}
		header nav#navSecundario a.btnIdioma:hover {
			opacity: 1;
		}
		
		#abrirMenu {
			position: absolute;
			top: 50%;
			margin-top: -20px;
			right: 20px;
			width: 40px;
			height: 40px;
			display: block; 
		}
	header nav#navPrincipal {
		display: block;
		position: relative;
		height: 0px;
		z-index: 9999
	}
	header nav#navPrincipal ul {
		display: none;
		list-style: none;
		background-color: #272727;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
		nav#navPrincipal ul li a {
			text-decoration: none;
			color: #b7b7b7;
			display: block;
			text-align: center;
			font-size: 16px;
			border: none;
			line-height: 34px;
			height: 34px;
			padding: 0 10px;
			border-bottom: 1px dotted #666666;
			font-family: 'Roboto', sans-serif;
			font-weight: 300;
			text-shadow: 1px 1px 1px #000;
		}


footer {
	display: block;
	position: relative;
	background-color: #e2e2e2;
	box-shadow: 1px 0px 0px #dedddd;
}

#logoPie {
	display: block;
	margin: 0 auto;
}

#seccionContacto {
	color: #6a6969;
	margin-bottom: 20px;
}
	#seccionContacto p a{
		text-decoration: none;
		color: #6a6969;
	}

	footer h2 {
		color: #00b3db;
	}

.compartirPie span {
	color: #00b3db;
	display: block;
	font-style: italic;
	margin-bottom: 10px;
}
.compartirPie a {
	opacity: 0.6;
	margin-right: 20px;
}
.compartirPie a:hover {
	opacity: 1;
}





/**************************** SLIDER ******************************/


#slider {
	width: 100%;
	height: 480px;
	overflow:hidden;
	position:relative;
	margin: 0 0 20px 0;
	padding:0;
}
	#slider #slider_wrapper {
		width:100%;
		overflow:hidden;
	}
		#slider #slider_wrapper #slider_slides {
			width:100%;
			height: 480px;
			left:0;
		}
			#slider #slider_wrapper #slider_slides .slide{
				width:100%;
				float:left;
				height: 480px;
				background-size: cover;
				background-position: center center;
				background-repeat: no-repeat;
			}

	#slider .slider_botones{
		bottom: 0px;
	    height: 40px;
	    position: absolute;
	    right: 0;
	    display: none;
	    width: 160px;
	}


#slider .wrapperSlider {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
	left: 0;
	z-index: 999;
}
#slider .wrapperSlider .wrapper {
	position: relative;
}
.boxSlider {
	background: url(imagenes/fondoBoxSlider.png) top left repeat;
	color: #fff;
	width: 80%;
	padding: 20px 10%;
	text-align: left;
	position: absolute;
	left: 0;
	top: 120px;
	text-shadow: 1px 1px 1px #000;
}
	.boxSlider h2 {
		font-size: 26px;
	}
	.boxSlider p {
		font-size: 18px;
		line-height: 30px;
		margin: 20px 0;
		color: #00d0ff;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
	}














/* Los apartamentos */

.listaLosApartamentos {
	list-style: none;
}
	.listaLosApartamentos li {
		padding-left: 20px;
		background: url(imagenes/vineta.jpg) 0px 8px no-repeat;
		line-height: 24px;
		margin-bottom: 10px;
	}



/****** Galería *******/


#seccionGaleria a {
	display: block;
	position: relative;
	float: left;
	width: 140px;
	height: 140px;
	margin: 0 10px 10px 0;
	border: 1px solid #999;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#seccionGaleria a:hover img {
	opacity: 1;
}

#seccionGaleria a img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -43px;
	margin-left: -43px;
	opacity: 0;
	transition: all .5s;
}








/********** Formulario de contacto *********/

.estiloFormulario label, .estiloFormulario input, .estiloFormulario textarea {
	display: block;
	float: left;
	line-height: 30px;
	font-size: 16px;
}
.estiloFormulario label {
	width: 25%;
	margin-right: 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
.estiloFormulario input, .estiloFormulario textarea {
	width: 66%;
	margin: 0;
	padding: 0 2%;
	border: none;
	background-color: #fff;
	box-shadow: 0px 0px 1px #444 inset;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.estiloFormulario .contacto_field {
	display: block;
	margin-bottom: 20px;
}
.resaltado {
	font-weight: 700;
}

#btn_enviar_contacto {
	width: auto;
	float: right;
	background-color: #00b3db;
	border: none;
	box-shadow: none;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	transition:.5s;
}
#btn_enviar_contacto:hover {
	background-color: #69696b;
}


#btnArriba {
	display: block;
	position: absolute;
	width: 60px;
	height: 30px;
	left: 50%;
	margin-left: -30px;
	top: -30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background-color: #69696B;
	transition: all 0.3s;
}
	#btnArriba img {
		position: absolute;
		top: 6px;
		left: 50%;
		margin-left: -15px;
	}
#btnArriba:hover {
	background-color: #00b3db;
}




/******** Media query *********/

@media (min-width: 500px) {
	.boxSlider {
		width: 460px;
		padding: 20px;
		font-size: 24px;
		line-height: 34px;
	}
	.boxSlider h2 {
		font-size: 34px;
	}
	.boxSlider p{
		font-size: 24px;
		line-height: 34px;
	}
}


@media (min-width: 800px) {
	.onlyMobile {
		display: none;
	}
	#abrirMenu {
		display: none;
	}
	header {
		height: 100px;
	}
	header h1 {
		width: 157px;
		height: 100px;
		position: relative;
		z-index: 900;
	}
	header .wrapper {
		position: relative;
	}
	header nav#navSecundario {
		position: absolute;
		top: 10px;
		right: 10px;
		margin: 0;
	}

	header nav#navPrincipal {
		display: block;
		position: relative;
		height: 0px;
	}
	header nav#navPrincipal ul {
		display: block;
		width: auto;
		float: right;
		position: relative;
		text-align: right;
		background-color: transparent;
		margin-top: 54px;
	}
	header nav#navPrincipal ul li {
		display: inline-block;
	}
		nav#navPrincipal ul li a {
			font-size: 14px;
			line-height: 34px;
			height: 34px;
			padding: 0 10px 8px 10px;
			border-bottom: 4px solid #272727;
		}
		nav#navPrincipal ul li a:hover {
			border-bottom: 4px solid #00B3DB;	
		}



	.contApartamentosDe {
		display: block;
		float: right;
		width: 50%;
		margin: 0;
		padding: 0;
	}

	.contApartamentosIz {
		display: block;
		float: left;
		width: 40%;
		margin: 0 10% 0 0;
		padding: 0;
	}

	.fichaTecnica .listaComun {
		float: left;
		display: block;
		width: 45%;
		font-size: 12px;
		list-style: none;
	}

	.fichaTecnica .listaComun li {
		padding-left: 10px;
		background: url(imagenes/vineta2.png) 0px 6px no-repeat;
		margin-bottom: 6px;
	}


	#seccionConsultas {
		float: left;
		display: block;
		width: 45%;
		margin-top: 20px;
		margin-left: 5%;
	}
	#seccionContacto {
		display: block;
		float: left;
		width: 30%;
		margin-top: 20px;
		margin-left: 5%;
	}
	#logoPie {
		display: block;
		float: left;
		width: 15%;
	}

}



/******** Tripadvisor style *********/

.contTripadvisor {
	display: block;
	width: 240px;
	float: none;
	margin: 20px auto;
}

@media (min-width: 1000px) {
	.contTripadvisor {
		display: block;
		width: 240px;
		float: right;
		margin: 0 0 40px 20px;
	}
}

/* mediaqueries sofi */
@media (max-width: 1366px) {
	.btnBanner {
	    border: 5px #00B3DB solid;
	    background-color: #00B3DB;
	    padding: 5px 15px;
	    color: #fff;
	    font-size: 25px;
	    font-weight: 700;
	    text-decoration: none;
	    position: relative;
	    transition: 0.25s;
	    bottom: 15px;
	    display: inline-block;
	}
}
@media (max-width: 1150px) {
	.btnBanner {
	    border: 5px #00B3DB solid;
	    background-color: #00B3DB;
	    padding: 5px 15px;
	    color: #fff;
	    font-size: 25px;
	    font-weight: 700;
	    text-decoration: none;
	    position: relative;
	    transition: 0.25s;
	    bottom: 15px;
	    margin-top: 20px;
	    display: block;
	    width: 80px;
	}
}