/**
Theme Name: Child: Diseño Web por Rocket Media
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child-diseno-web-por-rocket-media
Template: astra
*/

#responsive-form{
	max-width:1920px /*-- 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
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.titulo {
	text-align: center;
}

.titulo > div > label {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.center {
	text-align: center;
}

.center > input {
	margin-left: 72px;
}

.wpcf7-list-item {
	margin: 10.662px 0 9px 0;
}

.wpcf7-not-valid-tip {
	font-size: 0.85rem;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}