div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper * {
  padding: 0px;
  margin: -5px;
}

input[type="tel"]
{
    background-color: #fff;
    color: gray;
		margin-right: 0px;
		padding-right: 0px;
		width: 60%;
}
.input.wpcf7-form-control.wpcf7-submit {
  width: 40%;
}

.wpcf7.submit
{
    background-color: #f7f7f7;
    border: 2px solid #0f0;
}

#enviar {
			width:30%;			
		position: absolute;
		left: 310px;
		bottom: 50px;
		
}

.wpcf7-not-valid-tip {
    color: white;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
}
 
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
 
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
		color: black;
		background-color: white
}
 
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
		color: black;
		background-color: white
}