.col-box-list-enq {
  margin-bottom: 32px;
}

.col-box-list-enq .card {
  padding: 32px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
  background-color: #f1f3f5;
  border: none;
  border-radius: 20px;
}

.col-box-list-enq .card .card-titulo {
  font-size: 1.2rem;
  font-family: "Montserrat-Bold", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.col-box-list-enq .card .card-pergunta {
  font-size: 0.8rem;
  font-family: "Montserrat-Regular", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #00338D;
  min-height: 96px;
}

.col-box-list-enq .card .btn-ver {
  font-size: 0.8rem;
  font-family: "Montserrat-Bold", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0D47A1;
  margin-top: 10px;
}

@media screen and (max-width: 1024.9px) {
  .col-box-list-enq .card .btn-ver {
    padding: 0px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 996.9px) {
  .col-box-list-enq .card .btn-ver {
    width: 100%;
    margin-bottom: 20px;
  }
}

.col-box-list-enq .card .btn-ver:focus {
  border: none;
  box-shadow: none !important;
}

.col-box-list-enq .card .btn-padrao {
  width: 100%;
}

.col-box-list-enq .card .card-data {
  font-size: 0.7rem;
  font-family: "Montserrat-Regular", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  margin-top: 20px;
}

.col-box-list-enq .card .card-data.aberto {
  color: #fa6400;
}

.col-box-list-enq .card .card-data.encerrado {
  color: #e03131;
}

.fluid-interna-enquete .container-enquete .col-box {
  border-radius: 16px;
  border: solid 1px #dee2e6;
}

.fluid-interna-enquete .container-enquete .col-box .card-titulo {
  padding: 30px 15px 0px;
  font-size: 0.9rem;
  font-family: "Montserrat-Medium", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2d2d2d;
  margin-bottom: 0px;
}

.fluid-interna-enquete .container-enquete .col-box .card-pergunta {
  padding: 30px 15px;
  font-size: 1rem;
  font-family: "Montserrat-Bold", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2d2d2d;
}

.fluid-interna-enquete .container-enquete .col-box .card-pergunta::after {
  content: '';
  width: 94%;
  margin-top: 20px;
  height: 1px;
  display: block;
  background-color: #dee2e6;
  position: absolute;
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta {
  margin-bottom: 16px;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta label {
  min-height: 80px;
  display: initial;
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta label span {
  font-size: 0.8rem;
  font-family: "ProductSans-Regular", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta:hover span {
  text-decoration: underline;
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 7px;
  transition: all 0.15s ease-out 0s;
  background: #f1f3f5;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: solid 1px #dfdfdf;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta .option-input .radio {
  border-radius: 50%;
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta .option-input .radio::after {
  border-radius: 50%;
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta .option-input:hover {
  background: #00338D;
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta .option-input:checked {
  background: #fcc419;
  border: solid 1px #fcc419;
}

.fluid-interna-enquete .container-enquete .col-box .col-box-pergunta .option-input:checked::before {
  height: 12px;
  width: 12px;
  position: absolute;
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 12px;
}

.fluid-interna-enquete .container-enquete .col-box .card-data {
  margin-bottom: 20px;
  font-size: 0.7rem;
  font-family: "ProductSans-Regular", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  margin-top: 20px;
  float: right;
}

.fluid-interna-enquete .container-enquete .col-box .card-data.aberto {
  color: #fa6400;
}

.fluid-interna-enquete .container-enquete .col-box .card-data.encerrado {
  color: #e03131;
}

.fluid-interna-enquete .container-enquete .col-btns {
  margin-top: 30px;
  margin-bottom: 64px;
}

.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  transform: scale(0.8);
  transition: 0.5s;
}

.reveal-if-active label {
  display: block;
  margin: 0 0 3px 0;
}

.reveal-if-active input[type=text] {
  width: 100%;
  box-shadow: none;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 100px;
  padding: 10px 20px;
  transform: scale(1);
  overflow: visible;
}
