

  .contenedorflot{
    width:90px;
    height:90px;
    position:fixed;
    right:45px;
    bottom:45px;
    z-index:10000;
  }
  .botonF1{
    width:60px;
    height:60px;
    border-radius:100%;
    background:transparent;
    right:0;
    bottom:0;
    position:absolute;
    margin-right:16px;
    margin-bottom:16px;
    border:none;
    outline:none;
    color:#FFF;
    font-size:16px;
    transition:.3s;  
  }
  span{
    transition:.5s;  
  }
  .botonF1:hover span{
    transform:rotate(360deg);
  }
  .botonF1:active{
    transform:scale(1.1);
  }
  .btn{
    width:150px;
    height:40px;
    border-radius:0%;
    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:15px;
    outline:none;
    position:absolute;
    right:0;
    bottom:0;
    margin-right:26px;
    transform:scale(0);
  }
  .botonF2{
    background:#465A63;
    margin-bottom:85px;
    transition:0.5s;
  }
  .botonF3{
    background:#0096A7;
    margin-bottom:130px;
    transition:0.7s;
  }
  .botonF4{
    background:#465A63;
    margin-bottom:175px;
    transition:0.9s;
  }
  .botonF5{
    background:#0096A7;
    margin-bottom:220px;
    transition:0.99s;
  }
  .animacionVer{
    transform:scale(1);
  }
  
  .btn_flotante {
    padding: 16px 10px 9px 10px;
    display:scroll;
    position:fixed;
    bottom:85px;
    right:4px;
    z-index: 1000;
    
    color: #fff;
    border-radius:0%;
    font-size: 13px;
    border-radius:  0px 0px 8px 8px;

}
