/* .wpcf7 label {
    width: 100%;
    font-family: "Cera Pro", sans-serif !important;
    font-weight: 500;
}

.wpcf7 label input, 
.wpcf7 label textarea{
        border: 1px solid #e0e0e0;
}

.wpcf7-form-control-wrap::after {
  content: '';
  display: block;
  width: 10%;
  height: 3px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wpcf7-form-control-wrap:focus-within::after {
  width: 100%;
}

.det-b77914 .wpcf7-form-control-wrap::after{
background: #b77914;
}


.det-b77914 .wpcf7 .btn.btn-wysiwyg {
    color: #ffffff;
    border: 2px solid var(--cor_destaque);
    background: var(--cor_destaque);
    padding-top: clamp(12px, 5.5862px + 0.6466vw, 18px);
    padding-bottom: clamp(12px, 5.5862px + 0.6466vw, 18px);
    padding-left: clamp(16px, 8px + 1.0417vw, 28px);
    padding-right: clamp(16px, 8px + 1.0417vw, 28px);
    transition: all .5s;
}

.det-b77914 .wpcf7 .btn.btn-wysiwyg:hover {
    color: var(--cor_destaque);
    background: #fff;
} */

/* FAQ */
.faq-item {
  border-bottom: 1px solid var(--cor_destaque);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 16px;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #000;
  font-family: "Cera Pro", sans-serif !important;
  font-weight: 500;
  display: flex;
  gap: 5px;
      align-items: center;
      font-size: clamp(1rem, 0.956rem + 0.1408vw, 1.125rem);
}

.faq-item.active .faq-question span{
    height: 4px;
    width: 40px;
    background: var(--cor_destaque);
}

/* ícone + */
.faq-question::after {
  content: '+';
  position: absolute;
  right: 16px;
  transition: transform 0.3s;
}

/* quando ativo */
.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-family: "Cera Pro", sans-serif !important;
 font-size: clamp(16px, 14.931px + 0.1078vw, 17px);
}

.faq-content {
  padding: 0 16px 16px;
}

.legenda-padrao{
    font-family: "Cera Pro", sans-serif;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    margin-top: .3rem;
    text-align: right;
}

.btns-como-chegar-rodape{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.btns-como-chegar-rodape svg path{
    fill: var(--cor_destaque);
    transition: all ease-in-out 0.4s;
}
.btns-como-chegar-rodape svg:hover path{
  fill: #000;
}
footer .container-localizacao{
  padding-top: 12px;
}

.wysiwyg ul li{
  list-style: none;
}

.wysiwyg ul li::before{
    vertical-align: middle;
    content: " ";
    width: 25px;
    height: 3px;
    background-color: var(--cor_destaque);
    display: inline-block;
    /* position: absolute; */
    margin-right: 10px;

}