/* whatsapp *****************************************************************************************************************************/
#app-whatsapp{
    position: fixed;
    right:24px;
    bottom: 25px;
    width: 60px;
    z-index: 1000;
    display: none;
    padding-right: 0px;
    right: 27px;
}

#app-whatsapp{
    bottom:95px;
    display: block;
}
#app-whatsapp{
    font-size:63px;
}
#app-whatsapp{
    color: #1ebea5;
}

/* whatsapp *****************************************************************************************************************************/

/*Media queery para responsive*/
@media only screen and (max-width: 767px) {
    #app-whatsapp{
        right: 12px;
    }
}





