.banner-thumb video.banner-videos {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* mantém o corte elegante */
  border-radius: 12px; /* opcional, se quiser bordas arredondadas */
}

.whatsapp-btn i {
  font-size: 48px;        /* tamanho maior */
  color: #25D366;         /* cor oficial do WhatsApp */
  transition: transform 0.2s;
}

.whatsapp-btn i:hover {
  transform: scale(1.1);  /* efeito de leve aumento ao passar o mouse */
}

/* ===============================
   RESET
================================ */
.service-business-list,
.contato-sequencia {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contato-sequencia li::marker,
.contato-sequencia li::before,
.contato-sequencia li::after {
  content: none !important;
  display: none !important;
}

/* ===============================
   DESKTOP
================================ */
.contato-sequencia {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 99%;
  flex-wrap: wrap;
}

.contato-sequencia .step {
  flex: 1 1 120px;
  min-width: 120px;
  padding: 20px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 12px;
  font-weight: 600;
  color: #333;
  box-shadow: 0 3px 6px rgba(0,0,0,0.04);
}

/* Setas desktop */
.contato-sequencia .setas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 36px;
  height: 56px;
  color: #5C4FE7;
  font-size: 18px;
  pointer-events: none;
}

/* Ícones desktop visíveis */
.desktop {
  display: block;
}

/* Ícones mobile escondidos */
.mobile {
  display: none;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 768px) {

  .contato-sequencia {
    flex-direction: column;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
  }

  .contato-sequencia .step {
    width: 100%;
    max-width: 280px; /* opcional */
    padding: 10px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* SETAS NO MOBILE */
  .contato-sequencia .setas {
    flex-direction: row;
    width: auto;
    height: auto;
    gap: 6px;
    margin: 2px 0;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
    font-size: 16px;
  }
}


.mobile-only { display: none; }

@media (max-width: 768px) {  
  .mobile-only { display: block; }
  
  .shape-wrapper {
    position: static;    
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}


.promer {
    font-size: 75px;
}

.ceo{
    margin-top: -160px; 
    border-radius: 5px;    
}

.service-business-thumb{
    height: 100%;
}

@media only screen and (max-width: 576px) {
  .promer {
        font-size: 35px;
    }
  #como-trabalhamos{
    padding-bottom: 90px;
  }
  
  .ceo{
    margin-top: -100px;       
    }
  .tools-icon img {
      height: 150px;
      width: 150px;
      object-fit: contain;
    }
  .footer-botom-style-four {      
     padding-bottom: 180px;
    }
}





