.wpcf7 .watermark {
    color: black !important;
   
}
::-webkit-input-placeholder {
    color: black !important;
   
}
:-moz-placeholder {
    color: black !important;
  
}
::-moz-placeholder {
    color: black !important;
    
}
:-ms-input-placeholder
    color: black !important;
   
}

 
div.wpcf7 {
	/* margin: 0; */
/* padding: 0; */

	/* background: #eeeeee; */

	/* padding: 20px 15px; */
margin-top: 20px;
}

div.wpcf7-response-output {
	/* margin: 2em 0.5em 1em; */
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	background-color: #398f14;
	color: #fff;
	text-align: center;
	margin-top: -85px;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}
.wpcf7-submit{
width: 100px;
margin-right: -20px;
margin-top: -5px;
/* content: "Enviar"; */
text-indent: 1px;
vertical-align: middle;
padding: 3px 0;

background: none repeat scroll 0 0 #2895D5;
border: medium none;
border-radius: 2px;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
text-shadow: none;
box-shadow: none;
height: 17px;
line-height: 15px;
text-transform: none;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color:#272727
}