.whatsapp-plug-icon {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../../assets/images/whatsapp.svg');
    background-size: 50% auto;
}

.whatsapp-plug-icon::after, .whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

.whatsapp-plug-icon::after, .whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
    animation-delay: 0s;
}

.whatsapp-plug-icon::after {
    animation-delay: .5s;
}

.whatsapp-plug-icon {
    cursor: pointer;
}

.modal-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
#formulario-whats .modal-dialog {
    width: 370px;
    margin: 30px auto;
}

#formulario-whats .modal-body {
    background: url("../arquivos/images/bg_whats.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 415px;
}

#formulario-whats .modal-header .logo {
    margin-bottom: 0;
    width: 184px;
    height: 44px;
    padding: 0;
    float: left;
}

#formulario-whats .modal-header .logo img {
    width: 166px;
    position: relative;
    left: 10px;
}

#formulario-whats .modal-header .logo a {
    width: 100%;
}

#formulario-whats .modal-header {
    width: 100%;
    padding: 14px 10px;
    float: left;
    background: #009688;
    color: #fff;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
}

#formulario-whats .modal-header .info span {
    clear: both;
    display: block;
    font-size: 12px;
}

#formulario-whats .modal-header .info {
    width: 132px;
    padding: 0 0 0 10px;
    float: left;
}

#formulario-whats .modal-header .info span.status::before {
    content: ' ';
    width: 7px;
    height: 7px;
    margin: 5px 3px 0 0;
    background: #4be726;
    float: left;
    border-radius: 50%;
}

.alert {
    padding: 6px;
}

#formulario-whats .modal-body .box-form {
    width: 100%;
    height: 370px;
    padding: 64px 0px 0;
    clear: both;
    position: relative;
}

.form-wapp .validate-input {
    position: relative;
}

.form-wapp .box-campos {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 8px;
}

.form-wapp .campo {
    color: #666;
    font-size: 14px;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px 30px 10px 40px;
}

.form-wapp input, .form-wapp textarea {
    outline: none;
    border: none;
}

.form-wapp .campo + .icon {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    height: 100%;
    padding-left: 15px;
    pointer-events: none;
    color: #57b846;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.form-wapp .container-form-btn .submit {
    font-weight: 500;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    border-radius: 25px;
    background: #009688;
    align-items: center;
    padding: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin: auto;
    float: none;
    outline: none;
    text-decoration: none;
}
