.footer-purple { background: linear-gradient(#606060, #2d2d2d); height: 195px; } 
.footer-contato i { height: 27px; width: 27px; margin-right: 8px; } 
.footer-contato p, .email { margin-left: 3px;} 
a.footer-contato:hover p, a.footer-contato:hover span { color: #a80000 } 

.footer-form { height: 360px; } 
.footer-form .container { padding: 0 45px } 

.entre-em-contato { margin-right: 100px; } 

.formulario { width:100%; position:relative; } 
.formulario-input { -webkit-appearance:none; background:transparent; color:#000; padding-left:10px; overflow:hidden; width:100%; height:35px; border:none; border-bottom: 2px solid #e3e3e3; outline: 0; margin-bottom:25px } 
textarea.formulario-input { padding-top:10px; margin-bottom: 0; } 
.input-meio.formulario-input { width:48% } 
.formulario-input:focus { border-color: #ffaf00 } 
.formulario-button { height:30px; width:30px; position:absolute; right:0; bottom:0; border:none; font-size:0; background-color:#f3af0c; background-size:12px !important; } 
.formulario-button:hover { background-color: #60937d } 
::-webkit-input-placeholder { color:#818181; font:12px montserrat-medium } 
:placeholder-shown { color:#818181; font:12px montserrat-medium } 
:-ms-input-placeholder { color:#818181; font:12px montserrat-medium } 

.email{height: 24px; width: 424px;}

@media(max-width: 1200px){
 .footer-contato p { font-size: 20px; } 
 .email { height: 20px; width: 353px;} 
 }

@media (max-width:990px){
 .footer { background: linear-gradient(#3a393b, #929095); } 
 .footer-purple { height: auto; padding: 10px 0; background: transparent } 
 .footer-contato { margin: 10px 0 } 
 .footer-contato i { height: 16px; width: 16px; margin: 0 0 0 5px; } 
 .footer-contato p, .email { margin-left: 5px; } 
 .footer-contato p { font-size: 16px;} 
 .email { width: 100%; max-width: 270px; height: auto } 

 .footer-form { height: auto; background: transparent } 

 .entre-em-contato { margin: 20px auto 10px; } 

 .formulario { width:100%; padding: 10px 0 25px 0 } 
 .formulario-input { margin-bottom:15px !important; border-radius: 20px; height: 40px; background: #f1f1f1 } 
 .formulario .input-meio { width:100% } 
 .formulario-button { position:static; width:100%; height: 40px; border-radius:25px; font-size:11px; text-align:center; color:#fff; background:#ffaf00; font-family:montserrat-bold; background-image:none !important } 
 }