.sobre-nos {
  width: 100%;
  margin-top: 80px;
}

.sobre-nos-bg {
  background-color: #2c2762;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 320px;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 150px;
}

.sobre-nos-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}

.sobre-nos-hero {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 100px;
}

.sobre-nos-image-wrapper {
  flex-shrink: 0;
  position: relative;
}

.sobre-nos-image {
  max-width: 230px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #47ea89;
  display: block;
}

.sobre-nos-quote {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
}

.quote-text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: 'Gilroy', sans-serif;
}
.quote-text span {
  color: #47ea89;
  font-weight: 700;
}

.quote-author {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: 'Gilroy', sans-serif;
  text-align: right;
  margin: 0;
}

.sobre-nos-content {
  max-width: 1240px;
  margin: 0 auto;
}

.sobre-nos-header {
  margin-bottom: 60px;
}

.sobre-nos-title {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Gilroy', sans-serif;
  display: flex;
  flex-direction: column;
}

.sobre-nos-title .text-green {
  color: #47ea89;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
}

.sobre-nos-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sobre-nos-text p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  margin: 0;
}

/* Responsivo */
@media (max-width: 1024px) {
  .sobre-nos {
    margin-top: 80px;
  }

  .sobre-nos-bg {
    padding-top: 70px;
    padding-bottom: 320px;
    border-bottom-right-radius: 120px;
  }

  .sobre-nos-hero {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
  }

  .sobre-nos-image {
    width: 350px;
    height: 350px;
  }

  .sobre-nos-quote {
    padding-top: 0;
    text-align: center;
  }

  .quote-text {
    font-size: 1.75rem;
    text-align: center;
  }

  .quote-author {
    text-align: center;
    font-size: 1.375rem;
  }

  .sobre-nos-title {
    font-size: 3rem;
  }

  .sobre-nos-text p {
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .sobre-nos {
    margin-top: 80px;
  }

  .sobre-nos-bg {
    padding-top: 60px;
    padding-bottom: 320px;
    border-bottom-right-radius: 100px;
  }

  .sobre-nos-hero {
    gap: 40px;
    margin-bottom: 60px;
  }

  .sobre-nos-image {
    width: 300px;
    height: 300px;
    border-width: 3px;
  }

  .quote-text {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .quote-author {
    font-size: 1.25rem;
  }

  .sobre-nos-header {
    margin-bottom: 48px;
  }

  .sobre-nos-title {
    font-size: 1.8rem;
  }

  .sobre-nos-text {
    gap: 28px;
  }

  .sobre-nos-text p {
    font-size: 1.05rem;
  }
}

@media (max-width: 480px) {
  .sobre-nos {
    margin-top: 80px;
  }

  .sobre-nos-bg {
    padding-top: 50px;
    padding-bottom: 220px;
    border-bottom-right-radius: 100px;
  }

  .sobre-nos-hero {
    gap: 32px;
    margin-bottom: 48px;
  }

  .sobre-nos-image {
    max-width: 320px !important;
    border-width: 3px;
  }

  .quote-text {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .quote-author {
    font-size: 1.125rem;
  }

  .sobre-nos-header {
    margin-bottom: 40px;
  }

  .sobre-nos-title {
    font-size: 1.3rem;
  }

  .sobre-nos-text {
    gap: 24px;
  }

  .sobre-nos-text p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* Seção Valores */
.valores {
  width: 100%;
}

.valores-bg {
  background-color: #47ea89;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.valores-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

.valores-title {
  color: #2c2762;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Gilroy', sans-serif;
  text-align: center;
  margin: 0 0 80px 0;
}

.valores-grid {
  display: flex;
  flex-wrap: wrap; /* permite quebrar linha quando não tiver espaço */
  gap: 60px 40px;
  justify-content: center !important;
}

.valor-item {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.valor-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.valor-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.valor-title {
  color: #2c2762;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: 'Gilroy', sans-serif;
  margin: 0 0 24px 0;
  text-align: center;
}

.valor-description {
  color: #2c2762;
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

/* Responsivo - Valores */
@media (max-width: 1024px) {
  .valores-bg {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .valores-title {
    font-size: 3.5rem;
    margin-bottom: 60px;
  }

  .valores-grid {
    gap: 50px 30px;
  }

  .valor-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .valor-title {
    font-size: 1.375rem;
  }

  .valor-description {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .valores-bg {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .valores-title {
    font-size: 3rem;
    margin-bottom: 50px;
  }

  .valores-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }

  .valor-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
  }

  .valor-title {
    font-size: 1.25rem;
    margin-bottom: 14px;
  }

  .valor-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .valores-bg {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .valores-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .valores-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .valor-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

  .valor-title {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }

  .valor-description {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
