[email* your-email placeholder "Email"]
[submit class:w-btn class:us-btn-style_5 class:boton-form-newsletter "Enviar"]
[acceptance cmplz-acceptance]Para enviar este formulario, debes aceptar nuestra declaración de Política de privacidad[/acceptance]
/*Codigo de css para el formulario*/ /* Contact Form 7 */ /* Contact Form 7 - Name */ .form-row .fa-user { padding-top: 43px; padding-right: 0px; padding-bottom: 0px; padding-left: 15x; } /* Contact Form 7 - Email */ .form-row .fa-at { padding-top: 43px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; } /* Contact Form 7 - Phone */ .form-row .fa-phone { padding-top: 42px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; } /* Contact Form 7 - Message */ .form-row .fa-comment { padding-top: 19px; padding-right: 0px; padding-bottom: 0px; padding-left: 10px; } /* Contact Form 7 - Typed Message */ .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 input[type="search"], .wpcf7 textarea, select { padding: 3px 10px 3px 50px; } #responsive-form{ max-width:1000px /*-- cambiar esto para conseguir el ancho de la forma deseada --*/; margin:0 auto; width:100%; } .form-row{ width: 100%; } .column-half, .column-full{ float: left; position: relative; padding: 0.65rem; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .column-1{ float: left; position: relative; padding: 0.65rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .column-2{ float: left; position: relative; padding: 0.65rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .clearfix:after { content: ""; display: table; clear: both; } /**---------------- Media query ----------------**/ @media only screen and (min-width: 48em) { .column-half{ width: 50%; } .column-1{ width: 70%; } .column-2{ width: 30% } } .wpcf7-submit{ border: 3px solid white !important; } textarea{ height: 4rem; } .wpcf7-submit{ border: 0px !important; }