body {
  margin:0 ;
  padding: 0;
}

header img {
  width: 100%;
}

.cabecalho {
  width: 100%;
  /* background: #2D286A */;
}

#miolo {
  width: 100%;
  min-height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

#miolo .container {
  max-width: 800px;
}

#miolo p {
  font-size: 14px;
}

#miolo h1 {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

#miolo h2 {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

#miolo h3 {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

#miolo h4 {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.btnSemCPF {
  color: #5E4998;
}

.box {
  background-color: #f7deb7;
  padding: 30px 10px;
  border-radius: 15px;
  margin-top: 10px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
}

.box input[type=number] {
  /* width: 200px; */
  min-width: 150px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.box h2 {
  margin-bottom: 20px !important;
}

.box p {
  margin-top: 20px;
  margin-bottom: 15px !important;
}

.box label {
  font-size: 13px;
  margin-left: 5px;
  margin-right: 5px;
}

.box textarea {
  width: 100%;
}

.msgErro {
  width: 100%;
  margin-top: 5px;
  color: red;
}

.btn-enviar {
  font-size: 14px;
  border:0;
  border-radius: 8px;
  cursor: pointer;
  padding: 3px 15px;
  transition: all .3s ease-in; 
}

.btn-pesquisa {
  font-size: 14px;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  transition: all .3s ease-in;
}

.btn-formulario {
  margin-top: 20px;
}

/* Cor dos Botoes */
.btn-enviar, .btn-pesquisa, .btn-formulario {
  background: #5E4998;
  color: white !important;  
}

/* Cor dos hovers dos Botoes */
.btn-enviar:hover, .btn-pesquisa:hover, .btn-formulario:hover {
  color: #7f6cb7 !important;
  background-color: #382962; 
}

.btn-responder {
  font-size: 14px;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  transition: all .3s ease-in;
  background: #4d7bb7;
  color: white !important;
  transition: all .3s ease-in;
}

.btn-responder:hover {
  background: #305d93;
  color: white !important;
}

#resultados {
  margin-top: 20px;
}

.colunaResultado {
  padding: 0;
  margin-bottom: 15px;
}

.boxResultado {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 10px;
  margin: 0;
  border-radius: 15px;
  min-height: 300px;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
}

.boxResultado p {
  font-size: 14px !important;
  text-align: center;
  margin-bottom: 10px;
}

.boxSubResultado {
  padding: 10px 0px;
  margin: 0;
}

.boxSubResultado p {
  font-size: 13px !important;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}

footer {
  width: 100%;
  height: 87px;
  padding: 10px;
  margin-bottom: 10px;
}

.questao41, .questao51 {
  display: none;
}

