/*  WHATSAPP ICON */
.container_contact-whatsapp {
    position: fixed;
    z-index: 1;
    bottom: 2%;
    right: 2%;
}

#Layer_1 {
    filter: drop-shadow(0 6px 4px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 700px) {
    .container_contact-whatsapp {
        position: fixed;
        z-index: 1;
        bottom: 2%;
        right: 6%;
    }
}
