body{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif !important;
}

input, button, select, textarea {
    font-family: 'Montserrat', sans-serif !important;
}  html {
      scroll-behavior: smooth;
    }

:root {
  --azul-escuro: #0a3f6e;
  --azul-destaque: #34baeb;
  --accent-color: #bae8f7;

  --bg-main: #ffffff;
  --bg-dark: #04080f;
  --bg-light: #f5f5f5;
  --bg-section: #252729;

  --text-primary: #000000;
  --text-secondary: #313030;
  --text-light: #ffffff;
  --text-muted: #9d9d9d;

  --border-light: #f3f3f3;
  --border-dark: #2b2b2d;

  --hover-primary: #1576b8;
  --hover-light: #f9f9f9;

  --shadow-light: rgba(0,0,0,0.1);
  --shadow-medium: rgba(0,0,0,0.25);

  --btn-color: #002770;
}
a {
  color: inherit;
  text-decoration: none;
}
/* =========================
   TEXT SLIDER
========================= */
.left-img-specific img{
  width: 900px !important;
  margin-left: -200px;
}
.center-img-specific{
  background-color:#f5f5f5 ;
  margin-top: -100px;
}
.loader-container {
  text-align: left;
}
.loader h2{
  font-weight: 900;
  margin: 0px;
}
.loader.static-text {
  font-size: 48px;
    color: var(--text-secondary) !important;
  font-weight: 700;
}

.loader.dynamic-wrapper {
  position: relative;
  height: 100px;
  overflow: hidden;
}

.loader.dynamic-text {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.loader.item {
  min-height: 100px;
  font-size: 70px;
  font-weight: 900;
  color: var(--azul-destaque);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1.1;
}

/* =========================
   VIDEO SECTION
========================= */
 hr{
  border: none;
  height: 1px; transition: 0.2s ease;
  background-color: #e5e5e5;
  margin: 10px 0;
}
.video-home-page {
  position: relative;
  width: 100%;
 padding: 46px 120px;
  overflow: hidden;
}

.video-home-page video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-title h1{
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 85px;
  margin: 0px;
    color: var(--text-secondary) !important;
}
.hero-title h2{
 font-weight: 900; margin: 0px;
 color: var(--text-secondary);
 font-size: 40px;
 margin-top: 20px;
  text-transform: uppercase;
 

}
.hero-title h3{
  font-size: 30px;
    color: var(--text-secondary) !important;
  line-height: 35px;
  font-weight: 100 !important;
  margin: 30px 0;
}
.hero-title b{
  color: var(--azul-destaque);
  font-weight: 900;
}
.hero-title p{
  font-size:20px !important;
    color: var(--text-secondary) !important;
  line-height: 35px;
  font-weight: 100 !important;
  margin: 30px 0;
}.hero-title span{
  
  transition: 0.2s ease;
  cursor: default;
}
.hero-title span:hover{
  color: var(--azul-destaque);
  transition: 0.2s ease;
  cursor: default;
}
.hero-title img{
  width: 50px;
}
.video-overlay-top {
 
  gap: 100px;
  display: flex;align-items: center;
  left: 8%;
 
  z-index: 3;
  color: var(--bg-section);
}



.video-overlay-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  z-index: 3;
  padding: 0 150px;
  box-sizing: border-box;
  color: #283546;
}



/* =========================
   SLIDER (AUTO SCROLL READY)
========================= */

.image-sliders {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* 🔥 fade nas laterais (efeito premium) */
.image-sliders::before,
.image-sliders::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.image-sliders::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.image-sliders::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

/* trilha */
.slider {
    display: flex;
    gap: 100px;
    background: #f7f7f4;
    overflow: hidden;
    padding: 30px;
    border-top: 1px solid #efefe7;
    scroll-behavior: auto;
    border-bottom: 1px solid #efefe7;
}

/* imagens */
.slider img {
  
  height: 50px;
  object-fit: cover;
  border-radius: 12px;
  pointer-events: none;
}
.contagem-div-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
   
    border-radius: 10px;
}
.contagem-div-item { background: #f7f7f449;
    border: 1px solid #efefe754;
    padding: 70px 70px;
    align-items: center;
    align-content: center;
  text-align: center;  transition: 0.3s ease;
}
.contagem-div-item:hover{
  border-bottom: 1px solid var(--azul-destaque);
  transition: 0.3s ease;
}

.contagem-div-num {
  font-size: 48px;
  font-weight: 900; margin: 0px;
  color: var(--azul-destaque);

}
.contagem-div-item p {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 0px;
    text-transform: uppercase;
    color: var(--text-secondary) !important;
}.div-hero-section-1-align {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    gap: 40px;
} 
.div-hero-section-1{
   padding:200px 150px;
}
#section-2, #section-4{
  background-color: var(--bg-light);

}.div-hero-section-1 img{
  width: 100%;
}
.hero-section-1-left span{
  display: flex;
}
.hero-section-1-left img, #section-services   .hero-section-1-right img{
  width: 50px;
}
.line-span{
width: 50px;
margin-right: 10px;
height: 1px;
background-color: var(--azul-destaque);
}
#section-3 .div-hero-section-1-align{
  justify-content: left;
  gap: 0px !important;
  display: grid;
}
#section-3  .hero-section-1-right {
    width: fit-content;
    position: relative;
}
#section-3 .hero-section-1-left {
    Width: 100%;
    justify-content: space-between;
    display: flex;
    text-align: left;
   
    align-items: flex-start;
}
.hero-section-1-left h2{
  font-size: 40px;
  text-transform: uppercase;
    color: var(--text-secondary) !important;
}.hero-section-1-right{
  width: 800px;
}
.hero-section-1-left span{
  color: var(--azul-destaque);
  align-items: center;
}
.hero-section-1-right p, .hero-section-1-left p{
  font-size: 20px;
    color: var(--text-secondary) !important;
  line-height: 35px;
  margin: 20px 0;
}
 .hero-section-1-left p b{
 font-weight: 700 !important;
 color: var(--text-secondary ) !important
 ;
}
.line{
    color: var(--text-secondary) !important;
  border-left: 1px solid var(--azul-destaque);
 
}
.align-hero-section img{

  width: 50px;
}
.line p{
   margin-left: 20px;
   
}
.align-hero-section{

  display: grid;
  font-weight: bolder;
  align-items: center;
  gap: 10px;
 
}
.align-hero-section-divs-content b{
  font-weight: bold;
}
.align-hero-section-divs {
    background-color: #ffffffa3;
    display: flex;
    padding: 10px 30px;
    justify-content: left;
    border-radius: 40px;
   
    border: 1px solid #edede4;
    gap: 10px;
    font-weight: 100;
    align-items: center; transition: 0.3s ease;
}
.align-hero-section-divs:hover{
  background-color: var(--bg-light);
  transition: 0.3s ease;
}
.hero-section-1-right .line p{
  text-transform: uppercase;
  font-weight: 600;
}
/* CONTAINER */
.compare-chart {
  display: flex;
  justify-content: center;
  gap: 100px;

}

/* BOX */
.chart-box {
  text-align: center;
  width: 200px;
}

/* TITULO */
.chart-title {
  font-size: 12px !important;
  letter-spacing: 2px;
 line-height: normal !important;
  color: #666;
}

/* AREA */
.chart-content {
  position: relative;
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

/* BARRAS */
.bar {
  width: 90px;
  height: 0;
  background: #6c6f73;
  transition: height 1.5s ease;
}

.bar.return {
  background: var(--azul-destaque);
}

/* ALTURAS */
.bar.low {
  height: 40px;
}

.bar.high {
  height: 140px;
}

/* CURVA */
.curve {
  position: absolute;
  width: 100%;
  height: 100%;
}

.curve path {
  fill: none;
  stroke: #2f3e4d;
  stroke-width: 3;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset 2s ease;
}

/* LABELS */
.labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin-top: 10px;

  color: #666;
}

.acc-accordion {
  width: 600px;
}
.hero-section-1-left{
  Width: 700px;
}
.acc-item {
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid;
}

.acc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}

.acc-icon {
  font-size: 20px;
}

.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
}

.acc-item.active .acc-content {
  max-height: 200px;
  padding: 16px;
}

.hero-section-services-cards{
  width: 100%;  gap: 10px;
  display: grid;
}
.row-hero-section-services-cards{
  display: flex;
  gap: 10px;
}.hero-card{
  width: 100%;

background-color: #ffffffa3;
    display: grid;
    padding: 30px 30px;
    justify-content: left;
    border-radius: 20px;
   
    border: 1px solid #edede4;
    gap: 10px;
    font-weight: 100;
    align-items: center; transition: 0.3s ease;
}
.hero-card:hover{
  background-color: var(--bg-light);
  transition: 0.3s ease;
  cursor: pointer;
  box-shadow: 4px 4px 10px var(--shadow-light);
}
.hero-card h3 {
  color: var(--text-secondary);
  margin: 0px;
}
.line-bottom-p{
  width: 0px;
  height: 1px;
  background-color: var(--azul-destaque);
  transition: 0.2s;
}
.hero-card:hover .line-bottom-p{
  width: 50px;

}
.hero-card b{
  transition: 0.2s;
}
.align-text-right{
  text-align: right;
}
.hero-card p {
    font-size: 13px;
    line-height: 25px;
    margin: 0px;
}

.plans-hero-section{
  display: flex;
  gap: 20px;
}
.plans-hero-section-card{
  background-color: #ffffffa3;
    display: grid;
    padding: 30px 30px;
    justify-content: left;
    border-radius: 20px;
    border: 1px solid #edede4;
    gap: 10px;
    font-weight: 100;
    align-items: center;
    height: 100%;
    transition: 0.3s ease;
}
.plans-hero-section-card:hover{
  background-color: var(--bg-light);
  transform: translateY(-5px);
  transition: 0.3s ease;
  cursor: pointer;
  box-shadow: 4px 4px 10px var(--shadow-light);
}
.plans-hero-section-card span{
  text-transform: uppercase;
  font-size: 16px;
  color: var(--azul-destaque);
}
.plans-hero-section-card ul li{
  margin: 16px 0;
}
.plans-hero-section-card-title{
  display: flex;
  align-items:baseline;
}
.plans-hero-section-card h2{
  color: var(--text-secondary);
  margin: 0px;
 
}
.plans-hero-section-card-title h3{
  color: var(--azul-destaque);
  margin: 0px;
  font-size: 40px;
  margin-left: 10px;
 
}

.plans-hero-section hr {
  border: none;
  height: 1px; transition: 0.2s ease;
  background-color: #e5e5e5;
  margin: 10px 0;
}.plans-hero-section-card:hover hr{
  background-color: var(--azul-destaque);
  transition: 0.2s ease;
}

#section-5 {
  position: relative;
  overflow: hidden;
  background: #2c2b2b;

  

  
}
#section-5 .hero-section-1-right {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    height: fit-content;
    z-index: 1;

    margin-bottom: -10px;
}
#section-5 .hero-section-1-right p{
  color: var(--hover-light) !important;
}
.align-h2{

  align-items: center;
  gap: 20px;
}
 .hero-section-1-left h2 {font-weight: 900;
    width: 600px;color: var(--text-secondary) !important;
}
 .hero-section-1-left b{
  color: var(--azul-destaque);
 
}
#section-5 .hero-section-1-left h2 {font-weight: 900;
    width: 600px;color: var(--border-light) !important;
}
#section-5 b{
  color: var(--azul-destaque);
 
}
#section-5 .hero-section-1-left p {
    font-size: 20px !important;
    
    line-height: 35px;
    margin: 20px 0;
}.align-text-right p {
    font-size: 20px !important;
    
    line-height: 25px;
  
}
#section-5 .hero-section-1-left p {
color: rgb(190, 190, 190) !important;
}
/* conteúdo (imagem) na frente */
#section-5 .hero-section-1-right img {
  position: relative;height: 400px;
  z-index: 1;
}.hero-section-1-right {
  width: 800px;
 
  position: relative;
}

.services-span{
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}

.logo-hover {
  position: relative;
  width: 100%;
  height: 100%;
}

/* imagens */
.logo-hover img {
  position: absolute;
  inset: 0; /* 👈 melhor que top/left */
  width: 100%;
  height: 100%;
  object-fit: contain;
}



  :root {
      --bg: #f3f3f3;
      --circle-stroke: #e6e4dc;
      --text: #333333;
      --arrow: #45b8ee;
      --circle-size:100px;
      --icon-size: 50px;
      --fade-time: 700ms;
    }
    .dinamic-section .wrap {
      width: min(500px, 100%);
      padding: 40px 30px 70px;
    }

    .dinamic-section .diagram {
      position: relative;
      min-width: 500px;
      height: 760px;
    }

    .dinamic-section .item {
      position: absolute;
      width: var(--circle-size);
      text-align: center;
      opacity: 0;
      transform: translateY(18px) scale(0.96);
      transition: opacity 700ms ease, transform 700ms ease;
    }

    .dinamic-section .item.show {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    .dinamic-section .circle {
      width: var(--circle-size);
      height: var(--circle-size);
      border: 3px solid var(--circle-stroke);
      border-radius: 50%;
      display: grid;
      place-items: center;
    }

    .dinamic-section .circle img {
      width: var(--icon-size);
    }

    .dinamic-section .label {
      margin-top: 30px;
      font-size: 31px;
      letter-spacing: 7px;
    }

    .dinamic-section .arrow {
      position: absolute;
      fill: none;
      stroke: var(--arrow);
      stroke-width: 4;
      opacity: 0;
      transition: opacity 500ms ease;
    }

    .dinamic-section .arrow.show {
      opacity: 1;
    }

    .dinamic-section .arrow path {
      stroke-dasharray: 420;
      stroke-dashoffset: 420;
      transition: stroke-dashoffset 700ms ease;
    }

    .dinamic-section .arrow.show path {
      stroke-dashoffset: 0;
    }

    .dinamic-section .traffic { left: 20px; top: 210px; }
    .dinamic-section .leads { left: 420px; top: 210px; }
    .dinamic-section .customers { left: 820px; top: 210px; }
    .dinamic-section .growth { left: 1220px; top: 210px; }

    .dinamic-section .arrow-1 { left: 220px; top: 130px; width: 340px; height: 110px; }
    .dinamic-section .arrow-2 { left: 616px; top: 610px; width: 360px; height: 110px; }
    .dinamic-section .arrow-3 { left: 1120px; top: 135px; width: 310px; height: 100px; }


    /* CONTAINER */
.formulario-contact-page-form {
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.formulario-contact-page-row {
    display: flex;
    gap: 16px;
    margin: 20px 0px;
    align-items: center;
    align-content: center;
}

/* INPUTS + TEXTAREA */
.formulario-contact-page-form input,
.formulario-contact-page-form textarea {
  width: 100%;
  padding: 18px 30px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  font-size: 15px;
  font-family: inherit;
  color: black;
  background: #f8f8f844;
  outline: none;

}

/* TEXTAREA */
.formulario-contact-page-form textarea {
  min-height: 0px;
  resize: none;
}

/* HOVER / FOCUS */
.formulario-contact-page-form input:hover,
.formulario-contact-page-form textarea:focus {
  border-color: black;
  background: #ffffff;
 
  border-bottom: 1px solid black;
}.formulario-contact-page-form input:focus,
.formulario-contact-page-form textarea:focus {
  border-color: black;
  background: #ffffff;
 
  border-bottom: 1px solid black;
}
/* SELECT */
.formulario-contact-page-select {
   width: 100%;
  padding: 18px 30px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  font-size: 15px;
  font-family: inherit;
  color: black;
  background: #f8f8f844;
  outline: none;
  color: #000; /* texto preto */
}
/* PLACEHOLDER PADRÃO */
.formulario-contact-page-form input::placeholder,
.formulario-contact-page-form textarea::placeholder {
  color: #000;
  opacity: 1; /* importante para alguns browsers */
}

/* compatibilidade extra (Safari / antigos) */
.formulario-contact-page-form input::-webkit-input-placeholder,
.formulario-contact-page-form textarea::-webkit-input-placeholder {
  color: #000;
}

.formulario-contact-page-form input:-ms-input-placeholder,
.formulario-contact-page-form textarea:-ms-input-placeholder {
  color: #000;
}
/* FOCUS */
.formulario-contact-page-select:focus {
  border-color: #2f80ed;
  background: #ffffff;
}
 /* CHECKBOX GRID */
.checkbox-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 15px 0;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    color: #4e4848;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    transition: 0.3s;
}

.checkbox-group label:hover {
  border-color: #34baeb;
}
.checkbox-group input{
  width: 10% !important;
}
.checkbox-group input[type="checkbox"] {
  accent-color: #34baeb;
  transform: scale(1.2);
}

/* CURRENCY SELECT */
.currency-select {
  display: flex;
  gap: 10px;
 text-align: center;
 align-items: center;
}

.currency-btn {
  border: 1px solid #dcdcdc;

  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}

.currency-btn.active {
  border-color: #34baeb;
  background: #34baeb22;
}.iti {
  width: 110%;
}

.iti input {
  width: 100%;
}


#otherFields { transition: all 0.3s ease;

}

/* Placeholder fake (primeira opção) */
.formulario-contact-page-select:invalid {
  color: #000;
}


/* PRIVACY TEXT */
.formulario-contact-page-privacy {
  font-size: 13px;
  color: #666;
}

.formulario-contact-page-privacy a {
  color: #333;
  text-decoration: underline;
}

/* BUTTON */
.formulario-contact-page-form button {
width: fit-content;
}


/* LABEL (CONTACT US) */
.formulario-contact-page-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5aa9e6;
  font-size: 14px;
  margin-bottom: 10px;
}

.formulario-contact-page-line {
  width: 30px;
  height: 2px;
  background: #5aa9e6;
}

/* =========================
   SERVICES COMPARISON TABLE
========================= */

#section-services-table {
  background-color: var(--bg-main);
}

.services-table-wrapper {
  margin-top: 60px;
  overflow-x: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px var(--shadow-light);
}

.services-table {
  min-width: 1000px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}

.services-table-row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  align-items: stretch;
}

.services-table-cell {
  padding: 22px 18px;

  color: var(--text-secondary);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.services-table-header .services-table-cell {
  background: #f7f7f7;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 800;
  color: var(--text-secondary);
}

.feature-title {
  justify-content: flex-start;
}

.plan-title {
  justify-content: center;
  text-align: center;
}

.featured-plan {
  background: var(--azul-destaque) !important;
  color: #ffffff !important;
}

.services-table-category {
  background: #f3f6f9;
  padding: 16px 18px;
  border-bottom: 1px solid #e8edf2;
}

.services-table-category span {
  color:var(--text-secondary);
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 800;
  text-transform: uppercase;
}

.services-table-row .feature-name {
  color: var(--text-secondary);
  font-weight: 100;
  justify-content: flex-start;
}

.services-table-row .services-table-cell:not(.feature-name) {
  justify-content: center;
  text-align: center;
}

.services-table-row:nth-child(even) {
  background: #fcfcfc;
}

.services-table-row:nth-child(even) .services-table-cell {
  background: #fcfcfc;
}

.featured-column {
  background: rgba(52, 186, 235, 0.10) !important;
  color: var(--text-secondary);
}

.services-table-row:hover .services-table-cell {
  background: #f9fbfd;
  transition: 0.2s ease;
}

.services-table-row:hover .featured-column {
  background: rgba(52, 186, 235, 0.16) !important;
}
/* =========================
   PERGUNTAS GG - RIGHT (FAQ)
========================= */

.perguntas-gg-right {
  display: grid;
  gap: 18px;
}

/* ITEM */
.perguntas-gg-item {
  background: #eaeaea;
  border-radius: 28px;
  overflow: hidden;
  transition: 0.3s ease;
}

.perguntas-gg-item:hover {
  background: #e4e4e4;
}

/* BOTÃO (PERGUNTA) */
.perguntas-gg-question {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 21px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

.perguntas-gg-question span:first-child {
    max-width: 90%;
    line-height: 1.4;
    color: var(--text-secondary);
    font-weight: 600;
}

/* ÍCONE */
.perguntas-gg-icon {
  min-width: 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s ease;
}

/* RESPOSTA */
.perguntas-gg-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 28px;
}

.perguntas-gg-answer p {
  margin: 0;
  text-align: left;
  padding-bottom: 28px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 90%;
}

/* LINK DENTRO DA RESPOSTA */
.perguntas-gg-answer a {
  text-decoration: underline;
  color: inherit;
}

/* ESTADO ATIVO */
.perguntas-gg-item.perguntas-gg-active .perguntas-gg-answer {
  max-height: 300px;
  padding: 0 28px;
}

.perguntas-gg-item.perguntas-gg-active .perguntas-gg-icon {
  transform: rotate(-45deg);
}

/* HOVER MAIS SUAVE */
.perguntas-gg-item:hover .perguntas-gg-icon {
  transform: scale(1.05);
}


.align-about-section{
  display: flex;
  gap: 40px;
  text-align: center;
  align-items: end;
  justify-content: center;
  padding: 300px 400px;color: var(--text-secondary) !important;
  background-color: var(--bg-light);
}
.align-about-section h1{
  font-size: 50px;
  
  font-weight: 900;
}
.align-about-section p{
  font-size: 30px;
}
.align-about-section i{
  border-radius: 50px;
  border: 1px solid var(--text-muted);
  font-size: 20px;
  color: var(--text-muted);
  background-color: #fff;
  font-weight: 100;
  padding: 20px 22px;
}
.align-about-section i:hover{
 transform: translateY(-5px);
  transition: 0.3s ease;
box-shadow: 4px 4px 10px var(--shadow-light);
}#section-services .hero-section-1-left{
  padding: 50px;  transition: 0.3s ease;
  border-radius: 20px;  box-shadow: 4px 4px 10px var(--shadow-light);
}
#section-services .hero-section-1-left:hover{
 background-color: var(--bg-light);
  transition: 0.3s ease;
   transform: translateY(-5px);
  cursor: pointer;


}
#section-services .hero-section-1-right{ 
  height: 770px !important;
  padding: 50px;  transition: 0.3s ease;  box-shadow: 4px 4px 10px var(--shadow-light);
  border-radius: 20px;
}
.formulario-contact-page-form{
   box-shadow: 4px 4px 10px var(--shadow-light);
  padding: 50px;
  border-radius: 50px;
}
#multiStepForm .hero-section-1-right p, .hero-section-1-left p {
    font-size: 20px;
    color: var(--text-secondary) !important;
    line-height: 35px;
    margin: 0px 0;
}
.form-step h2 {
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    color: var(--text-secondary);
}.form-step b {
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    color: #222222;
}
#section-services .hero-section-1-right:hover{
 background-color: var(--bg-light);
  transition: 0.3s ease;
   transform: translateY(-5px);
  cursor: pointer;


}#section-services .hero-section-1-right:hover  .beneficios span, #section-services .hero-section-1-left:hover .beneficios span{
 transform: translateY(-5px);

  transition: 0.3s ease;}
 

#section-services .hero-section-1-left{
 height:770px;
 

}
#section-services .hero-section-1-right h2{
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
    color: var(--text-secondary) !important;
}
#section-services {
  padding: 20px 0px;
 
}
#section-services .div-hero-section-1-align{
 justify-content: center !important;
}
#section-services #paid-traffic-img{
  width: 120px;
}
#section-services .hero-section-1-right  b{
  color: var(--azul-destaque);
 
}
.beneficios{
  gap: 15px;
  display: grid;
  padding-bottom: 20px;
}
.beneficios span{

  padding: 10px 20px 10px 0px;
 
  font-weight: 500;
  width: 100%;
  border-radius: 20px;
  font-size: 15px;
  transition: 0.3s ease;
  color: var(--text-secondary);
}
.beneficios span i{
  color: var(--text-secondary);
  transition: 0.3s ease;
  margin-right: 10px;
}
.hero-section-1-right:hover .beneficios span i, .hero-section-1-left:hover .beneficios span i{
  color: var(--azul-destaque);
  transition: 0.3s ease;
} 
#section-services-hero {
    padding: 200px 200px 0px;
}
#section-services-hero .contagem-div-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    gap: 40px;
    border-radius: 10px;
    margin-bottom: 100px;
}
.align-about-section-title img{
  width: 100px;
}
#section-services-hero .contagem-div-item p {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0px;
    margin: 0px;
    text-transform: none;
    color: var(--text-secondary) !important;
} 
.contagem-div-item h1{
  color: var(--text-secondary);
  font-size: 25px;
}
#section-services-hero .contagem-div-item{
text-align: left !important;
}
#section-services-hero .contagem-div-item img{
  width: 50px;
}

.clients-area {
  background: #ffffff;
  padding:  0px;
}

.clients-area__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  border: 1px solid #eee;
}

.clients-area__card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  transition: all 0.3s ease;
  min-height: 120px;
}

.clients-area__card img {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s ease;
}

/* Hover */
.clients-area__card:hover {
  background: #f7f7f7;
}

.clients-area__card:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/* CTA neutro */
.clients-area__card--cta {
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--text-secondary);
  text-align: center;
}

/* CTA destaque */
.clients-area__card--cta-highlight {
  font-size: 13px;
  font-weight: bold;
  color: var(--azul-destaque);
  cursor: pointer;
}

.clients-area__card--cta-highlight:hover {
  background: #fafafa;
}
.clients-testimonals {
  background: #f7f7f4;
  padding: 60px 200px;
}
.container-text-clients-testimonals{
  padding: 50px 0px;
}
.container-text-clients-testimonals h2{
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
    color: var(--text-secondary) !important;
}
.container-text-clients-testimonals p{
  font-size: 40px ;
  
font-weight: 100 !important;
  margin: 20px 0;
}
.container-text-clients-testimonals span{
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--azul-destaque);
}
.div-5-stars{
  color: var(--azul-destaque);
 display: flex;
  font-size:30px; gap: 5px;
}.star {
  display: inline-block;
  transform: translateY(0);
}

/* animação */
@keyframes bounceStar {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-12px); }
  60%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/* quando ativar */
.div-5-stars.animate .star {
  animation: bounceStar 0.4s ease;
}

/* delay progressivo */
.div-5-stars.animate .star:nth-child(1) { animation-delay: 0s; }
.div-5-stars.animate .star:nth-child(2) { animation-delay: 0.1s; }
.div-5-stars.animate .star:nth-child(3) { animation-delay: 0.2s; }
.div-5-stars.animate .star:nth-child(4) { animation-delay: 0.3s; }
.div-5-stars.animate .star:nth-child(5) { animation-delay: 0.4s; }

.projects-portfolio{
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 20px;
}

/* Desktop */
@media (min-width: 768px){
  .projects-portfolio{
    grid-template-columns: 1fr 1fr;
    padding: 20px 150px;
  }
}
.project-portfolio h1{
  font-weight: 900;
  font-size: 50px;
  color: var(--text-muted);
  text-transform: uppercase;
}.project-portfolio h1 b{
  font-weight: 900;
  font-size: 50px;
  color: var(--text-secondary);
}
.project-portfolio .client img{
  width: 100px;
}.img-country img{
  width: 40px;
  margin-bottom: 10px;
}
.service-img img{
  width: 600px;
}
.project-portfolio-card p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.potfolio-services{
  text-transform: uppercase;
  font-size: 12px;
  color: var(--azul-destaque) !important;
}
.project-portfolio{padding: 50px;
    transition: 0.3s ease;
    border-radius: 20px;
    box-shadow: 0px 4px 10px var(--shadow-light);
}
.project-portfolio{
  transition: transform 0.3s ease;
}

/* overlay padrão */
.project-portfolio-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.349);
  transition: background 0.3s ease;
  z-index: 1;
}

/* HOVER */
.project-portfolio:hover{
  cursor: default !important;
  transform: translateY(-8px);
}

.project-portfolio:hover .project-portfolio-card::before{
  background: rgba(0, 0, 0, 0);
}
.project-portfolio-card{
  position: relative;
  width: 100%;
  min-height: 500px;
  border-radius: 20px;    
  overflow: hidden;

  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

/* Overlay escura */
.project-portfolio-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.459);
  z-index: 1;
}

/* Conteúdo acima do overlay */
.project-portfolio-card *{
  position: relative;
  z-index: 2;
  color: #fff;
} /* Conteúdo acima do overlay */


/* RESPONSIVO */
@media (max-width: 768px) {
  .perguntas-gg-question {
    font-size: 17px;
    padding: 22px 20px;
  }

  .perguntas-gg-icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .perguntas-gg-answer {
    padding: 0 20px;
  }

  .perguntas-gg-item.perguntas-gg-active .perguntas-gg-answer {
    padding: 0 20px;
  }

  .perguntas-gg-answer p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.7;
    padding-bottom: 22px;
  }
}
@media (max-width: 768px) {.center-img-specific {
    background-color: #f5f5f5;
    margin-top: 0px;
    padding: 20px;
}
  .services-table-wrapper {
    margin-top: 40px;
    border-radius: 16px;
  }
.align-buttons{
  gap: 20px;
  display: grid;
}
.align-buttons button{
  width: 100%;
}#section-services .hero-section-1-left {
    height: fit-content;
}
#section-services .hero-section-1-left {
    padding: 50px;
    transition: 0.3s ease;
    border-radius: 20px;
    box-shadow: none;
}

#section-services .hero-section-1-right h2 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--text-secondary) !important;
}#section-services .hero-section-1-right {
    height: 770px !important;
    padding: 50px;
    transition: 0.3s ease;
    box-shadow: none;
    border-radius: 20px;
}

#section-services-hero .contagem-div-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    gap: 40px;
    border-radius: 10px;
    margin-bottom: 100px;
}.contagem-div-item h1 {
    color: var(--text-secondary);
    font-size: 20px;
}#section-services-hero .contagem-div-item p {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0px;
    margin: 0px;
    text-transform: none;
    color: var(--text-secondary) !important;
}
.align-hero-section-divs-content{
  font-size: 12px;
}
  .services-table {
    min-width: 850px;
  }

  .services-table-cell {
    padding: 18px 14px;
    font-size: 13px;
  }

  .services-table-header .services-table-cell {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .services-table-category span {
    font-size: 11px;
    letter-spacing: 2px;
  }
}
/* RESPONSIVO */
@media (max-width: 768px) {
  .formulario-contact-page-row {
    flex-direction: column;
  }
}
/* responsivo */
@media (max-width: 1024px) {
  .contagem-div-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
       .contagem-div-container {
        grid-template-columns: 2fr, 1fr;
        padding: 0px;
    }
  .contagem-div-num {
    font-size: 36px;
  }
  .div-hero-section-1 {
    padding: 50px 40px;
}
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 1024px) {.project-portfolio-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 0%);
    z-index: 1;
}
.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    color: #4e4848;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #dcdcdc5e;
    transition: 0.3s;
}.formulario-contact-page-form {
    box-shadow: none;
    padding: 20px;
    border-radius: 50px;
}
.formulario-contact-page-form input, .formulario-contact-page-form textarea {
    width: 110%;
    padding: 18px 30px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    font-size: 15px;
    font-family: inherit;
    color: black;
    background: #f8f8f844;
    outline: none;
}.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=text], .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input, .iti--separate-dial-code input.iti__tel-input[type=text], .iti--separate-dial-code input.iti__tel-input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    width: 100%;
    margin-left: 0;
}.checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 15px 0;
}
.align-about-section p

 {
    font-size: 14px;
}.clients-testimonals {
    background: #f7f7f4;
    padding: 60px 20px;
}.container-text-clients-testimonals p {
    font-size: 14px;
    font-weight: 100 !important;
    margin: 20px 0;
}
  .project-portfolio-card

 {
    position: relative;
    width: 100%;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}.img-country img

 {
    width: 20px;
    margin-bottom: 10px;
}
  #section-5 .hero-section-1-left h2 {
    font-weight: 900;
    width: fit-content;
    color: var(--border-light) !important;
}.hero-section-1-left h2 {
    font-weight: 900;
    width: fit-content;
    color: var(--text-secondary) !important;
}.contagem-div-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    border-radius: 10px;
}.service-img img {
    width: 100%;
}.hero-title h3 {
    font-size: 20px;
    color: var(--text-secondary) !important;
    line-height: 35px;
    font-weight: 100 !important;
    margin: 30px 0;
}.service-img img {
    width: 100%;
}.left-img-specific img {
    width: 100% !important;
    margin-left: 0px;
}.center-img-specific img{
  width: 100%;
  margin-top: 30px;
}.div-hero-section-1 {
    padding: 30px;
}.services-span {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
    text-align: center;
}    #section-services-hero {
        padding: 20px 20px 0px;
    }.project-portfolio h1 b {
    font-weight: 900;
    font-size: 20px;
    color: var(--text-secondary);
}.project-portfolio h1 {
    font-weight: 900;
    font-size: 20px;
    color: var(--text-muted);
    text-transform: uppercase;
}
  .hero-card {
    width: 100%;
    background-color: #ffffffa3;
    display: grid;
    height: 300px;
    padding: 30px 30px;
    justify-content: left;
    border-radius: 20px;
    border: 1px solid #edede4;
    gap: 10px;
    font-weight: 100;
    align-items: center;
    transition: 0.3s ease;
}
  .contagem-div-item {
    background: #f7f7f449;
    border: 1px solid #efefe754;
    padding: 20px 20px;
    align-items: center;
    align-content: center;
    text-align: center;
    transition: 0.3s ease;
}.hero-section-1-left h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--text-secondary) !important;
}.hero-section-1-left span {
    color: var(--azul-destaque);
    align-items: center;
    font-size: 12px;
}.div-hero-section-1-align {
    display: grid;
    align-items: self-start;
    gap: 10px;
}.hero-section-1-right p, .hero-section-1-left p {
    font-size: 14px !important;
    color: var(--text-secondary) !important;
    line-height: normal;
    margin: 20px 0;
}.hero-section-1-right {
    width: fit-content;
    position: relative;
}.hero-section-1-left {
    Width: fit-content;
}#section-3 .hero-section-1-left {
    Width: 100%;
    justify-content: space-between;
    display: grid;
    text-align: left;
    align-items: center;
}.align-text-right {
    text-align: left;
}.plans-hero-section {
    display: grid;
    gap: 20px;
}#section-5 .hero-section-1-left p {
    font-size: 14px !important;
    line-height: normal;
    margin: 20px 0;
}.align-hero-section-divs {
    background-color: #ffffffa3;
    display: flex;
    padding: 10px 30px;
    justify-content: left;
    border-radius: 40px;
    border: 1px solid #edede4;
    gap: 10px;
    font-weight: 100;
    align-items: center;
    transition: 0.3s ease;
    width: 100%;
}
.row-hero-section-services-cards {
    display: grid;
    gap: 10px;
    padding-top: 20px;
}.hero-card {
    width: fit-content;
    background-color: #ffffffa3;
    display: grid;
    padding: 30px 30px;
    justify-content: left;
    border-radius: 20px;
    border: 1px solid #edede4;
    gap: 10px;
    font-weight: 100;
    align-items: center;
    transition: 0.3s ease;
}
  .video-home-page {
    position: relative;
    width: 100%;
    padding: 46px 46px;
    overflow: hidden;
}.hero-title h1 {
    font-size: 40px;
   
   
    line-height: normal;
  
}.hero-title h2 {
    font-weight: 900;
  font-size: 20px;
    margin-top: 0px;
  
}.video-overlay-top {
   gap: 10px;
    display: grid;
  
}.hero-title p {
    font-size: 12px !important;
    color: var(--text-secondary) !important;
    line-height: 20px;
    font-weight: 100 !important;
    margin: 30px 0;
}
  .slider img {
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
}

@media (max-width: 768px) {
  .video-overlay-top {
    left: 5%;
    right: 5%;
    max-width: 100%;
  }

     .video-overlay-top p {
        font-size: 13px;
    }

  .slider img {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }

  .video-overlay-bottom {
    padding: 0 20px;
  }

  .loader.static-text {
    font-size: 28px;
  }

  .loader.item {
    font-size: 40px;
    min-height: 80px;
  }

  .loader.dynamic-wrapper {
    height: 80px;
  }
}