.contenedor{
  width:90px;
  height:350px;
  position:fixed;
  right:0px;
  bottom:0px;
  z-index: 1; 
}
.botonRedes{
  width:60px;
  height:60px;
  border-radius:100%;
  background: #B4045F;
  right:0;
  bottom:0;
  position:absolute;
  margin-right:16px;
  margin-bottom:50px;
  border:none;
  outline:none;
  color:#F5FBEF;
  font-size:38px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;  
}

a {
  transition:.8s;  
}

.botonRedes:hover a {
  transform:rotate(360deg);
     
}

.botonRedes:active{
  transform:scale(1.1);
}

.fab {
    color: white;
}

.contenedor .btn {
  width:40px;
  height:40px;
  border-radius:100%;
  border:none;
  color:#F5FBEF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  font-size:20px;
  outline:none;
  position:absolute;
  right:0;
  bottom:0;
  margin-right:26px;
  transform:scale(0);
}



.botonFace {
  background:#1103D5;
  margin-bottom:115px;
  transition:0.5s;
}

.botonTwet {
  background:#2196F3;
  margin-bottom:160px;
  transition:0.7s;
}
.botonGoogl{
  background:#B90303;
  margin-bottom:205px;
  transition:0.9s;
}
.botonLink{
  background:#53729F;
  margin-bottom:250px;
  transition:0.11s;
}

.botonWhat{
  background:#3ADF00;
  margin-bottom:250px;
  transition:0.13s;
}

.botonInst{
  background:#C02A01;
  margin-bottom:295px;
  transition:0.15s;
}

.contenedor .animacionVer{
  transform:scale(1);
}