.hero-criticas {
  background-color: #393f8a;
  color: #fff;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.hero-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.hero-content {
  text-align: center;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 48px;
  color: #d5f388;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.hero-content h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
}

.hero-content p {
  font-size: 18px;
  color: #9da4a6;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.7;
}

.sobre-nos-section {
  background: #fdfdfd;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #393f8a;
}

.sobre-nos-section .container {
  max-width: 1600px;
  margin: 0 auto;
}

.sobre-nos-content h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  color: #393f8a;
}

.sobre-nos-content .intro,
.sobre-nos-content .final {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: center;
  color: #444;
}

.sobre-nos-content .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

.sobre-nos-content .box {
  background: #fff;
  border: 2px solid #d5f388;
  border-radius: 14px;
  padding: 30px;
  max-width: 400px;
  flex: 1 1 300px;
  transition: box-shadow 0.3s ease;
  text-align: center;
}

.sobre-nos-content .box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #393f8a;
}

.sobre-nos-content .box p {
  font-size: 16px;
  color: #555;
}

.sobre-nos-content .box:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.sobre-nos-content a {
  color: #393f8a;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .sobre-nos-content .grid {
    flex-direction: column;
    align-items: center;
  }
}

.responsible-section {
  background: #fefefe;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #393f8a;
}

.responsible-section .container {
  max-width: 1600px;
  margin: 0 auto;
}

.responsible-section h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  color: #393f8a;
}

.responsible-section .intro,
.responsible-section .conclusion {
  font-size: 18px;
  text-align: center;
  color: #555;
  max-width: 960px;
  margin: 0 auto 40px;
}

.res-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.res-block {
  flex: 1 1 320px;
  background-color: #d5f388;
  border-radius: 12px;
  padding: 30px;
  color: #082040;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.res-block h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #393f8a;
}

.res-block p {
  font-size: 16px;
  color: #082040;
}

.res-block a {
  color: #393f8a;
  font-weight: 600;
  text-decoration: underline;
}

.res-block:hover {
  transform: translateY(-5px);
  background-color: #f5fac4;
}

@media (max-width: 768px) {
  .res-grid {
    flex-direction: column;
    align-items: center;
  }
}

.privacy-section {
  background: #fefefe;
  padding: 90px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #393f8a;
}

.privacy-section .container {
  max-width: 1600px;
  margin: 0 auto;
}

.privacy-section h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  color: #393f8a;
}

.privacy-section .intro,
.privacy-section .conclusion {
  font-size: 18px;
  text-align: center;
  color: #555;
  max-width: 980px;
  margin: 0 auto 50px;
}

.privacy-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.privacy-block {
  flex: 1 1 30%;
  background-color: #d5f388;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  color: #082040;
  transition: transform 0.3s ease;
}

.privacy-block h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #393f8a;
}

.privacy-block p {
  font-size: 16px;
  color: #082040;
  line-height: 1.6;
}

.privacy-block:hover {
  transform: translateY(-5px);
  background-color: #f2fad7;
}

@media (max-width: 1024px) {
  .privacy-block {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .privacy-grid {
    flex-direction: column;
  }

  .privacy-block {
    flex: 1 1 100%;
  }
}

.terms-section {
  background: #f9fafc;
  padding: 90px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #393f8a;
}

.terms-container {
  max-width: 1600px;
  margin: 0 auto;
}

.terms-section h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  color: #393f8a;
}

.terms-intro,
.terms-footer {
  font-size: 18px;
  text-align: center;
  color: #555;
  max-width: 1000px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.terms-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.terms-block {
  flex: 1 1 45%;
  background-color: #d5f388;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  color: #082040;
  transition: background 0.3s ease;
}

.terms-block h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #393f8a;
  font-weight: 700;
}

.terms-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #082040;
}

.terms-block:hover {
  background-color: #f1fad0;
}

@media (max-width: 1024px) {
  .terms-block {
    flex: 1 1 100%;
  }
}

.aviso-section {
  background-color: #f7f9fc;
  padding: 90px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #393f8a;
}

.aviso-container {
  max-width: 1600px;
  margin: 0 auto;
}

.aviso-section h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  color: #393f8a;
}

.aviso-intro,
.aviso-footer {
  font-size: 18px;
  text-align: center;
  color: #555;
  max-width: 1000px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.aviso-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.aviso-block {
  flex: 1 1 45%;
  background-color: #d5f388;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  color: #082040;
  transition: background 0.3s ease;
}

.aviso-block h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #393f8a;
  font-weight: 700;
}

.aviso-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #082040;
}

.aviso-block:hover {
  background-color: #f1fad0;
}

@media (max-width: 1024px) {
  .aviso-block {
    flex: 1 1 100%;
  }
}