/**
 * Parallax Scrolling
 */


body{
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
}

.overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.25);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
    z-index:1;
    color:white;
}

#home { 
	background: url(../img/b4.jpg) 50% 0 no-repeat fixed; 
	height: 1080px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

#about { 
	background: url(../img/b5.jpg) 50% 0 no-repeat fixed; 
	height: 1080px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

#servicios { 
	background: url(../img/b6.jpg) 50% 0 no-repeat fixed; 
	height: 1080px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}


/* Fonts */

@font-face{ 
      font-family: 'WebSymbolsLigaRegular';
          src: url('websymbolsligaregular.eot');
          src: url('websymbolsligaregular.eot?#iefix') format('embedded-opentype'),
               url('websymbolsligaregular.woff') format('woff'),
               url('websymbolsligaregular.ttf') format('truetype'),
               url('websymbolsligaregular.svg#WebSymbolsRegular') format('svg');
}

.glyph {
    font: 2.5em/1em 'WebSymbolsLigaRegular';
 }

/* Introduction */

#home articles { background: url("../images/intro.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }

#about articles { background: url("../images/parallax.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }


article {
	color: #EEE;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400; 
	letter-spacing: -1px;
	text-shadow: 2px 2px 5px #gray;
	
	position: absolute;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	z-index: 9;
}

#home #article1 {
	position: absolute;
	margin: auto;
	top: 0;
	margin-top: 10%;
}

#about #article2 {
	position: absolute;
	margin: auto;
	top: 200px;
}

#servicios #article3 {
	position: absolute;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 150px;
	text-align: center;
}

#article3 p {
	font-size: 16px;
	width: 720px;
	text-align: center;
	margin: auto;
}

#menubar, #footerbar {
	position: fixed;
	font-size: 20px;
	font-weight: bold;
	background-color: #000;	
	background-color: rgba(175,40,28,0.4);	
	margin:auto;
	width: 100%;
	line-height: 40px;
	border-radius: 0 0 5px 5px;
	padding: 6px;
	letter-spacing: 0.01em;
	z-index: 50;
}

#footerbar {
	bottom: 0;
	width: 100%;
	border-radius: 5px 5px 0 0;
	background-color: rgba(0,0,0,0.4);	
}

#menubar ul li, #menubar .minititulo {
	display: inline;
	padding: 8px;
	color: #fff;
}

#menubar .minititulo {
	display: table-cell;
	position: absolute;
	left: 10px;
	padding: 0;
	font-weight: 800;
	color: #E84F1B;
	text-shadow: 2px 2px 5px #fff;	
}

.minititulo img {
	vertical-align: bottom;	
}


#menubar a {
    transition:all 0.5s;		
	color: #fff;
	text-decoration: none;
}

#menubar a:hover {
	color: #F49B7D;
}


.titulo, .head {
	font-size: 70px;
	font-weight: 800;
	color: #E84F1B;
	text-shadow: 2px 2px 5px #972D09;	
}

.titulo img {
	vertical-align: middle; 		
	-webkit-filter: drop-shadow(2px 2px 5px gray);
	filter: drop-shadow(2px 2px 5px gray);	
}

.head {
	font-size: 60px;
	color: #fff;
}

.subtitulo {
	font-size: 30px;
	font-weight: 400;
	color: #fff; 	
}

.texto {
	text-align: justify;
	font-size: 20px;
	font-weight: 400;
	width: 720px;
	margin:auto;
	letter-spacing: 0.01em;
	margin-bottom: 15px;
	text-shadow: 1px 1px 2px black;
}

.bajar {
	font-size: 40px; 
	text-align: center;
	margin-top: 20px;		
}

.bajar a {
	color: #eff;
	transition:all 0.5s;
}

.bajar a:hover {
	color: #E84F1B;
}


.logos{
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px;
	width: 500px;
}

.logos img {
	vertical-align: middle;
	display: inline-block;
	background-color: #fff;
	max-width: 200px;
	margin-right: 8px;
	opacity:0;
    transition:all 0.5s;	
}

.logos img.in-view {
	opacity:1;
}

.imgLeft {
	float: left;
}

#perfil1 {
	position: absolute;
	left: 200px;
	max-width: 250px;
	opacity:0;
    transition:all 0.5s;		
}

#perfil1.in-view {
	left: 140px;
	opacity:1;
}

#down {
	position: absolute;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 200px;
	text-align: center;
	max-width: 100px;	
}

#formulario {
	margin-top: 20px;
}

#formulario label {
	display: inline-block;
	min-width: 200px;
	text-align: right;
	margin-right: 15px;
	font-weight: 700;
	vertical-align: top;
}

#formulario input, #formulario textarea {
	min-width: 350px;
	font-family: 'Maven Pro', sans-serif;
	margin-bottom: 20px;	
}


