.bloco-faq-1 .bloco-interno {
    font-family: "Hind Madurai", sans-serif;
    box-sizing: border-box;
    color: #333;
}
.bloco-faq-1 .bloco-interno h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
}
		
.bloco-faq-1 .bloco-interno h2 ~ p {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
	margin-top: 8px;
}
.bloco-faq-1 .accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 20px;
  line-height: 125%;
  font-weight: bold;
  text-align: left;
  color: #767575;
  padding: 8px 16px;
  margin: 8px 0;
  border-left: 2px solid #175F9F;
  background-color: #fff;
  box-shadow: none;
}

.bloco-faq-1 .accordion h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  display: unset;
}

.bloco-faq-1 .active, .accordion:hover {
  background-color: #fff;
}
.bloco-faq-1 .accordion:after {
  content: '\002B';
  color: #175F9F;
  font-size: 32px;
  float: right;
  margin-left: 5px;
}
.bloco-faq-1 .active:after {
  content: "\2212";
}
.bloco-faq-1 .panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.bloco-faq-1 .bloco-interno .panel p {
    font-size: 16px;
    line-height: 150%;
    font-weight: normal;
    color: #767575;
    background-color: #EFEFEF;
    padding: 8px 16px;
    border-left: 2px solid #DDDDDD;
}

.bloco-faq-1 .bloco-interno .panel a {
    color: #009ee3;
    text-decoration: none;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
