@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,100,400italic);

body{
	font-family: 'Roboto', sans-seirf;
	color: #333;
	color: rgba(0,0,0,0.5);
}

h1{
	font-size: 6em;	
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 90px; 
            border-radius: 90px; 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
    background-color: rgba(0, 0, 0, 0.4);
    height: auto;
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}



#pie{
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.08);
	}

	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		color: #fff;
		margin:0;
		padding:0;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}
	/* Da estilo a las imagenes centrales de cada seccion
	* ----------------------------------------*/

	.wrap{
		margin-top: 10px;
		-webkit-box-shadow: 10px 10px 15px 0px rgba(50, 50, 50, 0.50);
		-moz-box-shadow:    10px 10px 15px 0px rgba(50, 50, 50, 0.50);
		box-shadow:         10px 10px 15px 0px rgba(50, 50, 50, 0.50);
		margin-left: auto;
		margin-right: auto;
		width: 47%;
		position: relative;
	}

	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0,
	#section1,
	#section2,
	#section3,
	#section4,
	#section5{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(imgs/Cabure.png);
		background-position: center 10px;
		background-repeat: no-repeat;
		padding: 20% 0 0 0;
	}	
	#section0 h1{
		font-size: 4.4em;
		color: #333!important;
		/*position: absolute;*/
		bottom:0;
		text-align: left;
	}
	#section0 img {
		position: absolute;
		bottom:20px;
		right: 8.490%;
	}
	
	#section1{
		padding: 6% 0 0 0
	}
	#section1 h1{
		font-size: 3.8em;
	}
	#section1 h1:after {
		content: url("imgs/mockup.png");
		margin-left: 10px;
	}
	
	#section2{
		padding: 6% 0 0 0;
	}
	#section2 h1{
		font-size: 3.8em;
	}		
	#section2 h1:after {
		content: url("imgs/web.png");
		margin-left: 10px;
	}

	#section3{
		padding: 6% 0 0 0;
	}
	#section3 h1{
		font-size: 3.8em;
	}
	#section3 h1:after{
		content: url("imgs/app.png");
		margin-left: 10px;
	}
	#section3 img.wrap {
		width: 50%;
	}
	
	#section4{
		padding: 6% 0 0 0;
	}
	#section4 h1{
		font-size: 3.8em;
	}
	#section4 h1:after{
		content: url("imgs/papel.png");
		margin-left: 10px;
	}	
	#section4 img.wrap {
		width: 57%;
	}
	

	#section5{
		padding: 6% 0 0 0;
	}
	#section5 h1{
		font-size: 3.8em;
	}
	#section5 h1:after{
		content: url("imgs/contacto.png");
		margin-left: 10px;
	}
	#section5 p {
		font-size: 1.6em;
		margin-top: 4.5%;
		text-align: left;
	}
	#section5 img.wrap {
		float: left;
		margin-left:20%;
		margin-right: 40px;
		width: 25%;
		vertical-align: middle;
	}
	#section5 ul{
		text-align: left;
		margin-top: 10px;
	}
	#section5 ul li{
		line-height: 30px;
		}
	#section5 ul li img{
		padding-right: 30px;
		}
	#section5 ul li:first-child img{
		padding-right: 18px;
		}


@media screen and (device-aspect-ratio: 5/4), screen and (device-aspect-ratio: 4/3) {
	#pie{
		background-color: transparent;
		}
	.wrap, #section4 img.wrap {
		width: 70%;
		}
	#section4 img.wrap {
		width: 79%;
		}
}

