


.btnFlotante{
    width:  130px;
    height: 40px;
    border: none;
    position: fixed;
    bottom:10px;
    right: 25px;
    display: flex;
    z-index: 5px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    background-color: #1c2531;
    background-color: rgba(0,0,0, 0.5);
}

.btnFlotante.segundo{
    bottom:55px;
}
.btnFlotante.tercero {
    bottom:100px;
}
.btnFlotante.cuarto {
    bottom:145px;
}
.float-label-top{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 60px;
    padding:8px;
    width:125px;
    min-height: 50px;
    background-color:rgba(222,222,100, 0.7);
    box-shadow: 2px 3px 8px black;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0px 0px 8px 8px;
    color:black;
    z-index:1000;
}

@media print {
    .btnFlotante{
        display: none;
    }
    .float-label-top{
        display:none;
    }
}

@media only screen and (max-width: 600px) {
   .float-label-top{
    right: 0px;
    font-size: 12px;
    width:75px;
   }
}

.btnFlotanteCircle{    
    border-radius: 50%;
    width:  70px;
    height: 70px;
    display: flex;
    box-shadow: 3px 3px 5px gray;
    justify-content: center;
    align-items: center;
    position:fixed;
    bottom:15px;
    right: 18px;
    z-index: 2;    
}
.btnSegundo { bottom:65px !important; }
.btnTercero { bottom:120px !important; }
.btnCuarto  { bottom:180px !important; }
.btnCirclePeq { 
    width:  50px !important;
    height: 50px !important;
}

