.container-enquete {
  background-color: #ffff;
  padding-bottom: 2.6875rem;
}

.btn-resultados {
  border-radius: 4px;
  border: solid 1px #65727E;
  background-color: #65727E;
}

.btn-resultados span {
  color: #ffff;
}

.btn-resultados:hover {
  background-color: #495057;
}

.btn-resultados:hover span {
  color: #ffff;
}

.titulo-capa-enquete {
  font-family: 'Poppins-B';
  font-size: 1.375rem;
  line-height: 1.08;
  text-align: left;
  color: #045237;
  padding-bottom: 30px;
}

.enquete .margem {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
}

.enquete h4 {
  font-family: 'Poppins-B';
  font-size: 1.25rem;
  line-height: 1.08;
  text-align: left;
  overflow: hidden;
  color: #303030;
  padding-top: 0.625rem;
}

.enquete h5 {
  font-family: "Poppins";
  font-size: 1.125rem;
  line-height: 1.44;
  text-align: left;
  color: #303030;
  text-decoration: underline;
}

.enquete span {
  font-family: "Poppins";
  font-size: 1rem;
  line-height: 1.44;
  text-align: left;
  color: #868e96;
}

.titulo-enquete span {
  font-family: 'Poppins-B';
  font-size: 1.375rem;
  line-height: 1.3;
  text-align: left;
  color: #303030;
  padding: 0%;
}

.formulario .card-enquete {
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  background-color: #fbfbfb;
  margin-bottom: 1.875rem;
  align-items: center;
}

.formulario .form-enquete {
  width: 100%;
}

.formulario .pergunta {
  font-family: "Poppins";
  font-size: 1.25rem;
  line-height: 1.44;
  text-align: left;
  color: #303030;
}

.botoes button {
  border-radius: 4px;
  border: solid 1px #045237;
  background-color: #045237;
}

.botoes button span {
  color: #EFA729;
  font-family: 'Poppins';
  font-size: 16px;
}

.botoes button:hover {
  background-color: #045237;
}

.botoes button:focus {
  background-color: #03422C;
}

@media screen and (max-width: 425px) {
  .botoes button {
    width: 100%;
    margin-bottom: 15px;
  }
}
