/* FORMULARIO WHATSAPP POP UP */
#form-whats-popup.form-whats input::-webkit-input-placeholder{color:#ccc !important}
#form-whats-popup.form-whats input:-moz-placeholder{color:#ccc !important}
#form-whats-popup.form-whats input::-moz-placeholder{color:#ccc !important}
#form-whats-popup.form-whats input:-ms-input-placeholder{color:#ccc !important}

#form-whats-popup.form-whats{width: 100%; position: relative; margin: 0; padding: 0; float: none; background-color: transparent;}

#form-whats-popup.form-whats .loader{
    width: 52px;
    height: 52px;
    background-color: white;
    background-image: url(../formulario-whatsapp-popup/gif-enviando.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -26px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    display: none;
}

#form-whats-popup.form-whats h2{background-color: #4caf50; text-align: center; position: relative; color: #fff; padding: 13px 60px; font-family: 'Roboto Slab', serif; font-size: 28px; margin: 0 0 15px 0; font-weight: 700; border-radius: 7px;}

#form-whats-popup.form-whats h2 img{height: 28px; display: inline; position: relative; top: 3px;}

#form-whats-popup.form-whats p{font-weight: 700; font-size: 20px; text-align: center; margin: 0 0 15px 0; color: #666; font-family: 'Roboto Slab', serif;}

#form-whats-popup.form-whats p span{font-weight: 700; color: #4caf50; border-bottom: 1px dashed #4caf50;}

#form-whats-popup.form-whats input[type="text"], .form-whats input[type="tel"]{width: 100%; height: 52px; margin: 0 0 10px 0; outline: none; padding: 0 0 0 9px; font-size: 16px; font-family: 'Roboto Slab', serif; font-weight: 500; box-sizing: border-box; border-radius: 5px; border: 2px solid #ccc;}

#form-whats-popup.form-whats #nome-whats-popup{width: 100%;}
#form-whats-popup.form-whats #ddd-whats-popup{width: 17%; float: left;}
#form-whats-popup.form-whats #telefone-whats-popup{width: 81%; float: right;}

#form-whats-popup.form-whats label{display: none !important;}

#form-whats-popup.form-whats input[type="submit"]{height: 52px; background-color: #ff9800; font-weight: 700; border: none; padding: 0 80px 0 80px; color: #fff; font-family: 'Roboto Slab', serif; border-radius: 50px; margin: 20px auto 0; display: block; font-size: 20px; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}

#form-whats-popup.form-whats input[type="submit"]:hover{background-color: #4caf50;}

#form-whats-popup.form-whats input.error{border: 2px solid red !important;}
#form-whats-popup.form-whats input.valid{border: 2px solid #4caf50 !important;}

@media(max-width:950px){
    #form-whats-popup.form-whats h2{font-size: 15px; padding: 13px 5px;}
    #form-whats-popup.form-whats h2 img{height: 17px; top: 3px;}
    #form-whats-popup.form-whats p{font-size: 16px;}
}
/* FIM */
