.hero-section_p10_14 {
  background-image: var(--bg-img);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 120px;
  .regresar {
    width: 100%;
    .regresar_btn {
      font-family: 'Minion Pro', serif;
      color: #cad4e3;
      font-size: 16px;
      line-height: 150%;
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
    } 
  }
  .flex_info_hero--boder_bottom {
    padding: 0 0 30px;
    border-bottom: 1px solid #fff;
  }
  .flex_info_hero {
    margin: 50px 0px 0px;
    display: flex;
    align-items: flex-end;
    gap: 50px;
    .text_info {
      width: 100%;
      max-width: 60%;
      .etiqueta_categoria {
        border: 1px solid var(--color-etiqueta);
        background-color: transparent;
        border-radius: 50px;
        padding: 8px 15px;
        color: var(--color-etiqueta);
        margin: 0 0 30px;
        max-width: fit-content;
        * {
          font-family: 'PP Neue Machina', sans-serif;
          font-size: 24px;
          line-height: 150%;
          text-align: center;
          font-weight: 600;
        }
      }
      .title_h1 * {
        font-family: 'Minion Pro', serif;
        margin: 30px 0 0;
        text-align: left;
        font-size: 50px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
      }
      .sub_title * {
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        font-size: 24px;
        color: #fff;
        line-height: 150%;
        font-weight: 400;
        letter-spacing: 1px;
      }
    }
    .form_script_hero {
      margin: 0 !important;
    }
    .form_hero {
      width: 100%;
      max-width: 40%;
      margin: 0 0 80px;
      {#form {
        background-color: #fff;
        display: flex;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 5px;
        width: 100%;
        max-width: fit-content;
        .hs-form-field .input input {
          font-family: 'Montserrat', sans-serif;
          width: 100%;
          max-width: 100%;
          padding: 5px 15px;
          font-size: 20px;
          border: none;
          &.error {
            border: 2px solid red;
            border-radius: 5px 0 0 5px;
          }
        }
        .hs_submit .actions input {
          font-family: 'Montserrat', sans-serif;
          background-color: #1b47f5;
          border-left: 1px solid #1b47f5;
          border-right: none;
          border-bottom: none;
          border-top: none;
          color: #fff;
          padding: 5px 20px;
          font-size: 18px;
          line-height: 150%;
          text-align: center;
          font-weight: 500;
          border-radius: 0 5px 5px 0;
          cursor: pointer;
          transition: 0.3s;
          &:hover {
            background-color: #fff;
            color: #1b47f5;
            font-weight: 700;
          }
        }
        ul.no-list.hs-error-msgs.inputs-list {
          display: none;
        }
        .hs_error_rollup {
          display: none;
        }
      }#}
    }
    &.flex-hero-bottom {
      align-items: flex-start;
      .flex_info_hero--retos {
        width: 100%;
        max-width: 50%;
        color: #fff;
        line-height: 150%;
        letter-spacing: 1px;
        &:nth-child(2) {
          margin: 63px 0 0;
        }
        .txt {
          * {
            font-family: 'Montserrat', sans-serif;
            line-height: 120%;
            font-size: 24px;
            margin: 0 0 20px;
          }
        }
        .leyenda {
          * {
            font-family: 'Minion Pro', serif;
            font-style: italic;
            line-height: 120%;
            color: #5f5b5b;
            font-size: 14px;
            line-height: 150%;
            letter-spacing: 1px;
          }
        }
      }
    }

  }

}
.btn_vermas_hero {
  font-family: 'Montserrat', sans-serif;
  background-color: #1b47f5;
  color: #fff;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  font-weight: 500;
  border-left: 1px solid #1b47f5;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 5px ;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  &:hover {
    background-color: #fff;
    color: #1b47f5;
    font-weight: 700;
  }
}

/* Formulario */
.title_h2{
  margin: 0 0 10px;
  font-family: 'Helvetica', sans-serif;
  color: #1c46f4;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 150%;
  text-align: left;
  font-weight: 600;
}
.subt_titile {
  border-bottom: 1px solid #d0d5de;
  padding: 0 0 15px;
  font-family: 'Times New Roman', Times, serif;
  color: #797979;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 150%;
  text-align: left;
  font-weight: 400;
  margin: 0 0 10px;
}


.form {
  margin: 0px;
  width: 100%;
  max-width: 535px;
  background-color: #fff;
  border-radius: 15px 15px 0 0 ;
  padding: 15px 25px;
  form {
    display: flex;
    gap: 6px;
    flex-direction: column;
    fieldset {
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 6px;
      {#margin: 0 0 15px;#}
      flex-direction: column;
      .hs-dependent-field {
        display: flex;
        justify-content: space-between;
        gap: 6px;
        flex-direction: column;
        width: 100%;
      }
      .hs-form-field {
        width: 100% !important;
        max-width: 100%;
        margin: 0 0 5px;
        label {
          margin: 0 0 5px;
        }
        .input {
          input, select {
            width: 100%;
            border: 1px solid #d1d5de;
            border-radius: 5px;
            padding: 8px 15px;
            font-size: 15px;
            background-color: #f5f6fa;
            color: #757575;
            &.error {
              border: 2px solid red;
              border-radius: 5px;
            }
          }
          ul.inputs-list {
            list-style: none;
            li label {
              font-family: 'Montserrat', sans-serif;
              display: flex;
              gap: 10px;
              font-size: 12px;
              input {
                font-family: 'Montserrat', sans-serif;
                width: auto;
                height: 100%;
                font-size: 12px;
                &.error {
                  border: 2px solid red;
                  border-radius: 5px;
                }
              }
              span, p {
                font-family: 'Montserrat', sans-serif;
                display: inline;
                font-size: 15px;
                color: #757575;
              }

            }
          }
        }
      }
      .hs_vec_aviso_de_privacidad {
        font-family: 'Montserrat', sans-serif;
        max-width: 100%;
        margin: auto;
        font-size: 12px;
        input {
          max-width: 15px !important;
        }
      }
    }
    ul.no-list.hs-error-msgs.inputs-list {
      display: none;
    }
    .hs_error_rollup {
      display: none;
    }
    .hs_submit .actions input {
      font-family: 'Times New Roman', Times, serif;
      background-color: #1c46f5;
      border: 1px solid #d1d5de;
      color: #fff;
      padding: 5px 15px;
      display: block;
      margin: auto;
      width: 100%;
      max-width: 100%;
      font-size: 15px;
      line-height: 150%;
      text-align: center;
      font-weight: 600;
      letter-spacing: 1px;
      cursor: pointer;
      transition: 0.3s;
      &:hover {
        background-color: #fff;
        color: #1b47f5;
      }
    }
  }
}

@media (min-width: 767px) {
  .form form fieldset {
    flex-direction: row;
  }
  .hero-section_p10_14 .flex_info_hero.flex_info_script_form {
    align-items: center !important;
  }
}

@media (max-width: 980px) {
  .hero-section_p10_14 .flex_info_hero{
    gap: 30px;
  }
  .hero-section_p10_14 .flex_info_hero .text_info .etiqueta_categoria {
    font-size: 20px;
  }
  .hero-section_p10_14 .flex_info_hero .text_info .title_h1 * {
    font-size: 40px;
  }
  .hero-section_p10_14 .flex_info_hero .text_info .sub_title * {
    font-size: 20px;
  }
  .hero-section_p10_14 .flex_info_hero .flex-hero-bottom .flex_info_hero--retos .txt * {
    font-size: 20px;
  }
  .hero-section_p10_14 .flex_info_hero .flex-hero-bottom .flex_info_hero--retos .leyenda * {
    font-size: 13px;
  }
}
@media (max-width: 803px) {
  .hero-section_p10_14 .flex_info_hero {
    gap: 30px;
    flex-direction: column;
  } 
  .hero-section_p10_14 .flex_info_hero .text_info {
    max-width: 100%;
  }
  .hero-section_p10_14 .flex_info_hero .form_hero {
    max-width: 100%;
    margin: 0 !important;
  }
  .hero-section_p10_14 .flex_info_hero.flex-hero-bottom .flex_info_hero--retos  {
    max-width: 100%;
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .hero-section_p10_14 .flex_info_hero {
    gap: 30px;
    flex-direction: column;
  } 
  .hero-section_p10_14 .flex_info_hero .text_info {
    max-width: 100%;
  }
  .hero-section_p10_14 .flex_info_hero .form_hero {
    max-width: 100%;
  }
  .hero-section_p10_14 .flex_info_hero.flex-hero-bottom .flex_info_hero--retos  {
    max-width: 100%;
  }
  .hero-section_p10_14 .flex_info_hero .text_info .etiqueta_categoria {
    font-size: 15px;
  }
  .hero-section_p10_14 .flex_info_hero .text_info .title_h1 * {
    font-size: 30px;
  }
  .hero-section_p10_14 .flex_info_hero .text_info .sub_title * {
    font-size: 18px;
  }
  .hero-section_p10_14 .flex_info_hero .flex-hero-bottom .flex_info_hero--retos .txt * {
    font-size: 18px;
  }
  .hero-section_p10_14 .flex_info_hero .flex-hero-bottom .flex_info_hero--retos .leyenda * {
    font-size: 13px;
  }
}