.container-solucoes, .container-beneficios, .formulario-contato, .vantagens-container{
    padding-top: 90px;
    padding-bottom: 90px;
}

h2{
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 22px;
}

h1{
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 40px;
}

 h1 > span{
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 22px;
}

p{
    font-size: 16px;
}

.title{
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: bold;
}


.vantagens-item p{
    font-size: 12px;
}

.separador-topo p{
    font-size: 22px;
}

.separador-topo span{
    font-size: 20px;
}



/*beneficios que oferecemos*/
.container-beneficios{
    background-color: #070707; 
}

.container-beneficios h1{
    color: #D7D7DE;
}

.container-beneficios h1 span{
    color: #E57C5A;
}


.title-h2-solucoes{
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.p-motivos{
    color: white;
    margin-top: -10px;
    font-size: 14px;
}

.motivos img{
    align-self: center;
}

.motivos {
  position: relative;
  background-color: #070707;
  color: #d7d7de;
  text-align: center;
  padding: 2rem;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
    box-shadow: 5px 10px 14px 3px #56a7ca10;
    -webkit-box-shadow: 5px 10px 14px 3px #56a7ca10;
    -moz-box-shadow: 5px 10px 14px 3px #56a7ca10;
   margin-left: 2px;
   padding: 20px 10px !important;
   border-radius: 8px;
}

.motivos::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(180deg, #8553CE, #E57C5A);
  border-radius: 8px;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.motivos:hover{
    box-shadow: 5px 10px 14px 3px #e57d5a18;
    -webkit-box-shadow: 5px 10px 14px 3px #e57d5a18;
    -moz-box-shadow: 5px 10px 14px 3px #e57d5a18;
}

.motivos:hover::before{
    background: linear-gradient(180deg, #b081f7, #ffa88b);
}



/*formulario*/

.formulario-contato h1{
    font-size: 22px;
}

.formulario-contato h1 span{
    color: #E57C5A;
}

.btn-enviar-fb{
    margin: auto;
    display: flex;
    padding: 8px 30px;
    background-color: white;
    color: #3A0F78;
    font-weight: bold;
    border: 1px solid #3A0F78;
    box-shadow: 1px 1px 10px 1px #7d20ff17;
    border-radius: 8px;
}

.btn-enviar-fb:hover{
    background-color: #3A0F78;
    color: white;
    transition: 0.3s;
}

.input-group-text {
    background-color: #ffffff;
    border-radius: 5px 0px 0px 5px;
    color: #696969;
    padding: 6px 0px 6px 8px;
}





@media (max-width: 1000px) {
  .container-solucoes, .container-beneficios, .formulario-contato, .vantagens-container{
    padding-top: 60px;
    padding-bottom: 60px;

  }
}


@media (max-width: 768px) {
  .numero,
  .titulo,
  .descricao {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0px 20px;
  }
}