.elementor-6922 .elementor-element.elementor-element-c13019f{--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;}/* Start custom CSS for html, class: .elementor-element-0690055 *//* ======================================
   FILTROS + GRID | Cliente 3D Touch
   ====================================== */

#cliente-3dtouch{
  font-family: 'Montserrat', Arial, sans-serif;
}

/* ---------- FILTROS ---------- */

#cliente-3dtouch .printers-filters{
  position: sticky;
  top: 80px;
  z-index: 30;
  background: rgba(39,40,39,0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#cliente-3dtouch .printers-filters-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:18px 48px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  justify-content:space-between;
}

#cliente-3dtouch .filters-left{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

#cliente-3dtouch .filter-btn{
  height:36px;
  padding:0 18px;
  border-radius:4px; /* menos arredondado */
  border:1px solid rgba(255,255,255,0.08);
  background:#272827;
  color:#ffffff;
  font-size:13px;
  font-weight:500;
  letter-spacing:.02em;
  cursor:pointer;
  transition:.25s ease;
}

#cliente-3dtouch .filter-btn:hover{
  color:#55baba;
  border-color:rgba(85,186,186,0.45);
}

#cliente-3dtouch .filter-btn.active{
  background:#55baba;
  border-color:#55baba;
  color:#272827;
  font-weight:600;
}

/* ---------- GRID ---------- */

#cliente-3dtouch .printers-section{
  padding:72px 0;
  background:#272827;
}

#cliente-3dtouch .printers-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 48px;
}

#cliente-3dtouch .printers-header{
  margin-bottom:48px;
  max-width:520px;
}

#cliente-3dtouch .printers-header h1{
  margin:0 0 10px;
  font-size:30px;
  font-weight:600;
  color:#ffffff;
  letter-spacing:-0.02em;
}

#cliente-3dtouch .printers-header p{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color:#eaeaea;
  opacity:.7;
}

#cliente-3dtouch .printers-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

/* ---------- CARD ---------- */

#cliente-3dtouch .printer-card{
  background:#1f1f1f;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:6px; /* menos arredondado */
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:.35s ease;
}

#cliente-3dtouch .printer-card:hover{
  transform:translateY(-4px);
  border-color:rgba(85,186,186,0.45);
}

#cliente-3dtouch .printer-image{
  position:relative;
  aspect-ratio:1/1;
  background:#111;
  display:flex;
  align-items:center;
  justify-content:center;
}

#cliente-3dtouch .printer-image img{
  max-width:70%;
  max-height:70%;
  object-fit:contain;
  transition:.4s ease;
}

#cliente-3dtouch .printer-card:hover .printer-image img{
  transform:scale(1.05);
}

#cliente-3dtouch .printer-body{
  padding:22px 22px 24px;
  display:flex;
  flex-direction:column;
  gap:14px;
  height:100%;
}

#cliente-3dtouch .printer-body h3{
  margin:0;
  font-size:18px;
  font-weight:600;
  color:#ffffff;
  transition:.25s ease;
}

#cliente-3dtouch .printer-card:hover h3{
  color:#55baba;
}

#cliente-3dtouch .printer-body p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#eaeaea;
  opacity:.7;
}

#cliente-3dtouch .printer-footer{
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,0.08);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

#cliente-3dtouch .printer-footer span{
  font-size:12px;
  color:#eaeaea;
  opacity:.6;
}

#cliente-3dtouch .printer-footer i{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#272827;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  font-style:normal;
  font-size:14px;
  transition:.25s ease;
}

#cliente-3dtouch .printer-card:hover .printer-footer i{
  background:#55baba;
  color:#272827;
}

/* ---------- RESPONSIVO ---------- */

@media (max-width:1024px){
  #cliente-3dtouch .printers-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:640px){
  #cliente-3dtouch .printers-grid{
    grid-template-columns:1fr;
  }
  #cliente-3dtouch .printers-wrap,
  #cliente-3dtouch .printers-filters-wrap{
    padding:0 24px;
  }
}/* End custom CSS */