/* ============================================
   HERO - ThinkAgile HX
   ============================================ */

#thinkagile-hx #introducao-e-formulario {
  background-color: var(--color-primary);
  width: 100%;
  padding: 20px 0 70px 0;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 800px;
}

#thinkagile-hx #introducao-e-formulario::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, rgba(184, 37, 46, 0.6), rgba(77, 20, 74, 0.6), rgba(17, 24, 79, 0.2));
  z-index: 1;
  pointer-events: none;
}

#thinkagile-hx #introducao-e-formulario .bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#thinkagile-hx #introducao-e-formulario .bg>* {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#thinkagile-hx #introducao-e-formulario .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#thinkagile-hx #introducao-e-formulario .container {
  z-index: 2;
  position: relative;
}

#thinkagile-hx #introducao-e-formulario .introducao {
  width: 45%;
  float: left;
  margin: 60px 90px 0 0;
}

#thinkagile-hx #introducao-e-formulario .introducao img.thinkagile {
  margin-bottom: 6rem;
  width: 332px;
  height: auto;
}

#thinkagile-hx #introducao-e-formulario h1 {
  font-family: var(--font-gotham-bold);
  color: var(--color-white);
  font-size: clamp(32px, 4vw, 2.625rem);
  line-height: 105%;
  max-width: 55ch;
  margin-bottom: 2rem;
  margin-top: 0;
}

#thinkagile-hx #introducao-e-formulario h1 strong {
  color: var(--color-primary-red-alt);
}

#thinkagile-hx #introducao-e-formulario h2 {
  font-family: var(--font-gotham-bold);
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.49px;
  text-align: left;
  color: var(--color-white);
  margin: 30px 0 10px 0;
}

#thinkagile-hx #introducao-e-formulario h2 b {
  color: var(--color-primary-red);
}

#thinkagile-hx #introducao-e-formulario h2 span {
  color: var(--color-primary-blue);
}

#thinkagile-hx #introducao-e-formulario h3 {
  font-family: var(--font-gotham-book);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-primary-red);
  padding: 0 0 45px 0;
}

#thinkagile-hx #introducao-e-formulario h3 b {
  font-family: var(--font-gotham-bold);
}

#thinkagile-hx #introducao-e-formulario p {
  font-family: var(--font-gotham-book);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-white);
  margin-bottom: 48px;
}

#thinkagile-hx #introducao-e-formulario p.disclaimer {
  font-family: var(--font-gotham-book);
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-white);
  margin-bottom: 0px;
}

.introducao img {
  height: auto;
}

#thinkagile-hx #introducao-e-formulario .introducao img[alt="ThinkAgile HX™"] {
  margin-top: 5rem;
}

@media (min-width: 1100px) {
  #thinkagile-hx #introducao-e-formulario .introducao h1 {
    max-width: 55ch;
  }
}

@media screen and (max-width: 1570px) {
  #thinkagile-hx #introducao-e-formulario .introducao {
    margin: 50px 30px 0 0 !important;
  }
}

@media screen and (max-width: 1370px) {
  #thinkagile-hx #introducao-e-formulario {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 1100px) {
  #thinkagile-hx #introducao-e-formulario .introducao {
    width: 85%;
    margin: 0px !important;
  }

  #thinkagile-hx #introducao-e-formulario {
    padding: 0;
    min-height: auto;
  }

  #thinkagile-hx #introducao-e-formulario .introducao {
    margin-top: 0;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #thinkagile-hx img {
    max-width: 100%;
  }

  #thinkagile-hx #introducao-e-formulario h2 {
    padding-top: 20px;
    font-size: 29px;
    text-align: center !important;
  }

  #thinkagile-hx #introducao-e-formulario h2 img {
    width: 315px;
    margin-top: 5px;
  }

  #thinkagile-hx #introducao-e-formulario h3 {
    font-size: 18px;
    text-align: center !important;
  }

  #thinkagile-hx #introducao-e-formulario p {
    font-size: 16px;
    margin-bottom: 45px;
    text-align: center !important;
  }

  #thinkagile-hx #introducao-e-formulario p.disclaimer {
    width: 326px;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  #thinkagile-hx #introducao-e-formulario .introducao img.thinkagile {
    width: 280px;
    margin-bottom: 1.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #thinkagile-hx #introducao-e-formulario h1 {
    font-size: 28px;
    margin-top: 0;
    max-width: 100%;
    text-align: center !important;
  }
}

@media (max-width: 680px) and (min-width: 300px) {
  #thinkagile-hx #introducao-e-formulario .arrow {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -45px;
  }
};