:root {
  --cor-1: #082155;
  --cor-2: #eeeeee;
  --cor-3: #4073ab;
  --cor-4: #7f7f7f;
  --cor-5: #898989;
  --cor-6: #e5e5e5;
  --cor-7: #333434;
  --cor-8: #f5f5f5;
  --barlow: "Barlow", sans-serif;
  --heightTopo: 166px;
}

/*-lg*/
/*-md*/
/*-sm*/
/*-mobile*/
#msgErro, #msgSucesso {
  display: none;
}

#associe-se {
  background: url(../imagens/bg-associe-se.jpg) center no-repeat;
  background-size: cover;
  min-height: calc(100vh - var(--heightTopo));
}
#associe-se .info {
  max-width: 345px;
  padding-top: 110px;
  margin-bottom: 68px;
}
#associe-se .info .frase {
  color: white;
  font-size: 16px;
  line-height: 28px;
}
#associe-se .precos {
  max-width: 345px;
}
#associe-se .precos > strong {
  font-size: 18px;
  font-weight: 600;
  text-indent: 28px;
  color: white;
  text-indent: 30px;
  margin-bottom: 20px;
  display: block;
}
#associe-se .precos .tabela {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 110px;
}
#associe-se .precos .tabela .linha {
  display: flex;
  line-height: 46px;
}
#associe-se .precos .tabela .linha .funcionarios {
  height: 46px;
  max-width: 222px;
  width: 100%;
  background-color: var(--cor-6);
  color: var(--cor-1);
  text-indent: 22px;
  padding: 0;
  margin: 0 3px 3px 0;
}
#associe-se .precos .tabela .linha .custo {
  width: 113px;
  background-color: var(--cor-1);
  color: white;
  text-align: center;
  margin: 0 0 3px 0;
}
#associe-se .precos .tabela .linha .custo small {
  font-size: 10px;
  font-weight: 500;
}
#associe-se .acao {
  display: flex;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 22px 25px;
}
#associe-se .acao .frase {
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 0 20px 0 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}
#associe-se .acao .frase .strong {
  font-weight: 600;
}
#associe-se .area-form {
  max-width: 455px;
  width: 100%;
  max-height: 785px;
  background-color: var(--cor-2);
}
#associe-se .area-form form {
  text-align: center;
  padding: 35px 55px;
}
#associe-se .area-form form > strong {
  font-size: 25px;
  font-weight: 600;
  color: var(--cor-1);
}
#associe-se .area-form form .instrucao {
  font-size: 16px;
  color: var(--cor-5);
  margin-bottom: 22px;
}
#associe-se .area-form form .input {
  max-width: 340px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
  border-top: 1px groove #ddd;
  margin-bottom: 36px;
  font-size: 14px;
  color: var(--cor-5);
  text-indent: 15px;
}
#associe-se .area-form form label {
  font-size: 14px;
  color: #606060;
  margin: 0 0 20px 12px;
}
#associe-se .area-form form .politica {
  font-size: 14px;
  color: #606060;
  margin-left: 12px;
  margin-bottom: 40px;
  text-align: left;
}
#associe-se .area-form form .politica a {
  font-size: 14px;
  color: #606060;
  padding-bottom: 3px;
  border-bottom: 2px groove #ccc;
}
#associe-se .area-form form .politica a:hover {
  text-decoration: none;
}
#associe-se .area-form form button.botao {
  width: 100%;
}

footer.mt-5 {
  margin-top: 0 !important;
}

/*-lg*/
/*-md*/
@media (max-width: 991.98px) {
  #associe-se {
    min-height: auto;
  }
  #associe-se .detalhes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #associe-se .info {
    padding-top: 40px;
  }
  #associe-se .acao {
    display: block;
    height: auto;
    background-color: rgba(200, 200, 200, 0.7);
    padding: 22px 25px;
    text-align: center;
  }
  #associe-se .acao .frase {
    margin-bottom: 15px;
  }
  #associe-se .area-form {
    min-height: auto;
    max-height: none;
  }
  #associe-se .area-form form {
    padding: 20px;
  }
  #associe-se .area-form form > strong {
    font-size: 22px;
  }
}
/*-sm*/
/*-mobile*/

/*# sourceMappingURL=associe-se.css.map */
