/* Versão 1.2.0
   Página Sobre a Publitiva
*/

/* Hero */
.sobre-hero {
  background-color: #1d1d1d;
}

.sobre-hero-imagem img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.sobre-hero-titulo {
  color: #fff;
  margin-bottom: 16px;
}

.sobre-hero-texto {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.sobre-hero-texto:last-child {
  margin-bottom: 0;
}

/* Agência Global */
.sobre-global {
  background-color: #f0f0ff;
}

.sobre-secao-titulo {
  color: #fff;
  margin-bottom: 8px;
}

.sobre-valores .sobre-secao-titulo {
  margin-bottom: 0;
}

.sobre-secao-sub {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.sobre-mapa {
  width: 100%;
  height: auto;
  opacity: 0.9;
}

/* Valores – Missão, Visão, Valores */
.sobre-valores {
  background-color: #1d1d1d;
}

.sobre-hr {
  width: 100px;
  border: 1px solid #f15a25;
  margin: 12px auto 0;
}

.sobre-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 40px auto 0;
}

.sobre-mvv-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(241, 90, 37, 0.25);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sobre-mvv-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 90, 37, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.sobre-mvv-icone {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(241, 90, 37, 0.2) 0%, rgba(241, 90, 37, 0.05) 100%);
  border-radius: 50%;
  color: #f15a25;
}

.sobre-mvv-titulo {
  font-size: 1.35rem;
  font-weight: 700;
  color: #f15a25;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}

.sobre-mvv-texto {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

@media (max-width: 992px) {
  .sobre-mvv-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }

  .sobre-mvv-card {
    padding: 28px 20px;
  }
}

/* CTA Parallax */
.sobre-cta {
  padding: 0;
}

.sobre-parallax-wrap {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sobre-parallax-bg {
  position: absolute;
  inset: 0;
  background-image: var(--sobre-parallax-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sobre-parallax-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

.sobre-parallax-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 48px 24px;
}

.sobre-cta-texto {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
}

.sobre-cta-titulo {
  color: #fff;
  margin: 0 0 24px;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.custom-shape-divider-top-1772218699 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1772218699 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
}

.custom-shape-divider-top-1772218699 .shape-fill {
  fill: #1D1D1D;
}

.custom-shape-divider-bottom-1772218731 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1772218731 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
}

.custom-shape-divider-bottom-1772218731 .shape-fill {
  fill: #1D1D1D;
}

@media (max-width: 600px) {
  .sobre-parallax-wrap {
    min-height: 350px;
  }
}
