.screen-reader-response { display: none !important; }
/* Fecha Formulario */
.ui-widget{ font-size: 0.675em !important; } 
.ui-widget-content { z-index: 999 !important; }
.formulario { width: 100%; }
.formulario h1 { font-size: 1.5em; }
.formulario p { margin: 3px 0; }

.dos-uno{ width: 50%; margin: 1px 0; float: left; }

@media screen and (max-width:767px) { 
	.dos-uno{ width: 100%; }
}

form  { margin: 0px !important; }
table { background: none !important; border: none !important; }
table td, table tr { padding: 1px; vertical-align: super;}
input, textarea, select	{ font-size: 12px; background-color: #f1f1f1; color: #f00; }
input, textarea			{ box-sizing: border-box; width: 100%; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 28px; }
input, textarea	{ line-height: 20px; }
select			{ height: 30px; box-sizing: border-box; width: 100%; padding-top: 4px; padding-right: 4px; padding-bottom: 4px;}
select:after 	{ color: #f00 !important; } 
select > option	{ color: #000 !important; }
select > option:active	{color: #f00 !important; }

.wpcf7 .wpcf7-select { border: 1px solid #d4d4d4; padding-left: 24px; }
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-date, .wpcf7 .wpcf7-textarea, .wpcf7 .wpcf7-confirm_email { border: 1px solid #d4d4d4;}
.wpcf7 .wpcf7-textarea { height: 85px !important; resize: none;}

.wpcf7 p { position: relative; }
.wpcf7 p .fa{ position: absolute; color: #f00 !important; z-index: 1; font-size: 16px; top: 7px; margin-left: 1px;}
.wpcf7 p .fa-pencil{ top: 8px; }

input:focus, textarea:focus, select:focus { color: #000 !important; } 

input[type="submit"]:disabled	{ display: none !important; }
input[type="submit"] { cursor: default; line-height: 20px; color: #f00 !important; float:left; width: 100%; background-color: #000;}
input[type="submit"]:hover		{ background-color: #fff !important; color: #f00 !important;}

span.wpcf7-list-item { margin: 0 !important; }

button, .button 				{ padding: 3px; }

input[type="checkbox"] { width: 15px; margin-top: 8px; float:left; border-radius: 0 !important; border: 1px solid #d4d4d4;}

.wpcf7-list-item .policysds { width: 30px; height: 30px; margin: 0; }
.wpcf7-acceptance .wpcf7-list-item { display: block; color: #000;  }
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after { vertical-align: super; }

/* menssajes error */
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	width:105px !important;
    top: -3px !important;
    left: 30px !important;
}
span.wpcf7-not-valid-tip 	{ color: #ff6 !important; background: #f33 !important; font-size:11px !important; display:inline-block !important; width: 100%; padding: 2px !important; box-sizing: border-box;} 

div.wpcf7-validation-errors { background: #444 !important; border: 1px solid #444 !important; margin: 4px !important; color: #fff !important; text-align: center;}

/* menssajes enviado */
div.wpcf7-mail-sent-ok { color: #F00; text-align: center !important; border: none !important; }

input:-moz-read-write, textarea:-moz-read-write, email:-moz-read-write, date:-moz-read-write {
    -moz-user-modify: read-write !important; z-index: 9999 !important;
}