/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'Metrize-Icons';
	src:url('../fonts/Metrize-Icons.eot');
	src:url('../fonts/Metrize-Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Metrize-Icons.woff') format('woff'),
		url('../fonts/Metrize-Icons.ttf') format('truetype'),
		url('../fonts/Metrize-Icons.svg#Metrize-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}

.container.demo-1 {
	height: 100%;
	position: absolute;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}


.container > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p {
	padding-top: 30px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}


/* Header Style */

.header {
	z-index: 9999;
	position: relative;
	padding: 58px 40px 0 40px;
}

.logo-portada {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -155px;
}

.social-icon-portada {
	float: right;
}

a.social-icon {
	font-family: 'Metrize-Icons';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	border: none;
	padding: 3px;
	cursor: pointer;	
	display: inline-block;
	margin: 0px 5px 10px;
	border-radius: 50px;	
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.2);
}
a.social-icon:before {
	font-family: 'Metrize-Icons';
	display: inline-block;
	font-weight: normal;
	font-size: 34px;
	line-height: 38px;
	height: 38px;
	width: 38px;
	margin: 0;
}

a.social-icon:active, 
a.social-icon:hover {
	background: #f0f0f0;
	color: #181818;
	border: none;
}


.icon-facebook:before {
	content: "\e045";
}
.icon-twitter:before {
	content: "\e033";
}
.icon-google-plus:before {
	content: "\e041";
}
.icon-linkedin:before {
	content: "\e03e";
}
.icon-skype:before {
	content: "\e037";
}
.icon-mail:before {
	content: "\e048";
}

.idiomas-portada {
	float: left;
}

a.idioma {
	font-family: 'BebasNeueRegular';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	border: none;
	padding: 5px;
	cursor: pointer;	
	display: inline-block;
	margin: 0px 5px 10px;
	border-radius: 50px;	
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.2);
}
a.idioma span {
	font-family: 'BebasNeueRegular';
	display: inline-block;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	height: 34px;
	width: 34px;
	margin: 0;
	border: 3px solid #fff;
	border-radius: 50px;
}

a.idioma:active ,
a.idioma:hover {
	background: #f0f0f0;
	color: #181818;
	border-color: #181818;
}

a.idioma:active span,
a.idioma:hover span {
	border-color: #181818;
}



/* Botones */

.botones {
	position: absolute;
	z-index: 2000;
	top: 70%;
	text-align: center;
	width: 100%;
}

.btn-home {
	display: inline-block;
	width: 180px;
	height: 70px;
	border-radius: 5px;
	margin: 0 10px 20px 10px;
	box-shadow: 0 5px 0px rgba(0,0,0,0.2);
	opacity: 1;
	font-family: 'BebasNeueRegular';
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}


.bl-icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.btn-home:before {
	font-family: 'icomoon';
	font-weight: 300;
	display: block;
	font-size: 30px;
	margin-top: 5px;
}

.quienes-somos:before {
	content: "\e000";
}

.proyectos:before {
	content: "\e001";
}

.equipo:before {
	content: "\e002";
}

.contacto:before {
	content: "\e003";
}



a.quienes-somos {
	background: #a61912;
}
a.proyectos {
	background: #b84b2a;
}
a.equipo {
	background: #1a6694;
}
a.contacto {
	background: #1d9474;
}

a.quienes-somos:active,
a.quienes-somos:hover {
	background: #E44942;
}
a.proyectos:active,
a.proyectos:hover {
	background: #F08462;
}
a.equipo:active,
a.equipo:hover {
	background: #50A5DA;
}
a.contacto:active,
a.contacto:hover {
	background: #46CBA7;
}




/* Footer */

.footer {
	position: absolute;
	z-index: 2000;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

.footer p {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

@media screen and (max-width: 1140px) {
	.header {
		padding: 30px 40px 0 40px;
	}
	
	.logo-portada {
		top: 80px;
	}
	
	.footer p { padding: 0 0 20px 0;

}

@media screen and (max-width: 770px) { 
	
	.logo-portada {
		top: 100px;
	}
	
	.botones {
		position: absolute;
		z-index: 2000;
		top: 65%;
		text-align: center;
		width: 500px;
		left: 50%;
		margin-left: -250px;
	}
	
}

@media screen and (max-width: 660px) { 
	
	.header {
		padding: 20px 30px 0 30px;
	}
	
	.logo-portada {
		top: 80px;
	}
	
	.botones {
		position: absolute;
		z-index: 2000;
		top: 55%;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		left: 0;
	}
	
	.btn-home {
		width: 120px;
		font-size: 16px;
		letter-spacing: 1px;
		margin: 0 5px 10px 5px;
	}
	
	.footer { display: none; }
	
}

@media screen and (max-width: 400px) { 
	
	.idiomas-portada {
		float: none;
		margin: 10px auto 0px;
		text-align: center;
	}
	
	.logo-portada {
		top: 100px;
	}
	
	.social-icon-portada {
		display: none;
	}
	
	.btn-home {
		width: 140px;
		font-size: 18px;
		letter-spacing: 1px;
		margin: 0 5px 10px 5px;
	}
	
	.footer { display: none; }
	
}


