
/* =================================================WHATSAPP================================================= */
.whatsapp {
    position: fixed;
    border: none;
    background-color: rgba(0, 149, 190, 0);
    width: 20px;
    top: 90%;
    right: 5%;
}

.whatsapp a img{
    width: 50px;
}

@media screen and (max-width: 650px) {
    .whatsapp {
        position: fixed;
        border: none;
        background-color: rgba(0, 149, 190, 0);
        width: 20px;
        top: 90%;
        right: 3rem;
    }
}
