.elementor-24 .elementor-element.elementor-element-36caa163{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-24 .elementor-element.elementor-element-36caa163{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-707e0295 */:root {
  --verde: #0B7B78;
  --verde-acento: #0E9E9A;
  --branco: #FFFFFF;
  --cinza: #9A9A92;
}

.jj-nav {
  font-family: 'Barlow', sans-serif;
  background: var(--verde);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  height: 80px;
  position: relative;
  z-index: 100;
}

.jj-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
}

.jj-logo-img {
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  text-align: center;
}

.jj-nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.jj-nav-links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.jj-nav-links a:hover {
  color: var(--branco);
}

.jj-nav-cta {
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--branco) !important;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  transition: background 0.2s !important;
}

.jj-nav-cta:hover {
  background: rgba(255, 255, 255, 0.18) !important;
}

@media (max-width: 768px) {
  .jj-nav { padding: 0 24px; }
  .jj-nav-links { display: none; }
}

@media (max-width: 768px) {
  .jj-nav {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60bed30c */.jj-hero {
  font-family: 'Barlow', sans-serif;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: #0A0A0A;
}

.jj-hero-foto {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.jj-hero-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(40%) contrast(1.05);
}

.jj-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0.60) 0%,
    rgba(10, 10, 10, 0.72) 50%,
    rgba(10, 10, 10, 0.88) 100%
  );
}

.jj-hero-body {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px 60px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.jj-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.jj-eyebrow-line {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.jj-hero-eyebrow span {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.jj-hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(80px, 14vw, 148px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 32px;
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.jj-hero-title .verde {
  color: #0E9E9A;
}

.jj-hero-title .outline {
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
  color: transparent;
}

.jj-hero-sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  max-width: 500px;
  margin-bottom: 44px;
}

.jj-hero-sub strong {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.jj-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #0B7B78;
  color: #FFFFFF;
  text-decoration: none;
  padding: 18px 40px;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
  margin-bottom: 64px;
}

.jj-btn-primary:hover {
  background: #0E9E9A;
}

.jj-btn-arrow {
  width: 24px;
  height: 1px;
  background: currentColor;
  position: relative;
  display: block;
  transition: width 0.2s;
}

.jj-btn-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.jj-btn-primary:hover .jj-btn-arrow {
  width: 36px;
}

.jj-stats {
  display: flex;
  align-items: center;
}

.jj-stat {
  text-align: center;
  padding: 0 48px;
}

.jj-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.jj-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 44px;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.jj-stat-num sup {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #0E9E9A;
  vertical-align: super;
}

.jj-stat-label {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.jj-hero-footer {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 18px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.3);
}

.jj-hero-footer-text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.jj-hero-footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

@keyframes fade-in-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.jj-hero-eyebrow { animation: fade-in-up 0.5s ease 0.1s both; }
.jj-hero-title   { animation: fade-in-up 0.6s ease 0.2s both; }
.jj-hero-sub     { animation: fade-in-up 0.6s ease 0.35s both; }
.jj-btn-primary  { animation: fade-in-up 0.6s ease 0.45s both; }
.jj-stats        { animation: fade-in-up 0.6s ease 0.55s both; }

@media (max-width: 768px) {
  .jj-hero-title { font-size: 72px; gap: 10px; }
  .jj-stat { padding: 0 20px; }
  .jj-stat-num { font-size: 34px; }
  .jj-hero-footer { gap: 12px; flex-wrap: wrap; padding: 16px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2cd48d42 */.jj-cases {
  font-family: 'Barlow', sans-serif;
  background: #FFFFFF;
  padding: 80px;
}

.jj-cases-header {
  text-align: center;
  margin-bottom: 48px;
}

.jj-cases-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

.jj-cases-eyebrow .jj-eyebrow-line {
  width: 40px;
  height: 1px;
  background: #0B7B78;
}

.jj-cases-eyebrow span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0B7B78;
}

.jj-cases-titulo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: #0A0A0A;
  margin-bottom: 12px;
}

.jj-cases-sub {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #7A7A72;
  max-width: 460px;
  margin: 0 auto;
}

.jj-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #E0E0DC;
  margin-bottom: 2px;
}

.jj-case {}

.jj-case-foto {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.jj-case-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(30%) contrast(1.05);
  transition: transform 0.4s ease, filter 0.3s ease;
}

.jj-case:hover .jj-case-foto img {
  transform: scale(1.05);
  filter: grayscale(0%) contrast(1.05);
}

.jj-case-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.82) 0%, rgba(10,10,10,0.1) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.jj-case-nome {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 6px;
}

.jj-case-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.jj-cases-rodape {
  background: #0B7B78;
  padding: 36px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.jj-cases-rodape p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 400px;
  line-height: 1.5;
}

.jj-btn-cases {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 14px 32px;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.jj-btn-cases:hover { background: rgba(255,255,255,0.25); }

.jj-btn-arrow {
  width: 20px;
  height: 1px;
  background: currentColor;
  position: relative;
  display: block;
  transition: width 0.2s;
}

.jj-btn-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.jj-btn-cases:hover .jj-btn-arrow { width: 28px; }

@media (max-width: 768px) {
  .jj-cases { padding: 60px 24px; }
  .jj-cases-grid { grid-template-columns: 1fr 1fr; }
  .jj-cases-rodape { padding: 28px 24px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .jj-cases-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1886bda8 */.jj-eserv {
  font-family: 'Barlow', sans-serif;
  background: #FFFFFF;
}

/* ── MOSAICO DE FOTOS ── */
.jj-eserv-fotos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 3px;
  width: 100%;
}

/* Foto principal — ocupa as 2 linhas da esquerda */
.jj-eserv-foto--principal {
  grid-row: 1 / 3;
  overflow: hidden;
  background: #E8E8E4;
}

/* Grid da direita — 3 fotos em 2 linhas */
.jj-eserv-foto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 3px;
}

.jj-eserv-foto {
  overflow: hidden;
  background: #E8E8E4;
}

/* Foto larga ocupa as 2 colunas da 2ª linha */
.jj-eserv-foto--larga {
  grid-column: 1 / -1;
}

.jj-eserv-foto--principal img,
.jj-eserv-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(10%) contrast(1.05);
  transition: transform 0.5s ease;
}

.jj-eserv-foto--principal:hover img,
.jj-eserv-foto:hover img { transform: scale(1.04); }

/* ── CORPO: título + lista ── */
.jj-eserv-corpo {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
  padding: 64px 80px;
  align-items: start;
}

.jj-eserv-esquerda {
  padding-right: 48px;
  position: sticky;
  top: 40px;
}

.jj-eserv-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.jj-eserv-eyebrow .jj-eyebrow-line {
  width: 36px;
  height: 1px;
  background: #0B7B78;
}

.jj-eserv-eyebrow span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0B7B78;
}

.jj-eserv-titulo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: #0A0A0A;
  margin-bottom: 16px;
}

.jj-eserv-sub {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #7A7A72;
  margin-bottom: 32px;
}

.jj-btn-servico {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #0B7B78;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 13px 28px;
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}

.jj-btn-servico:hover { background: #0E9E9A; }

.jj-btn-arrow {
  width: 18px;
  height: 1px;
  background: currentColor;
  position: relative;
  display: block;
  transition: width 0.2s;
}

.jj-btn-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.jj-btn-servico:hover .jj-btn-arrow { width: 26px; }

/* Lista */
.jj-eserv-lista { border-top: 1px solid #E0E0DC; }

.jj-eserv-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid #E0E0DC;
  align-items: start;
  transition: padding-left 0.2s;
}

.jj-eserv-item:hover { padding-left: 6px; }

.jj-eserv-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #0B7B78;
  padding-top: 2px;
}

.jj-eserv-conteudo h3 {
  font-size: 15px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 4px;
  line-height: 1.3;
}

.jj-eserv-conteudo p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: #7A7A72;
}

/* Responsivo */
@media (max-width: 768px) {
  .jj-eserv-fotos {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .jj-eserv-foto--principal { grid-row: auto; height: 260px; }
  .jj-eserv-foto-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 160px 160px; }

  .jj-eserv-corpo {
    grid-template-columns: 1fr;
    padding: 48px 24px;
    gap: 40px;
  }

  .jj-eserv-esquerda { position: static; padding-right: 0; }
}

/* Foto principal (técnico na escada) e pressurização — ancora do topo */
.jj-eserv-foto--principal img,
.jj-eserv-foto:nth-child(2) img {
  object-position: top;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54edf250 */.jj-aval {
  font-family: 'Barlow', sans-serif;
  background: #FFFFFF;
  padding: 100px 80px;
}

.jj-aval-header {
  text-align: center;
  margin-bottom: 56px;
}

.jj-aval-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.jj-aval-eyebrow .jj-eyebrow-line {
  width: 40px;
  height: 1px;
  background: #0B7B78;
}

.jj-aval-eyebrow span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0B7B78;
}

.jj-aval-titulo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: #0A0A0A;
  margin-bottom: 28px;
}

.jj-aval-nota {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E0DC;
  padding: 16px 28px;
}

.jj-aval-nota-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 56px;
  line-height: 1;
  color: #0A0A0A;
}

.jj-aval-nota-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.jj-aval-estrelas {
  color: #F4B400;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

.jj-aval-nota-info span {
  font-size: 12px;
  color: #7A7A72;
}

.jj-aval-link {
  font-size: 12px;
  font-weight: 500;
  color: #0B7B78;
  text-decoration: none;
  transition: color 0.2s;
}

.jj-aval-link:hover { color: #0E9E9A; }

.jj-aval-carrossel-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.jj-aval-carrossel {
  flex: 1;
  overflow: hidden;
}

.jj-aval-track {
  display: grid;
  grid-template-columns: repeat(9, calc(33.333% - 2px));
  gap: 2px;
  transition: transform 0.4s ease;
  width: calc((100% + 2px) * 3);
}

.jj-aval-card {
  background: #F7F7F5;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 220px;
}

.jj-aval-card-estrelas {
  color: #F4B400;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
}

.jj-aval-card-texto {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: #3A3A36;
  flex: 1;
  font-style: italic;
}

.jj-aval-card-autor {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #E8E8E4;
}

.jj-aval-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0B7B78;
  color: #FFFFFF;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.jj-aval-card-autor strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #0A0A0A;
}

.jj-aval-card-autor span {
  font-size: 11px;
  font-weight: 300;
  color: #9A9A92;
}

.jj-aval-btn {
  width: 44px;
  height: 44px;
  background: #0B7B78;
  color: #FFFFFF;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
  border-radius: 2px;
}

.jj-aval-btn:hover { background: #0E9E9A; }

.jj-aval-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.jj-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #E0E0DC;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
}

.jj-dot--ativo { background: #0B7B78; }

@media (max-width: 768px) {
  .jj-aval { padding: 60px 24px; }
  .jj-aval-track { grid-template-columns: repeat(9, 100%); width: 900%; }
  .jj-aval-btn { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67c04a73 */.jj-info {
  font-family: 'Barlow', sans-serif;
  background: #0B7B78;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.jj-info-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.jj-info-eyebrow .jj-eyebrow-line {
  width: 36px;
  height: 1px;
  background: rgba(255,255,255,0.5);
}

.jj-info-eyebrow span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

.jj-info-titulo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.jj-info-texto {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.55);
  border-left: 3px solid rgba(255,255,255,0.4);
  padding-left: 20px;
  margin-bottom: 32px;
}

.jj-info-texto strong {
  font-weight: 500;
  color: #FFFFFF;
}

.jj-info-foto-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.jj-info-foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(20%) contrast(1.05);
  transition: transform 0.5s ease;
}

.jj-info-foto-wrap:hover .jj-info-foto { transform: scale(1.03); }

.jj-info-direita {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 56px;
}

.jj-info-destaque {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.jj-info-destaque-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 96px;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.jj-info-destaque-num span {
  color: rgba(255,255,255,0.6);
  font-size: 48px;
  vertical-align: super;
}

.jj-info-destaque-texto strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.jj-info-destaque-texto span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

.jj-info-destaques-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(255,255,255,0.1);
  margin-bottom: 2px;
}

.jj-info-card {
  background: rgba(0,0,0,0.15);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background 0.2s;
}

.jj-info-card:hover { background: rgba(0,0,0,0.25); }

.jj-info-card-icone {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #FFFFFF;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-bottom: 4px;
}

.jj-info-card strong {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

.jj-info-card span {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.55;
}

.jj-info-rodape {
  background: rgba(0,0,0,0.12);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 20px 24px;
  margin-top: 2px;
}

.jj-info-rodape span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  font-style: italic;
}

@media (max-width: 768px) {
  .jj-info { grid-template-columns: 1fr; padding: 60px 28px; gap: 48px; }
  .jj-info-direita { padding-top: 0; }
  .jj-info-destaque-num { font-size: 72px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-323bd35d */.jj-cobertura {
  font-family: 'Barlow', sans-serif;
  background: #0A0A0A;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.jj-cobertura-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.jj-cobertura-eyebrow .jj-eyebrow-line {
  width: 40px;
  height: 1px;
  background: #0B7B78;
}

.jj-cobertura-eyebrow span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0B7B78;
}

.jj-cobertura-titulo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.jj-cobertura-sub {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
  max-width: 500px;
  margin-bottom: 60px;
}

.jj-cobertura-sub strong {
  font-weight: 600;
  color: #FFFFFF;
}

.jj-cidades-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  max-width: 680px;
  border: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 32px;
}

.jj-cidade-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 16px;
  border-right: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s;
}

.jj-cidade-card:nth-child(3n) { border-right: none; }
.jj-cidade-card:nth-last-child(-n+3) { border-bottom: none; }
.jj-cidade-card:hover { background: rgba(255,255,255,0.03); }

.jj-cidade-card--destaque { background: rgba(11,123,120,0.12); }
.jj-cidade-card--destaque:hover { background: rgba(11,123,120,0.2); }

.jj-cidade-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(11,123,120,0.5);
  flex-shrink: 0;
  display: block;
}

.jj-cidade-dot--grande {
  width: 12px;
  height: 12px;
  background: #0B7B78;
}

.jj-cidade-card strong {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

.jj-cidade-card span:not(.jj-cidade-dot):not(.jj-cidade-dot--grande) {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.01em;
}

.jj-cobertura-mais {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.25);
  font-style: italic;
  margin-bottom: 48px;
}

.jj-btn-cobertura {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 12px;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: border-color 0.2s, color 0.2s;
}

.jj-btn-cobertura:hover {
  color: #0E9E9A;
  border-color: #0E9E9A;
}

.jj-btn-arrow {
  width: 24px;
  height: 1px;
  background: currentColor;
  position: relative;
  display: block;
  transition: width 0.2s;
}

.jj-btn-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.jj-btn-cobertura:hover .jj-btn-arrow { width: 36px; }

@media (max-width: 600px) {
  .jj-cobertura { padding: 60px 24px; }
  .jj-cidades-grid { grid-template-columns: repeat(2, 1fr); }
  .jj-cidade-card:nth-child(3n) { border-right: 1px solid rgba(255,255,255,0.07); }
  .jj-cidade-card:nth-child(2n) { border-right: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-269266b */.jj-cta {
  font-family: 'Barlow', sans-serif;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
  align-items: center;
  position: relative;
}

.jj-cta::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: #E0E0DC;
  transform: translateX(-50%);
  pointer-events: none;
}

/* ESQUERDA */
.jj-cta-esquerda {
  padding: 80px 64px 80px 80px;
}

.jj-cta-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.jj-cta-eyebrow .jj-eyebrow-line {
  width: 36px;
  height: 1px;
  background: #0B7B78;
}

.jj-cta-eyebrow span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0B7B78;
}

.jj-cta-titulo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 7vw, 104px);
  line-height: 0.88;
  letter-spacing: 0.02em;
  color: #0A0A0A;
  margin-bottom: 24px;
}

.jj-cta-sub {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #7A7A72;
  max-width: 380px;
  margin-bottom: 40px;
}

.jj-cta-diferenciais {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.jj-cta-dif {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jj-cta-dif-icone {
  color: #0B7B78;
  font-size: 16px;
  flex-shrink: 0;
}

.jj-cta-dif span:last-child {
  font-size: 14px;
  font-weight: 300;
  color: #555550;
}

/* DIREITA — formulário */
.jj-cta-direita {
  background: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 64px;
}

.jj-form {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.jj-form-grupo {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.jj-form-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B7B78;
}

.jj-form-input {
  background: #FFFFFF;
  border: 1px solid #E0E0DC;
  border-radius: 2px;
  padding: 14px 16px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #0A0A0A;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

.jj-form-input:focus {
  border-color: #0B7B78;
}

.jj-form-input::placeholder {
  color: #BBBBBB;
}

.jj-form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230B7B78' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.jj-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #0B7B78 !important;
  color: #FFFFFF !important;
  border: none;
  padding: 18px 36px;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  margin-top: 4px;
}

.jj-form-btn:hover {
  background: #0E9E9A !important;
}

.jj-btn-arrow {
  width: 20px;
  height: 1px;
  background: currentColor;
  position: relative;
  display: block;
  transition: width 0.2s;
}

.jj-btn-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.jj-form-btn:hover .jj-btn-arrow { width: 30px; }

.jj-form-aviso {
  font-size: 11px;
  font-weight: 300;
  color: #9A9A92;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .jj-cta { grid-template-columns: 1fr; }
  .jj-cta-esquerda { padding: 60px 28px; }
  .jj-cta-direita { padding: 48px 28px; }
  .jj-cta::after { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-267fe40 */.jj-b2b {
  font-family: 'Barlow', sans-serif;
  background: #0A0A0A;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.jj-b2b-texto {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
}

.jj-b2b-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.75) !important;
  text-decoration: none;
  padding: 9px 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
}

.jj-b2b-btn:hover {
  border-color: #25D366;
  color: #FFFFFF !important;
}

@media (max-width: 768px) {
  .jj-b2b {
    padding: 20px 24px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cc7f9a4 */.jj-footer {
  font-family: 'Barlow', sans-serif;
  background: #0A0A0A;
}

.jj-footer-mapa {
  width: 100%;
  height: 360px;
  overflow: hidden;
  filter: grayscale(30%) contrast(1.05);
  border-bottom: 3px solid #0B7B78;
}

.jj-footer-mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.jj-footer-conteudo {
  padding: 64px 80px 0;
}

.jj-footer-topo {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.jj-footer-desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
  max-width: 280px;
}

.jj-footer-whats {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.jj-footer-whats:hover { color: #25D366; }

.jj-footer-col-titulo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #0B7B78;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.jj-footer-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jj-footer-lista li {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

.jj-footer-lista a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.jj-footer-lista a:hover { color: #FFFFFF; }

.jj-footer-lista--contato li {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.jj-footer-lista--contato li:last-child { border-bottom: none; }

.jj-footer-label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 4px;
}

.jj-footer-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.04em;
}

.jj-footer-base a {
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.jj-footer-base a:hover { color: #0B7B78; }

@media (max-width: 900px) {
  .jj-footer-conteudo { padding: 48px 28px 0; }
  .jj-footer-topo { grid-template-columns: 1fr; gap: 36px; }
  .jj-footer-mapa { height: 240px; }
  .jj-footer-base { flex-direction: column; gap: 8px; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9fc05b */.jj-footer {
  font-family: 'Barlow', sans-serif;
  background: #0A0A0A;
}

.jj-footer-mapa {
  width: 100%;
  height: 360px;
  overflow: hidden;
  filter: grayscale(30%) contrast(1.05);
  border-bottom: 3px solid #0B7B78;
}

.jj-footer-mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.jj-footer-conteudo {
  padding: 64px 80px 0;
}

.jj-footer-topo {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.jj-footer-desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
  max-width: 280px;
}

.jj-footer-whats {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.jj-footer-whats:hover { color: #25D366; }

.jj-footer-col-titulo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #0B7B78;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.jj-footer-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jj-footer-lista li {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

.jj-footer-lista a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.jj-footer-lista a:hover { color: #FFFFFF; }

.jj-footer-lista--contato li {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.jj-footer-lista--contato li:last-child { border-bottom: none; }

.jj-footer-label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 4px;
}

.jj-footer-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.04em;
}

.jj-footer-base a {
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.jj-footer-base a:hover { color: #0B7B78; }

@media (max-width: 900px) {
  .jj-footer-conteudo { padding: 48px 28px 0; }
  .jj-footer-topo { grid-template-columns: 1fr; gap: 36px; }
  .jj-footer-mapa { height: 240px; }
  .jj-footer-base { flex-direction: column; gap: 8px; text-align: center; }
}/* End custom CSS */
/* Start custom CSS */.elementor-widget-wrap,
.e-con > .elementor-widget,
.e-con-full > .elementor-widget {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.e-con,
.e-con-full {
  --widgets-spacing: 0px !important;
  padding: 0 !important;
}/* End custom CSS */