.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}

    .btn-wsp:hover {
        text-decoration: none;
        color: #0df053;
        background: #fff;
    }

.botoncontacto {
    background-color: #40cfff;
    color: #e88420;
    height: 75px;
    font-size: large;
    font-weight: bold;
    border-style: solid;
    border-radius: 5px;
    margin-left:2px;
}

    .botoncontacto:hover {
        background-color: #9bfab0;
        color: #e88420;
        border-style: solid;
        border-radius: 5px;
    }

.botonface {
    background-color: #3b5998;
    color: whitesmoke;
    font-family: Verdana;
    font-size: x-large;
    font-weight: bold;
    border-style: solid;
    border-radius: 5px;
    width: 45px;
}

    .botonface:hover {
        background-color: whitesmoke;
        color: #3b5998;
        border-style: solid;
        border-radius: 5px;
    }

.botoninsta {
    color: whitesmoke;
    font-family: Verdana;
    font-size: x-large;
    font-weight: bold;
    border-style: solid;
    border-radius: 5px;
    width: 45px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

    .botoninsta:hover {
        background-color: whitesmoke;
        color: #3b5998;
        border-style: solid;
        border-radius: 5px;
    }
