.elementor-kit-6{--e-global-color-primary:#0556E9;--e-global-color-secondary:#00F7A0;--e-global-color-text:#4A4A4A;--e-global-color-accent:#0556E9;--e-global-color-5e868f6:#02286C;--e-global-color-3f538af:#F9F9F9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#4A4A4A;font-family:"Poppins", Sans-serif;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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:1400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}}@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 */#responsive-form{
	/*	max-width:600px; -- cambiar esto para conseguir el ancho de la forma deseada --*/
	margin:0 auto;
	width:100%;
	color:#666666;
}
.form-row{
	width: 100%;
}
#responsive-form input {
    border: 1px solid #D9D9D9;
    border-radius: 300px;
}
textarea {
    overflow: auto;
    resize: vertical;
    height: 90px;
    border: 1px solid #D9D9D9 !important;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 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;
}
.adSubmit input{
    width: 100%;
    border-radius: 1000px;
    background: #1A39DD;
    color: #fff;
}
.adSubmit input:hover{
    width: 100%;
    border-radius: 1000px;
    background: #00F7A0;
    color: #fff;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}/* End custom CSS */