*{
  margin:0;
}
headerbtflo{
  height:170px;
  color:#FFF;
  font-size:20px;
  font-family:Sans-serif;
  background:none;
  padding-top:30px;
  padding-left:50px;
}
.contenedorbtflo{
  width:60px;
  height:60px;
  position:absolute;
  right:0px;
  bottom:0px;
  background:none;
}
.botonF1btflo{
  width:60px;
  height:60px;
  border-radius:100%;
  right:0;
  bottom:0;
  position:absolute;
  margin-right:6px;
  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;  
}
span{
  transition:.5s;  
}
.botonF1btflo:focus{
  transform:rotate(-45deg);
	transition:0.5s;
	cursor: pointer;
}
.botonF1btflo:active{
  transform:scale(1.1);
  transform:rotate(-90deg);
}
.btnbtflo{
  width:47px;
  height:47px;
  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:12px;
  transform:scale(0);
}
.botonF2btflo{
  /* background:#2196F3; */
  margin-bottom:-45px;
  transition:0.5s;
}
.botonF3btflo{
 /* background:#673AB7; */
  margin-bottom:-97px;
  transition:0.7s;
}
.botonF4btflo{
  /* background:#FF5722; */
  margin-bottom:-149px;
  transition:0.9s;
}
.botonF5btflo{
  background:#009688;
  margin-bottom:-201px;
  transition:0.99s;
}
.botonF6btflo{
  background:#009688;
  margin-bottom:-253px;
  transition:1.2s;
}
.botonF7btflo{
  background:#009688;
  margin-bottom:-305px;
  transition:1.4s;
}
.botonF8btflo{
  background:#009688;
  margin-bottom:-356px;
  transition:1.6s;
}
.botonF9btflo{
  background:#009688;
  margin-bottom:-407px;
  transition:1.8s;
}
.botonF10btflo{
  background:#009688;
  margin-bottom:-458px;
  transition:2s;
}
.botonF11btflo{
  background:#009688;
  margin-bottom:-509px;
  transition:2.2s;
}
.botonF12btflo{
  background:#009688;
  margin-bottom:-560px;
  transition:2.4s;
}
.animacionVer{
  transform:scale(1);
}
