.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_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: 1px solid #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;
          }
        }
      }
    }

  }

}

@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;
  }
}