.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-54e8fed:#535353;--e-global-color-46888a8:#FF7700;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.gradient-text {
  background: linear-gradient(90deg, #FF5001, #FF8D36); /* ajuste as cores */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold; /* mantém em negrito */
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
  max-width: 900px;
  margin: auto;
  font-family: 'Work Sans', sans-serif;
}

.service-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  padding: 12px 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-weight: 600; /* semibold */
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-pill svg {
  color: #ff6600; /* cor dos ícones (troque pela cor da sua marca) */
  flex-shrink: 0;
}

.service-pill span {
  color: #333;
  font-size: 15px;
}

.service-pill:hover {
  border-color: #ff6600; /* cor da marca */
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

.video-bg {
  width: 100%;
  border-radius: 12px;

  /* Máscara combinando top, bottom e left */
  -webkit-mask-image: 
    linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%),  /* esquerda */
    linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%); /* topo + baixo */
  -webkit-mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;

  mask-image: 
    linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%),  
    linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
  mask-composite: intersect;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;

  /* Fundo branco atrás */
  background: white;
}

/* Fonte Work Sans */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap');

/* Importa Work Sans */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

.stat-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.stat-card svg {
  color: #ff6600; /* cor da sua marca */
  margin-bottom: 12px;
}

.stat-card h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800; /* Bold */
  font-size: 25px;
  margin: 0;
  color: #535353;
}

.stat-card p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500; /* Regular */
  font-size: 18px;
  color: #535353;
  margin-top: 6px;
}

.stat-card:hover {
  border-color: #ff6600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

/* Responsivo */
@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* Fonte Work Sans */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

/* Fonte Work Sans */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

.flip-boxes {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.flip-box {
  background: transparent;
  width: 280px;
  height: 340px;
  perspective: 1000px; /* efeito 3D */
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  backface-visibility: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Frente */
.flip-box-front {
  background: #fff;
  color: #333;
  padding: 20px;
}

.flip-box-front img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.flip-box-front h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  color: #FF7700; /* Nome em laranja */
}

.flip-box-front p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #535353; /* Cargo em cinza */
  margin-top: 5px;
}

/* Verso */
.flip-box-back {
  background: linear-gradient(135deg, #FF7700, #FF5001);
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
}

.flip-box-back .quote {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.flip-box-back .btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.flip-box-back .btn:hover {
  background: #fff;
  color: #FF5001;
}
.video-section {
  position: relative;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  right: 0;
  height: 50%; /* ocupa metade da altura da section */
  background-image: url('https://okta7.com.br/wp-content/uploads/2025/09/bg-video.png'); /* troque pelo caminho da imagem */
  background-size: cover;
  border-radius: 300
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 0; /* mantém quadrado */
}

.video-container {
  max-width: 900px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  aspect-ratio: 16/9;
}
/* Container do formulário */
.custom-form {
  max-width: 1000px;
  margin: auto;
  font-family: 'Work Sans', sans-serif;
}

/* Linha de inputs lado a lado */
.custom-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* Grupo de cada campo */
.custom-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Labels */
.custom-form label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  display: block;
}

/* Inputs + Textarea */
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: none; /* sem borda */
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: box-shadow 0.3s ease;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* sombra suave */
}

/* Foco nos campos */
.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form input[type="tel"]:focus,
.custom-form textarea:focus {
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Textarea ajustes */
.custom-form textarea {
  min-height: 120px;
  resize: none;
}

/* Botão enviar */
.custom-form input[type="submit"],
.custom-form button[type="submit"] {
  display: block;
  width: 220px;
  margin: 30px auto 0;
  padding: 14px 20px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #FF7700, #FF5001);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}

/* Hover do botão */
.custom-form input[type="submit"]:hover,
.custom-form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

/* Responsivo: empilhar no mobile */
@media (max-width: 768px) {
  .custom-form .form-row {
    flex-direction: column;
  }
}.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 10%;
  gap: 40px;
  font-family: 'Work Sans', sans-serif;
}

/* Texto */
.hero-content {
  flex: 1;
}

.hero-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #FF7700;
  border-radius: 25px;
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

.hero-badge strong {
  color: #FF7700;
}

.hero h1 {
  font-size: 42px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 25px;
}

.hero h1 strong {
  font-weight: 700;
}

.hero-btn {
  display: inline-block;
  background: linear-gradient(90deg, #0a0f3c, #111b60);
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Shape com vídeo */
.hero-shape {
  flex: 1;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  min-height: 400px;
}

.hero-shape video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsivo */
@media (max-width: 992px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }
  .hero-content {
    order: 1;
  }
  .hero-shape {
    order: 2;
    width: 100%;
    height: 300px;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 900px;
  margin: auto;
}

/* Estrutura do Flip */
.flip-card {
  background: transparent;
  width: 100%;
  height: 80px; /* antes era 120px → 50% */
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Frente e Verso */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  padding: 0 20px; /* alinhamento à esquerda */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Frente */
.flip-card-front {
  background: #fff;
  border: 1px solid #eee;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start; /* alinhado à esquerda */
}

.flip-card-front .icon svg {
  width: 36px; /* aumentado */
  height: 36px;
}

.flip-card-front h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  margin: 0;
  text-align: left;
}

/* Verso */
.flip-card-back {
  background: linear-gradient(135deg, #FF7700, #FF5001);
  color: #fff;
  transform: rotateY(180deg);
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  justify-content: flex-start; /* conteúdo à esquerda */
}

/* Container geral do formulário */
.trabalhe-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  max-width: 500px;
  margin: auto;
  font-family: 'Work Sans', sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Título do formulário */
.trabalhe-form h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

/* Campos do formulário */
.trabalhe-form input,
.trabalhe-form select,
.trabalhe-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  background: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Efeito de foco nos campos */
.trabalhe-form input:focus,
.trabalhe-form select:focus,
.trabalhe-form textarea:focus {
  outline: none;
  box-shadow: 0 4px 10px rgba(255, 119, 0, 0.3);
}

/* Botão */
.trabalhe-form button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  cursor: pointer;
  background: linear-gradient(135deg, #FF7700, #FF5001);
  color: #fff;
  transition: all 0.3s ease;
}


.trabalhe-form button:hover {
  background: linear-gradient(135deg, #FF5001, #FF7700);
  transform: translateY(-2px);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 900px;
  margin: auto;
}

/* Mobile: 1 por linha */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flip-card {
    height: 90px; /* aumenta um pouco no mobile para caber bem */
  }

  .flip-card-front h3 {
    font-size: 14px;
  }

  .flip-card-front .icon svg {
    width: 32px;
    height: 32px;
  }
}/* End custom CSS */