.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*/
.vantagens-container{
    background-color: #131313;
}

/*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;

  }
}