.elementor-kit-6{--e-global-color-primary:#7F703D;--e-global-color-secondary:#54595F;--e-global-color-text:#7F703D;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;font-family:"Raleway", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Raleway", Sans-serif;}.elementor-kit-6 h2{font-family:"Raleway", Sans-serif;}.elementor-kit-6 h4{font-family:"Raleway", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */@media(min-width:980px){
.elementor-form-fields-wrapper {
  display: grid!important;
  grid-template-columns: 1fr 1fr!important; /* izquierda: inputs | derecha: mensaje */
  grid-template-rows: auto auto auto auto auto!important;



}

/* Inputs lado izquierdo */
.elementor-form-fields-wrapper .elementor-field-group {
  width: 100%!important;

}

.elementor-form-fields-wrapper .elementor-field-type-textarea {
  grid-column: 2!important; /* columna derecha */
  grid-row: 1 / 5!important; /* ocupa varias filas */
  width: 100%!important;



  resize: none!important;
}
.elementor-field-textual{
    height:91%;
}
/* Botón abajo a la derecha */
.elementor-form-fields-wrapper .elementor-field-type-submit {
  grid-column: 2!important;
  justify-self: end!important; /* alineado a la derecha */
    width:9rem!important;
  
 
 

}
}/* End custom CSS */