/* Estilo Principal */

/* Cores 
 * Roxo = #000;
 * Roxo Botão = #000;
 * Verde Botão = #2eed89;
 * */

/* Formulario */
.formulario-inativo {
  opacity: 50%;
}
.formulario-inativo input {
  display: none;
}

#app {
  max-width: 1200px;
  margin: auto;
}

#app .topo {
  max-width: 85%;
  margin: auto;
  margin-top: 40px;
}

#app .topo .logos {
  display: flex;
  justify-content: space-between;
}

#app .topo .logo-licenciamento {
  display: inline-block;
}

#app a {
  text-decoration: none;
}

#app .topo a {
  display: inline-block;
  margin-right: 30px;
}

#app .topo .botao-edital,
#app .topo .botao-sobre {
  margin: 40px 0;
  border: #000 solid 1px;
  width: 180px;
  text-align: center;
  font-family: poppins, arial, sans-serif;
  color: #000 !important;
  font-size: 28px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: -1px;
  border-radius: 50px;
}

#app .topo .botao-sobre {
  width: 220px;
}

#app .header {
  width: 80%;
  margin: auto;
  padding: 0 2px;
}

#app .header h1,
#app .header h2,
#app .header p {
  color: #000;
  font-family: poppins, arial, sans-serif;
  line-height: 28px;
}

#app .header h1,
#app .header h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 4px;
}

#app .header p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 16px;
}

#app .container-tipo-inscricao {
  display: flex;
  justify-content: center;
}

#app .tipo-inscricao {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
  width: 800px;
}

#app .botao-tipo-inscricao {
  display: inline-block;
  width: 180px;
  line-height: 46px;
}

#app .botao-tipo-inscricao label span {
  display: flex;
  justify-content: center;
  font-family: poppins, arial, sans-serif !important;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
}

#app .botao-tipo-inscricao :checked + span {
  background-color: #2eed89 !important;
  color: #000 !important;
  font-weight: 700;
}

#app .botao-tipo-inscricao input {
  display: none;
  width: 0;
  height: 0;
}

#app .divisoria {
  max-width: 85%;
  height: 3px;
  background-color: #4d4d4d;
  margin: 40px auto;
}

.card-formulario {
  max-width: 85%;
  margin: auto;
  border: #000 solid 2px;
  margin-bottom: 40px;
  background-color: #fff;
  padding-bottom: 10px;
}

.card-formulario > * {
  margin: 0 30px 16px 30px;
}

#app .container-segmento {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#app .segmento {
  flex: 1 1 100%;
}

#app .segmento label,
#app .veracidade label {
  line-height: 25px;
}

.card-header-formulario {
  margin: 0;
  background-color: #000;
  padding: 10px 30px;
}

.card-header-formulario h2,
.card-header-formulario h2 span {
  color: white;
  font-family: poppins, arial, sans-serif !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}

.card-header-formulario h2 span {
  padding: 0;
}

.card-header-formulario h2 i {
  font-size: 14px;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
}
.card-formulario label,
.card-formulario span {
  color: #000;
  font-family: poppins, arial, sans-serif;
  font-size: 18px;
  padding: 16px 0 0 0;
  display: inline-block;
  line-height: 27px;
}

#app input[type='text'],
#app input[type='email'] {
  background-color: #fff;
  width: 100%;
  height: 50px;
  border: #000 solid 2px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

#app .item-anexo {
  display: inline-block;
}

#app .anexo input {
  display: none;
}

#app .botao-anexo {
  margin-top: 10px;
  margin-right: 5px;
  background-color: #808080;
  max-width: 140px;
  display: flex;
  justify-content: center;
}

#app .botao-anexo label {
  color: #fff;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

#app .veracidade {
  margin-top: 24px;
}

.campo-formulario {
  width: calc(50% - 15px);
  display: inline-block;
}

.campo-formulario:last-child {
  margin-left: 26px;
}

@media (max-width: 800px) {
  .campo-formulario {
    width: 100%;
  }

  .campo-formulario:last-child {
    margin-left: 0;
  }
}

#app .botao-enviar {
  margin-bottom: 40px;
  width: 180px;
  text-align: center;
  font-family: poppins, arial, sans-serif;
  color: #fff !important;
  font-size: 28px;
  font-weight: 800;
  line-height: 50px;
  background-color: #0a3299;
  letter-spacing: -1px;
  border-radius: 50px;
}

.tematicas-button:nth-child(odd) {
  margin-right: 30px;
}

.tematicas-button {
  width: calc(50% - 15px);
  height: 50px;
  display: inline-block;
  margin-bottom: 15px;
}

.tematicas-button label {
  display: inline;
}

.tematicas-button label div {
  background-color: #ddd;
  min-width: 90%;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  padding-top: 14px;
}

#app label.botao-selecionado div {
  background-color: #0a3299;
  color: white;
}

/* Modal de envio de formulário */
.modal-envio {
  display: none; /* oculto até realizar o envio */
  align-items: center;
  position: fixed;
  z-index: 255;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 63, 0.2);
}

.modal-envio-content {
  background-color: #000;
  margin: auto;
  padding: 20px;
  width: 40%;
}

.modal-envio-content p {
  color: white;
  font-weight: bold;
  text-align: center;
}

/* Checkbox customizado */
#app .container-checkmark {
  display: block;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 16px; */
  letter-spacing: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
#app .container-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
#app .checkmark {
  padding: 5px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  border: #000 solid 2px;
}

#app .checkmark-disabled {
  background-color: #eee;
  border: #ccc solid 2px;
}

/* When the radio button is checked, add a blue background */
#app .container-checkmark input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#app .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
#app .container-checkmark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
#app .container-checkmark .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* Comprovante */
.comprovante {
  max-width: 600px;
  margin: auto;
  margin-top: 60px;
}

.comprovante h1 {
  font-weight: bold;
}

.comprovante h1,
.comprovante p {
  font-size: 16px;
  font-family: Tahoma, Arial, sans-serif;
}

/* Mensagem de erro */

.mensagem-erro {
  font-size: 30px;
  color: red;
  margin: auto;
  width: 1000px;
  margin-top: 200px;
  text-align: center;
}

/* PAINEL */
#apppainel {
  max-width: 1200px;
  margin: auto;
}

#apppainel h1 {
  text-align: center;
  font-family: poppins, arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin: 60px 0 0 0;
}

.tabela-painel td {
  border: 1px solid black;
  padding: 5px;
  font-family: poppins, arial;
}

#apppainel .container-botoes {
  display: flex;
  margin: 40px 10px;
}

#apppainel .botao-painel,
#apppainel .botao-baixar {
  width: 250px;
  margin: 0 10px;
  font-family: poppins, arial, sans-serif !important;
  font-size: 24px;
  font-weight: 500;
  background-color: #000;
  border-radius: 50px;
  letter-spacing: -1px;
}

#apppainel .botao-painel a {
  text-decoration: none;
}

#apppainel .botao-painel a span {
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 5px 0;
}

#apppainel .botao-baixar {
  color: #fff;
  padding: 5px 0;
}

.tabela-painel {
  margin: 10px;
  border-collapse: collapse;
}
.tabela-painel th {
  background-color: #000;
  color: white;
  padding: 5px 10px;
  font-family: poppins, arial;
  font-weight: 600;
}

.tabela-painel tr:nth-child(2n) td {
  background-color: #ffe7ff;
}

.transparencia-texto {
  color: #000 !important;
}

@media print {
  #botaoImprimir {
    display: none;
  }
}

#apppainel h2 {
  font-family: poppins, arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin: 40px 0 0 10px;
}

#apppainel {
  margin-bottom: 200px;
}

/* Mensagens de envio */
.envio {
  text-align: center;
  font-size: 30px;
  padding: 100px 0 200px 0;
  font-family: museoSlab, Arial, sans-serif;
}

.envio-erro {
  color: red;
}
