.btn-RdS {
    /* border: 5px solid fuchsia; */
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 100;
    right: 15px;
}

.btn-RdS:hover {
    /* border: 5px solid greenyellow; */
    width: 85px;
    height: 85px;
}

.btn-fb{
    /* bottom: 65px; */
    /* bottom: 30px; */
    bottom: 155px;
}

.btn-whsp {
    /* bottom: 65px; */
    /* bottom: 30px; */
    bottom: 75px;
}

.btn-RdS-img {
    width: 100%;
    height: 100%;
}

.btn-RdS-img:hover {
    width: 100%;
    height: 100%;
}


@media (max-width:1500px){
     .btn-RdS {
        width: 70px;
        height: 70px;
     }
    
     .btn-RdS:hover {
        width: 75px;
        height: 75px;
     }
    
     .btn-fb{
        bottom: 135px;
    }
    
    .btn-whsp {
        bottom: 65px;
    }
}

@media (max-width:800px) {
    .btn-RdS {
        width: 60px;
        height: 60px;
    }

    .btn-RdS:hover {
        width: 65px;
        height: 65px;
    }
}


@media (max-width:500px) {
    .btn-RdS {
        width: 50px;
        height: 50px;
    }

    .btn-RdS:hover {
        width: 55px;
        height: 55px;
    }

    .btn-fb {
        bottom: 110px;
    }

}