.vc_row.vc_row-o-full-height {
    min-height: 20px;
}

.widget-indexdm{display: none;}
@media only screen and (min-width: 800px){
.whatsapp{
    display: inline-block;
    bottom: 28%;
    right: -4px;
    position: fixed;
    z-index: 999999;
}
}
@media only screen and (max-width: 470px){
.whatsapp {
    display: inline-block;
    bottom: 44px;
    right: -4px;
    position: fixed;
    z-index: 999999;
}
.whatsapp img{
max-width: 150px;
}
}