

/*WhatsApp*/
a.btnWhatsApp {
    left: 25px;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    z-index: 100;
}

a.bt-whatsApp > img {
    width: 60px;
}

#spanWhatsAppAlert {
    left: 30px;
    visibility: hidden;
    position: fixed;
    width: 17px;
    height: 17px;
    bottom: 90px;
    background: #ff0000;
    z-index: 101;
    font-size: 11px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    line-height: normal;
}

#divWhatsAppMessage {
    left: 90px;
    visibility: visible;
    background: #e9d284;
    color: #111;
    position: fixed;
    width: 210px;
    padding: 0 5px;
    bottom: 52px;
    text-align: center;
    font-size: 13px;
    line-height: 31px;
    height: 32px;
    border-radius: 10px;
    z-index: 100;
}
/*WhatsApp*/
/*WhatsApp Pulse*/
.pulse_whatsapp {
    display: block;
    border-color: #0dc152;
}

.pulse_whatsapp {
    position: fixed;
    border-width: 1px;
    border-style: solid;
    border-radius: 55px;
    height: 55px;
    width: 55px;
    bottom: 40px;
    left: 25px;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}

@-webkit-keyframes widgetPulse {
    0% {
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}
/*WhatsApp Pulse*/

@media (max-width:767px){
    .header__nav .nav__content {
        margin-top: -100px;
    }
}