/*calltoaction*/
#calltoaction-whatsapp {
    display: block;
    width: calc(20px + 6vmin);
    position: fixed;
    bottom: 1.5%;
    right: calc(10px + 1vmin);
    z-index: 1
}

#calltoaction-whatsapp img {
    display: block;
    height: auto;
    width: 100%
}

@media(min-width:1025px) {
    #calltoaction-whatsapp {
        bottom: 5%
    }
}
