.contenedor{
  bottom:70px;
  background: none;
  border-radius: 50%;
  display: inline;
  height: 45pt; 
  padding: 0px; 
  position: fixed; 
  right: 18pt; 
  top: auto; 
  width: 45pt; 
  z-index: 2147483646;
}
.contenedor2{
  width:90px;
  height:240px;
  position:fixed;
  left:0px;
  bottom:0px;
  z-index: 2147483646;
}
.botontienda
{
  width:60px;
  height:60px;
  border-radius:100%;
  background:#305dff;
  left:0;
  bottom:0;
  position:absolute;
  margin-left: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{
  width:60px;
  height:60px;
  border-radius:50%;
  background:#64d41a;
  right:0;
  bottom:0;
  position:absolute;  
  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;      
  cursor:pointer;
}
span{
  transition:.5s;  
}
.botonF1:hover span{
  transform:rotate(360deg);
}
.botonF1:active{
  transform:scale(1.1);
}
.btn{
  width:40px;
  height:40px;
  border-radius:100%;
  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:28px;
  outline:none;
  position:absolute;
  right:0;
  bottom:0;
  margin-right:26px;
  transform:scale(0);
}
.botonF2{
  background:#64d41a;
  margin-bottom:85px;
  transition:0.5s;
}
.botonF3{
  background:#44afcf;
  margin-bottom:130px;
  transition:0.7s;
}
.botonF4{
  background:#009688;
  margin-bottom:175px;
  transition:0.9s;
}
.botonF5{
  background:#FF5722;
  margin-bottom:220px;
  transition:0.99s;
}
.animacionVer{
  transform:scale(1);
}