body {
  background-color: #f8fafc;
  background-color: #f0f5f9;
  background-color: #faede9;
}

.mt-100 {
  margin-top: 100px;
}

header {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
  background-color: #0c0c0a;
  background-image: url(../img/bg-hero_captura-b.svg);
  background-position: -48% 48%;
  background-repeat: no-repeat;
  background-size: 130% auto;
}

header .art {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 200px;
  gap: 30px;
}

header .art img {
  max-height: 350px;
}

header .art div {
  color: #ffffff;
  font-family: 'Heebo';
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

header .art span {
  font-style: italic;
  color: #F72027;
}

.intro {
  font-family: 'Heebo';
  font-size: 30px;
  font-weight: 400;
  line-height: 52px;
}

.titles {
  display: block;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: .1rem;
}

.btn-mind {
  background-color: #ffffff;
  font-family: 'Heebo';
  font-size: 24px;
  border: none;
  border-radius: 1rem;
  padding: 12px 20px;
}

.btn-mind svg {
  width: 20px;
  margin-left: 30px;
}

.modal-body {
  font-family: 'Heebo';
  font-size: 20px;
  padding: 40px;
}

.qt {
  border: none;
  background-color: #ffffff;
  padding: 10px 15px 25px 15px;
  border-radius: 1rem;
}

.avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.inner {
  font-family: 'Heebo';
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
}

.inner strong {
  margin-top: 20px;
}

.inner em {
  font-size: 15px;
}

.accordion-item {
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #0c0c0a;
  outline: none;
  font-family: 'Heebo';
}

.icones {
  width: 20px;
  margin-right: 20px;
}

.lista {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 600;
}

section.container-fluid {
  background-color: #0c0c0a;
  color: #ffffff;
  padding: 100px 0;
}

footer {
  overflow: hidden;
  background-color: #0c0c0a;
  padding: 50px 0;
  color: #f8fafc;
}

footer img {
  width: 350px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Heebo';
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .1rem;
}