.sobre-nos-section {
  background-color: #ffffff;
  padding: 80px 20px;
}

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

.sec-title.centred {
  text-align: center;
  margin-bottom: 50px;
}

.sec-title h5 {
  color: #1c6ead;
  font-size: 18px;
  margin-bottom: 10px;
}

.sec-title h2 {
  color: #103755;
  font-size: 36px;
  font-weight: 700;
}

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

.col-box {
  flex: 0 0 300px;
  max-width: 300px;
}

.info-box {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: box-shadow 0.3s;
}

.info-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.icon {
  font-size: 40px;
  color: #1c6ead;
  margin-bottom: 15px;
}

.info-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #103755;
  margin-bottom: 10px;
}

.info-box p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.text.centred {
  text-align: center;
  margin-top: 40px;
}

.text.centred p {
  color: #444;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.icon i {
  font-size: 40px;
  color: #1c6ead;
  margin-bottom: 15px;
}

.avaliacao-sec {
  padding: 70px 0;
  background-color: #ffffff;
}

.avaliacao-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.avaliacao-item {
  background: #f0f6fb;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.avaliacao-item:hover {
  border-color: #1c6ead;
  background-color: #eaf3fb;
}

.avaliacao-icon i {
  font-size: 42px;
  color: #1c6ead;
  margin-bottom: 15px;
}

.responsavel-section {
  padding: 80px 0;
  background-color: #f9fcff;
}

.sec-title h5 {
  color: #1c6ead;
  font-size: 18px;
  margin-bottom: 10px;
}

.sec-title h2 {
  color: #103755;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sec-title p {
  color: #5a6d85;
  max-width: 700px;
  margin: 0 auto 30px auto;
}

.responsavel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.responsavel-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  box-shadow: 0 0 15px rgba(16, 55, 85, 0.05);
  text-align: center;
  transition: 0.3s;
  border: 1px solid #e2ecf5;
}

.responsavel-item:hover {
  box-shadow: 0 6px 20px rgba(28, 110, 173, 0.15);
  transform: translateY(-5px);
}

.responsavel-item i {
  font-size: 42px;
  color: #1c6ead;
  margin-bottom: 15px;
}

.responsavel-item h3 {
  font-size: 20px;
  color: #103755;
  margin-bottom: 10px;
}

.responsavel-item p {
  font-size: 15px;
  color: #5a6d85;
}

.responsavel-bottom {
  text-align: center;
  margin-top: 60px;
}

.responsavel-bottom h4 {
  font-size: 22px;
  color: #103755;
  margin-bottom: 10px;
}

.responsavel-bottom p {
  font-size: 16px;
  color: #5a6d85;
  margin-bottom: 20px;
}

.theme-btn.style-three {
  background-color: #1c6ead;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s;
}

.theme-btn.style-three:hover {
  background-color: #103755;
}

.privacy-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.privacy-content {
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-content h2 {
  font-size: 36px;
  color: #103755;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

.privacy-block {
  margin-bottom: 40px;
}

.privacy-block h3 {
  font-size: 22px;
  color: #1c6ead;
  margin-bottom: 10px;
  font-weight: 600;
}

.privacy-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a6d85;
  margin: 0;
}

.terms-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.terms-content {
  margin: 0 auto;
  padding: 0 20px;
}

.terms-content h2 {
  font-size: 36px;
  color: #103755;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

.terms-block {
  margin-bottom: 40px;
}

.terms-block h3 {
  font-size: 22px;
  color: #1c6ead;
  margin-bottom: 10px;
  font-weight: 600;
}

.terms-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a6d85;
  margin: 0;
}

.cookies-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.cookies-content {
  margin: 0 auto;
  padding: 0 20px;
}

.cookies-content h2 {
  font-size: 36px;
  color: #103755;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.cookies-content h3 {
  font-size: 22px;
  color: #1c6ead;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.cookies-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a6d85;
}

.cookies-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.cookies-content ul li {
  font-size: 16px;
  color: #5a6d85;
  line-height: 1.6;
  margin-bottom: 5px;
}