html{
  min-height: 100% !important;
    height: 100%;
}
body{
  font-family: Ubuntu;
  min-height: 100% !important;
    height: 100%;
}
.wrapper{
width: auto;
height: auto;
background: url(../img/gifanimacionHome.gif) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: hidden;
min-height: 100% !important;
    height: 100%;
}
.container{
  width: 80%;
  margin: 0 auto;
  height: 100%;
}
.navbar {
    overflow: hidden;
    background-color: rgba(255, 0, 0, 0.0);
    position: fixed;
    top: 0;
    width: 100%;
}
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar nav ul li:hover {
    color: #001FEB;
}
.logo img{
  width: 70px;
  padding-top: 10px;
}
nav{
  width: 80%;
}
nav ul{
  margin-top: 45px;
  float: right;
}
nav ul li{
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: lighter;
  padding-left: 16px;

}
.content{
  width: 100%;
  height: 100%;
}
.titulo{
  padding-top: 289px;
}
.titulo h1{
  font-size: 56px;
}
.titulo span{
  color: #ff0000;
}
.illustrator{
    float: left;
}
.illustrator p{
  font-weight: lighter;
  padding-top: 170px;
  display: inline-block;
}
.illustrator img{
  margin-left:20px;
}
.illustrator img:hover{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition:         transform .3s ease-in-out;
}
footer{
  position:fixed;
  left:10%;
  bottom:0px;
  height:30px;
  width:80%;
}
