/* === SOBRE - TOPO === */
.sobre-section {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.sobre-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  max-width: 1400px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  margin-top: 10px;
  margin-bottom: 100px;
}
.sobre-left, .sobre-right {
  width: auto;
  order: unset;
}
.sobre-left {
  flex: 1 1 520px;
  min-width: 320px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.sobre-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: #222f3e;
  margin-bottom: 20px;
  margin-top: 100px;
  line-height: 1.05;
  letter-spacing: -1.5px;
}
.sobre-desc, .sobre-missao {
  font-size: 1.15rem;
  color: #4a5568;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.sobre-missao {
  margin-bottom: 24px;
}

.sobre-diferenciais-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
  width: 100%;
  margin-bottom: 24px;
}
.sobre-diferencial-card {
  background: #f8fafc;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(44, 62, 80, 0.07);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 14px 16px;
  min-width: 0;
  min-height: 80px;
  height: 90px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.sobre-diferencial-card:hover {
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.13);
  transform: translateY(-2px) scale(1.02);
}
.sobre-diferencial-card .icon {
  font-size: 1.15rem;
  color: #0C76D6;
  background: #eaf6fb;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  flex-shrink: 0;
}
.sobre-diferencial-card h3 {
  font-size: 1.01rem;
  font-weight: 700;
  color: #222f3e;
  margin-bottom: 2px;
}
.sobre-diferencial-card p {
  font-size: 0.95rem;
  color: #4a5568;
  margin: 0;
}

.btn-cta {
  background: linear-gradient(90deg, #ff7a3d 60%, #ff5e62 100%);
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 1rem 0;
  font-size: 1.13rem;
  font-weight: 700;
  margin-top: 18px;
  box-shadow: 0 4px 16px rgba(255,126,61,0.10);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px;
  justify-content: center;
}
.btn-cta i {
  font-size: 1em;
}
.btn-cta:hover {
  background: linear-gradient(90deg, #ff5e62 60%, #ff7a3d 100%);
  transform: translateY(-2px) scale(1.03);
}

.sobre-right {
  flex: 2 1 600px;
  min-width: 280px;
  max-width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 540px;
}
.sobre-img-direita {
  max-width: 440px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.13);
  object-fit: contain;
  display: block;
}

.desktop-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 1200px) {
  .sobre-container { max-width: 1000px; }
  .sobre-secao-container { max-width: 900px; }
}
@media (max-width: 1000px) {
  .sobre-mvv-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .sobre-section {
    display: block;
    min-height: unset;
    padding-bottom: 0;
    align-items: unset;
    justify-content: unset;
  }
  .sobre-container {
    display: block;
    padding: 0 2px;
    gap: 0;
  }
  .sobre-right {
    display: none !important;
  }
  .sobre-left {
    order: 1;
    width: 100%;
  }
  .sobre-right {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
  }
  .sobre-img-direita {
    max-width: 300px;
    height: auto;
    margin: 12px auto 0 auto;
    margin-bottom: 30px;
  }
  .sobre-title { font-size: 1.5rem; }
  .sobre-desc, .sobre-missao, .sobre-historia-texto p, .sobre-equipe-texto p, .sobre-parcerias-texto p { font-size: 1rem; }
  .sobre-diferenciais-grid { gap: 16px 12px; grid-template-columns: 1fr 1fr; }
  .sobre-diferencial-card { padding: 18px 16px 16px 16px; margin-top: 30px;}
  .btn-cta { width: 100%; font-size: 1rem; padding: 0.7rem 0; }
  .desktop-only { display: none !important; }
  .mobile-only { display: block !important; }
  .sobre-parceiros-box { grid-template-columns: 1fr 1fr; gap: 16px 12px; }
}

/* === SEÇÕES PROFISSIONAIS SEPARADAS === */
.sobre-secao {
  width: 100%;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  background: #f8fafc;
}
.sobre-secao-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
}
.sobre-secao-header {
  text-align: center;
  margin-bottom: 60px;
}
.sobre-secao-header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0C76D6;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.sobre-secao-header h2 i {
  color: #0C76D6;
  font-size: 2rem;
}
.sobre-secao-linha {
  width: 80px;
  height: 4px;
  background: #0C76D6;
  margin: 0 auto;
  border-radius: 2px;
}

/* === NOSSA HISTÓRIA === */
.sobre-secao-conteudo {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.sobre-historia-texto {
  max-width: 800px;
  text-align: center;
}
.sobre-historia-texto p {
  font-size: 1.2rem;
  color: #222f3e;
  line-height: 1.8;
  margin: 0;
}
.sobre-historia-timeline {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 20px;
}
.sobre-timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.sobre-timeline-dot {
  width: 16px;
  height: 16px;
  background: #0C76D6;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(12,118,214,0.15);
}
.sobre-timeline-item span {
  font-weight: 600;
  color: #0C76D6;
  font-size: 0.95rem;
}

/* === MISSÃO, VISÃO E VALORES === */
.sobre-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}
.sobre-mvv-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(12,118,214,0.08);
  padding: 40px 32px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #eaf6fb;
}
.sobre-mvv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(12,118,214,0.15);
  border-color: #0C76D6;
}
.sobre-mvv-icone {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2rem;
  color: #fff;
  background: #0C76D6;
}
.sobre-mvv-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0C76D6;
  margin-bottom: 16px;
}
.sobre-mvv-card p {
  color: #222f3e;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}
.sobre-mvv-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sobre-mvv-card ul li {
  color: #222f3e;
  font-size: 1.05rem;
  padding-left: 20px;
  position: relative;
}
.sobre-mvv-card ul li:before {
  content: '\2022';
  color: #0C76D6;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* === NOSSA EQUIPE === */
.sobre-equipe-conteudo {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.sobre-equipe-texto {
  text-align: center;
}
.sobre-equipe-texto p {
  font-size: 1.2rem;
  color: #222f3e;
  line-height: 1.8;
  margin: 0;
}
.sobre-equipe-mensagem {
  background: #0C76D6;
  color: white;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 16px rgba(12,118,214,0.15);
}
.sobre-equipe-mensagem p {
  font-size: 1.3rem;
  font-style: italic;
  margin: 0;
  line-height: 1.6;
}
.sobre-equipe-mensagem i {
  position: absolute;
  font-size: 2rem;
  opacity: 0.2;
}
.sobre-equipe-mensagem i:first-child {
  top: 20px;
  left: 20px;
}
.sobre-equipe-mensagem i:last-child {
  bottom: 20px;
  right: 20px;
}

/* === PARCERIAS E CERTIFICAÇÕES === */
.sobre-parcerias-conteudo {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.sobre-parcerias-texto {
  text-align: center;
}
.sobre-parcerias-texto p {
  font-size: 1.2rem;
  color: #222f3e;
  line-height: 1.8;
  margin: 0;
}
.sobre-parceiros-box {
  background: #f8fafc;
  border-radius: 32px;
  box-shadow: 0 12px 48px rgba(44, 62, 80, 0.13);
  padding: 48px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 20px;
  width: 100%;
  min-width: 280px;
  max-width: 700px;
}
.sobre-parceiro-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
  padding: 24px 12px 16px 12px;
  text-align: center;
  transition: box-shadow 0.18s, transform 0.18s;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 130px;
  min-height: 130px;
  max-height: 140px;
}
.sobre-parceiro-card:hover {
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.13);
  transform: translateY(-2px) scale(1.02);
}
.sobre-parceiro-card h4 {
  color: #0C76D6;
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.sobre-parceiro-card p {
  color: #4a5568;
  font-size: 0.95rem;
  margin: 0;
}

/* === RESPONSIVO === */
@media (max-width: 1000px) {
  .sobre-mvv-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .sobre-secao { padding: 40px 0; }
  .sobre-secao-header h2 { font-size: 2rem; }
  .sobre-mvv-grid { grid-template-columns: 1fr; }
  .sobre-historia-timeline { flex-direction: column; gap: 20px; }
  .sobre-equipe-mensagem { padding: 24px; }
  .sobre-equipe-mensagem p { font-size: 1.1rem; }
} 

@media (max-width: 480px) {
  .sobre-section {
    display: block;
    min-height: unset;
    padding-bottom: 0;
    align-items: unset;
    justify-content: unset;
  }
  .sobre-container {
    display: block;
    padding: 0 2px;
    gap: 0;
  }
  .sobre-right {
    display: none !important;
  }
  .sobre-img-direita {
    max-width: 220px;
    height: auto;
    margin: 10px auto 0 auto;
    margin-bottom: 40px;
  }
  .sobre-title { font-size: 1.1rem; }
  .sobre-desc, .sobre-missao, .sobre-historia-texto p, .sobre-equipe-texto p, .sobre-parcerias-texto p { font-size: 0.85rem; }
  .btn-cta { font-size: 0.9rem; padding: 0.5rem 0; }
  .sobre-diferenciais-grid { grid-template-columns: 1fr 1fr; gap: 12px 8px; }
  .sobre-diferencial-card { padding: 16px 14px 14px 14px; margin-top: 40px;}
  .sobre-parceiros-box { grid-template-columns: 1fr 1fr; gap: 12px 8px; }
}
@media (max-width: 320px) {
  .sobre-section {
    display: block;
    min-height: unset;
    padding-bottom: 0;
    align-items: unset;
    justify-content: unset;
  }
  .sobre-container {
    display: block;
    padding: 0 1px;
    gap: 0;
  }
  .sobre-right {
    display: none !important;
  }
  .sobre-img-direita {
    max-width: 120px;
    height: auto;
    margin: 8px auto 0 auto;
    margin-bottom: 40px;
  }
  .sobre-title { font-size: 0.8rem; }
  .sobre-desc, .sobre-missao, .sobre-historia-texto p, .sobre-equipe-texto p, .sobre-parcerias-texto p { font-size: 0.7rem; }
  .btn-cta { font-size: 0.7rem; padding: 0.3rem 0; }
  .sobre-diferenciais-grid { grid-template-columns: 1fr 1fr; gap: 8px 6px; }
  .sobre-diferencial-card { padding: 14px 12px 12px 12px; margin-top: 40px;}
  .sobre-parceiros-box { grid-template-columns: 1fr 1fr; gap: 8px 6px; }
} 