.elementor-132 .elementor-element.elementor-element-49f6fb6{--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-132 .elementor-element.elementor-element-49f6fb6 > .elementor-shape-top .elementor-shape-fill, .elementor-132 .elementor-element.elementor-element-49f6fb6 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-15c3340 );}.elementor-132 .elementor-element.elementor-element-49f6fb6 > .elementor-shape-top svg, .elementor-132 .elementor-element.elementor-element-49f6fb6 > .e-con-inner > .elementor-shape-top svg{width:calc(112% + 1.3px);height:156px;}.elementor-132 .elementor-element.elementor-element-49f6fb6 > .elementor-shape-bottom .elementor-shape-fill, .elementor-132 .elementor-element.elementor-element-49f6fb6 > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-9b52d4a );}.elementor-132 .elementor-element.elementor-element-49f6fb6 > .elementor-shape-bottom svg, .elementor-132 .elementor-element.elementor-element-49f6fb6 > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:136px;}/* Start custom CSS for shortcode, class: .elementor-element-2c3c98d */.formulario-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.seccion-titulo {
  flex-basis: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.columna {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.columna label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.columna input,
.columna select,
.columna textarea {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
}

input[type="submit"] {
  background-color: #3498db;
  color: white;
  font-size: 16px;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

input[type="submit"]:hover {
  background-color: #2980b9;
}/* End custom CSS */