.quem-somos {
  padding: 80px 0 97px 0;
  border-radius: 20px 20px 0px 0px;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.quem-somos .accordion {
  width: 630px;
  max-width: 100%;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #dedede;
  min-height: 88px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.quem-somos .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
}

.quem-somos .accordion h3 {
  color: #555;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
}

.quem-somos .accordion .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: var(--Foundation-Dark-Blue-Normal, #00d670);
  border-radius: 9999px;
}

.quem-somos .accordion-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.quem-somos .accordion-text-image {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-shrink: 0;
}

.quem-somos .accordion-text-image .image-container img {
  border-radius: var(--radius-xl, 24px);
}

.accordion-text-image .images {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.image-card {
  position: relative;
}

.card-content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 100%;
  width: 80%;
}

.image-card .card-content h3 {
  color: var(--Content-Primary, #1d1f1e);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.28px;
}

.image-card .card-content a {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.88px */
  letter-spacing: -0.32px;
}

.image-card .card-content p {
  color: #00396d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%; /* 22.88px */
  letter-spacing: -0.32px;
}

.accordion.limited .content {
  max-height: 150px; /* altura limite */
  overflow: hidden;
  position: relative;
}

.accordion.limited.expanded .content {
  max-height: none;
}

.accordion.limited .read-more {
  display: inline-block;
}

.accordion.limited.expanded .content {
  max-height: none;
}

.read-more {
  display: none;
  margin-top: 10px;
  color: var(--Button-Primary-Normal, #022c22);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.072px;
}

.quem-somos .accordion .content {
  display: none;
}

.quem-somos .accordion.active {
  display: block;
}

.quem-somos .accordion.active h3 {
  color: var(--Foundation-Blue-Darker, #001b33);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 144.444% */
  letter-spacing: -1.08px;
  max-width: 391px;
}

.quem-somos .accordion.active .content {
  display: block;
  margin-top: 32px;
}

.quem-somos .accordion.active .content p {
  overflow: hidden;
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.88px */
  letter-spacing: -0.32px;
}

.quem-somos .accordion.active .content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.quem-somos .accordion.active .content li {
  display: flex;
  gap: 20px;
  overflow: hidden;
  color: #555;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.88px */
  letter-spacing: -0.32px;
}

.quem-somos .accordion.active .accordion-header {
  align-items: start;
}

.numeros {
  padding: 80px 0;
  background: #f5f5f5;
}

.numeros .text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.numeros .first-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 133px;
  align-self: stretch;
}

.numeros .badge {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 16px;
  max-width: 114px;
  width: 100%;
  border-radius: 8px;
  background: var(--foundation-dark-blue-light-hover, #d9f9ea);
}

.numeros .badge p {
  color: var(--Foundation-Dark-Blue-Darker, #004b27);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%; /* 20.02px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.numeros h2 {
  color: var(--Foundation-Blue-Darker, #001b33);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 125% */
  letter-spacing: -1.44px;
  width: 100%;
  max-width: 280px;
}

.numeros .first-row .card,
.numeros .second-row .card {
  display: flex;
  width: 380px;
  height: 238px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: #fff;
}

.numeros .first-row .cards,
.numeros .second-row .cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

.numeros .second-row .cards {
  padding-top: 72px;
}

.numeros .card h3 {
  color: var(--Foundation-Dark-Blue-Dark, #00a154);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */
}

.numeros .card p {
  color: #555;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  max-width: 213px;
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background: #fff;
  margin: 10% auto; /* centralizado */
  padding: 20px;
  border-radius: 12px;
  max-width: 600px;
  width: 80%;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
  font-family: sans-serif;
}

.modal #modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.modal #modal-body h2 {
  color: var(--Content-Primary, #1d1f1e);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.28px;
}

.modal #modal-body p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 20.02px */
  letter-spacing: -0.28px;
}

.close {
  float: right;
  cursor: pointer;
  background-color: #00396d;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
}

@media (min-width: 1025px) and (max-width: 1333px) {
  .quem-somos .accordion {
    width: 90%;
  }

  .numeros .first-row .card,
  .numeros .second-row .card {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .quem-somos .accordion-text-image {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .quem-somos .accordion {
    width: 100%;
  }

  .numeros .second-row .cards {
    padding-top: 0;
  }

  .numeros .first-row,
  .numeros .first-row .cards,
  .numeros .second-row .cards {
    flex-direction: column;
    align-items: flex-start;
  }

  .numeros .first-row .card,
  .numeros .second-row .card {
    width: 100%;
  }

  .numeros .first-row {
    gap: 67px;
  }

  .numeros .second-row {
    padding-top: 32px;
  }

  .numeros .first-row .card,
  .numeros .second-row .card {
    width: 100%;
  }

  .numeros .text-container {
    align-items: start;
  }
}

@media (max-width: 767px) {
  .quem-somos .accordion h3 {
    font-size: 16px;
  }

  .quem-somos .accordion.active h3 {
    max-width: 290px;
  }

  .accordion-text-image img {
    display: none;
  }

  .numeros h2 {
    font-size: 32px;
    line-height: normal;
    max-width: 100%;
  }

  .image-card {
    display: none;
  }
}

@media (max-width: 400px) {
  .quem-somos .accordion.active h3 {
    max-width: 290px;
    font-size: 26px;
    line-height: normal;
  }
}