/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  margin:0;
  padding:0;
  text-decoration:none;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline:none;
  border:none;
  font-size: 100%;
  list-style:none;
  color:#000;
  vertical-align: baseline;
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
    box-sizing: border-box;
}
:focus { outline: 0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table { border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}

html{
  position: absolute;
  width:100%;
  min-height:100%;
}

body{
  position: absolute;
  width:100%;
  min-height:100%;
  margin:0;
  padding:0;
}

/*---------------------------------------------------------------------RESET---------------------------------------------------------*/
body{
  font-family: "Wire One", "Century Gothic","Helvetica", sans-serif;
  font-weight: 700;
  margin:0;
  padding:0;
}

.wrapper{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin:0;
  padding:0;
}

#apps{
  width: 100%;
  height:100%;
  background: rgb(227,239,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,239,199,1) 0%, rgba(255,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,239,199,1)), color-stop(100%,rgba(255,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(227,239,199,1) 0%,rgba(255,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(227,239,199,1) 0%,rgba(255,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(227,239,199,1) 0%,rgba(255,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(227,239,199,1) 0%,rgba(255,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3efc7', endColorstr='#fffefe',GradientType=0 ); /* IE6-9 */
}

#apps .cabecera{
  width:100%;
  height: 117px;
}

#apps h1{
  text-indent: -9999px;
  float:left;
  height: 84px;
  width: 304px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-left: 10px;
  position: fixed;
}

#apps h2{
  color: #fff;
  font-size: 44px;
  letter-spacing: 3px;
  position: absolute;
  top: 65px;
  right:163px;
  text-decoration: overline;
  position:fixed;
}

#boton_inicio{
  color: rgba( 255,255,255,0);
  font-size: 70px;
  background-image: url(../img/home.png);
  background-repeat: no-repeat;
  width: 12%;
  height: 73%;
  position:absolute;
  top: 55px;
  right: -64px;
  position:fixed;
}

#boton_inicio:hover{
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
  transition: 0.5s;
}

#boton_inicio:active{
  -webkit-transform:scale(0.9);
  -moz-transform:scale(0.9);
  -ms-transform:scale(0.9);
  transform:scale(0.9);
}

#apps .container{
  position:relative;
  width: 100%;
  height: 70%;
  z-index:40;
  margin:0;
  padding:0;
}

#apps .texto{
  width: 50%;
  height: 70%;
  margin-left: 7%;
  overflow: auto;
}

#apps h3{
  background-image:url(../img/bullet.png);
  background-repeat:no-repeat;
  background-position: 0 4px;
  font-family: "Amatic SC", "Century Gothic","Helvetica", sans-serif;
  color: #7F5B49;
  font-size:22px;
  padding-left:16px;
}

#apps .columna_uno{
  width: 45%;
  float:left;
  padding-top: 26px;
}

#apps .columna_dos{
  width: 45%;
  margin-left: 10%;
  float:left;
  margin-bottom: 30px;
}

#apps p{
  text-indent: 14px;
  color: #4F4949;
  font-size: 14px;
  font-weight: 700;
  text-align: justify;
  line-height: 30px;
  font-family: "Marvel", "Helvetica", "Arial", sans-serif;
}

#apps .imagen{
  width: 55%;
  height: 106%;
  background-image: url(../img/app.png);
  background-repeat:no-repeat;
  position:absolute;
  top: 18px;
  right: -9%;
  float:right;
  position:fixed;
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  transform:scale(0.7);
}

footer{
  clear:both;
  width: 100%;
  height: 100px;
  background-image: url(../img/footer_app.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  position:absolute;
  bottom:0;
  position:fixed;
}


footer .pie{
  padding-top: 70px;
  padding-left: 92%;
  font-size: 13px;
  font-family: "Marvel", "Helvetica", "Arial", sans-serif;
}

span{
  color: #fff;
}


/*---------------------------------------------------1024-----------------------*/
@media (max-width: 1024px) {
  #apps .imagen{
      width: 74%;
      right: -19%;
      -webkit-transform:scale(0.6);
      -moz-transform:scale(0.6);
      -ms-transform:scale(0.6);
      transform:scale(0.6);
    }

    #apps .texto {
      width: 53%;
      margin-left: 5%;
    }

    #boton_inicio{
      right: 20px;
    }

    #apps p{
      font-size: 13px;
      line-height: 28px;
    }

    footer .pie {
      padding-top: 79px;
      padding-left: 89%;
    }

}


/*---------------------------------------------------756-----------------------*/
@media (max-width: 756px) {
    #apps .imagen{
        width: 79%;
        right: -27%;
        -webkit-transform:scale(0.6);
        -moz-transform:scale(0.6);
        -ms-transform:scale(0.6);
        transform:scale(0.6);
    }

    #apps h2{
        right: 110px;
    }

    #apps .texto{
      width: 57%;
    }

    #apps .columna_uno{
        width: 46%;
        padding-top:38px;
    }

    #apps .columna_dos {
        width: 45%;
        margin-left: 9%;
        padding-top: 19px;
    }

    footer .pie {
        padding-top: 84px;
        padding-left: 87%;
    }
}


/*---------------------------------------------------620-----------------------*/
@media (max-width: 620px) {
    #apps h1{
      background-size:80%;
      margin-top:2px;
    }

    #apps h2 {
        font-size: 37px;
        right:123px;
        top:67px;
    }

    #boton_inicio{
      width:17%;
      right:21px;
      top:36px;
    }

    #apps .imagen{
       display:none;
    }

    #apps .texto{
      width: 80%;
      margin-left: 95px;
    }

    #apps .columna_uno{
        width: 57%;
        padding-top:34px;
    }

    #apps .columna_dos {
        width: 57%;
        padding-top: 36px;
        margin-left: 0;
    }

    footer .pie{
      padding-top: 85px;
      padding-left: 81%;
      font-size: 11px;
    }
}


/*---------------------------------------------------340-----------------------*/
@media (max-width: 340px) {
     #apps h1{
      margin-left:-4px;
    }

    #apps h2 {
        right:92px;
    }

    #boton_inicio{
      width:20%;
      right: 4px;
    }

    #apps .texto{
      width: 102%;
      margin-left: 69px;
    }

    footer .pie{
      display:none;
    }
}
