*{
  margin:0;
}

.contenedor{
  width:180px;
  height:240px;
  position:absolute;
  right:0px;
  bottom:0px;
  position: fixed;
}
.botonF1{
  width:60px;
  height:60px;
  border-radius:100%;
  background:none;
  right:0;
  bottom:0;
  position:absolute;
  margin-right:16px;
  margin-bottom:16px;
  border:none;
  outline:none;
  /*color:#FFF;*/
  font-size:36px;
  /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
  transition:.3s;  
}

.botonF1:hover span{
  transform:rotate(360deg);
}
.botonF1:active{
  transform:scale(1.1);
}
.btn{
  width:180px;
  height:30px;
  border-radius:10px;
  border:none;
  color:#FFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  font-size:24px;
  outline:none;
  position:absolute;
  right:0;
  bottom:0;
  margin-right:26px;
  transform:scale(0);
  opacity: .9;  
  
}
.botonF2{
  background:#c0393a;
  margin-bottom:85px;
  transition:0.5s;
}
.botonF3{
  background:#2070a8;
  margin-bottom:130px;
  transition:0.7s;
}
.botonF4{
  background:#404042;
  margin-bottom:175px;
  transition:0.9s;
}
.botonF5{
  background:#FF5722;
  margin-bottom:220px;
  transition:0.99s;
}
.animacionVer{
  transform:scale(1);
}