.ventana-whatsapp {
    overflow: hidden;
    position: fixed;
    display: block;
    right: 5%;
    bottom: 10%;
    background-color: gray;
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
    box-shadow: 10px 10px 130px black, 10px 10px 130px black;
    z-index: 999999999999;
}
span.whatsapp-header {
    display: inline-block;
    float: left;
    width: 94%;
    background-color: #075e33;
    padding: 3%;
    color: white;
}
.whatsapp-header-imagen {
    display: inline-block;
    float: left;
    background-color: #b9b9b9;
    border-radius: 80px;
    padding: 20px;
    margin: 0px 10px 0px 0px;
    color: white;
    background: url(/custom/plugins/ventana-whatsapp/img/logo-whatsapp.png);
    background-size: cover!important;
}

.whatsapp-header-usuario b {
    display: block;
}

.whatsapp-header-usuario small {
    display: block;
}

span.whatsapp-chat {
    display: inline-block;
    float: left;
    width: 94%;
    background-color: #eaebe5;
    background: url(/custom/plugins/ventana-whatsapp/img/fondo-whatsapp.jpg);
    padding: 3%;
    color: white;
    min-height: 100px;
    text-align: center;
}
span.whatsapp-chat-alerta {
    background-color: #fff5c4;
    color: #7b7b7b;
    padding: 6px;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
}
span.whatsapp-chat-dia {
    background-color: #d4eaf5;
    color: #7b7b7b;
    padding: 6px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 6px;
}
span.whatsapp-chat-globo {
    display: inline-block;
    float: left;
    background-color: #ffffff;
    padding: 5px 10px;
    color: #464646;
    margin: 10px 0px 2px 0px;
    border-radius: 7px;
    text-align: left;
    max-width: 70%;
    box-shadow: 2px 2px 2px #80808040;
}
span.whatsapp-chat-globo::before { 
  content: " ";
}

span.whatsapp-chat-globo small {
    margin-left: 4px;
    font-size: 11px;
    color: gray;
    margin-bottom: 80px;
}
form.whatsapp-footer-form {
    background-color: #b8b8b8;
    display: inline-block;
    float: left;
    width: 94%;
    padding: 3%;
    color: white;
    background: url(/custom/plugins/ventana-whatsapp/img/fondo-whatsapp.jpg);
    text-align: center;
}

input.whatsapp-footer-input {
    display: inline-block;
    float: left;
    width: 74%;
    background-color: #ffffff;
    padding: 3%;
    color: #363636;
    border-radius: 30px;
    margin: 0 2%;
    box-shadow: 4px 4px 7px #3f3f3f2b;
    display: none;
}
input.whatsapp-footer-input:focus {
    border: none!important;
    outline: none;
}

.whatsapp-footer-enviar {
    display: inline-block;
    background-color: #125024;
    color: white;
    width: auto!important;
    height: 40px;
    padding: 0px 10px 0px 20px!important;
    border-radius: 100px;
    min-width: 0!important;
    line-height: 40px!important;
    animation-duration: 3s!important;
}
a.whatsapp-footer-enviar img {
    float: right;
}
a.whtasapp-chat-respuesta-rapida {
    display: inline-block;
    text-align: center;
    width: 80%;
    color: #0a729a;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
    margin: 4px 0% -2px;
    background-color: #e9e9e978;
    border-radius: 20px;
    padding: 7px 20px;
}
.whatsapp-header-cerrar {
    width: 20px;
    float: right;
    padding: 9px 8px 7px 8px;
    margin: 0!important;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}
.whatsapp-header-cerrar:hover {
    background: #023e18;
}