.formulario-whats {
    font-family: 'Open Sans', Sans-serif
}

.formulario-whats .modal-dialog {
    width: 370px;
    max-width: 100%;
    margin: 30px auto;
}

.formulario-whats .modal-body {
    background-image: url("../img/background-modal-whatsapp.jpg");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}

.formulario-whats .modal-content {
    padding: 0;
}

.formulario-whats .modal-header {
    display: flex;
}

.formulario-whats .modal-header .close {
    position: absolute;
    right: 10px;
}

.formulario-whats .modal-header .logo {
    margin-bottom: 0;
    width: 20%;
    padding: 0;
    float: left;
}

.formulario-whats a {
    color: #fff !important;
}

.formulario-whats .modal-header .logo img {
    border-radius: 50%;
    max-width: 50px;
    display: block;
    margin: 0 auto;
}

.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 .alert {
    margin-bottom: 5px;
}

.formulario-whats .modal-header .info {
    width: 80%;
    padding: 0 0 0 10px;
}

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

.formulario-whats .modal-header .info span.telefone {
    font-weight: bold;
}

.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: auto;
    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;
    border: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .formulario-whats .modal-dialog {
        padding-left: 10px;
        padding-right: 10px;
    }

    .formulario-whats .modal-body form {
        padding: 10px;
    }
}
