.whatsAppIcon {
    width: 60px;
    height: auto;
}

.position-Whats{
    bottom: 2%;
    z-index: 1031;
    right: 10px;
}

.marginless{
    margin-left: -30px;
    padding: 10px 30px 10px 40px;
    /* border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
    z-index: 888;
}

.dshowwhast{
    display: inline-block;
    transition: all 0.5s;
}
.linkwhats:hover{
    text-decoration: none;
}

/* .linkwhats:hover .dshowwhast{
    display: inline-block;
    transition: all 0.5s;
    animation: fade_in_show 0.5s
} */

@keyframes fade_in_show {
    0% {
         opacity: 0;
         transform: scale(0)
    }

    100% {
         opacity: 1;
         transform: scale(1)
    }
}

.bg-green-whats{
    background-color: white;
    z-index: 889;
}

@media screen and (min-width: 1282px) {
    .whatsAppIcon {
        width: 4.6875vw;
    }
    
    .position-Whats{
        right: 0.78125vw;
    }
    .marginless{
        margin-left: -2.34375vw;
        margin-right: -20px;
        padding: 0.78125vw 2.34375vw 0.78125vw 3.125vw;
        /* border-radius: 3.90625vw; */
        border-bottom-left-radius: 3.90625vw;
        border-top-left-radius: 3.90625vw;
        transition: all 0.5s;
    }
}

@media screen and (max-width: 1000px) {
    .dshowwhast{
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .position-Whats{
        bottom: 13%;
    }
    .position-Whats{
        bottom: 1%;
    }
    .whatsAppIcon {
        width: 50px;
    }
}

