body {
  font-family: Arial, Helvetica, sans-serif;
}

.main-container {
  width: 100%;
}

.e-container {
  margin: 0 auto;
  max-width: calc(100% - 30px);
  width: 71.25rem;
  display: flex;
  justify-content: space-between;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ee4458;
  padding: 20px 40px;
}

.header a.mobile {
  display: none;
}

.header .header__logo {
  display: flex;
  align-items: center;
}

.header__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  font-weight: 700;
  justify-content: center;
}

.header a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.header__content .header__content--title svg {
  vertical-align: middle;
}

.header__content .header__content--title svg {
  margin-left: 5px;
}

.header__content .header__content--title h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0;
}

.header__content .header__content--title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__content .header__content--title span {
  font-size: 16px;
  color: #fff;
}

.search__bar--container {
  display: flex;
  padding: 20px 0;
  background-color: #292929;
}

.search__bar--container .e-container {
  flex-direction: column;
  gap: 10px;
}

.search__bar--container-header {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
}

.search__bar--container-header h3 {
  font-size: 16px;
  font-weight: 800;
}

.search__bar--container-header span {
  font-size: 14px;
}

.search__bar--container .search__bar-content {
  display: flex;
}

.search__bar--container .search__bar-content svg {
  position: absolute;
  margin: 10px 15px;
}

.search__bar--container .search__bar-content input {
  width: 100%;
  padding: 20px 60px;
  border: none;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
}

.search__bar--container .search__bar-content input::placeholder {
  width: 100%;
}

.search__bar--container .search__bar-content button {
  color: #000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 0 5px 5px 0;
}

.faq__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq__header h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
  color: #ee4458;
  text-align: center;
}

.faq__container {
  background-color: #f1f1f1;
}

.faq__container .e-container {
  flex-direction: column;
}

.faq__header-contact {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.faq__header-contact a {
  text-decoration: none;
  width: 50%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.faq__header-contact a.whatsapp {
  background-color: #25d366;
  color: #fff;
}

.faq__header-contact a span {
  font-size: 18px;
  font-weight: 800;
}

.faq__header-contact a.email {
  flex-direction: column;
  background-color: #ee4458;
  color: #fff;
}

.faq__header--schedule {
  margin: 20px 0;
  text-align: center;
}

.faq__container hr {
  border: 1px solid #c5c4c4;
  width: 100%;
  margin: 0 0 20px;
}

.faq__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.faq__content--sidebar {
  display: flex;
  flex-direction: column;
  color: #292929;
  border: 1px solid #c5c4c4;
  border-radius: 5px;
  width: 30%;
  justify-content: space-between;
  max-height: 570px;
}

.faq__content--sidebar .faq__content--sidebar-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  padding: 15px 10px;
  min-height: 45px;
}

.faq__content--sidebar .faq__content--sidebar-item:not(:last-child) {
  border-bottom: 1px solid #c5c4c4;
}

.faq__content--sidebar .faq__content--sidebar-item.active {
  background-color: #ee4458;
  color: #fff;
}

.faq__content--sidebar .faq__content--sidebar-item:hover {
  background-color: #ee4458;
  color: #fff;
}

.faq__content--sidebar .faq__content--sidebar-item.active svg g path,
.faq__content--sidebar .faq__content--sidebar-item:hover svg g path {
  fill: #fff;
}

.faq__content--sidebar .faq__content--sidebar-item div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.back-to-all-questions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  cursor: pointer;
  color: #ee4458;
  font-weight: 800;
  background-color: none;
  border: none;
}

.back-to-all-questions::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='%23ee4458'%20class='bi%20bi-chevron-left'%20viewBox='0%200%2016%2016'%3E%3Cpath%20fill-rule='evenodd'%20d='M10.354%201.646a.5.5%200%200%201%200%20.708L6.707%208l3.647%203.646a.5.5%200%200%201-.708.708l-4-4a.5.5%200%200%201%200-.708l4-4a.5.5%200%200%201%20.708%200z'%2F%3E%3C%2Fsvg%3E");
}

.faq__content--results {
  display: flex;
  flex-direction: column;
}

.faq__content--results-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq__content--results-image img {
  max-width: 82%;
}

.faq__content--main {
  display: flex;
  flex-direction: column;
  width: 70%;
  /* justify-content: flex-end; */
}

.faq__content--title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
}

.faq__content--title h3 {
  margin: 20px 0;
}

.faq-item .faq-question {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  cursor: pointer;
}

.faq-item .faq-question::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chevron-down'%20viewBox='0%200%2016%2016'%3E%3Cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708'/%3E%3C/svg%3E");
  margin-right: 8px;
  display: inline-block; /* Certifique-se de que seja inline-block */
}

.faq-question.active::before {
  transform: rotate(180deg);
}

.hidden {
  display: none;
}

.faq-item .faq-answer {
  display: none;
}

.faq-item .faq-answer.active {
  display: flex;
  flex-direction: column;
  padding: 10px 30px;
  color: #666666;
  font-size: 16px;
}

.faq__content--helped,
.faq__content--not-found {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 15px 0;
  flex-direction: column;
}

.faq__content--helped .faq__content--helped-title,
.faq__content--not-found .faq__content--not-found-title {
  font-size: 18px;
  font-weight: 800;
}

.faq__content--helped div {
  display: flex;
  gap: 10px;
}

.faq__content--helped div button,
.faq__content--not-found button {
  padding: 15px 30px;
  border: none;
  cursor: pointer;
  background-color: #ee4458;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 800;
}

.faq__content--not-found button {
  max-width: 60%;
}

.faq__content--helped div button:hover {
  background-color: #ff5a6e;
}

.faq__contact {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.faq__contact--title {
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  max-width: 60%;
  text-align: center;
  border-radius: 5px;
}

.faq__contact--title h3 {
  font-size: 18px;
}

.faq__contact strong {
  font-weight: 800;
}

@media (max-width: 961px) {
  .e-container {
    width: 100%;
  }

  .header {
    padding: 5px 15px;
    flex-direction: column;
  }

  .header .e-container {
    gap: 20px;
  }

  .header a.desktop {
    display: none;
  }

  .header a.mobile {
    display: flex;
  }

  .header .header__logo {
    max-width: 40%;
  }

  .header .header__logo svg {
    max-width: 100%;
  }

  .header__content .header__content--title h1 {
    font-size: 17px;
  }

  .search__bar--container .e-container {
    gap: 20px;
  }

  .search__bar--container-header {
    flex-direction: column;
  }

  .faq__header h2 {
    font-size: 16px;
  }

  .faq__header--schedule span {
    font-size: 14px;
    margin: 0 10px;
  }

  .faq__header-contact {
    flex-direction: column;
    gap: 20px;
  }

  .faq__header-contact a {
    width: unset;
    min-height: 51px;
  }

  .faq__content--sidebar-item .bi-chevron-right {
    transform: rotate(90deg);
  }

  .faq__content--sidebar .faq__content--sidebar-item.active .bi-chevron-right {
    transform: rotate(270deg);
  }

  .faq__content {
    flex-direction: column;
  }

  .faq__content--sidebar {
    width: 100%;
    max-height: unset;
  }

  .faq__content--results {
    width: 100%;
  }

  .faq__content--results img {
    width: -webkit-fill-available;
  }

  .faq-item .faq-question {
    padding: 0 10px;
    font-size: 14px;
  }

  .faq-item .faq-answer.active {
    font-size: 14px;
    padding: 0 10px;
  }

  .faq__content--main {
    width: 100%;
  }

  .faq__contact--title {
    max-width: 100%;
  }

  .faq__contact--title h3 {
    font-size: 16px;
  }

  .faq__content--not-found button {
    max-width: 100%;
  }
}
