.call-float{
    position: fixed;
    right: 15px;
    bottom: 300px;   /* Arriba del botón de WhatsApp */

    width:40px;
    height:40px;

    background:#0d6efd;
    color:#fff;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    text-decoration:none;
    font-size:28px;

    box-shadow:0 8px 20px rgba(0,0,0,.30);

    transition:.3s;

    z-index:9999;
}

.call-float:hover{
    background:#0b5ed7;
    transform:scale(1.10);
}

.whatsapp-float{
    position: fixed;
    right:15px;
    bottom:240px;

    width:40px;
    height:40px;

    background:#25D366;
    color:#fff;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    text-decoration:none;
    font-size:34px;

    box-shadow:0 8px 20px rgba(0,0,0,.30);

    transition:.3s;

    z-index:9999;
}

.whatsapp-float:hover{
    background:#1EBE5B;
    transform:scale(1.10);
}

.logo-miconta {
    color: #0d6efd;
}

.logo-software {
    color: #fff;
}
