.elementor-2979 .elementor-element.elementor-element-7acdbd0{--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-2979 .elementor-element.elementor-element-c1a0e99{--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-2979 .elementor-element.elementor-element-c1a0e99:not(.elementor-motion-effects-element-type-background), .elementor-2979 .elementor-element.elementor-element-c1a0e99 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#068D34;}.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-2979 .elementor-element.elementor-element-3532a79{text-align:center;}.elementor-2979 .elementor-element.elementor-element-3532a79 .elementor-heading-title{color:#FFFFFF;}.elementor-2979 .elementor-element.elementor-element-bdecd13{--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;}/* Start custom CSS for container, class: .elementor-element-bdecd13 */.dos-columnas {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    background: #f9f9fb;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    max-width: 700px;
    margin: 0 auto 30px auto;
  }
  .columna {
    flex: 1 1 45%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .columna label {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-bottom: 6px;
  }
  .columna input[type="text"],
  .columna input[type="email"],
  .columna textarea {
    padding: 10px 14px;
    border: 1.8px solid #d1d7e0;
    border-radius: 8px;
    font-size: 15px;
    color: #444;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    resize: vertical;
  }
  .columna input[readonly] {
    background-color: #f0f2f7;
    color: #666;
    cursor: not-allowed;
  }
  .columna input[type="text"]:focus,
  .columna input[type="email"]:focus,
  .columna textarea:focus {
    border-color: #667eea;
    box-shadow: 0 0 8px rgba(102, 126, 234, 0.4);
    outline: none;
    background: #fff;
  }
  textarea {
    min-height: 100px;
  }
  p {
    margin: 0;
  }
  /* Botón enviar */
  p.wpcf7-submit {
    text-align: center;
    margin-top: 10px;
  }
  input.wpcf7-submit {
    background: #667eea;
    color: #fff;
    font-weight: 600;
    padding: 12px 32px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 180px;
    margin: 0 auto;
    display: block;
  }
  input.wpcf7-submit:hover {
    background: #5366d6;
  }
  /* Responsive para pantallas pequeñas */
  @media (max-width: 600px) {
    .dos-columnas {
      flex-direction: column;
      max-width: 100%;
      padding: 20px;
    }
    .columna {
      flex: 1 1 100%;
      min-width: auto;
    }
  }/* End custom CSS */