.elementor-1302 .elementor-element.elementor-element-630af38{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1302 .elementor-element.elementor-element-630af38.e-con{--align-self:center;}.elementor-1302 .elementor-element.elementor-element-cf8384a.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1366px){.elementor-1302 .elementor-element.elementor-element-cf8384a{width:var( --container-widget-width, 1089px );max-width:1089px;--container-widget-width:1089px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-cf8384a *//* ===== SEÇÃO CLIENTES (100% LARGURA RESPONSIVA) ===== */
section.clientes-full {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  position: relative !important;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #002245 0%, #013b78 100%) !important;
  color: #ffffff;
  padding: 80px 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  text-align: center;
  z-index: 1 !important;
}

/* ===== CONTEÚDO CENTRAL ===== */
.clientes-conteudo {
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 0 5% !important;
  box-sizing: border-box;
}

/* ===== CABEÇALHO ===== */
.clientes-full h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #ffd15c;
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.clientes-full .subtitle {
  color: #dce8ff;
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 8px;
}

.clientes-full .trusted {
  color: #bcd6ff;
  font-weight: 600;
  margin-bottom: 25px;
}

/* ===== GRID DE LOGOS ===== */
.clientes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.cliente-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
  flex: 1 1 220px;
  min-width: 180px;
  max-width: 250px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.cliente-card:hover {
  transform: translateY(-5px) scale(1.02);
  background: rgba(255, 255, 255, 0.15);
}

.cliente-card img {
  max-width: 140px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}

/* ===== RESPONSIVIDADE ===== */

/* Tablets médios */
@media (max-width: 992px) {
  .cliente-card {
    flex: 1 1 45%;
    height: 110px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  section.clientes-full {
    padding: 55px 0 !important;
  }

  .clientes-grid {
    flex-direction: column;
    align-items: center;
    gap: 25px !important;
  }

  .cliente-card {
    width: 85%;
    height: auto;
    padding: 25px 20px;
    margin-bottom: 15px;
  }

  .cliente-card img {
    max-width: 160px;
    margin: 10px 0;
  }
}

/* ===== MOBILE PEQUENO ===== */
@media (max-width: 480px) {
  .clientes-grid {
    gap: 20px !important;
  }

  .cliente-card {
    width: 92%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .cliente-card img {
    max-width: 150px;
  }
}/* End custom CSS */