body{
	margin:0;
	background:#202020;
    font-family: 'ProximaNova', sans-serif, verdana;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../font/proximanova-reg-webfont.eot');
    src: url('../font/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-reg-webfont.woff') format('woff'),
         url('../font/proximanova-reg-webfont.ttf') format('truetype'),
         url('../font/proximanova-reg-webfont.svg#proximanova-reg-webfont') format('svg');
    font-weight: normal;
    font-style: italic;
}
.imagen_1 {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    min-height: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(../img/fondo.jpg) no-repeat 50% 0;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    z-index: 1;
}

.marca {
  position: absolute;
  float: left;
  width: 100px;
  height: 100px;
  z-index: 99;
  left: 50%;
  top: 5px;
  margin-left: -50px;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;

  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}



/* PRELOAD */

.QOverlay {
	background-color: #202020;
	z-index: 9999;
}

.QLoader {
	background-color: #373737;
	height: 1px;
}




/* REDES */

#redes {
  position: absolute;
  float: left;
  width: 100px;
  height: 30px;
  z-index: 99;
  left: 50%;
  bottom: 20px;
  margin-left: -50px;
  text-decoration:none;
  list-style:none;
}
#redes li{
    float: left;
	width: 30px;
	height: 30px;
	padding-left: 10px;
	text-decoration:none;
	list-style:none;
}
#redes li a{
	text-decoration:none;
}
#redes li a:hover{
	opacity:.5;
	text-decoration:none;
}
.facebook {
    background: url('../img/facebook.png') no-repeat scroll 50% 0px transparent;
    position: fixed;
    float: left;
  width: 30px;
  height: 30px;;	
	z-index: 99999999;
    cursor: pointer;
}
.instagram {
    background: url('../img/instagram.png') no-repeat scroll 50% 0px transparent;
    position: fixed;
    float: left;
  width: 30px;
  height: 30px;
	z-index: 99999999;
    cursor: pointer;
}

@media (min-width:1000px) and (max-width:1200px){

	.imagen_1 {left: 0%;}
	.imagen_2 {left: 40%;}

}
@media (min-width:800px) and (max-width:1000px){

	.imagen_1 {left: 0%;}
	.imagen_2 {left: 40%;}

    .texto2 { font-size: 12px; bottom: 51px;}
    .texto { font-size: 22px; bottom: 30px;}
    .texto1 { font-size: 12px; bottom: 19px;}

}

@media (max-width:800px){

	.imagen_1 {left: 0%;}
	.imagen_2 {left: 35%;}
	.imagen_3 {right: 10%; width: 40%;}

}


#rotate-me {
  position: absolute;
  top:0; right: 0; bottom: 0; left: 0;
  width:100%;
  height:100%;
  overflow: hidden;
  z-index: 999999999999;
  background-color: #000000;
  text-align: center;
  display: none;
  color: white;
}



@media only screen  and (orientation : portrait) {
/* Rotate Me */
  #rotate-me {
    display: block;
  }
  #rotate-me h4 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 10px;
    margin-top: 50px;
  }
  #rotate-me img {
    margin-top:50%;
    width:108px;
    height:84px;
  }

}

