.titulo-form{
  color:#FFF !important;
    font-weight:900 !important;
}

.box-form {
  width: 100%;
  padding: 40px;
  /*background: linear-gradient(
    267.72deg, var(--primary) 0.88%, var(--primary_dark) 100%);*/
  background-color:#023576;
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0,0,0,.5);
  border-radius: 10px;
  color:#FFF !important;
}

.js-tilt h2{
  font-size: clamp(36px,4.4vw,52px);
}

.modInfos .login-btn-desktop{
  color: var(--primary_dark);
  max-width: fit-content;
}

.modInfos .login-btn-desktop:hover{
  color: #fff;
}

.box-form h2,  .js-tilt h2{
  margin: 0 0 20px;
  padding: 0;
  color: var(--primary_dark);
  background-clip: text;
}

.box-form .inputBox {
  position: relative;
}

.box-form input {
  width: 100%;
  /*padding: 10px 0;*/
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}

.box-form label {
  /* 	position: absolute;
  top: 0;
  left: 0; */
  /*padding: 10px 0;*/
  font-size: 14px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
  animation: LabelOnLoad 1s forwards 0s ease;
} 

.box-form select{
  padding: 10px;
  border: none;
  border-radius: 10px;
  margin: 10px 0;
  color:#000 !important;
} 

@keyframes LabelOnLoad{
  0%{
    transform: rotate(0) translateY(-19px);
    opacity: 0;
  }
  100%{
    transform: rotate(0) translateY(0);
    opacity: 1;
  }
}

.box-form input:focus ~ label, 
.box-form input:valid ~ label {
  top: -19px;
  left:0;
  color: #03A9F4;
  font-size: 12px;
}

.box-form input[type='submit'] {
  border: none;
  outline: none;
  color: #fff;
  padding: 20px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 8px;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  text-transform: uppercase;
  background-color: #1d976c;
  position: relative;
}

.box-form input[type='submit']::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 30%;
  height: 70%;
  opacity: 0;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  border-radius: 3px;

}

.box-form input[type='submit']::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 30%;
  height: 70%;
  opacity: 0;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  border-radius: 3px;

}


.box input[type='submit']:hover::after {
  opacity: 1;
}

.box input[type='submit']:hover::before {
  opacity: 1;
}

.box input[type='submit']:hover {
  background-color:#07354F ;
}


.hs-input {
  width: 100%!important;
}


.vantagens{
  width: 100%;
  height:  fit-content;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 !important;
}

.item-img .left, .item-img .right .box-form{
  max-width: 80%
}

.item-img .right{
  align-items: flex-end;
}

.vantagens .best-item{
  max-width: 100%;
  max-height: 100%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.vantagens .best-item p{
  color: var(--primary_dark);
  font-weight: 500;
  width: 100%;
  text-align: left;
  font-size: 15px;
}

@media(max-width: 800px) {
  .item-img{
    padding: var(--mobilePadding) !important;
  }
  .js-tilt{
    flex-direction: column;
    justify-content: center;
    padding: 0;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 30px;
  }

  .item-img .left, .item-img .right .box-form{
    max-width: 100%;
  }

  .js-tilt .right{
    align-items: center;
    padding: 0;
  }
  .box-form{
    padding: 20px;
  }
}

.container .best-item img{
  max-width: 50px;

}

.flex-item-auto h2{
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, #004562, #67d2ff);
}

@media(max-width: 800px){
  .best{
    width: 100%;
  }
}

.label{
  font-weight:700 !important;
  margin-bottom:0 !important;
}
/*
  @media only screen and (max-width: 480px) {
  .phone-1{ 
    display: none !important; 
  } 
}

@media only screen and (max-width: 770px) {
  .phone-1{ 
    display: none !important; 
  } 
}
*/

h2{
 font-size:3rem !important;
  font-weight:900 !important;
  color:#07354F !important;
}

h3{
  color:#07354F !important;
}

.diferenciais h2{
 font-size:3rem !important;
  font-weight:900 !important;
  color:#FFF !important;
}

.diferenciais h3{
  color:#FFF !important;
}



.section-heading{
      -webkit-text-fill-color: #FFF !important;
}


.feature-1 .wrap-icon{margin:0 !important}