.elementor-954 .elementor-element.elementor-element-93c745d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-954 .elementor-element.elementor-element-93c745d > .elementor-shape-top .elementor-shape-fill, .elementor-954 .elementor-element.elementor-element-93c745d > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-astglobalcolor1 );}.elementor-954 .elementor-element.elementor-element-93c745d > .elementor-shape-top svg, .elementor-954 .elementor-element.elementor-element-93c745d > .e-con-inner > .elementor-shape-top svg{width:calc(103% + 1.3px);height:65px;}.elementor-954 .elementor-element.elementor-element-2b165bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-954 .elementor-element.elementor-element-14100a6{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-954 .elementor-element.elementor-element-27fbf82 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:54px;font-weight:600;color:var( --e-global-color-astglobalcolor1 );}.elementor-954 .elementor-element.elementor-element-d4ddd0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-954 .elementor-element.elementor-element-d4ddd0b > .elementor-shape-bottom .elementor-shape-fill, .elementor-954 .elementor-element.elementor-element-d4ddd0b > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-astglobalcolor1 );}.elementor-954 .elementor-element.elementor-element-d4ddd0b > .elementor-shape-bottom svg, .elementor-954 .elementor-element.elementor-element-d4ddd0b > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:81px;}/* Start custom CSS for shortcode, class: .elementor-element-6e6bb02 */.formulario-grid {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.seccion-titulo {
  grid-column: span 3;
  font-size: 22px;
  font-weight: bold;
  color: #2a6f3b;
  margin-bottom: 20px;
  border-bottom: 2px solid #2a6f3b;
  padding-bottom: 8px;
}
.campos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.campo label {
  font-size: 14px;
  color: #333;
  display: block;
}
.campo input, .campo select, .campo textarea {
  width: 100%;
  padding: 10px;
  font-size:14px;
  border: 1px solid #ccc;
  border-radius:4px;
  margin-top:6px;
}
input[type="submit"], .btn-siguiente {
  background-color: #2a6f3b;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  grid-column: span 3;
  justify-self: end;
}
input[type="submit"]:hover, .btn-siguiente:hover {
  background-color: #235b30;
}/* End custom CSS */