.site-header {
  position: fixed!important;
  top:0;
  width: 100%;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    margin-top: 0;
    max-width: 100%;
}
#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: initial!important;
    margin-top: 0;
}

.aep-cf7 {
    min-height: inherit;
}
.wpcf7 .wpcf7-form-control-wrap {
    display: inline;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

/*------
.wpcf7-spinner {
    display:none !important;
}
.aep-cf7 .wpcf7 input[type="submit"] {
    display: inline-block;
    font-weight: bold;
}
-------*/

/*
Formulario Contact Form 7 a 2 columnas responsive
*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-1{
	float: left;
	position: relative;
	padding: 0rem;
	width:70%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.column-2{
	float: left;
	position: relative;
	padding: 0rem;
	width:30%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.column-full{
	float: left;
	position: relative;
	padding: 0rem;
	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 (max-width: 1024px) { 
.column-1{
	float: left;
	position: relative;
	padding: 0rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.column-2{
	float: left;
	position: relative;
	padding: 0rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.column-full{
	float: left;
	position: relative;
	padding: 0rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
}