/*INICIO-FORMS*/
#aaresponsive-form{
	/*margin: auto;*/      
}
.aaform-row{
	width:100%

}
.aacolumn-half, .column-full{
	float: left;
	position: relative;
	padding: 0.25rem;

	overflow: hidden;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.aacolumn-half{
	padding-right: 30px;
}
input[type="checkbox"] {
    width: 13px !important ;
    -webkit-appearance: checkbox !important;
        margin-left: -8px;
    margin-right: 10px;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 768px) { 
	.aacolumn-half{
		width: 50%;
	}
}

	.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input {
    display: inline-block !important;
}
p.aalabel {
    font-size: 21px;
	font-weight:lighter
    margin-top: -9px;
}

u {
    text-decoration-line: revert;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    PADDING: 10PX;
    PADDING-LEFT: 18PX;
	  border: none;
	width: 100%;
}
.elementor-625 .elementor-element.elementor-element-b922858 .wpcf7 input.wpcf7-submit, .elementor-615 .elementor-element.elementor-element-99b0d27 .wpcf7 input.wpcf7-submit, .elementor-3832 .elementor-element.elementor-element-807fab9 .wpcf7 input.wpcf7-submit, .elementor-619 .elementor-element.elementor-element-87bd012 .wpcf7 input.wpcf7-submit, .elementor-1187 .elementor-element.elementor-element-75186ca .wpcf7 input.wpcf7-submit {
display: block;
margin: 0 auto;
}
.wpcf7-response-output {
    padding: 9px !important;
    border-radius: 40px;
}

 textarea#preg {
    height: 150px;
    width: 96.5%;
    border: none;
    margin-left: 3px;
}
input.wpcf7-form-control.wpcf7-submit {
    border: none;
}
/*FIN-FORMS*/