.elementor-1406 .elementor-element.elementor-element-16e3671{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2f6e787 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --azul-principal: #083a77;
  --azul-secundario: #0d4c99;
  --azul-escuro: #072a55;
  --dourado: #c79a45;
  --dourado-escuro: #a87f36;
  --texto: #2f3542;
  --texto-claro: #667085;
  --fundo: #f7f5f1;
  --branco: #ffffff;
  --cinza-claro: #eef2f7;
  --linha: #e7e3db;
  --sombra: 0 18px 40px rgba(8, 42, 85, 0.08);
  --sombra-forte: 0 22px 48px rgba(8, 42, 85, 0.16);
  --radius: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}

/* Reset */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--texto);
  background: var(--fundo);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: 700;
  color: var(--azul-escuro);
}

.container {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

h1,
h2,
h3 {
  margin: 0 0 18px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--texto);
}

h1 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
}

h3 {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
}

p {
  margin: 0 0 18px;
  font-size: 17px;
  color: var(--texto-claro);
}

ul {
  margin: 0;
  padding: 0;
}

/* Hero */
.hero-section {
  background: linear-gradient(135deg, var(--azul-principal) 0%, var(--azul-secundario) 100%);
  color: var(--branco);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent 28%);
  pointer-events: none;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content h1,
.hero-content p,
.hero-content strong {
  color: var(--branco);
}

.hero-content p {
  color: rgba(255, 255, 255, 0.9);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dourado);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease;
  border: 1px solid transparent;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--dourado);
  color: var(--branco);
  box-shadow: 0 14px 28px rgba(199, 154, 69, 0.24);
}

.btn-primary:hover {
  background: var(--dourado-escuro);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--branco);
  border-color: rgba(255, 255, 255, 0.24);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero-image {
  height: 100%;
  display: flex;
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--sombra-forte);
}

/* Sections */
.section {
  padding: 88px 0;
}

.section-alt {
  background: var(--cinza-claro);
}

.section-header {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-header .eyebrow {
  margin-left: auto;
  margin-right: auto;
  background: rgba(8, 58, 119, 0.08);
  color: var(--azul-principal);
}

.section-header .eyebrow::before {
  background: var(--dourado);
}

.section-header h2 {
  color: var(--texto);
}

.section-header p {
  color: var(--texto-claro);
}

/* Blocos lado a lado */
.split-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 38px;
  align-items: stretch;
}

.split-layout.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.split-image,
.split-content {
  min-height: 520px;
}

.split-image {
  height: 100%;
  display: flex;
}

.split-image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--sombra);
}

.split-content {
  background: var(--branco);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--sombra);
  border: 1px solid rgba(8, 58, 119, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-content h2 {
  color: var(--texto);
}

.split-content p {
  color: var(--texto-claro);
}

/* Check list */
.check-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 18px 0 18px;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: var(--texto);
  font-weight: 500;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--dourado);
  font-weight: 800;
}

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  background: var(--branco);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--sombra);
  border: 1px solid rgba(8, 58, 119, 0.06);
  transition: 0.2s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-card h3 {
  color: var(--azul-principal);
  margin-bottom: 14px;
}

.service-card p {
  font-size: 15.5px;
  color: var(--texto-claro);
  margin: 0;
}

/* Differentials */
.differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.differential-card {
  background: var(--branco);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--sombra);
  border: 1px solid rgba(8, 58, 119, 0.06);
  height: 100%;
}

.differential-card h3 {
  color: var(--azul-principal);
  margin-bottom: 12px;
}

.differential-card p {
  margin: 0;
  font-size: 15.5px;
}

/* Two column content */
.two-column-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.content-box {
  background: var(--branco);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--sombra);
  border: 1px solid rgba(8, 58, 119, 0.06);
  height: 100%;
}

.content-box h2 {
  color: var(--texto);
}

.content-box p {
  color: var(--texto-claro);
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.faq-list details {
  background: var(--branco);
  border-radius: 18px;
  box-shadow: var(--sombra);
  border: 1px solid rgba(8, 58, 119, 0.08);
  padding: 0 22px;
  overflow: hidden;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--texto);
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 22px;
  font-weight: 600;
  color: var(--azul-principal);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  margin: 0 0 20px;
  font-size: 15.5px;
  color: var(--texto-claro);
}

/* CTA final */
.section-cta {
  background: linear-gradient(135deg, var(--azul-principal) 0%, var(--azul-escuro) 100%);
  color: var(--branco);
}

.cta-container {
  max-width: 900px;
}

.cta-content {
  text-align: center;
}

.cta-content .eyebrow {
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.12);
  color: var(--branco);
}

.cta-content h2,
.cta-content p,
.cta-content strong {
  color: var(--branco);
}

.cta-content p {
  color: rgba(255, 255, 255, 0.9);
}

.section-cta .hero-actions {
  justify-content: center;
  margin-top: 28px;
}

/* Responsive */
@media (max-width: 1100px) {
  .hero-container,
  .split-layout,
  .split-layout.reverse,
  .two-column-content {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .differentials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image img,
  .split-image img {
    min-height: 340px;
  }

  .split-image,
  .split-content {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .hero-section {
    padding: 56px 0;
  }

  .section {
    padding: 64px 0;
  }

  .services-grid,
  .differentials-grid,
  .two-column-content {
    grid-template-columns: 1fr;
  }

  .split-content,
  .content-box,
  .service-card,
  .differential-card {
    padding: 24px;
  }

  .hero-image img,
  .split-image img {
    min-height: 260px;
  }

  p {
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }
}/* End custom CSS */