.div-afliar-float{
    position: fixed;
    bottom: 1%;
    right: 1%;
    /* left: 2%; */
    z-index: 999;
}
.div-afiliar-shadow{
    box-shadow: #8f8f8f 0px -3px 8px -1px;

}
.div-whatsapp-float{
    position: fixed;
    bottom: 2%;
    /* left: 2%; */
    z-index: 999;
    margin-left: 1%;
}
.div-span-home-float{
    background: #a3a3a36b;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}