* {
  margin: 0;
  padding: 0;
  /* font-family: "Lato"; */
}

.center-grid {
  max-width: 948px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.intro-FAQ {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.intro-FAQ  h2{
  width: 620px;
  display: flex; 
  flex-direction:column;   
  padding: 20px 0;
}

.apresent {
  max-width: 800px;
  height: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
}

#faq-img {
  width: 250px;
  height: 300px;
  margin-left: 40px;
  justify-content: flex-end;
}

.pesquisa {
  margin: 40px auto 40px 0;
  display: flex;
  width: 80%;
  height: 40px;
  align-items: center;
  justify-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  background: var(--high-light, #f9f9f9);
  box-shadow: -5px -5px 10px 0px #fff, 5px 5px 10px 0px rgba(170, 170, 204, 0.4);
  cursor: pointer;
}

.lupa {
  width: 28px;
  height: 28px;
  padding: 8px;
  display: flex;
  align-itens: center;
  justify-content: center;
  border-radius: 8px 0 0 8px;
  background-color: #666666;
}

.lupa:hover {
  background-color: var(--orange);
}
.busca {
  background: transparent;
  border: none;
  padding: 10px;
  font-size: 16px;
  font-color: #666666;
  color: #666666;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}

.menu {
  max-width: 948px;
  height: auto;
  margin: 0 auto;
  display: flex;
  margin: 20px auto;
  flex-direction: column;
}

.tit {
  align-items: center;
  /* font-family: Lato; */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #666666;
  margin-left: 12px;
}

.buttons-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  gap: 14px;
  margin: 20px 0;
}

.type-btn {
  width: auto;
  height: 36px;
  padding: 8px 15px;
  gap: 10px;
  background-color: transparent;
  border: 2px solid var(--orange);
  color: var(--orange);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}

.type-btn:hover,
.type-btn.active {
  color: #f9f9f9;
  border: transparent;
  background: linear-gradient(
    14.06deg,
    var(--orange) -0.28%,
    var(--orangelight) 100.14%
  );
}

#faq {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
}

.container {
  width: 948px;
  height: auto;
  margin: 0 auto;
  text-align: justify;
}

#accordion {
  width: 100%;
}

.accordions {
  width: 100%;
  margin: 2px 0;
  border-bottom: 2px solid var(--purple);
}

.a-name {
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--purple);
  font-weight: 700;
  cursor: pointer;
  padding: 10px 1%;
  font-size: 20px;
  line-height: 30px;
}

.a-name:hover {
  background-color: #f1f1f1;
}

.a-name img {
  width: 8px;
  height: 16px;
}

.a-body {
  width: 98%;
  margin: 0px auto 28px auto;
  color: var(--lowmedium);
  display: none;
}

.a-seta {
  padding-left: 15px;
  width: 8px;
  transition: 0.2s all;
  transform: rotate(0deg);
}

.img-active {
  transition: 0.2s all;
  transform: rotate(-90deg);
}

#no-results {
  width: 80%;
  display: flex;
  /* font-family: Lato; */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
/* 
#btn-wpp {
  position: fixed;
  z-index: 999999;
  width: 60px;
  height: 60px;
  bottom: 0px;
  right: 0;
  margin: 0 10px 10px 0;
  cursor: pointer;
  border-radius: 50%;
} */
/* 
#btn-wpp-img {
  width: 100%;
} */

#no-results {
  width: 948px;
  height: auto;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: justify;
}

/* MOBILE */

@media (max-width: 762px) {
  .intro-FAQ {
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 10px;
    width: 100%;
  }
  .apresent {
    width: 100%;
    height: 100%;
  }
  #faq-img {
    display: none;
  }
  .pesquisa {
    width: 100%;
    margin-bottom: 10px;
  }
  .tit {
    margin-top: 20px;
    justify-content: center;
  }
  .center-grid {
    margin: 0;
    justify-content: center;
  }
  .menu {
    justify-content: center;
  }
  .buttons-menu {
    gap: 10px;
    padding: 8px 4px;
  }
  .a-name {
    font-size: 16px;
  }
  .a-body {
    font-size: 14px;
  }

  #no-results {
    width: 90%;
    padding: 0;
  }
}
