#responsive-form{
	max-width:900px /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
	margin:0 auto;
        width:100%;
        color:#fff;
}
.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
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

button#wpforms-submit-116 {
    float: right;
    border-radius: 5px;
    background: orange;
    font-weight: bold;
    margin-top: -90px;
}
.seccion
{
background-color: #30b5f7;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: -webkit-box;
}
.feedback-box .client-info .client-name {
    font-family: 'Arial', serif!important;
}
.feedback-box .client-image {
    display: none;
}