html, body {
    height: 100%;
    width: 100%;
    background-image: url(../img/bg0.png);
    overflow:hidden;
}

.body {
  height: 100vh;
  width:100vw;
}

.face-left {
    float: left;
    left: 0;
    height: 90%;
    position: fixed;
    bottom: 0;
    animation: opac 3s;
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.face-right {
    float: right;
    position: fixed;
    right: 0;
    height: 100%;
    bottom: 0;
    animation: opac 6s;
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.follow-us img {
    padding-left: 20px;
}

.icons-top {
    margin: 20px 0px 20px 20px;
    float: left;
}

.icons-top img {
    height: 1.4em;
}

.links {
    text-align: center;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin-bottom: 25px;
    z-index: 99;
}

.musics {
    height: 45px;
    padding: 0px 10px 0px 10px;

}

.animate1{
  animation: opac 3s;
}
.animate2{
  animation: opac 6s;
}

/*.musics:hover{
    height: 47px;
}*/

.harsh1{
  text-align: center;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin-bottom: 25px;
  z-index: 99;
  top: 45%;
}

.harsh2{
  text-align: center;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin-bottom: 25px;
  z-index: 99;
  top: 60%;
}

.titulo{
  height: 60px;
}

.subTitulo{
  height: 30px;
}

/*.media:hover{
  height: 1.6em;
}*/

@media screen and (max-width: 768px) {
  .media {
    position: absolute;
    z-index: 99;
  }
  .harsh1{

    top: 18%;
  }

  .harsh2{

    top: 32%;
  }
  .titulo {
      height: 32px;

  }
  .subTitulo {
    height: 21px;
}
.face-left {

    height: 45%;
}

.face-right {

    height: 50%;

}

.links {
    text-align: center;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 25%;
    margin-bottom: 25px;
    z-index: 99;
    width: 50%;
}

.musics {
    margin: 4px;
    height: 31px;
    position: relative;
    width: 112px;
    margin-bottom: 16px;
}
/*.musics:hover {
    margin: 4px;
    height: 31px;
    position: relative;
    width: 112px;
    margin-bottom: 16px;
}*/

}
