


.btn-wsp{
	position: fixed;
    /*background: #25d366;*/
    width: 2em;
    /*height: 4em;*/
    bottom: 4em;
    right: 25px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 9999;
}


.btn-insta{
    position: fixed;
    /*background: #b81174f5;*/
    width: 2em;
    /* height: 4em; */
    bottom: 7.5em;
    right: 25px;
    color: #fff;
    border-radius: 28%;
    text-align: center;
    z-index: 9999;
}

.btn-fb{
    position: fixed;
    /*background: #b81174f5;*/
    width: 2em;
    /* height: 4em; */
    bottom: 11em;
    right: 25px;
    color: #fff;
    border-radius: 28%;
    text-align: center;
    z-index: 9999;
}

.btn-mail{
    position: fixed;
    /*background: #b81174f5;*/
    width: 2em;
    /* height: 4em; */
    bottom: 14.5em;
    right: 25px;
    color: #fff;
    border-radius: 28%;
    text-align: center;
    z-index: 9999;
}