
.perguntas-labelBusca[data-v-5d4e7924] {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 15px;
}
.perguntar-respostas-busca-flex[data-v-5d4e7924] {
  display: flex;
  align-items: center;
  max-width: 270px;
  margin-bottom: 30px;
}
.perguntar-respostas-busca-flex input[data-v-5d4e7924] {
  font-style: italic;
  font-weight: 400;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
}
.perguntar-respostas-busca .perguntas-textoInformativo[data-v-5d4e7924] {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 15px;
}
label[data-v-5d4e7924] {
  font-size: 12px;
  color: #212121;
  margin-bottom: 5px;
  display: block;
}
.compPgtResBtFechar[data-v-5d4e7924] {
  position: absolute;
  top: 18px;
  right: 18px;
}
.mainContainer[data-v-5d4e7924] {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.container[data-v-5d4e7924] {
  height: 35px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  background-color: #43a047;
  font-size: 16px;
  color: #fff;
  clear: both;
}
.container.perguntaMsgNegativa[data-v-5d4e7924] {
  background-color: #ba1d1d;
}
.fundoEscuroForm[data-v-5d4e7924] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 15px;
}
.perguntas-form[data-v-5d4e7924] {
  background-color: #fff;
  padding: 20px 16px 16px;
  position: relative;
  cursor: default;
}
.perguntas-form-t1[data-v-5d4e7924],
.perguntas-t1[data-v-5d4e7924] {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
}
.perguntas-form-t1[data-v-5d4e7924]{
  margin-bottom: 7px;
}
.perguntas-t1[data-v-5d4e7924] {
  margin-bottom: 20px;
}
.perguntas-form-t2[data-v-5d4e7924] {
  margin-bottom: 30px;
}
.perguntas-form-container[data-v-5d4e7924] {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.perguntas-form-container > div[data-v-5d4e7924] {
  width: 50%;
}
.formPgtResFinal[data-v-5d4e7924] {
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
}
.formPgtResFinal button[type="submit"][data-v-5d4e7924]{
  max-width: 200px;
}
.formPgtResFinal p[data-v-5d4e7924]{
  color: #666666;
  font-size: 12px;
}
.perguntas-containerInfo[data-v-5d4e7924] {
  margin-bottom: 30px;
}
.perguntas-containerInfo-chat[data-v-5d4e7924],
.perguntas-containerInfo[data-v-5d4e7924] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.perguntas-textoInformativo[data-v-5d4e7924] {
  font-size: 13px;
  color: #47505f;
  margin: 0px;
  line-height: 21px;
}
.perguntas-containerInfo-chat-text[data-v-5d4e7924] {
  margin-left: 12px;
}
.perguntas-containerInfo-chat-text-p1[data-v-5d4e7924] {
  font-size: 12px;
  color: #212121;
  margin: 0px;
}
.perguntas-containerInfo-chat-text-p2[data-v-5d4e7924] {
  font-size: 18px;
  color: #212121;
  margin: 0px;
  font-weight: bold;
}
.perguntas-container-box[data-v-5d4e7924] {
  margin-bottom: 15px;
}
.perguntas-container-box-resposta[data-v-5d4e7924],
.perguntas-container-box-pergunta[data-v-5d4e7924] {
  margin-bottom: 10px;
  border: 1px solid #ececec;
  padding: 10px 12px;
}
.perguntas-container-box-resposta[data-v-5d4e7924] {
  margin-left: 26px;
  position: relative;
}
.perguntas-respostas-container[data-v-5d4e7924] {
  position: relative;
}
.perguntas-container-box-pergunta[data-v-5d4e7924] {
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  position: relative;
}
.perguntas-respostas-container[data-v-5d4e7924]::before,
.perguntas-container-box-resposta[data-v-5d4e7924]::before {
  content: "";
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 50px;
  z-index: 0;
}
.perguntas-respostas-container[data-v-5d4e7924]::before {
  width: 1px;
  height: calc(100% - 60px);
  left: 13px;
}
.perguntas-container-box-resposta[data-v-5d4e7924]::before {
  width: 13px;
  height: 1px;
  left: -13px;
}
.perguntas-container-box-resposta-nome[data-v-5d4e7924],
.perguntas-container-box-pergunta-nome[data-v-5d4e7924] {
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.perguntas-container-box-resposta-nome b[data-v-5d4e7924],
.perguntas-container-box-pergunta-nome b[data-v-5d4e7924]{
  color: #212121;
}
.perguntas-container-box-pergunta-responda svg[data-v-5d4e7924],
.perguntas-container-box-resposta-nome svg[data-v-5d4e7924],
.perguntas-container-box-pergunta-nome svg[data-v-5d4e7924] {
  margin-right: 5px;
}
.perguntas-container-box-pergunta-responda[data-v-5d4e7924] {
  font-size: 12px;
  color: #212121;
  margin: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.perguntas-container-box-resposta-texto[data-v-5d4e7924],
.perguntas-container-box-pergunta-texto[data-v-5d4e7924] {
  font-size: 12px;
  color: #666666;
  line-height: 21px;
}
.perguntas-container-box-resposta-texto[data-v-5d4e7924]:not(:last-child),
.perguntas-container-box-pergunta-texto[data-v-5d4e7924]:not(:last-child) {
  margin-bottom: 10px;
}
.perguntas-container-verMais[data-v-5d4e7924] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background-color: #f2f2f2;
  font-size: 12px;
  color: #535353;
  font-weight: 500;
}
.perguntas-container-duvidas[data-v-5d4e7924] {
  margin-top: 20px;
}
.perguntas-container-duvidas-t1[data-v-5d4e7924] {
  font-size: 11px;
  color: #535353;
  margin: 0 0 8px;
  text-align: center;
}
.perguntas-container-duvidas-button[data-v-5d4e7924] {
  width: 100%;
  height: 40px;
  background-color: #000;
  margin: 13px auto 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
.perguntas-container-duvidas-button[data-v-5d4e7924] {
    max-width: 290px;
}
}
.perguntas-form input[data-v-5d4e7924] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #b0bec5;
  padding-left: 15px;
}
.perguntas-form input.alert[data-v-5d4e7924] {
  box-shadow: 2px 2px 8px rgba(255, 0, 0, 0.3);
  border-color: red;
}
.perguntas-form textarea[data-v-5d4e7924] {
  width: 100%;
  margin-bottom: 10px;
  min-height: 161px;
  border: 1px solid #b0bec5;
  padding: 15px;
  resize: none;
}
.perguntas-form textarea[data-v-5d4e7924] {
  width: 100%;
  margin-bottom: 10px;
  min-height: 161px;
  border: 1px solid #b0bec5;
  padding: 15px;
  resize: none;
}
.perguntas-form textarea.alert[data-v-5d4e7924] {
  box-shadow: 2px 2px 8px rgba(255, 0, 0, 0.3);
  border-color: red;
}
.perguntas-form button[type="submit"][data-v-5d4e7924] {
  width: 100%;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.perguntas-form textarea[data-v-5d4e7924]::placeholder,
.perguntas-form input[data-v-5d4e7924]::placeholder {
  font-size: 12px;
  color: #2d2d2d;
  opacity: 1;
}
.perguntas-aviso p[data-v-5d4e7924] {
  font-size: 14px;
  color: #2d2d2d;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
.perguntar-respostas-busca-flex[data-v-5d4e7924] {
    max-width: 100%;
}
.perguntas-form-tituloFormulario[data-v-5d4e7924] {
    padding-right: 26px;
}
.perguntas-t1[data-v-5d4e7924] {
    font-size: 14px;
    margin-bottom: 15px;
}
.perguntas-containerInfo[data-v-5d4e7924] {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
}
.perguntas-textoInformativo[data-v-5d4e7924] {
    margin-bottom: 25px;
}
.container[data-v-5d4e7924] {
    font-size: 12px;
}
.perguntas-container-box-resposta[data-v-5d4e7924],
  .perguntas-container-box-pergunta[data-v-5d4e7924] {
    padding: 10px;
}
.perguntas-container-box-resposta-texto[data-v-5d4e7924],
  .perguntas-container-box-pergunta-texto[data-v-5d4e7924] {
    font-size: 12px;
}
.perguntas-form-t1[data-v-5d4e7924] {
    font-size: 14px;
}
.perguntas-form-t2[data-v-5d4e7924] {
    font-size: 12px;
}
.perguntas-form-container[data-v-5d4e7924] {
    flex-direction: column;
    margin-bottom: 15px;
}
.perguntas-form-container > div[data-v-5d4e7924] {
    width: 100%;
}
.perguntas-form-container > div input[data-v-5d4e7924] {
    margin-bottom: 0;
}
.perguntas-form textarea[data-v-5d4e7924] {
    margin-bottom: 8px;
}
.formPgtResFinal[data-v-5d4e7924] {
    flex-direction: column;
    margin-top: 0;
}
.formPgtResFinal p[data-v-5d4e7924] {
    margin-bottom: 20px;
}
.formPgtResFinal button[type="submit"][data-v-5d4e7924] {
    max-width: 100%;
}
}

