.elementor-1308 .elementor-element.elementor-element-71de713{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1308 .elementor-element.elementor-element-047926e{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-047926e *//* ==========================================================================
   Dalta Glass Vidraçaria — Folha de estilo das páginas de serviço
   Tokens extraídos do site oficial (daltaglass.com.br)
   Todas as classes usam o prefixo .dg- para não conflitar com OceanWP/Elementor
   ========================================================================== */

.dg-svc {
  /* Paleta oficial */
  --dg-navy: #0b2f5b;
  --dg-navy-deep: #071e3a;
  --dg-blue: #1e78c8;
  --dg-blue-dark: #066caa;
  --dg-ink: #4a4a4a;
  --dg-muted: #69727d;
  --dg-line: #e3e9f2;
  --dg-soft: #f2f6fd;
  --dg-white: #fff;

  --dg-radius: 10px;
  --dg-radius-lg: 16px;
  --dg-shadow: 0 2px 10px rgba(11, 47, 91, .06);
  --dg-shadow-hover: 0 14px 34px rgba(11, 47, 91, .13);

  --dg-font-head: Montserrat, "Segoe UI", system-ui, sans-serif;
  --dg-font-body: "Open Sans", "Segoe UI", system-ui, sans-serif;

  --dg-max: 1180px;
  --dg-pad: 88px;

  font-family: var(--dg-font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--dg-ink);
  background: var(--dg-white);
  -webkit-font-smoothing: antialiased;
}

.dg-svc *,
.dg-svc *::before,
.dg-svc *::after { box-sizing: border-box; }

.dg-svc img { max-width: 100%; height: auto; display: block; }

.dg-svc h1, .dg-svc h2, .dg-svc h3, .dg-svc h4 {
  font-family: var(--dg-font-head);
  font-weight: 700;
  color: var(--dg-navy);
  line-height: 1.22;
  letter-spacing: -.2px;
  margin: 0 0 .6em;
}

.dg-svc p { margin: 0 0 1.1em; }
.dg-svc p:last-child { margin-bottom: 0; }
.dg-svc strong { color: var(--dg-navy); font-weight: 600; }
.dg-svc a { color: var(--dg-blue-dark); }

/* ---------- Layout ---------- */
.dg-wrap { width: 100%; max-width: var(--dg-max); margin: 0 auto; padding: 0 24px; }
.dg-section { padding: var(--dg-pad) 0; }
.dg-section--soft { background: var(--dg-soft); }
.dg-section--navy { background: var(--dg-navy); color: rgba(255,255,255,.82); }
.dg-section--navy h2,
.dg-section--navy h3 { color: #fff; }
.dg-section--tight { padding: 60px 0; }

.dg-grid { display: grid; gap: 26px; }
.dg-grid--2 { grid-template-columns: repeat(2, 1fr); }
.dg-grid--3 { grid-template-columns: repeat(3, 1fr); }
.dg-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Tipografia de bloco ---------- */
.dg-eyebrow {
  display: inline-block;
  font-family: var(--dg-font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--dg-blue);
  margin: 0 0 14px;
}
.dg-section--navy .dg-eyebrow { color: #7db9ec; }

.dg-h1 { font-size: 46px; margin-bottom: 20px; }
.dg-h2 { font-size: 34px; }
.dg-h3 { font-size: 20px; }

.dg-lead { font-size: 18px; line-height: 1.72; color: var(--dg-muted); }
.dg-section--navy .dg-lead { color: rgba(255,255,255,.78); }

.dg-head { max-width: 760px; margin-bottom: 46px; }
.dg-head--center { margin-left: auto; margin-right: auto; text-align: center; }

.dg-rule {
  width: 56px; height: 4px; border-radius: 4px;
  background: var(--dg-blue); margin: 0 0 22px;
}
.dg-head--center .dg-rule { margin-left: auto; margin-right: auto; }

/* ---------- Breadcrumb ---------- */
.dg-crumbs {
  font-size: 13px; color: var(--dg-muted);
  padding: 22px 0 0; margin: 0;
}
.dg-crumbs a { color: var(--dg-muted); text-decoration: none; }
.dg-crumbs a:hover { color: var(--dg-blue); }
.dg-crumbs span { margin: 0 8px; opacity: .5; }

/* ---------- Hero ---------- */
.dg-hero {
  background:
    linear-gradient(150deg, var(--dg-navy) 0%, var(--dg-navy-deep) 100%);
  color: rgba(255,255,255,.8);
  padding: 18px 0 78px;
  position: relative;
  overflow: hidden;
}
.dg-hero::after {
  content: ""; position: absolute; right: -140px; top: -160px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(30,120,200,.34) 0%, rgba(30,120,200,0) 68%);
  pointer-events: none;
}
.dg-hero .dg-crumbs,
.dg-hero .dg-crumbs a { color: rgba(255,255,255,.55); }
.dg-hero .dg-crumbs a:hover { color: #fff; }
.dg-hero h1 { color: #fff; }
.dg-hero .dg-eyebrow { color: #7db9ec; }
.dg-hero-inner { position: relative; z-index: 1; max-width: 820px; }
.dg-hero-lead { font-size: 18.5px; line-height: 1.75; color: rgba(255,255,255,.82); max-width: 720px; }

/* Hero em duas colunas: texto + imagem quadrada */
.dg-hero-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(320px, 34vw, 460px);
  gap: clamp(36px, 4vw, 60px);
  align-items: center;
  padding-top: 46px;
}

.dg-hero-media {
  margin: 0;
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 32px 64px rgba(0,0,0,.38);
}
.dg-hero-media img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.dg-hero-media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(205deg, rgba(11,47,91,0) 48%, rgba(7,30,58,.45) 100%);
}

.dg-hero-tags { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.dg-hero-tags li {
  font-size: 13.5px; font-weight: 600; font-family: var(--dg-font-head);
  color: #fff; background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  padding: 7px 15px; border-radius: 100px;
}

/* ---------- Botões ---------- */
.dg-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.dg-btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--dg-font-head); font-size: 15px; font-weight: 600;
  padding: 14px 28px; border-radius: 6px;
  text-decoration: none; border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.dg-btn:hover { transform: translateY(-2px); }
.dg-btn--wa { background: #25d366; color: #05331a; box-shadow: 0 6px 20px rgba(37,211,102,.28); }
.dg-btn--wa:hover { background: #1fbe5b; color: #05331a; }
.dg-btn--primary { background: var(--dg-blue); color: #fff; box-shadow: 0 6px 20px rgba(30,120,200,.3); }
.dg-btn--primary:hover { background: var(--dg-blue-dark); color: #fff; }
.dg-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.dg-btn--ghost:hover { background: #fff; color: var(--dg-navy); border-color: #fff; }
.dg-btn--outline { background: transparent; color: var(--dg-navy); border-color: var(--dg-line); }
.dg-btn--outline:hover { border-color: var(--dg-blue); color: var(--dg-blue); }

/* ---------- Barra de autoridade ---------- */
.dg-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--dg-line); border-radius: var(--dg-radius-lg);
  background: #fff; box-shadow: var(--dg-shadow);
  margin-top: -46px; position: relative; z-index: 3; overflow: hidden;
}
.dg-stats div { padding: 30px 26px; border-right: 1px solid var(--dg-line); }
.dg-stats div:last-child { border-right: 0; }
.dg-stats b {
  display: block; font-family: var(--dg-font-head); font-size: 30px;
  font-weight: 700; color: var(--dg-navy); line-height: 1.1; margin-bottom: 4px;
}
.dg-stats span { font-size: 13.5px; color: var(--dg-muted); line-height: 1.5; display: block; }

/* ---------- Cards ---------- */
.dg-card {
  background: #fff; border: 1px solid var(--dg-line);
  border-radius: var(--dg-radius); padding: 30px 28px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.dg-card:hover { transform: translateY(-4px); box-shadow: var(--dg-shadow-hover); border-color: #cfdcf0; }
.dg-card h3 { font-size: 18px; margin-bottom: 10px; }
.dg-card p { font-size: 14.6px; line-height: 1.72; color: var(--dg-muted); }
.dg-card .dg-tick { margin-top: 14px; }

.dg-card-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 8px;
  background: var(--dg-soft); color: var(--dg-blue);
  font-family: var(--dg-font-head); font-weight: 700; font-size: 15px;
  margin-bottom: 16px;
}

/* ---------- Listas com check ---------- */
.dg-tick { list-style: none; margin: 0; padding: 0; }
.dg-tick li {
  position: relative; padding: 0 0 10px 28px;
  font-size: 15px; line-height: 1.65;
}
.dg-tick li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 15px; height: 9px;
  border-left: 2.5px solid var(--dg-blue);
  border-bottom: 2.5px solid var(--dg-blue);
  transform: rotate(-45deg);
}
.dg-card .dg-tick li { font-size: 14.2px; padding-left: 24px; color: var(--dg-muted); }
.dg-card .dg-tick li::before { width: 12px; height: 7px; top: 7px; }
.dg-section--navy .dg-tick li::before { border-color: #7db9ec; }

.dg-tick--2 { columns: 2; column-gap: 34px; }
.dg-tick--2 li { break-inside: avoid; }

/* ---------- Split (texto + destaque) ---------- */
.dg-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; }

.dg-panel {
  background: var(--dg-soft); border: 1px solid var(--dg-line);
  border-radius: var(--dg-radius-lg); padding: 34px 32px;
}
.dg-panel h3 { font-size: 17px; margin-bottom: 18px; }
.dg-panel--navy { background: var(--dg-navy); border-color: var(--dg-navy); color: rgba(255,255,255,.8); }
.dg-panel--navy h3 { color: #fff; }

/* ---------- Tabela técnica ---------- */
.dg-table-wrap { overflow-x: auto; border: 1px solid var(--dg-line); border-radius: var(--dg-radius); background: #fff; }
.dg-table { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 14.6px; }
.dg-table th, .dg-table td { padding: 15px 20px; text-align: left; border-bottom: 1px solid var(--dg-line); }
.dg-table thead th {
  background: var(--dg-navy); color: #fff;
  font-family: var(--dg-font-head); font-size: 13px; font-weight: 700;
  letter-spacing: .6px; text-transform: uppercase;
  border-bottom: 0;
}
.dg-table tbody tr:nth-child(even) { background: #fafcff; }
.dg-table tbody tr:last-child td { border-bottom: 0; }
.dg-table td:first-child { font-weight: 600; color: var(--dg-navy); font-family: var(--dg-font-head); font-size: 14px; }

/* ---------- Chips (ambientes / bairros) ---------- */
.dg-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.dg-chips li {
  font-size: 14px; padding: 8px 16px; border-radius: 100px;
  background: #fff; border: 1px solid var(--dg-line); color: var(--dg-ink);
}
.dg-section--soft .dg-chips li { background: #fff; }
.dg-section--navy .dg-chips li {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: #fff;
}

/* ---------- Processo ---------- */
.dg-steps { counter-reset: dgstep; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.dg-step { position: relative; padding-top: 26px; border-top: 3px solid var(--dg-line); }
.dg-step::before {
  counter-increment: dgstep; content: "0" counter(dgstep);
  position: absolute; top: -3px; left: 0;
  font-family: var(--dg-font-head); font-size: 13px; font-weight: 700;
  color: var(--dg-blue); background: #fff; padding-right: 12px; transform: translateY(-50%);
  border-top: 3px solid var(--dg-blue);
  padding-top: 0;
}
.dg-step h3 { font-size: 17px; margin-bottom: 8px; }
.dg-step p { font-size: 14.4px; color: var(--dg-muted); line-height: 1.7; }
.dg-section--soft .dg-step::before { background: var(--dg-soft); }

/* ---------- FAQ ---------- */
.dg-faq { border-top: 1px solid var(--dg-line); }
.dg-faq details {
  border-bottom: 1px solid var(--dg-line);
  padding: 6px 0;
}
.dg-faq summary {
  cursor: pointer; list-style: none;
  font-family: var(--dg-font-head); font-size: 16.5px; font-weight: 600;
  color: var(--dg-navy); padding: 20px 44px 20px 0; position: relative;
}
.dg-faq summary::-webkit-details-marker { display: none; }
.dg-faq summary::after {
  content: ""; position: absolute; right: 12px; top: 50%;
  width: 10px; height: 10px; margin-top: -7px;
  border-right: 2.5px solid var(--dg-blue); border-bottom: 2.5px solid var(--dg-blue);
  transform: rotate(45deg); transition: transform .2s ease;
}
.dg-faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.dg-faq details p { font-size: 15.2px; color: var(--dg-muted); padding: 0 40px 22px 0; margin: 0; }

/* ---------- Bloco de chamada final ---------- */
.dg-local { max-width: 760px; }

/* ---------- CTA final ---------- */
.dg-cta {
  background: linear-gradient(120deg, var(--dg-navy) 0%, var(--dg-blue-dark) 100%);
  border-radius: var(--dg-radius-lg);
  padding: 58px 56px; color: rgba(255,255,255,.85);
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.dg-cta h2 { color: #fff; font-size: 29px; margin-bottom: 12px; }
.dg-cta p { color: rgba(255,255,255,.8); max-width: 620px; font-size: 16px; }
.dg-cta .dg-actions { margin-top: 0; }

/* ---------- Nota / selo ---------- */
.dg-note {
  border-left: 3px solid var(--dg-blue);
  background: var(--dg-soft);
  padding: 20px 24px; border-radius: 0 var(--dg-radius) var(--dg-radius) 0;
  font-size: 15px; margin-top: 28px;
}
.dg-section--soft .dg-note { background: #fff; }

/* ---------- Links internos ---------- */
.dg-related { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.dg-related a {
  display: inline-block; font-size: 14px; font-weight: 600; font-family: var(--dg-font-head);
  color: var(--dg-navy); background: #fff; border: 1px solid var(--dg-line);
  padding: 10px 18px; border-radius: 6px; text-decoration: none;
  transition: border-color .18s ease, color .18s ease;
}
.dg-related a:hover { border-color: var(--dg-blue); color: var(--dg-blue); }

/* ---------- Responsivo ---------- */
@media (max-width: 1024px) {
  .dg-svc { --dg-pad: 66px; }
  .dg-h1 { font-size: 38px; }
  .dg-h2 { font-size: 29px; }
  .dg-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .dg-hero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 38px; }
  .dg-hero-media { max-width: 480px; }
  .dg-steps { grid-template-columns: repeat(2, 1fr); }
  .dg-split { grid-template-columns: 1fr; gap: 38px; }
  .dg-cta { grid-template-columns: 1fr; padding: 46px 38px; }
}

@media (max-width: 720px) {
  .dg-svc { --dg-pad: 52px; font-size: 15.5px; }
  .dg-wrap { padding: 0 18px; }
  .dg-h1 { font-size: 30px; }
  .dg-h2 { font-size: 25px; }
  .dg-hero-lead, .dg-lead { font-size: 16.5px; }
  .dg-hero-grid { gap: 30px; padding-top: 30px; }
  .dg-hero-media { max-width: 100%; border-radius: 12px; box-shadow: 0 18px 36px rgba(0,0,0,.32); }
  .dg-grid--2, .dg-grid--3, .dg-grid--4 { grid-template-columns: 1fr; }
  .dg-stats { grid-template-columns: repeat(2, 1fr); margin-top: -34px; }
  .dg-stats div { border-right: 0; border-bottom: 1px solid var(--dg-line); padding: 22px 20px; }
  .dg-stats div:nth-child(odd) { border-right: 1px solid var(--dg-line); }
  .dg-stats b { font-size: 25px; }
  .dg-steps { grid-template-columns: 1fr; gap: 24px; }
  .dg-tick--2 { columns: 1; }
  .dg-cta { padding: 36px 26px; }
  .dg-cta h2 { font-size: 24px; }
  .dg-btn { width: 100%; justify-content: center; }
  .dg-panel { padding: 26px 22px; }
}/* End custom CSS */