.titulo-parceiros{
    padding: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 119, 230, 0.5), rgba(0, 119, 230, 0.753), rgb(0, 119, 230)), url(../img/proposta.jpeg);
    border-radius: 0px 0px 100px 0px;
    background-size: cover;
    background-position: center;
}

.titulo-parceiros h2{
    font-size: 50pt;
    color: #fff;
}

.contato-int{
    padding: 50px;
}

.contato-int h2{
    font-size: 30pt;
    color: #0060c4;
}

.contato-int p{
    text-align: justify;
    width: 80%;
}

.contato-int input{
    width: 100%;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.contato-int textarea{
    width: 100%;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: 120px;
}

.cont-social p{
    font-size: 12pt;
    margin-top: 10px;
}
.cont-social i{
   color: #0060c4;
}

form{
    background-color: rgb(224, 224, 224);
    padding: 30px;
    border-radius: 10px;
}

.dados i{
    background-color: #0060c4;
    padding: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.dados{
    display: flex;
    margin-top: 10px;
}

.concluir{
    display: flex;
    justify-content: center;
}

.envia{
 background-color: #39baff;
 border: none;
 padding: 20px;
 margin-top: 30px;
 border-radius: 5px;
 color: #fff;
}

.mapa iframe{
  width: 100%;
  height: 350px;
  border-radius: 20px;
}

.captcha{
    display: flex;
    align-items: center;
    justify-content: center;
}

.curriculo{
    border: none;
    background-color: #0060c4;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    margin: 20px auto;
}

.curriculo:hover{
    background-color: #39baff;
    transition: .5s;
}

.mandacurriculo{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
}