@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600");
@import url("https://fonts.googleapis.com/css?family=La+Belle+Aurore");
@import url("https://fonts.googleapis.com/css?family=Exo:700,800");




.Iam {
    color: #999;
  }


  .Iam p {
    height: 50px;
    float: left;
    margin-right: 0.3em;
  }
  .Iam b {
    float: left;
    overflow: hidden;
    height: 50px;
    top: 40px;
  }
  .Iam .innerIam {
    display: inline-block;
    color: #009688;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
  
  
  /*animation*/
  -webkit-animation:move 5s;
     -moz-animation:move 5s;
      -ms-animation:move 5s;
       -o-animation:move 5s;
          animation:move 5s;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count:infinite;
     -moz-animation-iteration-count:infinite;
      -ms-animation-iteration-count:infinite;
       -o-animation-iteration-count:infinite;
          animation-iteration-count:infinite;
  /*animation-delay*/
  -webkit-animation-delay:1s;
     -moz-animation-delay:1s;
      -ms-animation-delay:1s;
       -o-animation-delay:1s;
          animation-delay:1s;
  }
  @keyframes move{
  0%  { top: 0px; }
  20% { top: -50px; }
  40% { top: -100px; }
  60% { top: -150px; }
  80% { top: -200px; }
  }
  
  @-webkit-keyframes move {
      0%  { top: 0px; }
      20% { top: -50px; }
      40% { top: -100px; }
      60% { top: -150px; }
      80% { top: -200px; }
  }
  @-moz-keyframes move {
      0%  { top: 0px; }
      20% { top: -50px; }
      40% { top: -100px; }
      60% { top: -150px; }
      80% { top: -200px; }
  }
  @-o-keyframes move {
      0%  { top: 0px; }
      20% { top: -50px; }
      40% { top: -100px; }
      60% { top: -150px; }
      80% { top: -200px; }
  }
  @keyframes move {
      0%  { top: 0px; }
      20% { top: -50px; }
      40% { top: -100px; }
      60% { top: -150px; }
      80% { top: -200px; }
  }
  
  

/**/


.page {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: 0%;
  z-index: 99;
}

.container-div {
  width: 100%;
  height: 90%;
  min-height: 566px;
  position: absolute;
  top: 5%;
  margin: 0 auto;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tags {
  color: #ffb0b0;
  position: absolute;
  bottom: 0;
  font-family: "La Belle Aurore", cursive;
}

.top-tags {
  bottom: auto;
  top: 70px;
}

.home-page .text-zone {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  max-height: 90%;
}
.home-page .text-zone img {
  width: 50px;
}
.home-page .text-zone a {
  font-weight: 300;
}
.home-page h1 {
  color: #fff;
  font-size: 53px;
  line-height: 48px;
  margin: 0;
  font-family: "Exo", sans-serif;
  font-weight: normal;
}







.home-page p::before {
  content: "<p>";
  font-family: "La Belle Aurore", cursive;
  color: #ffb0b0;
  font-size: 18px;
  position: absolute;
  margin-top: -20px;
}

.home-page p::after {
  content: "</p>";
  font-family: "La Belle Aurore", cursive;
  color: #ffb0b0;
  font-size: 18px;
  position: absolute;
  margin-top: 2px;
  margin-left: 20px;
  -webkit-animation: myanim2 1s 3s backwards;
  animation: myanim2 1s 3s backwards;
}


.home-page form::before {
  content: "<form>";
  font-family: "La Belle Aurore", cursive;
  color: #ffb0b0;
  font-size: 18px;
  position: absolute;
  margin-top: -20px;
}

.home-page form::after {
  content: "</form>";
  font-family: "La Belle Aurore", cursive;
  color: #ffb0b0;
  font-size: 18px;
  position: absolute;
  margin-top: 2px;
  margin-left: 20px;
  -webkit-animation: myanim2 1s 3s backwards;
  animation: myanim2 1s 3s backwards;
}


/*form*/


.home-page h1::before {
  content: "<h1>";
  font-family: "La Belle Aurore", cursive;
  color: #ffb0b0;
  font-size: 18px;
  position: absolute;
  margin-top: -35px;
}
.home-page h1::after {
  content: "</h1>";
  font-family: "La Belle Aurore", cursive;
  color: #ffb0b0;
  font-size: 18px;
  position: absolute;
  margin-top: 18px;
  margin-left: 20px;
  -webkit-animation: myanim2 1s 3s backwards;
  animation: myanim2 1s 3s backwards;
}
.home-page h2 {
  color: #32fddf;
  margin-top: 9px;
  font-weight: 400;
  font-size: 11px;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 3px;
  -webkit-animation: myanim2 1s 2.5s backwards;
  animation: myanim2 1s 2.5s backwards;
}
.home-page .flat-button {
  color: #32fddf;
  font-size: 11px;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid #32fddf;
  margin-top: 40px;
  float: left;
  border-radius: 4px;
  opacity: 0;
}
.home-page .flat-button:hover {
  background: #32fddf;
  color: #0b2535;
}
.home-page .blast {
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home-page .blast:hover {
  color: #32fddf;
}









  @media (min-width: 576px) {
    .home-page h1 {
      color: #fff;
      font-size: 30px;
      line-height: 48px;
      width: 350px;
      margin: 0;
      font-family: "Exo", sans-serif;
      font-weight:normal;
    }
    .container-div {
      margin-left: 15px;
    }
    .tags {
      left: 10px;
      font-size: 20px;
    }

    .home-page p {
      margin-top: 30px;
      font-size: 18px;
      text-align: justify;
      width: 400px;
    }

  }
  


  /* Pantallas Pequeñas */
  @media (min-width: 768px) {
    .home-page h1 {
      color: #fff;
      font-size: 31px;
      line-height: 48px;
      margin: 0;
      font-family: "Exo", sans-serif;
      font-weight: normal;
    }
    .container-div {
      margin-left: 90px;
    }
    .tags {
      left: 10px;
      font-size: 20px;
    }

  }



  /* Pantallas Large devices */
  @media (min-width: 992px) {
    .home-page h1 {
      color: #fff;
      font-size: 31px;
      line-height: 48px;
      margin: 0;
      font-family: "Exo", sans-serif;
      font-weight: normal;
    }
    .container-div {
      margin-left: 70px;
    }
    .tags {
      left: 90px;
      font-size: 20px;
    }
  }




/* Pantallas Grande */
  @media (min-width: 1200px) {
    .home-page h1 {
      color: #fff;
      font-size: 49px;
      line-height: 48px;
      margin: 0;
      width: 100%;
      font-family: "Exo", sans-serif;
      font-weight: normal;
    }
    .container-div {
      margin-left: 90px;
    }
    .tags {
      left: 90px;
      font-size: 20px;
    } 

    .home-page p {
      margin-top: 30px;
      font-size: 20px;
      width: 100;
      text-align: justify;
    }

  }



