.elementor-2605 .elementor-element.elementor-element-1053030{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-98502d6 */.nefro-consulta{
  position: relative;
  padding: 120px 5%;
  background:
    radial-gradient(circle at 15% 20%, rgba(86,137,196,0.18) 0%, transparent 36%),
    radial-gradient(circle at 85% 20%, rgba(237,172,98,0.08) 0%, transparent 28%),
    linear-gradient(180deg, #e7f0f8 0%, #d9e7f3 100%);
  overflow: hidden;
}

.nefro-consulta-wrap{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.nefro-consulta-topo{
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.nefro-consulta-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(52,97,148,0.18);
  color: #346194;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(52,97,148,0.06);
}

.nefro-consulta-topo h2{
  margin: 0 0 18px;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0b2239;
}

.nefro-consulta-texto{
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.8;
  color: #2b3e55;
}

.nefro-consulta-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nefro-consulta-card{
  position: relative;
  padding: 30px 24px 26px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,255,255,0.60));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.70);
  box-shadow:
    0 16px 34px rgba(0,0,0,0.08),
    0 0 26px rgba(86,137,196,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.nefro-consulta-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.24) 0%,
    rgba(255,255,255,0.06) 48%,
    rgba(255,255,255,0.02) 100%
  );
  pointer-events: none;
}

.nefro-consulta-card::after{
  content: "";
  position: absolute;
  top: -50px;
  right: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86,137,196,0.16) 0%, rgba(86,137,196,0) 72%);
  filter: blur(12px);
  pointer-events: none;
}

.nefro-consulta-card:hover{
  transform: translateY(-6px);
  box-shadow:
    0 20px 38px rgba(0,0,0,0.10),
    0 0 30px rgba(86,137,196,0.12);
}

.nefro-consulta-numero{
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #346194 0%, #5b87b9 100%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  box-shadow:
    0 12px 24px rgba(52,97,148,0.18),
    0 0 24px rgba(52,97,148,0.12);
}

.nefro-consulta-card h3{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  color: #0b2239;
  letter-spacing: -0.01em;
}

.nefro-consulta-card p{
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: #2b3e55;
}

.nefro-consulta-reforco{
  max-width: 900px;
  margin: 34px auto 0;
  padding: 24px 26px;
  border-radius: 22px;
  text-align: center;
  background: linear-gradient(135deg, rgba(52,97,148,0.10), rgba(237,172,98,0.08));
  border: 1px solid rgba(52,97,148,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    0 10px 24px rgba(52,97,148,0.06);
}

.nefro-consulta-reforco p{
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #17324d;
}

/* RESPONSIVO */
@media (max-width: 1024px){
  .nefro-consulta{
    padding: 90px 24px;
  }

  .nefro-consulta-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .nefro-consulta{
    padding: 70px 16px;
  }

  .nefro-consulta-topo{
    margin-bottom: 30px;
  }

  .nefro-consulta-card{
    padding: 24px 18px 22px;
    border-radius: 22px;
  }

  .nefro-consulta-card h3{
    font-size: 19px;
  }

  .nefro-consulta-card p{
    font-size: 14.5px;
  }

  .nefro-consulta-numero{
    width: 56px;
    height: 56px;
    font-size: 21px;
    border-radius: 16px;
    margin-bottom: 16px;
  }

  .nefro-consulta-reforco{
    padding: 18px 16px;
    border-radius: 18px;
  }

  .nefro-consulta-reforco p{
    font-size: 15px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1053030 */.nefro-footer{
  position: relative;
  padding: 80px 5% 40px;
  background:
    radial-gradient(circle at 10% 10%, rgba(52,97,148,0.25) 0%, transparent 40%),
    linear-gradient(180deg, #02060c 0%, #000 100%);
  color: #fff;
}

/* GRID */
.nefro-footer-wrap{
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}

/* COLUNAS */
.nefro-footer-col h3{
  font-size: 22px;
  margin-bottom: 6px;
}

.nefro-footer-sub{
  display: block;
  color: #EDAC62;
  font-size: 14px;
  margin-bottom: 10px;
}

.nefro-footer-crm{
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
}

.nefro-footer-desc{
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
}

.nefro-footer-col h4{
  margin-bottom: 14px;
  font-size: 15px;
  color: #EDAC62;
}

/* LISTAS */
.nefro-footer-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.nefro-footer-list li{
  margin-bottom: 10px;
  font-size: 14px;
}

.nefro-footer-list a{
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: 0.3s;
}

.nefro-footer-list a:hover{
  color: #EDAC62;
}

/* DIVISOR */
.nefro-footer-divider{
  margin: 40px auto 20px;
  height: 1px;
  max-width: 1280px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.2),
    transparent
  );
}

/* BASE */
.nefro-footer-bottom{
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.nefro-footer-aviso{
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
}

.nefro-footer-copy{
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

/* RESPONSIVO */
@media (max-width: 1024px){
  .nefro-footer-wrap{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px){
  .nefro-footer{
    padding: 60px 20px 30px;
  }

  .nefro-footer-wrap{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nefro-footer-bottom{
    text-align: center;
  }
}
@media (max-width: 767px){

  .nefro-cta-final{
    padding: 56px 14px !important;
  }

  .nefro-cta-wrap{
    width: 100%;
    max-width: 100%;
  }

  /* TOPO CTA */
  .nefro-cta-topo{
    max-width: 100%;
    margin: 0 auto 38px !important;
    text-align: center;
  }

  .nefro-cta-topo h2{
    font-size: 26px !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
    letter-spacing: -0.02em;
  }

  .nefro-cta-topo p{
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-bottom: 22px !important;
  }

  .nefro-cta-info{
    margin-top: 12px !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }

  /* BOTÕES */
  .nefro-btn-principal,
  .nefro-btn-secundario{
    width: 100% !important;
    min-height: 48px !important;
    padding: 13px 18px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  /* LOCALIZAÇÃO */
  .nefro-localizacao{
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .nefro-localizacao-info{
    padding: 24px 16px !important;
    border-radius: 22px !important;
  }

  .nefro-localizacao-info h3{
    font-size: 22px !important;
    line-height: 1.18 !important;
    margin-bottom: 12px !important;
  }

  .nefro-localizacao-info p{
    font-size: 14.5px !important;
    line-height: 1.58 !important;
    margin-bottom: 16px !important;
  }

  .nefro-endereco{
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    margin-bottom: 20px !important;
  }

  .nefro-botoes{
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 18px !important;
  }

  .nefro-localizacao-texto{
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  /* MAPA */
  .nefro-localizacao-mapa iframe{
    height: 260px !important;
    border-radius: 20px !important;
  }
}/* End custom CSS */