#duvida {
  background-color: #F2F2F2;
}

.duvidas__title {
  margin: 0;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #303030;
}

@media (min-width: 992px) {
  .duvidas__title {
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -0.5px;
  }
}

.duvidas__subtitle {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #303030;
}

.duvidas__cta {
  margin-top: 24px;
  align-items: center;
}

.faq__content .accordion-button {
  font-weight: 700;
  color: #303030;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}

.faq__content .accordion-body {
  color: #303030;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}

.faq__content .accordion-item p {
  color: #303030;
  margin: 0;
}

.faq__content .accordion-item p+p {
  margin-top: 12px;
}

.faq__content .accordion-body a {
  overflow-wrap: anywhere;
  word-break: break-all;
}

.faq__content .accordion-item strong {
  font-weight: 700;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #303030;
  text-align: left;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out,
    border-color .15s ease-in-out, box-shadow .15s ease-in-out,
    border-radius .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #303030;
  background-color: #FFFFFF;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234658DF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234658DF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 8px !important;
  overflow: clip;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #E1E1E1;
}

.accordion-body {
  padding: 0 1.25rem 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.btn-faq {
display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  background: #2C31C9;
  color: #fff;
  font-size: 14px;
  font-family: Latam-Sans-Regular, sans-serif;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.btn-faq:disabled {
  background-color: #9F9F9F52 !important;
  color: #9F9F9FA3;
}

.btn-faq:hover {
  background-color: #0A0E80 !important;
  color: #fff;
}

.btn-faq:focus {
  background-color: #0A0E80 !important;
  color: #fff;
}


@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

@media (max-width: 768px) {
  .btn-faq {
    margin-bottom: 20px;
  }
}
