.elementor-993 .elementor-element.elementor-element-7826141a{--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;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-993 .elementor-element.elementor-element-5761656f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-993 .elementor-element.elementor-element-c76e8cc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-75be6e58 */*{
  box-sizing:border-box;
}

html,
body{
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

/* HERO */
.lp-hero{

  position:relative;

  background:
    linear-gradient(
      135deg,
      #111112 0%,
      #18181b 100%
    );

  padding:
    clamp(30px, 8vw,90px)
    0;

  overflow:hidden;
}

/* CONTAINER */
.lp-hero__inner{

  width:min(100%, 1280px);

  margin-inline:auto;

  padding-inline:
    clamp(20px, 4vw, 40px);

  display:grid;

  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(340px, 480px);

  gap:
    clamp(40px, 5vw, 80px);

  align-items:center;
}

/* LEFT */
.lp-hero__left{
  min-width:0;
}

/* BADGE */
.lp-hero__badge{

  display:inline-flex;

  align-items:center;

  min-height:38px;

  padding:8px 16px;

  border-radius:999px;

  background:#E11115;

  color:#fff;

  font-size:10px;

  font-weight:700;

  letter-spacing:1.5px;

  text-transform:uppercase;

  margin-bottom:24px;
}

/* TITLE */
.lp-hero__title{

  font-size:
    clamp(24px, 2vw, 34px);

  line-height:.98;

  font-weight:700;

  letter-spacing:-0.01em;

  color:#fff;

  margin:0 0 20px;

  text-wrap:balance;
}

/* LEAD */
.lp-hero__lead{

  font-size:
    clamp(15px, 1.2vw, 18px);

  line-height:1.7;

  color:
    rgba(255,255,255,.72);

  margin:0 0 36px;

  max-width:620px;
}

/* BULLETS */
.lp-hero__bullets{

  list-style:none;

  padding:0;

  margin:0 0 40px;

  display:grid;

  gap:10px;
}

.lp-hero__bullets li{

  display:flex;

  align-items:flex-start;

  gap:14px;

  padding:14px 0;

  color:
    rgba(255,255,255,.86);

  border-bottom:
    1px solid rgba(255,255,255,.08);

  line-height:1.5;

  font-size:15px;
}

.lp-check{

  flex-shrink:0;

  color:#E11115;

  font-weight:900;
}

/* PROVAS */
.lp-hero__provas{

  display:flex;

  flex-wrap:wrap;

  gap:
    clamp(20px, 4vw, 40px);
}

.lp-hero__prova-val{

  font-size:
    clamp(26px, 2.4vw, 40px);

  font-weight:700;

  color:#fff;

  line-height:1;
}

.lp-hero__prova-lbl{

  margin-top:8px;

  font-size:11px;

  letter-spacing:1px;

  text-transform:uppercase;

  color:
    rgba(255,255,255,.45);
}

/* CARD */
.lp-form-card{

  width:100%;

  background:#fff;

  border-radius:20px;

  padding:
    clamp(24px, 3vw, 36px);

  box-shadow:
    0 30px 80px rgba(0,0,0,.22);
}

/* TITLE CARD */
.lp-form-card__title{

  font-size:16px;

  line-height:1.1;

  font-weight:700;

  letter-spacing:-0.01em;

  color:#111;

  margin-bottom:6px;
}

/* SUB */
.lp-form-card__sub{

  font-size:12.5px;

  line-height:1.5;

  color:#777;

  margin-bottom:22px;
}

/* LABEL */
.lp-form-card .ff-el-form-label{

  font-size:10.5px !important;

  font-weight:700 !important;

  letter-spacing:.12em;

  text-transform:uppercase;

  margin-bottom:6px !important;

  color:#444;
}

/* INPUT */
.lp-form-card .ff-el-form-control{

  width:100% !important;

  min-height:48px !important;

  border-radius:10px !important;

  border:
    1px solid #dcdcdc !important;

  padding:
    0 14px !important;

  font-size:14px !important;

  transition:
    border-color .2s ease,
    box-shadow .2s ease !important;
}

/* FOCUS */
.lp-form-card .ff-el-form-control:focus{

  border-color:#E11115 !important;

  box-shadow:
    0 0 0 4px
    rgba(225,17,21,.1) !important;
}

/* BOTÃO */
.lp-form-card .ff-btn-submit{

  width:100% !important;

  min-height:56px !important;

  border:none !important;

  border-radius:10px !important;

  background:#E11115 !important;

  color:#fff !important;

  font-size:12px !important;

  font-weight:800 !important;

  letter-spacing:.10em;

  text-transform:uppercase;

  cursor:pointer;

  transition:
    transform .25s ease,
    background .25s ease !important;
}

p {
  font-size:12px;
  line-height:1.6;
}

/* HOVER */
@media (hover:hover){

  .lp-form-card .ff-btn-submit:hover{

    transform:translateY(-2px);

    background:#bb0e11 !important;
  }

}

/* PRIVACY */
.lp-form-card__privacy{

  margin-top:18px;

  font-size:10px;

  line-height:1.7;

  color:#888;

  text-align:center;
}


@media (max-width:1024px){

  .lp-hero__inner{

    grid-template-columns:1fr;

    max-width:760px;
  }

  .lp-form-card{
    width:100%;
  }

}



@media (max-width:767px){

  .lp-hero{

    padding:
      56px 0;
  }

  .lp-hero__title{

    font-size:
      clamp(28px, 8vw, 40px);

    line-height:1;
  }

  .lp-hero__lead{

    font-size:15px;
  }

  .lp-hero__provas{

    display:grid;

    grid-template-columns:
      repeat(2, 1fr);

    gap:20px;
  }

  .lp-form-card{

    border-radius:18px;
  }

}

/* MOBILE PEQUENO */
@media (max-width:480px){

  .lp-hero__provas{

    grid-template-columns:1fr;
  }

  .lp-form-card{

    padding:22px;
  }

}/* End custom CSS */