.elementor-kit-7{--e-global-color-primary:#3C5186;--e-global-color-secondary:#84C6C0;--e-global-color-text:#3F3F3F;--e-global-color-accent:#81D5CE;--e-global-color-d813853:#FFFFFF;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;font-family:"DM Sans", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"DM Sans", Sans-serif;}.elementor-kit-7 h2{font-family:"DM Sans", Sans-serif;}.elementor-kit-7 h3{font-family:"DM Sans", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"DM Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, h1, h2, h3 {
    font-family: "DM Sans", sans-serif;
}

#responsive-form{
	/*	max-width:600px; -- cambiar esto para conseguir el ancho de la forma deseada --*/
	margin:0 auto;
	width:100%;
	color:#302342;
	background-color: #81d5ce;
	padding: 10px;
    border-radius: 20px;
    font-family: "DM Sans", sans-serif;
}
.form-row{
	width: 100%;
}
.textarea {
    overflow: auto;
    resize: vertical;
    height: 50px;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding:0 0.45rem;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #4b8952;
    color: #ffffff;
    border-radius: 5px;
    background-color: #88bb8b;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #3c5186;
    color: #FFFF;
    border: #3c5186;
    width: 120px;
    border-radius: 20px;
}


select{
    color:#2e1a47;
}


/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}/* End custom CSS */