body, html {
  background-color: #000;
  position: relative;

}

#willie {
  display: block;
  position: absolute;
  bottom: 86px;
  right: 5%;
  height: auto;
  max-width: 100px;
}

@media only screen and (min-width: 1140px) {
  body, html {
    height: 100%!important;
    overflow: hidden;
  }

  #willie {
    display: block;
    position: fixed;
    bottom: -50px;
    left: calc(50% - 600px);
    width: calc(100% - 1000px);
    height: auto;
    max-width: 200px;
  }

  footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }

  /* SE CORRE PARA QUE ENTRE WILLIE */
  footer > div:nth-of-type(2) {
    margin-left: calc(50% - 400px);
    width: 240px;
  }


  footer > div:nth-of-type(3) {
    padding: 5px 5%;
    text-align: center;
    background-color: #fff;
  }


  footer > div:first-of-type {
    background-color: rgba(153,124,102,.8);
  }

}

section {
  width: 100%;
  position: relative;
  height: 300px;
  background-image: url(../img/home/phone/1.jpg);
  background-size: cover;
  background-position: center;
}


body > div.nav {
  text-align: left;
  padding: 15px 65px 15px 15px;
  background-color: #000;
  text-transform: uppercase;
}

body > div.nav h1 {
    font-size: 12px;
    color: #999;
    padding:0 0 8px 0;
    border-bottom: solid 1px rgba(255,255,255,.3);
}
body > div.nav h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  padding:3px 8px 8px 0;
  margin-bottom: 5px;
}
body > div.nav p {
  font-size: 12px;
  color: #fff;
  padding: 0;
}

body > div.nav p img {
  display: inline-block;
  margin-right: 5px;
  height: 20px;
  width: auto;
}

body > div.nav span{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: #00b8ff url(../img/ico-flecha.svg) center center no-repeat;
}

@media only screen and (min-width: 1140px) {
  section {
    position: absolute;
    left: 0;
    top:141px;
    height: calc(100% - 171px);
    background-image: url(../img/home/1.jpg);
  }
  body > div.nav {
    position: absolute;
    right: 0;
    top:calc(50% - 120px);
    padding: 15px 65px 15px 15px;
    width: 240px;
    background-color: rgba(0,0,0,.9);
  }
  body > div.nav h2 {
    font-size: 24px;
    padding:3px 15px 15px 0;
    margin-bottom: 15px;
  }

}
