@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Roboto);
/* CSS Document */

html, body
{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: 'Roboto', sans-serif;
	background-color:#0071bb;
}

.hidden
{
	display:none;
	overflow:hidden;
}

#preloader
{
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#FFF;
	background-image:url(../img/logoIntro.png), url(../img/395.GIF);
	background-repeat:no-repeat, no-repeat;
	background-position:center 25%, center 80%;
	background-size:20% auto, auto;
}

/*Menu*/
header
{
	position:absolute;
	left:0;
	right:0;
	width:100%;
	height:65px;
	background-color:rgba(255,255,255,1.00);
	z-index:3000;
}

header .logo
{
	position:absolute;
	display:block;
	margin-top:5px;
	margin-left:30px;
	width:auto;
	height:60px;
}

#cssmenu
{
	width:calc(120px * 5);
	height:100%;
	margin:auto;
}

#cssmenu .btns
{
	cursor:pointer;
	width:120px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	line-height:65px;
	text-align:center;
	float:left;
	color:#444;
}

#cssmenu .btns:hover
{
	color:#fff;
	background-color:#0071bb;
}

#wrapper
{
	width:100%;
	height:100%;
	overflow-y:auto;
}

.page
{
	width:100%;
	height:100%;
	background-color:#0071bb;
	
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
}

/*Inicio*/
#home{ 
	
}

#home .container
{
	position:relative;
	top:50%;
	padding:10px;
	margin-left:auto;
	width:30%;
	font-family: 'Roboto', sans-serif;
	font-size:26px;
	color:#0071bb;
	background-color:rgba(255,255,255,0.75);
	
	-webkit-border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0px 0px 10px;
	border-radius:10px 0px 0px 10px;
	
	text-shadow: 1px 1px 2px #0071bb;
}

/*Planos*/
#planos{ 
	background-color:#0071bb;
	padding-top:80px;
	height:calc(100% - 80px);
}

#planos .container
{
	height:80%;
	width:80%;
	margin:auto;
	color:#0071bb;
}

#planos .title_page
{
	color:#FFF;
	font-size:36px;
	font-family: 'Roboto', sans-serif;
}

#planos .c_planos
{
	width:100%;
	height:calc(100% - 45px);
}

#planos .c_planos .projects
{
	width:calc(100% / 3);
	height:50%;
	float:left;
}

#planos .c_planos .projects .title
{
	height:45px;
	color:#FFF;
	text-align:center;
	font-size:15px;
	overflow:hidden;
}


#planos .c_planos .projects .img_project
{
	cursor:pointer;
	height:calc(90% - 45px);
	width:90%;
	margin:auto;
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	
	
	background-position:center, left;
	background-repeat:no-repeat, repeat-x;
	background-size:auto 90%, auto 100%;
}

#planos #project1 {background-image:url(../img/planos/thumb/t_ibiza.png), url(../img/linea_gris.png);}
#planos #project2 {background-image:url(../img/planos/thumb/t_ibiza2.png), url(../img/linea_gris.png);}
#planos #project3 {background-image:url(../img/planos/thumb/t_santorini.png), url(../img/linea_gris.png);}
#planos #project4 {background-image:url(../img/planos/thumb/t_santorini1.png), url(../img/linea_gris.png);}
#planos #project5 {background-image:url(../img/planos/thumb/t_santorini2.png), url(../img/linea_gris.png);}
#planos #project6 {background-image:url(../img/planos/thumb/t_implantacion.png), url(../img/linea_gris.png);}

/*Galeria*/
#galeria
{
	
}

/*Ubicacion*/
#ubicacion
{
	padding-top:80px;
	height:cacl(100% - 80px);
	background-color:#0071bb;
}

#ubicacion .title_page
{
	width:75%;
	height:auto;
	margin:auto;
	color:#FFF;
	font-size:36px;
	font-family: 'Roboto', sans-serif;
}

#ubicacion #map-canvas
{
	height:75%;
	width:75%;
	margin:auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/*Contacto*/
#contacto {
	padding-top:80px;
	height:cacl(100% - 80px);
}

#contacto .container
{
	width:80%;
	height:75%;
	margin:auto;
	color:#FFF;
}

#contacto .formulario{
	display:table;
	float:left;
	width:50%;
	height:100%;
	text-align:left;
}

#contacto .formulario div
{
	display:table-cell;
	vertical-align:middle;
}

#contacto .info{
	display:table;
	font-size:18px;
	text-align:left;
	float:left;
	width:50%;
	height:100%;
}


#contacto .formulario .textField
{
	margin:0;
	width:80%;
	font-size:16px;
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#contacto .formulario textarea
{
	font-size:16px;
	width:80%;
	resize:none;
	color:#0071bb;
}

#contacto .formulario input
{
	padding:5px;
	color:#0071bb;
	outline:none;
	border-color:#FFF;
}

#contacto .formulario #btnEnviar
{
	cursor:pointer;
	padding:10px 15px;
	font-size:18px;
	color:#0071bb;
	background-color:#FFF;
	
	border:0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

@media only screen and (max-device-width: 768px)
{
	#preloader	{ background-size:50% auto, auto; }
	
	/*Menu*/
	header { height:100px; }

	header .logo {
		position:relative;
		margin:auto;
		padding:5px;
		height:50px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	#cssmenu {
		width:100%;
		height:50px;
		margin:auto;
	}
	
	#cssmenu .btns {
		width:20%;
		font-size:14px;
		line-height:50px;
		text-align:center;
		float:left;
		color:#444;
	}


	/*Inicio*/
	#home .container
	{
		top:25%;
		width:50%;
		font-size:16px;
	}
	
	/*Planos*/
	#planos { 
		padding-top:100px;
		height:calc(100% - 100px);
	}
	
	#planos .c_planos .projects .title { font-size:16px; height:50px; }
	
	#planos .container {
		height:90%;
		width:90%;
	}
	
	#planos .c_planos {
		width:100%;
		height:calc(100% - 100px);
	}
	
	#planos .c_planos .projects {
		width:50%;
		height:33.33%;
		float:left;
	}
	
	#planos .c_planos .projects .img_project {
		width:75%;
	}


	/*Ubicacion*/
	#ubicacion {
		padding-top:100px;
		height:cacl(100% - 100px);
	}
	#ubicacion .title_page {
		font-size:30px;
	}



	/*Contacto*/
	#contacto {
		padding-top:100px;
		height:cacl(100% - 100px);
	}
	
	#contacto .container { width:95%; }

	#contacto .info {
		font-size:15px;
		text-align:left;
		float:none;
		width:100%;
		height:auto;
	}
	
	#contacto .info h1
	{
		margin:10px 0px;
		font-size:30px;
	}
	
	#contacto .info img { margin:auto; }
	
	#contacto .formulario {
		float:none;
		width:100%;
		height:auto;
		font-size:15px;
		text-align:left;
	}
	
	#contacto .formulario .textField { width:90%; }

	#contacto .formulario textarea { width:90%;	}

	#contacto .formulario #btnEnviar { 
		display:block;
		font-size:20px;
		width:50%;
		margin:auto;
	}
}