/* Social WhatsApp */

.whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 29px;
    z-index: 100;
    box-shadow: 5px 5px 5px #707070;
}

.whatsapp-icon {
    margin-left: 1px;
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    .whatsapp {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 22px;
        font-size: 20px;
        box-shadow: 2px 2px 2px #707070;
    }

    .whatsapp-icon {      
        margin-left: 1px;
        margin-top: 4px;
    }
}

/* End Social WhatsApp */