{#@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
#}
.hero-section {
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.flex_hero {
  display: flex;
  justify-content: space-between;
}
.left-content {
  max-width: 55%;
  z-index: 2;
  padding: 50px 0;
  display: flex;
}
.heading * {
  font-size: 50px;
  font-family: 'PP Neue Machina', sans-serif;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}
.subtext * {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}
.stats {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.avatars {
  display: flex;
  margin-right: 10px;
}
.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white; /* Placeholder para fotos */
  margin-right: -10px;
  border: 2px solid #3b4acc;
}
.stat-text {
  font-size: 16px;
}
.cta-button_hero {
  background-color: #bfff00; /* Verde lima */
  color: #3b4acc;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}
.right-image {
  max-width: 45%;
  position: relative;
}

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

.people-image {
  width: 100%;
  height: auto;
}
.bubble {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  color: #3b4acc;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.bubble1 {
  top: 42%;
  left: 10%;
  width: 150px;
}
.bubble2 {
  right: 34%;
  top: 58%;
  width: 200px;
}
.bubble3 {
  bottom: 10%;
  right: 10%;
  width: 180px;
}

/* 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: 40px 30px 40px 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;
      }
    }
    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;
  }
}
@media (max-width: 1200px){
  .nav-links ul {
    gap: 0;
  }
  .nav-links ul li.hs-menu-item.hs-menu-depth-1 {
    display: flex;
    align-items: center;
  }
  .nav-links ul li a {
    padding: 10px 20px;
  }
  .form_hero {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flex_hero {
    flex-direction: column;
    align-items: center;
  }
  .left-content {
    max-width: 100%;
  }
  .right-image {
    max-width: 60%;
  }
  .heading * {
    font-size: 35px;
    text-align: center;
  }
  .form_hero {
    width: 100%;
    max-width: 100%;
  }

  .title_h2 {
    font-size: 22px;
  }
  .form form fieldset .hs-form-field .input input,
  .form form fieldset .hs-form-field .input select {
    font-size: 12px;
  }
  .form form fieldset .hs-form-field .input ul.inputs-list li label span, 
  .form form fieldset .hs-form-field .input ul.inputs-list li label p  {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flex_hero {
    flex-direction: column;
  }
  .left-content {
    max-width: 100%;
  }
  .right-image {
    max-width: 80%;
  }
  .heading * {
    font-size: 30px;
    text-align: center;
  }
  .subtext * {
    font-size: 16px;
    text-align: center;
  }
}