.wrap-pergunta {
  clear: both;
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 10px 0px;
}

.bloco-pergunta {
  float: left;
  position: relative;
  width: 50%;
}

.bloco-pergunta p {
  padding: 0px 15px;
}

.bloco-resposta {
  float: right;
  padding: 15px 0px;
  position: relative;
  text-align: center;
  width: 50%;
}

.limite-inferior {
  float: left;
  position: relative;
  width: 25%;
}

.resposta {
  float: left;
  position: relative;
  width: 50%;
}

.limite-superior {
  float: left;
  position: relative;
  width: 25%;
}

.title-formador {
    background: #D3D3CC;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    float: left;
    margin: 30px 0;
    padding: 15px 5px;
    width: 100%;
}
