
body.home h1 {
  font-size: 3rem;
}
@media (max-width: 892px) {
  body.home h1 {
    font-size: 2.5rem;
  }
}

.hero {
  z-index: 0;
  top: -96px;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 82.33%, #000 99.06%), var(--hero-bg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh + 96px);
  position: relative;
}
@media (max-width: 992px) {
  .hero {
    background-position: bottom;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.29%, #000 85.84%), var(--hero-bg);
  }
}

.hero-content {
  margin-top: 240px;
}
@media (max-width: 892px) {
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 60vh;
  }
}
@media (max-width: 892px) {
  .hero.hero-produtos .hero-content,
  .hero.hero-sales .hero-content {
    height: auto;
    justify-content: flex-start;
  }
}
.hero-content h1 {
  margin-bottom: 2.5rem;
}
.hero-home .hero-content h1 {
  margin-bottom: 1.5rem;
}
.hero.hero-home .hero-content h1,
.hero.hero-produtos .hero-content h1,
.hero.hero-sales .hero-content h1 {
  font-size: 2.8rem;
  line-height: 3.5rem;
}
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2.5rem;
    line-height: 110%;
  }
}
@media (max-width: 767px) {
.hero.hero-home .hero-content h1,
.hero.hero-produtos .hero-content h1,
.hero.hero-sales .hero-content h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.hero-content a {
  font-size: 16px;
  font-weight: 700;
  color: #0b0c0e;
  border: 1px solid #ffbc00;
  cursor: pointer;
  position: relative;
  background-color: #ffbc00;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  padding: 1rem 0.75rem;
}
@media (max-width: 892px) {
  .hero-content a {
    font-size: 0.875rem;
  }
}

/* Mobile: sem fixo, fluxo normal */
.formulario-barra-fixa {
  position: static;
  background-color: transparent;
  padding: 24px 0 46px;
  text-align: center;
}
.formulario-barra-fixa .container {
  flex-direction: column;
  gap: 16px !important;
}
/* Desktop: volta a ser fixa */
@media (min-width: 992px) {
  .formulario-barra-fixa {
    position: fixed;
    background-color: #0b0c0e;
    z-index: 999;
    top: 112px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 18px 0;
  }
  .formulario-barra-fixa .container {
    flex-direction: row !important;
  }
  .formulario-barra-fixa__cta {
    white-space: nowrap;
    flex-shrink: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .formulario-content {
    scroll-margin-top: 210px;
    padding-top: 60px;
  }
}
.formulario-barra-fixa__titulo {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 110%;
  color: #ffd04d;
}
@media (max-width: 991px) {
  .formulario-barra-fixa__titulo {
    padding-top: 80px;
    margin-bottom: 20px;
  }
  .formulario-barra-fixa__cta {
      visibility: visible !important;
      opacity: 1 !important;
      transition: none;
  }
}
/* Scroll suave nativo */
html {
  scroll-behavior: smooth;
}

.hero.hero-home {
  background: #000;
  top: 0;
  min-height: auto;
  position: relative;
  padding-top: 140px; /* espaço para o menu */  
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero.hero-home .hero-content {
  padding: 3rem 0 2rem;
  margin-top: 0;
  text-align: center;
}
.hero.hero-home .hero-image {
  width: 100%;
}
.hero.hero-home .hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; /* evita esticar */
}
@media (max-width: 992px) {
  .hero.hero-home .hero-image {
    overflow: hidden;
  }
  .hero.hero-home .hero-image img {
    width: 160%; /* ajuste o valor para mais ou menos zoom */
    max-width: none;
    margin-left: -20%;
    object-fit: cover;
  }
}
.hero.hero-home .hero-content h1 span {
  background: linear-gradient(45.8deg, #6E3399 38.14%, #E8ADA1 70.8%, #FFD04D 83.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-video-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}
.hero.hero-home .hero-video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
    width: 70vw;
    height: auto;
    object-fit: contain;
    z-index: 0;
}
.hero.hero-home:has(.hero-video[autoplay]) {
    margin-bottom: 50px;
    padding-bottom: 300px;
}

@media (min-width: 1546px) { 
  .hero.hero-home .hero-video {
    top: 35%;
    width: 55vw;
    max-width: 800px;
  }
  .hero.hero-home:has(.hero-video[autoplay]) {
    padding-bottom: 280px;
  }
}
@media (min-width: 993px) and (max-width: 1296px) {
  .hero.hero-home:has(.hero-video[autoplay]) {
    padding-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .hero.hero-home {
    padding-top: 140px;  
  }
  .hero.hero-produtos,
  .hero.hero-sales {
    padding-top: 120px !important;
  }
  .hero.hero-produtos {
      padding-bottom: 60px;
  }
  .hero.hero-home .hero-video {
    top: 40%;
    width: 80vw;
  }
  .hero.hero-home:has(.hero-video[autoplay]) {
    padding-bottom: 140px;
    margin-bottom: 30px;
  }
}
@media (min-width: 676px) and (max-width: 767px) {
    .hero.hero-home .hero-video {
    top: 42%;
    width: 90vw;
  }
}
@media (min-width: 451px) and (max-width: 675px) {
    .hero.hero-home .hero-video {
    width: 100vw;
  }
  .hero.hero-home:has(.hero-video[autoplay]) {
      margin-bottom: 0;
    }
}
@media (max-width: 450px) {
  .hero.hero-home .hero-video {
    width: 150vw;
  }
}
.hero.hero-produtos {
    background: #000;
    top: 0;
    padding-top: 180px;
    min-height: auto;
    background-image: none;
    padding-bottom: 80px;
}
.hero.hero-produtos .hero-content {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-produtos-images {
    margin-top: 4.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-produtos-images img {
    max-width: 100%;
    height: auto;
}
.hero-produtos-video {
    margin-top: 4.5rem;
    width: 100%;
    border-radius: .9rem;
    overflow: hidden;
}
.hero-produtos-video video {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   Hero - Prompt Animado (home only)
   ======================================== */

.prompt-row {
    display: block;
    width: 100%;
    text-align: center;
}

.prompt-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 28px;
    margin: 32px auto;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 8px 32px rgba(0, 0, 0, 0.24);
    max-width: 90vw;
}

.prompt-box .sparkle-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.prompt-box .sparkle-icon svg {
    width: 24px;
    height: 24px;
}

.prompt-box .text-container {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    overflow: hidden;
    gap: 0;
}

.prompt-box .static-text {
    font-size: 15px;
    font-weight: 700;
    color: #0B0C0E;
    flex-shrink: 0;
    letter-spacing: -0.01em;
}

.prompt-box .dynamic-wrapper {
    position: relative;
    overflow: hidden;
    transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
    padding: 0;
}

.prompt-box .dynamic-text {
    font-size: 15px;
    font-weight: 700;
    color: #0B0C0E;
    white-space: nowrap;
    display: inline-block;
    letter-spacing: -0.01em;
}

.prompt-box .dynamic-text .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(6px);
    filter: blur(2px);
    transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

.prompt-box .dynamic-text .word.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.prompt-box .dynamic-text .word.hiding {
    opacity: 0;
    transform: translateY(-6px);
    filter: blur(2px);
    transition: opacity 0.22s ease, transform 0.22s ease, filter 0.22s ease;
}

.prompt-box .search-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.prompt-measurer {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    pointer-events: none;
}

/* Mobile */
@media (max-width: 991.98px) {
    .prompt-box {
        display: flex;
        align-items: flex-start;
        padding: 14px 18px;
        border-radius: 12px;
        gap: 8px;
        margin: 24px auto;
        max-width: 95vw;
        text-align: left;
    }

    .prompt-box .text-container {
        display: block;
        white-space: normal;
        overflow: visible;
        flex: 1;
        min-width: 0;
        line-height: 1.5;
    }

    .prompt-box .static-text {
        display: inline;
        font-size: 13px;
        white-space: normal;
    }

    .prompt-box .dynamic-wrapper {
        display: inline;
        width: auto !important;
        overflow: visible;
        transition: none;
    }

    .prompt-box .dynamic-text {
        display: inline;
        white-space: normal;
        font-size: 13px;
    }

    .prompt-box .dynamic-text .word {
        display: inline;
    }

    .prompt-box .sparkle-icon,
    .prompt-box .sparkle-icon svg {
        width: 20px;
        height: 20px;
    }

    .prompt-measurer {
        font-size: 13px;
    }
}

/* Remove imagem de fundo no mobile */
@media (max-width: 991px) {
    .numbers-cards {
        background-image: none !important;
    }
}
/* Imagem de fundo dos cards apenas no mobile */
@media (max-width: 991px) {
    .numbers-grid {
        background-image: var(--bg-mobile);
        background-size: cover;
        background-position: center;
    }
}
@media (max-width: 991px) {
    .reportCCRSwiper .swiper-slide img {
        max-height: none;
        width: 90%;
    }

    .marcas-ccr-swiper .swiper-slide img {
        max-height: none;
        width: 120px;
        height: auto;
    }
}
.conteudo-cards-ccr .card-conteudo {
    background: linear-gradient(90deg, #FFD04D 0%, #FFEEBD 100%) !important;
}
.conteudo-cards-ccr .card-conteudo .row {
    padding-bottom: 85px;
}
@media (max-width: 991px) {
    .conteudo-cards-ccr .card-conteudo .row {
        padding-bottom: 125px;
    }
}
.conteudo-cards-ccr .card-conteudo .text-md-start {
  margin-left: 20px;
}
@media (max-width: 991px) {
    .texto-destaque-mobile {
        font-size: 1.25rem;
    }
}
.cta--reverse .cta-image-mobile {
    position: relative;
    margin-bottom: 2.5rem;
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}
.cta--reverse .btn-padrao {
    position: relative;
    z-index: 2;
}
.conteudo-cards-ccr .card-conteudo .imagem {
  top: 0 !important;
}
.conteudo-cards-ccr .card-conteudo .subtitulo:nth-of-type(2) {
  line-height: 1.3em;
  font-weight: 700;
}
.conteudo-cards-ccr .card-menor {
  border-radius: .7rem !important;
}
.conteudo-cards-ccr .cards-menores .card-menor .icone-card {
  background-color: #FFD04D;
}
.depoimento-card {
    background: #21232C;
    min-height: 400px;
}
.depoimento-card__aspas {
    font-size: 8rem;
    line-height: .8em;
    color: #FFD04D;
}
.depoimento-card__texto {
    color: #FDFDFD;
    font-size: 0.95rem;
    line-height: 1.6;
}
.depoimento-card__foto {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.depoimento-card__autor strong {
    color: #FDFDFD;
    font-size: 0.95rem;
}
.depoimento-card__autor span {
    color: #e2e4e9;
    font-size: 0.85rem;
}

.tendencias-ccr .card-custom {
    background: #21232C !important;
    color: #FDFDFD;
}
.tendencias-ccr .card-custom h3,
.tendencias-ccr .card-custom p,
.depoimentos-ccr h2 {
    color: #FDFDFD;
}

.numbers-ccr__numero {
    font-size: 6rem;
    font-weight: 700;
    color: #FFD04D;
}
.numbers-ccr__descricao {
    color: #FDFDFD;
}
.numbers-ccr__separador {
    width: 1px;
    height: 60px;
    background-color: #d0d0d0;
    opacity: 0.4;
}
.numbers-ccr__bloco {
    padding: 0 2rem;
}
.numbers-ccr__bloco {
    width: 100%; /* mobile ocupa largura total */
}
@media (min-width: 768px) {
    .numbers-ccr__bloco {
        min-width: 380px;
        max-width: 380px;
    }
}
@media (max-width: 767px) {
  section.numbers-intro  {
      margin-bottom: -26vh;
  }
}
section.numbers-intro .numbers-cards {
  transform: translateY(-10%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
}

.numbers-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    row-gap: 1rem;
}
@media (max-width: 991px) {
  .numbers-cards-grid {
    row-gap: 0;
  }
  section.numbers-intro .numbers-cards {
    transform: translateY(-13%);
  }  
}
.numbers-cards-grid .numbers-card:nth-child(1) {
    grid-column: 1;
}
.numbers-cards-grid .numbers-card:nth-child(2) {
    grid-column: 3;
}
.numbers-cards-grid .numbers-card:nth-child(3),
.numbers-cards-grid .numbers-card:nth-child(4),
.numbers-cards-grid .numbers-card:nth-child(5) {
    grid-column: auto;
}
@media (max-width: 768px) {
    .numbers-cards-grid {
        grid-template-columns: 1fr;
    }
    .numbers-cards-grid .numbers-card:nth-child(1),
    .numbers-cards-grid .numbers-card:nth-child(2) {
        grid-column: auto;
    }
}
.numbers-grid {
    margin-top: 11rem;
}
.titulo-swiper {
    color: #FDFDFD;
    font-weight: 200;
}
section.numbers-intro .numbers-card {
    background-color: rgba(30, 25, 20, 0.5);
    border: 1px solid rgba(200, 160, 80, 0.3);
    backdrop-filter: blur(3px);
    position: relative;
    z-index: 1;
}
.numbers-card__icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.numbers-card__label {
    color: #FDFDFD;
    font-size: 0.9rem;
}
.numbers-card__number {
    color: #FFD04D;
    font-size: 2rem;
    font-weight: 700;
}
.numbers-intro .texto-esquerda,
.numbers-ccr .texto-esquerda,
.tendencias .texto-esquerda {
  font-size: 40px;
  line-height: 1.3em;
  color: #FDFDFD;
}
.numbers-intro .texto-direita,
.numbers-ccr .texto-direita,
.tendencias .texto-direita {
  font-size: 20px;
  line-height: 1.4em;
  color: #FDFDFD;
}
@media (max-width: 768px) {
    .numbers-intro .texto-esquerda,
    .numbers-ccr .texto-esquerda,
    .tendencias .texto-esquerda {
        font-size: 28px;
        line-height: 1.2em;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .numbers-intro .texto-direita,
    .numbers-ccr .texto-direita,
    .tendencias .texto-direita {
        font-size: 16px;
        line-height: 1.3em;
    }
}
section.tendencias.tendencias-ccr {
  padding-top: 0 !important;
}
section.quem-somos h2 {
  color: #FDFDFD;
}
section.quem-somos .descricao {
  color: #FDFDFD;
  font-weight: 300;
}
section.quem-somos .descricao strong {
  font-weight: 700;
}
/* Apenas no layout reverse */
.cta--reverse {
    position: relative;
}
.cta--reverse .container .cta-content {
    background: linear-gradient(90deg, #F9DF95 0%, #FFBC00 100%);
}
.cta--reverse .cta-content .descricao {
  padding-top: 15px;
  width: 95%;
}
.cta--reverse .cta-content h2 {
  width: 100% !important;
}
@media (min-width: 992px) {
    .cta--reverse .cta-image-col {
        position: relative;
    }
    .cta--reverse .cta-image {
        position: relative;
        top: -10px;
        /* right: -6vw;
        max-width: none;
        width: 115%; */
    }
    .cta--reverse .cta-content {
        --bs-gutter-x: 1.5rem; /* reduz pela metade */
    }
}
/* Card custom */
.ccr-intro-box > .row { 
  margin-top: 0;
  margin-right: 0;
}
.ccr-intro__logo {
  position: relative;
  max-width: 440px;
}
.ccr-intro-box h4 {
  margin-left: 12px;
}
@media (max-width: 991px) {
    .ccr-intro__logo {
        max-width: 70%;
        left: 0 !important;
    }
    .ccr-intro-box h4 {    
      font-size: 1.1rem;
    }
}
@media (max-width: 991px) {
    .ccr-intro__mockup {
        margin-left: -1rem;
    }
}
@media (min-width: 992px) {
  .ccr-intro__logo {
      left: -40px;
  }
  .ccr-intro-box h4 {
    width: 70%;
    margin-left: 0;
  }  
}
.ccr-intro__mockup {
  width: 100%;
  height: auto;
  display: block;
}

@charset "UTF-8";
/* Quando o usuário está logado */
.admin-bar .fixed-top,
.admin-bar .fixed-top.scrolled,
.admin-bar .formulario-barra-fixa {
  margin-top: 32px; /* altura da admin bar no desktop */
}

@media (max-width: 782px) {
  .admin-bar .fixed-top,
  .admin-bar .fixed-top.scrolled,
  .admin-bar .formulario-barra-fixa {
    margin-top: 46px; /* altura da admin bar no mobile */
  }
}
/* CSS para deixar o botão de whatsapp sempre visível, no topo de outros elementos */
#oc-wa-button {
  z-index: 999;
}

body {
  font-family: "Lato", sans-serif;
  background: linear-gradient(32.58deg, #000000 66.85%, #21272a 108.34%);
  background-attachment: fixed;
  overflow-x: hidden;
}
body.single-post, body.error404, body.page-template-page-conteudo, body.category, body.search, body.page-template-page-empresa, body.blog, body.page-template-page-legal {
  background: #fdfdfd;
}
body.page-template-page-chat-commerce-report {
  background: #e2e4e9;
}

body,
html {
  overflow-x: hidden;
}
body.single-post, body.error404, body.page-template-page-conteudo, body.category, body.search, body.page-template-page-empresa, body.page-template-page-legal {
  background: #fdfdfd;
}
body.single-post .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon, body.error404 .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon, body.page-template-page-conteudo .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon, body.category .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon, body.search .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon, body.page-template-page-empresa .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon, body.page-template-page-legal .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  filter: brightness(0);
}
body.single-post .navbar .navbar-toggler-icon, body.error404 .navbar .navbar-toggler-icon, body.page-template-page-conteudo .navbar .navbar-toggler-icon, body.category .navbar .navbar-toggler-icon, body.search .navbar .navbar-toggler-icon, body.page-template-page-empresa .navbar .navbar-toggler-icon, body.page-template-page-legal .navbar .navbar-toggler-icon {
  transition: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 4rem;
  text-wrap: balance;
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h2 {
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 110%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 110%;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 110%;
}

h6 {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 576px) {
  .page-template-page-chat-commerce-report .container {
    max-width: 670px !important;
  }
}
@media (min-width: 992px) {
  .page-template-page-chat-commerce-report .container {
    max-width: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .page-template-page-chat-commerce-report .container {
    max-width: 1340px !important;
  }
}
@media (min-width: 1520px) {
  .page-template-page-chat-commerce-report .container {
    max-width: 1420px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 870px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1000px !important;
  }
}
@media (min-width: 1120px) {
  .container {
    max-width: 1150px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1250px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1340px !important;
  }
}
@media (min-width: 1720px) {
  .container {
    max-width: 1400px !important;
  }
}

section {
  overflow: hidden;
}
section.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
section.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 992px) {
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 4rem !important;
  }
}
section.single-content {
  overflow: unset;
}
section.single-content .post-thumbnail .ratio {
  border-radius: 2rem;
  overflow: hidden;
}

.btn-padrao {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  color: #0b0c0e;
  border: 1px solid #ffbc00;
  cursor: pointer;
  position: relative;
  background-color: #ffbc00;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 892px) {
  .btn-padrao {
    font-size: 0.875rem;
  }
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.navbar-toggler {
  border: 0 !important;
}

.icone-omni {
  padding: 1.125rem;
  background: #ffd04d;
  border-radius: 50%;
  flex-shrink: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-template-page-chat-commerce-report .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  filter: brightness(0);
}
.page-template-page-chat-commerce-report .navbar .navbar-toggler-icon {
  transition: none;
}
.page-template-page-chat-commerce-report .navbar {
  background: transparent;
}
.page-template-page-chat-commerce-report .navbar.scrolled {
  background: #e2e4e9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.page-template-page-chat-commerce-report .navbar .nav-link {
  color: #21232c;
}
@media (min-width: 892px) {
  .page-template-page-chat-commerce-report .navbar .collapse {
    padding-left: 70px;
  }
}
.page-template-page-chat-commerce-report .navbar .collapse ul li span {
  font-weight: 700;
}
.page-template-page-chat-commerce-report .navbar .navbar-brand img {
  filter: brightness(0) saturate(100%);
}

.single-post .navbar,
.error404 .navbar,
.page-template-page-conteudo .navbar,
.category .navbar,
.search .navbar,
.page-template-page-empresa .navbar {
  background: #f0f1f4;
}
.single-post .navbar.scrolled,
.error404 .navbar.scrolled,
.page-template-page-conteudo .navbar.scrolled,
.category .navbar.scrolled,
.search .navbar.scrolled,
.page-template-page-empresa .navbar.scrolled {
  background: #f0f1f4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.single-post .navbar .nav-link,
.error404 .navbar .nav-link,
.page-template-page-conteudo .navbar .nav-link,
.category .navbar .nav-link,
.search .navbar .nav-link,
.page-template-page-empresa .navbar .nav-link {
  color: #0b0c0e;
}
.single-post .navbar .nav-link::after,
.error404 .navbar .nav-link::after,
.page-template-page-conteudo .navbar .nav-link::after,
.category .navbar .nav-link::after,
.search .navbar .nav-link::after,
.page-template-page-empresa .navbar .nav-link::after {
  background-color: #0b0c0e;
}
@media (min-width: 892px) {
  .single-post .navbar .btn-login,
  .error404 .navbar .btn-login,
  .page-template-page-conteudo .navbar .btn-login,
  .category .navbar .btn-login,
  .search .navbar .btn-login,
  .page-template-page-empresa .navbar .btn-login {
    border: 1px solid #0b0c0e;
    color: #0b0c0e;
  }
}
.single-post .navbar .navbar-brand,
.error404 .navbar .navbar-brand,
.page-template-page-conteudo .navbar .navbar-brand,
.category .navbar .navbar-brand,
.search .navbar .navbar-brand,
.page-template-page-empresa .navbar .navbar-brand {
  filter: brightness(0) saturate(100%);
}

.navbar {
  background: rgba(11, 12, 14, 0.72);
  transition: background 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}
@media (max-width: 892px) {
  .navbar {
    padding: 1rem 0;
  }
}
.navbar.scrolled {
  background: rgb(11, 12, 14);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}
.navbar .navbar-toggler {
  color: #ffbc00;
}
.navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0H20V2.5H0V0ZM0 8.75H20V11.25H0V8.75ZM0 17.5H20V20H0V17.5Z' fill='%23FFBC00'/></svg>");
  background-size: auto;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 6.2225L14.2225 0L16 1.7775L9.7775 8L16 14.2225L14.2225 16L8 9.7775L1.7775 16L0 14.2225L6.2225 8L0 1.7775L1.7775 0L8 6.2225Z' fill='%23FDFDFD'/></svg>");
  background-size: auto;
}
.navbar .navbar-toggler-icon {
  transition: background-image 0.2s ease-in-out;
}
.navbar .nav-link {
  color: #fff;
  position: relative;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #ffd04d;
  transition: width 0.3s ease;
}
.navbar .nav-link:hover::after {
  width: 100%;
}
@media (min-width: 892px) {
  .navbar .navbar-nav li {
    padding: 28px 0;
  }
}
.navbar .navbar-nav li.menu-item-has-children {
  position: static;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu {
  margin-top: -20px;
  display: none;
  position: absolute;
  border-radius: 8px;
  top: 78%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fdfdfd;
  z-index: 1000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 892px) {
  .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    align-items: start;
  }
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0b0c0e;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 8px;
  min-width: 140px;
  font-weight: bold;
}
@media (max-width: 892px) {
  .navbar .navbar-nav li.menu-item-has-children .sub-menu a .nav-link {
    flex-direction: row;
    gap: 10px;
    align-items: start;
    justify-content: start;
  }
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .nav-link .menu-icon {
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .nav-link:hover {
  background: rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .nav-link:hover .menu-icon {
  transform: scale(1.1);
}
.navbar .navbar-nav li.menu-item-has-children.active > .sub-menu {
  display: flex;
  animation: slideDown 0.4s ease-out forwards;
}
.navbar > .container {
  position: relative;
}
@media (max-width: 892px) {
  .navbar .background-mobile {
    background: #fdfdfd;
    border-radius: 0.5rem;
    color: #0b0c0e;
    padding: 10px 14px 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 100%;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #0b0c0e;
    padding: 95px 20px 0 20px;
    transition: right 0.2s ease;
    overflow-y: auto;
    z-index: -1;
    margin-top: -90px;
  }
  .navbar .navbar-collapse.show {
    right: 0;
  }
  .navbar .navbar-collapse.collapsing {
    right: -100%;
    transition: right 0.2s ease-in-out;
    height: 100vh;
  }
  .navbar .navbar-nav .menu-item {
    margin-bottom: 1.125rem;
  }
  .navbar .navbar-nav li.menu-item-has-children {
    position: relative;
  }
  .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
}
@media (max-width: 991px) and (max-width: 892px) {
  .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    gap: 0;
  }
}
.btn-login,
.btn-demo {
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
}

.btn-login {
  border: 1px solid #ffbc00;
  color: #ffbc00;
}

.btn-demo {
  color: #0b0c0e;
  background: #ffbc00;
}

.dropdown-arrow {
  width: 10px;
  height: 6px;
  margin-left: 6px;
  transition: transform 0.2s ease;
  vertical-align: middle;
}
@media (min-width: 892px) {
  .dropdown-arrow {
    display: none;
  }
}

.menu-item-has-children.active > a .dropdown-arrow {
  transform: rotate(180deg);
}


.antes-depois .icone-secao {
  margin-bottom: 4rem;
}
.antes-depois .icone-secao img {
  padding: 1.125rem;
  background: #ffd04d;
  border-radius: 50%;
}

.antes-depois-content {
  color: #fdfdfd;
}
.antes-depois-content h2 span {
  color: #ffd04d;
}
.antes-depois-content h2 {
  padding-bottom: 30px;
}
.antes-depois-content .card {
  padding: 3.5rem 2.25rem;
  border-radius: 2rem;
  position: relative;
  border-radius: 2rem;
  transition: all 0.3s ease;
  z-index: 0;
}
.antes-depois-content.home .card {
  background: linear-gradient(109.12deg, #FFD04D 37.13%, #FFEEBD 74.02%);
}
.antes-depois-content.home .card.card-sem {
  background: linear-gradient(32.58deg, #000000 66.85%, #21272A 108.34%);
  color: #FDFDFD;
}
.antes-depois-content .card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  z-index: -1;
}
.antes-depois-content .card:hover::after {
  border-color: #ffbc00;
  box-shadow: 0 0 20px rgba(255, 188, 0, 0.4);
}
.antes-depois-content .card-sem {
  position: relative;
  border-radius: 2rem;
  transition: all 0.3s ease;
  z-index: 0;
}
.antes-depois-content .card-sem::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  z-index: -1;
}
.antes-depois-content .card-sem:hover::after {
  border-color: #cc3628;
  box-shadow: 0 0 20px rgba(204, 54, 40, 0.4);
}

.lista-omnichat {
  font-size: 0.875rem;
  line-height: 120%;
  padding: 0;
}
.lista-omnichat li {
  padding: 0.75rem 0;
  font-weight: bold;
  border-bottom: 1px solid #0b0c0e;
}
.lista-omnichat li:last-child {
  border-bottom: none;
}
.lista-omnichat .item-lista {
  position: relative;
  margin-bottom: 1rem;
}
.lista-omnichat .item-lista.open .toggle-info svg {
  transform: rotate(180deg);
}
.lista-omnichat .item-lista .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 0.5rem;
}
.lista-omnichat .item-lista .toggle-info {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  cursor: pointer;
  transition: transform 0.25s ease-in-out;
}
.lista-omnichat .item-lista .toggle-info svg {
  transition: transform 0.25s ease-in-out;
}
.lista-omnichat .item-lista .item-info {
  display: none;
  padding: 0.75rem 0 0;
  font-size: 0.875rem;
  color: #21232c;
  font-weight: normal;
  width: 90%;
  line-height: 1.3em;
}
.lista-omnichat.home .item-lista .item-info {
  color: #FDFDFD;
}
.antes-depois-content.home .card.card-sem .toggle-info svg path {
   fill: #FDFDFD;
}
.produtos-carrossel.home .card-produto {
  color: #fff;
}
@media (max-width: 892px) {
  .produtos-carrossel.home .card-produto {
    gap: 4rem;
  }
}
.produtos-carrossel.home .card-produto .texto {
  background: transparent;
  max-width: 100%;
  padding: 0;
}
.produtos-carrossel.home .card-produto .texto h2 {
  font-size: 3rem;
}
@media (max-width: 892px) {
  .produtos-carrossel.home .card-produto .texto h2 {
    font-size: 2.5rem;
  }
}
.produtos-carrossel.home .card-produto .texto p {
  font-size: 1.25rem;
  max-width: 90%;
  margin-bottom: 2.5rem;
}
@media (max-width: 892px) {
  .produtos-carrossel.home .card-produto .texto p {
    font-size: 1rem;
    max-width: 100%;
  }
}
.produtos-carrossel.home .imagem img {
  border-radius: 2rem;
}
.produtos-carrossel .card-produto {
  margin-bottom: 2rem;
}
.produtos-carrossel .card-produto .btn-padrao {
  margin-top: 1.5rem;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 892px) {
  .produtos-carrossel .card-produto .btn-padrao {
    margin-top: 2.5rem;
  }
}
.produtos-carrossel .swiper-buttons {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.produtos-carrossel .swiper-buttons .swiper-button-prev,
.produtos-carrossel .swiper-buttons .swiper-button-next {
  position: static;
}
.produtos-carrossel .swiper-buttons .swiper-button-prev::after,
.produtos-carrossel .swiper-buttons .swiper-button-next::after {
  font-size: 0.875rem;
  color: #ffd04d;
}
.produtos-carrossel .swiper-pagination {
  position: static;
}
.produtos-carrossel .swiper-pagination-bullet {
  background-color: #676c7e;
  width: 6px;
  height: 6px;
}
.produtos-carrossel .swiper-pagination-bullet-active {
  background-color: #ffbc00;
}

.depoimentos-swiper .card {
  background-color: transparent;
  color: #f0f1f4;
}
.depoimentos-swiper .card .card-content {
  border: 1px solid #ffbc00;
  border-radius: 2rem;
  padding: 8.25rem 2.25rem;
  max-width: 1096px;
}
.depoimentos-swiper .home .card .card-content {
  position: relative;
  background: linear-gradient(32.58deg, #000000 66.85%, #21272A 108.34%);
  border: none;
}
.depoimentos-swiper .home .card .card-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(90deg, rgba(114, 86, 141, 0.72) 0%, rgba(0, 0, 0, 0) 100%) border-box;
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.depoimentos-swiper .card .card-content p {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .depoimentos-swiper .card .card-content p {
    font-size: 1.5rem;
  }
}
.depoimentos-swiper .card .btn {
  color: #ffbc00;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media (max-width: 892px) {
  .depoimentos-swiper .swiper-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
}
.depoimentos-swiper .swiper-button-prev,
.depoimentos-swiper .swiper-button-next {
  color: #ffbc00;
}
.depoimentos-swiper .swiper-button-prev::after,
.depoimentos-swiper .swiper-button-next::after {
  font-size: 14px;
}
@media (max-width: 892px) {
  .depoimentos-swiper .swiper-button-prev,
  .depoimentos-swiper .swiper-button-next {
    position: static;
  }
}
@media (max-width: 892px) {
  .depoimentos-swiper .swiper-button-prev {
    display: none;
  }
}

.cta-content {
  background: #ffd04d;
  border-radius: 2rem;
  padding: 3.5rem 3rem;
}
@media (max-width: 892px) {
  .cta-content {
    padding: 3.5rem 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.cta-content .descricao {
  font-size: 1.125rem;
}
.cta-content .descricao span {
  font-weight: bold;
}
.cta-content h2 {
  color: #0b0c0e;
  text-wrap: balance;
}
@media (min-width: 892px) {
  .cta-content h2 {
    width: 90%;
  }
}
.cta-content a {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  color: #0b0c0e;
  border: 1px solid #ffbc00;
  cursor: pointer;
  position: relative;
  background-color: #ffbc00;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  padding: 12px;
  background-color: #0b0c0e;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 892px) {
  .cta-content a {
    font-size: 0.875rem;
  }
}

section.numeros h2 {
  color: #fdfdfd;
  margin: 5.625rem 0;
}
section.numeros .card {
  border-radius: 2rem;
  background-color: #0b0c0e;
  color: #fdfdfd;
  padding: 2rem;
}
section.numeros .card.home {
  position: relative;
  background: linear-gradient(32.58deg, #000000 66.85%, #21272A 108.34%);
}
section.numeros .card.home::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(90deg, rgba(114, 86, 141, 0.72) 0%, rgba(0, 0, 0, 0) 100%) border-box;
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.numero {
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 4.75rem;
}

.descricao {
  font-size: 1.25rem;
  line-height: 2rem;
  line-height: 140%;
}

.cards-informativos .imagem {
  margin-bottom: 4rem;
}
.cards-informativos .imagem img {
  border-radius: 2rem;
  width: 268px;
  height: 248px;
  object-fit: cover;
  object-position: top left;
}
@media (max-width: 892px) {
  .cards-informativos .imagem img {
    height: 358px;
    width: 100%;
  }
}
.cards-informativos h3 {
  color: #fdfdfd;
  margin-bottom: 1rem;
}
@media (max-width: 892px) {
  .cards-informativos h3 {
    font-size: 1.5rem;
  }
}
.cards-informativos p {
  color: #f0f1f4;
}
.cards-informativos .cardsSwiper .swiper-buttons {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-top: 2rem;
}
.cards-informativos .cardsSwiper .swiper-buttons .swiper-button-prev,
.cards-informativos .cardsSwiper .swiper-buttons .swiper-button-next {
  position: static;
}
.cards-informativos .cardsSwiper .swiper-buttons .swiper-button-prev::after,
.cards-informativos .cardsSwiper .swiper-buttons .swiper-button-next::after {
  font-size: 0.875rem;
  color: #ffd04d;
}
.cards-informativos .cardsSwiper .swiper-pagination {
  position: static;
}
.cards-informativos .cardsSwiper .swiper-pagination-bullet {
  background-color: #676c7e;
  width: 6px;
  height: 6px;
}
.cards-informativos .cardsSwiper .swiper-pagination-bullet-active {
  background-color: #ffbc00;
}

section.formulario {
  background: linear-gradient(32.58deg, #000000 66.85%, #21272a 108.34%);
}
section.formulario h2 {
  color: #fdfdfd;
  width: 85%;
  font-size: 2.625rem;
}
section.formulario.ccr h2 {
  color: #ffd04d;
}
section.formulario.ccr .form-control option:disabled {
  text-transform: uppercase;
  font-size: 0.75rem; /* menor */
  color: #676C7E;
  font-weight: 600; /* opcional, melhora leitura */
}
.formulario.ccr .form-label,
.formulario.ccr .form-check-label,
.formulario.ccr p.form-text {
  color: #5A5F72;
}

@media (max-width: 892px) {
  section.formulario h2 {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  section.formulario.ccr h2 {
    font-size: 2rem;
  }
  section.formulario .wpcf7-form label {
    text-align: left;
    padding-bottom: 5px;
  }
}
section.formulario img {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 592px) {
  section.formulario img {
    width: 358px;
    height: 296px;
    object-fit: cover;
  }
}
section.formulario .wpcf7-form input,
section.formulario .wpcf7-form select,
section.formulario .wpcf7-form textarea {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  width: 100%;
  height: 48px;
  background: #0b0c0e;
  border: 1px solid #5a5f72;
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
}
section.formulario .wpcf7-form input::placeholder,
section.formulario .wpcf7-form select::placeholder,
section.formulario .wpcf7-form textarea::placeholder {
  color: #a1a4b2;
}
section.formulario .wpcf7-form input:focus,
section.formulario .wpcf7-form select:focus,
section.formulario .wpcf7-form textarea:focus {
  outline: none;
  border-color: #ffbc00;
}
section.formulario .wpcf7-form input option,
section.formulario .wpcf7-form select option,
section.formulario .wpcf7-form textarea option {
  color: #fff;
  padding: 10px;
}
section.formulario .wpcf7-form input option:hover,
section.formulario .wpcf7-form select option:hover,
section.formulario .wpcf7-form textarea option:hover {
  background-color: #ffbc00;
}
section.formulario .wpcf7-form select {
  color: #a1a4b2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23a1a4b2' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  padding-right: 48px;
}
section.formulario .wpcf7-form label {
  display: block;
  margin-bottom: 0.25rem;
  color: #ffffff;
  font-weight: 600;
}
section.formulario .wpcf7-form .wpcf7-submit {
  color: #0b0c0e;
  background: #ffbc00;
  border: none;
  cursor: pointer;
  display: block;
  width: auto;
}
@media (max-width: 892px) {
  section.formulario .wpcf7-form .wpcf7-submit {
    margin: 0 auto;
  }
}
section.formulario .wpcf7-response-output {
  color: #fdfdfd;
}

footer {
  background: #ffd04d;
  padding: 2rem 0 1rem 0;
}
footer .logo-footer {
  margin-bottom: 2rem;
}
footer .logo {
  filter: brightness(0) saturate(100%);
}
footer h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1.25rem;
}
footer ul li a {
  font-weight: 400;
}
footer .footer-menu {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  footer .footer-menu div.col-lg-1 {
    width: 10% !important;
  }
}
@media (max-width: 767px) {
  footer .footer-menu > div {
    margin-bottom: 1.625rem;
  }
}
footer .footer-menu > div ul li {
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  footer .footer-menu > div ul li {
    margin-bottom: 1rem;
  }
}
footer .copyright p {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .copyright .selos {
    margin-bottom: 1rem;
  }
}
footer hr {
  margin: 1rem 0;
}
@media (max-width: 576px) {
  footer hr {
    max-width: 75%;
    margin: 2rem auto;
  }
}

body.postid-237 .produtos-carrossel .card-produto .texto {
  position: unset;
  transform: none;
}
@media (min-width: 892px) {
  body.postid-237 .produtos-carrossel .card-produto .texto {
    padding: 2.5rem 3.5rem;
  }
}
body.postid-237 .produtos-carrossel .card-produto .imagem-slide-3 {
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  body.postid-237 .produtos-carrossel .card-produto .imagem-slide-3 img {
    max-width: 100%;
    height: auto;
  }
}
body.postid-237 .produtos-carrossel .card-produto .imagem {
  max-width: 60%;
}
body.postid-237 .hero {
  background-position: 62% center;
}

@media (max-width: 892px) {
  body.postid-152 .hero {
    background-position: 75%;
  }
}
@media (min-width: 1280px) {
  body.postid-152 .texto-slide-3 {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  body.postid-152 .imagem-slide-1 {
    display: flex;
    align-items: center;
    justify-content: right;
  }
}
@media (min-width: 1200px) {
  body.postid-152 .imagem.imagem-slide-3 {
    text-align: end;
    margin-left: auto;
  }
}
@media (max-width: 872px) {
  body.postid-152 .imagem.imagem-slide-3 img {
    max-width: 100%;
  }
}

.imagem-destaque {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 670px;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
.imagem-destaque .texto-destaque {
  max-width: 60%;
  padding: 4.5rem;
}

.icone-produto {
  margin-bottom: 4rem;
}

.sobre-content {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding: 2rem;
}
.sobre-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  padding: 3px;
  background: linear-gradient(to top right, #6e3399 24%, #e8ada1 64%, #ffd04d 80%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.sobre-content > * {
  position: relative;
  z-index: 1;
}
.sobre-content h2 span {
  background: linear-gradient(46deg, #6e3399 38.14%, #e8ada1 70.8%, #ffd04d 83.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.sobre-content p {
  color: #fdfdfd;
  font-size: 1.25rem;
}

.cta-produto .sales-studio {
    background: #0B0C0E;
    border-radius: 1.5rem;
    padding: 3rem;
}
.cta-produto h2 span {
  background: #1fad66;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.cta-produto a {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  color: #0b0c0e;
  border: 1px solid #ffbc00;
  cursor: pointer;
  position: relative;
  background-color: #ffbc00;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  padding: 12px;
}
@media (max-width: 892px) {
  .cta-produto a {
    font-size: 0.875rem;
  }
}
.cta-produto .icone-cta {
  margin-bottom: 4rem;
}
.cta-produto .titulo-cta {
  margin-bottom: 3rem;
  color: #fdfdfd;
}
@media (max-width: 892px) {
  .cta-produto .titulo-cta {
    font-size: 1.5rem;
  }
}
.cta-produto .subtitulo-cta {
  color: #fdfdfd;
  margin-bottom: 3rem;
}


.produtos-carrossel .singleProdutosSwiper {
    overflow: hidden;
}
@media (max-width: 767px) {
  .produtos-carrossel .singleProdutosSwiper {
      padding: .5rem;
  }
}
.produtos-carrossel .swiper-slide {
    padding: 3rem 4rem;
}
@media (max-width: 768px) {
  .produtos-carrossel .swiper-slide {
    padding: 2.5rem 1rem !important;
  }
}

/* Layout padrão slides 1, 3, 6, 7, 8, 9 (texto + imagem com bg gradiente) */
.produtos-carrossel .card-produto-layout {
    background: linear-gradient(60.33deg, #000000 12.14%, #21272A 100.01%);
    border-radius: 1.5rem;
}
.produtos-carrossel .card-produto-layout .texto {
    background: transparent;
    max-width: 100%;
    padding: 2.5rem;
    color: #fdfdfd;
}
.produtos-carrossel .card-produto-layout .imagem img {
    width: 90%;
    padding: 3rem 1rem;
    height: auto;
}
@media (max-width: 767px) {
  .produtos-carrossel .card-produto-layout .imagem img {
    padding: 1rem 0;
    width: 100%;
  }
}
.produtos-carrossel .slide-3-chat img.slide-3-img-2 {
    width: 40%;
    max-width: 40%;
}
@media (max-width: 892px) {
    .produtos-carrossel .slide-3-chat img.slide-3-img-2 {
        width: 55%;
        max-width: 55%;
    }
}
.produtos-carrossel .card-produto-layout .descricao-card {
  padding-right: 3rem;
}
.produtos-carrossel .slide-3 .descricao-card .destaque {
    background: linear-gradient(45.8deg, #6E3399 38.14%, #E8ADA1 70.8%, #FFD04D 83.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.produtos-carrossel .slide-3-chat {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.produtos-carrossel .slide-3-chat img {
    max-width: 100%;
    height: auto;
}
.produtos-carrossel .slide-3-chat {
  padding: 3rem 1rem;
}
.produtos-carrossel .slide-3-chat img {
  padding: 0.5rem 0 !important;
  align-self: flex-end;
}
.produtos-carrossel .slide-3-chat .slide-3-img {
    opacity: 0;
    transform: translateY(20px);
}
@media (max-width: 991px) {
    .produtos-carrossel .slide-3-chat .slide-3-img {
        opacity: 1;
        transform: none;
    }
}


/* Layout grid slides 2, 4, 5, 10, 11 (fundo transparente) */
.produtos-carrossel .slide-grid {
    background: transparent;
}
.produtos-carrossel .slide-grid h2,
.produtos-carrossel .slide-grid h4 {
    color: #fdfdfd;
}

/* Slide 1 */
.produtos-carrossel .slide-1 {
    position: relative;
}
.produtos-carrossel .slide-1 .texto {
    padding: 3.5rem;
}
@media (max-width: 767px) {
  .produtos-carrossel .slide-1 .texto {
    padding: 2rem;
  }
}
.produtos-carrossel .slide-1 .descricao-card {
    padding-right: 5rem;
}
@media (max-width: 1200px) {
    .produtos-carrossel .slide-1 .texto {
        max-width: 100% !important;
    }
}
.produtos-carrossel .card-produto-layout .texto .logo-produto {
    margin-bottom: 3rem;
    max-width: 250px;
}
@media (max-width: 892px) {
  .produtos-sales .card-produto-layout .texto .logo-produto {
      margin: 0 auto 3rem !important;
  }  
}
.produtos-sales .slide-grid .card-esquerda .logo-produto {
    max-width: 190px;
}

/* Cards genéricos */
.produtos-carrossel .card {
    background-color: #0b0c0e;
    color: #fdfdfd;
    border-radius: 1.5rem;
}
.produtos-carrossel .card .descricao span {
    font-weight: 700;
    color: #ffd04d;
}
.produtos-carrossel .card .icone {
    flex-shrink: 0;
}
.produtos-carrossel p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0;
}

/* Slides grid (2, 4, 5) - cards com ícone + texto */
.produtos-carrossel .slide-grid .card-esquerda {
    padding: 2.5rem;
}
.produtos-carrossel .slide-grid .card {
    gap: 2.25rem;
    padding: 3.25rem 2.5rem;
}
.produtos-carrossel .slide-grid .card.card-esquerda .descricao span,
.produtos-carrossel .slide-10-grid .card .descricao span {
    color: #ffd04d !important;
}
.produtos-carrossel .slide-grid .card .descricao span {
    color: #fdfdfd;
}

/* Slide 10 - Grid assimétrico */
.produtos-carrossel .slide-10 h4,
.produtos-carrossel .slide-11 h4,
.produtos-sales .slide-6 h4,
.produtos-sales .slide-7 h4,
.produtos-sales .slide-8 h4,
.produtos-sales .slide-9 h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.produtos-carrossel .slide-10-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 70px;
}
.produtos-carrossel .slide-10-grid .card {
    gap: 2.25rem;
    padding: 3.25rem 2.5rem;
}
.produtos-carrossel .slide-10-grid .card:nth-child(1) {
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .produtos-carrossel .slide-10-grid {
        grid-template-columns: 1fr;
    }
    .produtos-carrossel .slide-10-grid .card {
        padding: 2.5rem;
    }
}

/* Slide 11 */
.produtos-carrossel .slide-11 span,
.produtos-sales .slide-9 span {
    color: #1FAD66 !important;
}
.produtos-carrossel .slide-11 .card,
.produtos-sales .slide-9 .card {
    padding: 4rem 3rem;
}
.produtos-carrossel .slide-11 .imagem img,
.produtos-sales .slide-9 .imagem img {
    width: 90%;
    padding: 1rem;
    height: auto;
}
@media (max-width: 892px) {
  .produtos-sales .slide-9 .imagem img,
  .produtos-marketing .slide-11 .imagem img {
    width: 100%;
    padding: 0;
    margin-top: -10px;
  }
}

/* Descrição card - lista com ícones */
.produtos-carrossel .descricao-card ul {
    padding: 0;
}
.produtos-carrossel .descricao-card ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
    line-height: 1.5;
}
.produtos-carrossel .descricao-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 16.5C4.85775 16.5 1.5 13.1422 1.5 9C1.5 4.85775 4.85775 1.5 9 1.5C13.1422 1.5 16.5 4.85775 16.5 9C16.5 13.1422 13.1422 16.5 9 16.5ZM8.25225 12L13.5547 6.69675L12.4943 5.63625L8.25225 9.879L6.1305 7.75725L5.07 8.81775L8.25225 12Z' fill='%23FFD04D'/></svg>") no-repeat center center;
    background-size: contain;
}

/* Navegação */
.produtos-carrossel .swiper-navigation {
    position: relative;
    z-index: 10;
    margin-top: 4rem;
}
@media (max-width: 892px) {
  .produtos-carrossel .swiper-navigation {
      margin-top: 1rem;
  }
}
.produtos-carrossel .swiper-navigation .swiper-button-prev,
.produtos-carrossel .swiper-navigation .swiper-button-next {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}
.produtos-carrossel .swiper-navigation .swiper-button-prev:after,
.produtos-carrossel .swiper-navigation .swiper-button-next:after {
    font-size: 16px;
    color: #ffbc00;
}

/* Responsivo */
@media (max-width: 892px) {
    .produtos-carrossel .card-produto-layout .texto {
        padding: 1.5rem;
    }
    .produtos-carrossel .slide-grid .card {
        padding: 2rem;
    }
    .produtos-carrossel .slide-1 .descricao-card,
    .produtos-carrossel .card-produto-layout .descricao-card {
        padding-right: 0;
    }
    .produtos-marketing .slide-3 .texto,
    .produtos-marketing .slide-6 .texto {
        text-align: center;
    }
    .produtos-marketing .slide-3 .descricao-card,
    .produtos-marketing .slide-6 .descricao-card,
    .produtos-sales .slide-1 .descricao-card,
    .produtos-sales .slide-3 .descricao-card {
        text-align: center;
    }    
    .produtos-carrossel .produtos-marketing .slide-1 img {
      margin-top: -30px;
    }

    .produtos-carrossel .produtos-sales .slide-1 img {
      margin-top: -10px;
    }
}

/* Ajustes slides Sales */
.produtos-carrossel .slide-1-chat {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.produtos-carrossel .slide-1-chat .slide-1-img {
    opacity: 0;
    transform: translateY(20px);
}
.produtos-carrossel .slide-1-chat img {
    max-width: 100%;
    height: auto;
}
.produtos-carrossel .slide-1-chat {
  padding: 3rem 1rem;
}
.produtos-carrossel .slide-1-chat img {
  padding: 0.5rem 0 !important;
  align-self: flex-end;
}

.produtos-sales .slide-3 .slide-3-alternating {
    position: relative;
    width: 85%;
    margin-left: auto;
    display: block;
}
.produtos-sales .slide-3-alternating .slide-3-alt-img {
    transition: opacity 0.8s ease;
    opacity: 0;
    width: 100%;
}
.produtos-sales .slide-3-alternating .slide-3-alt-img:first-child {
    position: relative;
}
.produtos-sales .slide-3 .slide-3-alternating .slide-3-alt-img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
}
.produtos-sales .slide-3-alternating .slide-3-alt-img.active {
    opacity: 1;
}
@media (max-width: 892px) {
    .produtos-sales .slide-3 .slide-3-alternating {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .produtos-sales .slide-3-alternating .slide-3-alt-img {
        margin: 0 auto;
        display: block;
    }
    .produtos-sales .slide-3 .slide-3-alternating .slide-3-alt-img2 {
        left: 50%;
        transform: translateX(-50%);
    }  
}

.produtos-carrossel .slide-7 .slide-grid-half .descricao span {
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}
.produtos-carrossel .slide-6 h4 span,
.produtos-carrossel .slide-8 .slide-grid-half .descricao span {
    font-weight: 700;
    color: #FFD04D;
}
.produtos-carrossel .slide-grid-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.produtos-carrossel .slide-grid-half .card {
    gap: 2.25rem;
    padding: 3.25rem 2.5rem;
}
@media (max-width: 768px) {
    .produtos-carrossel .slide-grid-half {
        grid-template-columns: 1fr;
    }
    .produtos-carrossel .slide-grid-half .card {
        padding: 2.5rem;
    }
}


@media (max-width: 672px) {
  body.postid-311 .hero, body.postid-264 .hero {
    background-position: 65% center;
  }
}
@media (max-width: 991px) {
    .produtos-marketing .slide-7,
    .produtos-marketing .slide-8,
    .produtos-marketing .slide-9 {
        display: none !important;
    }
}

.card-destaque {
  color: #fdfdfd;
  background: #0b0c0e;
  border-radius: 2rem;
  padding: 6rem 4.5rem;
}
@media (max-width: 892px) {
  .card-destaque {
    padding: 6rem 1rem;
  }
}
.card-destaque h2 {
  margin-bottom: 4rem;
}
@media (min-width: 892px) {
  .card-destaque h2 {
    padding: 0 112px;
  }
}
.card-destaque .descricao {
  font-size: 1.5rem;
}
@media (max-width: 892px) {
  .card-destaque .descricao {
    font-size: 1.25rem;
  }
  .slide-grid .descricao {
    text-align: center;
  }
}
@media (min-width: 892px) {
  .card-destaque .descricao {
    padding: 0 126px;
  }
}
.card-destaque .descricao span {
  font-weight: bold;
}
.card-destaque .btn-padrao {
  padding: 0.75rem;
}

.bloco-swiper {
  background: #0b0c0e;
}
.bloco-swiper .swiper-nav {
  gap: 4rem;
}
.bloco-swiper .nav-item {
  text-decoration: none;
  color: #676c7e;
  font-size: 1.25rem;
  flex: 1 1 0;
}
@media (max-width: 892px) {
  .bloco-swiper .nav-item {
    display: none;
  }
  .bloco-swiper .nav-item.active {
    display: block;
  }
}
.bloco-swiper .nav-item.active {
  font-weight: 700;
  color: #ffd04d;
}
.bloco-swiper .row {
  position: relative;
}
.bloco-swiper .row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38%;
  width: 1px;
  background: #cdd0da;
}
@media (max-width: 892px) {
  .bloco-swiper .row::after {
    display: none;
  }
}
@media (min-width: 892px) {
  .bloco-swiper .titulo-slide {
    max-width: 90%;
  }
}
.bloco-swiper .slide-conteudo {
  color: #fdfdfd;
}
.bloco-swiper .slide-conteudo ul {
  padding: 0;
  color: #fdfdfd;
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.bloco-swiper .slide-conteudo ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.bloco-swiper .slide-conteudo ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 16.5C4.85775 16.5 1.5 13.1422 1.5 9C1.5 4.85775 4.85775 1.5 9 1.5C13.1422 1.5 16.5 4.85775 16.5 9C16.5 13.1422 13.1422 16.5 9 16.5ZM8.25225 12L13.5547 6.69675L12.4943 5.63625L8.25225 9.879L6.1305 7.75725L5.07 8.81775L8.25225 12Z' fill='%23FFD04D'/></svg>") no-repeat center center;
  background-size: contain;
}
.bloco-swiper .slide-conteudo .btn-padrao {
  padding: 0.75rem;
}
.bloco-swiper .swiper-button-next {
  color: #ffd04d;
  margin: 0 auto;
}
.bloco-swiper .swiper-button-next::after {
  font-size: 0.875rem;
}
.bloco-swiper .swiper-pagination-bullet {
  background-color: #676c7e;
  width: 6px;
  height: 6px;
}
.bloco-swiper .swiper-pagination-bullet-active {
  background-color: #ffbc00;
}
.bloco-swiper .bullets-interno {
  position: static;
}
@media (min-width: 872px) {
  .bloco-swiper .bullets-interno {
    display: none;
  }
}
.bloco-swiper .swiper-nav {
  position: relative;
}
.bloco-swiper .swiper-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #cdd0da;
  z-index: 1;
}
.bloco-swiper .swiper-nav .nav-item {
  position: relative;
  padding-bottom: 8px;
  text-decoration: none;
  z-index: 2;
  background: none;
  border: none;
}
.bloco-swiper .swiper-nav .nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid transparent;
  transition: border-color 0.3s ease;
}
.bloco-swiper .swiper-nav .nav-item.active::after {
  border-bottom-color: #ffd04d;
}

.icone-cta {
  margin-bottom: 2rem;
}

.titulo-cta {
  margin-bottom: 2rem;
  font-size: 2.625rem;
}

.descricao-cta {
  font-size: 1.5rem;
  padding: 0 1rem;
  margin-bottom: 3rem;
}
.descricao-cta span {
  font-weight: bold;
}

.imagem-antes img,
.imagem-depois img {
  border-radius: 2rem;
  max-width: 100%;
  height: 670px;
  object-fit: cover;
}
@media (max-width: 892px) {
  .imagem-antes img,
  .imagem-depois img {
    height: 820px;
    object-fit: cover;
  }
}

.card-antes,
.card-depois {
  border-radius: 2rem;
  padding: 3.5rem 2.25rem;
}
.card-antes h2,
.card-depois h2 {
  margin-bottom: 2rem;
}
.card-antes h2 span,
.card-depois h2 span {
  color: #6e3399;
}
@media (max-width: 1200px) {
  .card-antes h2,
  .card-depois h2 {
    font-size: 2rem;
  }
}
.card-antes ul li,
.card-depois ul li {
  font-size: 0.875rem;
}

.card-antes {
  right: 4rem;
}
@media (max-width: 892px) {
  .card-antes {
    right: 2rem;
  }
}
.card-antes .texto-card ul {
  padding: 0;
  font-size: 1.125rem;
}
.card-antes .texto-card ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.card-antes .texto-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.1066 1.5L16.5 5.89339V12.1066L12.1066 16.5H5.89339L1.5 12.1066V5.89339L5.89339 1.5H12.1066ZM8.2099 11.3678V12.9467H9.78885V11.3678H8.2099ZM8.2099 5.05204V9.78885H9.78885V5.05204H8.2099Z' fill='%23CC3628'/></svg>") no-repeat center center;
  background-size: contain;
}

.card-depois {
  left: 4rem;
}
@media (max-width: 892px) {
  .card-depois {
    left: 2rem;
  }
}
.card-depois h3 span {
  font-weight: 700;
  color: #6e3399;
}
.card-depois .texto-card ul {
  padding: 0;
  font-size: 1.125rem;
}
.card-depois .texto-card ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.card-depois .texto-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 16.5C4.85775 16.5 1.5 13.1422 1.5 9C1.5 4.85775 4.85775 1.5 9 1.5C13.1422 1.5 16.5 4.85775 16.5 9C16.5 13.1422 13.1422 16.5 9 16.5ZM8.25225 12L13.5547 6.69675L12.4943 5.63625L8.25225 9.879L6.1305 7.75725L5.07 8.81775L8.25225 12Z' fill='%236E3399'/></svg>") no-repeat center center;
  background-size: contain;
}

.clientes h2 {
  color: #fdfdfd;
  margin-bottom: 4rem;
}
.clientes .swiper-wrapper {
  align-items: center;
}
.clientes .clientes-swiper {
  margin-bottom: 4rem;
}
.clientes .clientes-swiper-bottom {
  margin-bottom: 4rem;
}
.clientes .btn-padrao {
  padding: 0.75rem;
}

.resultados .card {
  padding: 3.5rem 2.25rem;
  border-radius: 2rem;
  position: relative;
  border: 2px solid transparent;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(to top right, #6e3399 24%, #e8ada1 64%, #ffd04d 80%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #fdfdfd;
}
.resultados .card h3 {
  margin-bottom: 2.5rem;
}
.resultados .card span {
  font-weight: 700;
  background: radial-gradient(124.61% 132.08% at 0% 100%, #6e3399 48%, #7b3ca3 57%, #a056be 72%, #b46cbc 77%, #e8ada1 86%, #ffd04d 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.resultados .lista-resultados li {
  justify-content: space-between;
  border-bottom: 1px solid #fdfdfd;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.resultados .lista-resultados li svg {
  flex-shrink: 0;
}
.resultados .lista-resultados li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.resultados .btn-padrao {
  margin-top: 5rem;
}

.resultado-cards {
  color: #fdfdfd;
}
.resultado-cards h4 {
  font-weight: bold;
}
.resultado-cards .imagem-card img {
  border-radius: 2rem;
}
.resultado-cards .btn-saiba {
  color: #ffd04d;
  font-size: 0.875rem;
  margin-top: 1rem;
}

.resultadosCardsSwiper .swiper-button-prev,
.resultadosCardsSwiper .swiper-button-next {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resultadosCardsSwiper .swiper-button-prev:after,
.resultadosCardsSwiper .swiper-button-next:after {
  font-size: 16px;
  color: #ffbc00;
}
@media (min-width: 992px) {
  .resultadosCardsSwiper .swiper-button-prev,
  .resultadosCardsSwiper .swiper-button-next {
    display: none;
  }
}
.resultadosCardsSwiper .swiper-pagination {
  position: static;
}
.resultadosCardsSwiper .swiper-pagination-bullet {
  background-color: #676c7e;
  width: 6px;
  height: 6px;
}
.resultadosCardsSwiper .swiper-pagination-bullet-active {
  background-color: #ffbc00;
}

.bloco-swiper-listas {
  background: #0b0c0e;
}

.swiper-listas h3 {
  color: #ffd04d;
  margin-bottom: 4rem;
}
.swiper-listas ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.swiper-listas ul li {
  color: #fdfdfd;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-wrap: balance;
}
.swiper-listas ul li svg {
  flex-shrink: 0;
}
@media (min-width: 892px) {
  .swiper-listas .lista-itens {
    margin-bottom: 4rem;
  }
}
.swiper-listas .swiper-navigation {
  margin-top: 2rem;
}
.swiper-listas .swiper-button-prev,
.swiper-listas .swiper-button-next {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-listas .swiper-button-prev:after,
.swiper-listas .swiper-button-next:after {
  font-size: 16px;
  color: #ffbc00;
}
.swiper-listas .swiper-pagination {
  position: static;
}
.swiper-listas .swiper-pagination-bullet {
  background-color: #676c7e;
  width: 6px;
  height: 6px;
}
.swiper-listas .swiper-pagination-bullet-active {
  background-color: #ffbc00;
}

.blog .hero,
.category .hero,
.page-template-page-conteudo .hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 672px) {
  .blog .hero,
  .category .hero,
  .page-template-page-conteudo .hero {
    background-position: 60% center;
  }
}
.blog .hero::after,
.category .hero::after,
.page-template-page-conteudo .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
.blog .hero .container,
.category .hero .container,
.page-template-page-conteudo .hero .container {
  position: relative;
  z-index: 2;
}
.blog .hero h1,
.category .hero h1,
.page-template-page-conteudo .hero h1 {
  margin-bottom: 2.5rem;
}
.blog .hero .hero-content.hero-conteudo,
.category .hero .hero-content.hero-conteudo,
.page-template-page-conteudo .hero .hero-content.hero-conteudo {
  margin-top: 240px;
}

.conteudo-intro h2 {
  color: #0b0c0e;
  font-size: 2.5rem;
}
.conteudo-intro p {
  font-size: 1.5rem;
}
@media (max-width: 892px) {
  .conteudo-intro p {
    font-size: 1.25rem;
  }
}

.conteudo-grid {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.conteudo-grid .card {
  height: 384px;
  max-width: 384px;
  border-radius: 2rem;
}
.conteudo-grid .card .card-img-top {
  height: 50%;
  border-radius: 2rem 2rem 0 0;
}
.conteudo-grid .card .card-body {
  height: 50%;
  padding: 1.5rem 2rem;
  background: #0b0c0e;
  border-radius: 0 0 2rem 2rem;
  min-height: fit-content;
}
.conteudo-grid .card .card-body h5 {
  color: #fdfdfd;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.conteudo-grid .card .card-body a {
  padding: 8px 0;
  color: #ffbc00;
  font-size: 0.875rem;
}
.conteudo-grid .carregar-mais {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: 0px;
  padding: 0.9375rem 0.75rem;
}

.single-post h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 892px) {
  .single-post h1 {
    font-size: 2.25rem;
    line-height: 110%;
  }
}
.single-post h2 {
  color: #000;
}
.single-post article {
  margin-bottom: 6rem;
}
@media (max-width: 892px) {
  .single-post article {
    margin-bottom: 4rem;
  }
}
.single-post .post-content ul {
  list-style: initial;
}
.single-post .post-content a {
  text-decoration: underline;
}
.single-post .post-content img {
  border-radius: 2rem;
}
.single-post .post-content .case-titulo-cards img,
.single-post .post-content .case-cards-duplos .card-duplo img {
  border-radius: 0;
}
.single-post .post-toc {
  border: 1px solid #21232c;
  border-radius: 1rem;
  padding: 1.5rem 1.125rem;
  top: 120px;
}
.single-post .post-toc a {
  text-decoration: underline;
}
.single-post .post-toc a:not(:last-child) {
  margin-bottom: 1.25rem;
}
.single-post .breadcrumb-wrapper a,
.single-post .breadcrumb-wrapper .last {
  color: #5a5f72;
}
.single-post .breadcrumb-wrapper .breadcrumb-separator {
  margin: 0 1rem;
}
.single-post .rank-math-breadcrumb p {
  max-width: 490px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.single-post .post-meta {
  margin-bottom: 6rem;
}

/** Post-meta Update **/
.entry-meta {
  color: #fdfdfd;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  margin: 0.4rem 0;
}
.entry-meta__date {
  color: #fdfdfd;
  font-weight: 700;
}
.entry-meta__author span {
  color: #ffbc00;
}
.entry-meta--single .entry-meta__author span {
  color: inherit;
}
.entry-meta__updated {
  font-style: italic;
}
.entry-meta--single .entry-meta__date,
.entry-meta--single .entry-meta__updated {
  color: inherit;
  font-weight: normal;
}
.entry-meta--single {
  flex-direction: row;
  justify-content: center;
  gap: 0; /* era 0.5rem 1.5rem */
  color: #21232c;
  margin-bottom: 1.5rem;
}
.entry-meta--single span + span::before {
  content: "·";
  margin: 0 0.6rem;
  opacity: .9;
}

.single-post .post-meta .post-category {
  background: #e59900;
  border-radius: 8px;
  padding: 16px 12px;
  font-weight: bold;
  color: #0b0c0e;
}
.single-post .post-meta .reading-time {
  background: transparent;
  border: 1px solid black;
  border-radius: 8px;
  padding: 16px 12px;
  color: #676c7e;
  font-weight: medium;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post .post-share span {
  font-size: 1.125rem;
}
.single-post .post-thumbnail {
  margin-bottom: 3rem;
}
.single-post .post-thumbnail img {
  border-radius: 2rem;
}
@media (max-width: 576px) {
  .single-post .post-thumbnail img {
    width: 359px;
    height: 359px;
    object-fit: cover;
    border-radius: 1rem;
    object-position: 10%;
  }
}

.error404 .pagina404 h1 {
  font-size: 3rem;
}
.error404 .pagina404 a {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  color: #0b0c0e;
  border: 1px solid #ffbc00;
  cursor: pointer;
  position: relative;
  background-color: #ffbc00;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 892px) {
  .error404 .pagina404 a {
    font-size: 0.875rem;
  }
}

.search-hero {
  padding-top: 10rem;
}
.search-hero .search-form {
  display: flex;
  width: 100%;
  max-width: 896px;
  height: 48px;
  background: #fdfdfd;
  border: 1px solid #abaeba;
  border-radius: 8px;
  overflow: hidden;
}
.search-hero .search-form input[type=search] {
  flex: 1;
  border: none;
  padding: 0 16px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
  color: #21232c;
}
.search-hero .search-form input[type=search]::placeholder {
  color: #676c7e;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.search-hero .search-form input[type=search]:focus {
  outline: none;
}
.search-hero .search-form button[type=submit] {
  width: 48px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-hero .search-form button[type=submit] svg path {
  fill: #21232c;
}
.search-hero .search-form button[type=submit]:hover svg path {
  fill: #000;
}
.search-hero .post-categories {
  gap: 3rem;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .search-hero .post-categories {
    gap: 2rem;
  }
}
@media (max-width: 892px) {
  .search-hero .post-categories {
    gap: 1rem;
  }
}
.search-hero .post-categories .sem-posts {
  opacity: 0.7;
}
.search-hero .category-link {
  position: relative;
  padding-bottom: 4px;
  font-size: 1.25rem;
}
.search-hero .category-link.active {
  border-bottom: 4px solid #ffbc00;
}

.page-template-page-planos .bloco-swiper .row::after {
  display: none;
}
.page-template-page-planos .bloco-swiper {
  background: transparent;
  position: relative;
}
@media (max-width: 892px) {
  .page-template-page-planos .bloco-swiper .titulo-slide {
    max-width: 100%;
  }
}
.page-template-page-planos .bloco-swiper .blocos {
  background: #0b0c0e;
  padding: 4.5rem;
  border-radius: 2rem;
  margin: 0 2.5rem;
}
@media (max-width: 992px) {
  .page-template-page-planos .bloco-swiper .blocos {
    padding: 3rem 1rem;
  }
}
.page-template-page-planos .bloco-swiper .swiper-button-next-interno {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}
.page-template-page-planos .bloco-swiper .swiper-pagination-bullet {
  background-color: #676c7e;
  width: 6px;
  height: 6px;
}
.page-template-page-planos .bloco-swiper .swiper-pagination-bullet-active {
  background-color: #ffbc00;
}
@media (max-width: 892px) {
  .page-template-page-planos .bloco-swiper .swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-bottom: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 892px) {
  .page-template-page-planos .bloco-swiper .swiper-button-prev {
    display: none;
  }
}
.page-template-page-planos .bloco-swiper .swiper-button-next,
.page-template-page-planos .bloco-swiper .swiper-button-prev {
  color: #ffbc00;
}
@media (max-width: 892px) {
  .page-template-page-planos .bloco-swiper .swiper-button-next,
  .page-template-page-planos .bloco-swiper .swiper-button-prev {
    position: static;
  }
}
.page-template-page-planos .bloco-swiper .swiper-button-next::after,
.page-template-page-planos .bloco-swiper .swiper-button-prev::after {
  font-size: 0.875rem;
}
.page-template-page-planos .bloco-swiper .bullets-interno {
  position: static;
}
@media (min-width: 872px) {
  .page-template-page-planos .bloco-swiper .bullets-interno {
    display: none;
  }
}
.page-template-page-planos .bloco-swiper .btn-padrao {
  padding: 0.5rem 0.75rem;
}
.page-template-page-planos .swiper-nav {
  position: relative;
}
.page-template-page-planos .swiper-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #cdd0da;
  z-index: 1;
}
.page-template-page-planos .swiper-nav .nav-item {
  position: relative;
  padding-bottom: 8px;
  text-decoration: none;
  z-index: 2;
  background: none;
  border: none;
}
.page-template-page-planos .swiper-nav .nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid transparent;
  transition: border-color 0.3s ease;
}
.page-template-page-planos .swiper-nav .nav-item.active::after {
  border-bottom-color: #ffd04d;
}

.planos h2 {
  color: #fdfdfd;
}
.planos .card {
  border-radius: 2rem;
  position: relative;
  border: 2px solid transparent;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(to top right, #6e3399 24%, #e8ada1 64%, #ffd04d 80%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #fdfdfd;
  padding: 2rem 2rem 6rem 2rem;
}
.planos .card .icone-card {
  margin-bottom: 1.5rem;
}
.planos .card .texto-card {
  font-size: 1.25rem;
}
.planos .card .texto-card span {
  font-weight: bold;
}

.bloco-swiper .titulo-slide {
  color: #fdfdfd;
}

.cta-planos h2 span {
  display: inline-block;
}
.cta-planos .icone-cta {
  margin-bottom: 0;
}

.hero-simples {
  height: 80vh;
}
@media (max-width: 892px) {
  .hero-simples h1 {
    margin-top: 40px;
    width: 358px;
    margin: 0 auto;
  }
}
.hero-simples h1 span {
  color: #e59900;
}

.beneficios h2,
.beneficios p,
.beneficios h4,
.conteudo-cards h2,
.conteudo-cards p,
.conteudo-cards h4 {
  margin-bottom: 0;
}
.beneficios h2,
.conteudo-cards h2 {
  font-size: 2.5rem;
}
@media (max-width: 892px) {
  .beneficios h2,
  .conteudo-cards h2 {
    font-size: 2rem;
  }
}

.beneficios .btn-padrao {
  margin-top: 2.5rem;
}

.carrossel-imagens .img-wrapper img {
  height: 560px;
  object-fit: cover;
  border-radius: 2rem;
}

.empresa-secao .container-fluid {
  margin-bottom: 6rem;
}
@media (max-width: 892px) {
  .empresa-secao .duas-colunas {
    gap: 4rem;
  }
}
.empresa-secao .texto-esquerda h2 {
  color: #0b0c0e;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 110%;
}
@media (max-width: 892px) {
  .empresa-secao .texto-esquerda h2 {
    font-size: 2.25rem;
  }
}
.empresa-secao .texto-direita h4 {
  font-size: 1.5rem;
}
@media (max-width: 892px) {
  .empresa-secao .texto-direita h4 {
    font-size: 1.25rem;
  }
}

.card-beneficios {
  background: #0b0c0e;
  color: #fdfdfd;
  border-radius: 2rem;
  padding: 3rem 1.5rem;
}
.card-beneficios h4 {
  margin-bottom: 2rem;
}
.card-beneficios h4 span {
  color: #ffbc00;
}

.lista-beneficios {
  font-size: 1.25rem;
  padding: 0;
  display: inline-block;
  text-align: left;
}
.lista-beneficios li {
  padding: 1rem;
}
.lista-beneficios li:hover {
  background: #ffbc00;
  border-radius: 1rem;
  color: #0b0c0e;
}

.conteudo-cards .card-conteudo {
  border-radius: 2rem;
  background: #ffd04d;
  padding: 4.125rem 0px 12.5rem 4.5rem;
}
@media (max-width: 892px) {
  .conteudo-cards .card-conteudo {
    padding: 4.125rem 1rem;
  }
}
.conteudo-cards .card-conteudo .btn-padrao {
  background-color: #0b0c0e;
  color: #fdfdfd;
  padding: 0.75rem;
}
@media (min-width: 1200px) {
  .conteudo-cards .card-conteudo .imagem {
    position: absolute;
    right: 0;
    top: 85px;
  }
}
.conteudo-cards .card-conteudo img {
  width: 620px;
  height: auto;
}
@media (max-width: 1200px) {
  .conteudo-cards .card-conteudo img {
    width: 100%;
    height: auto;
  }
}
.conteudo-cards .card-conteudo p {
  font-size: 1.25rem;
}

.cards-menores {
  margin-top: -145px;
  padding: 0px 4.5rem;
}
@media (max-width: 892px) {
  .cards-menores {
    padding: 0px 1rem;
  }
}
.cards-menores .card-menor {
  border-radius: 2rem;
  padding: 1.5rem 1.5rem 4.5rem 1.5rem;
  background: #f0f1f4;
}
@media (max-width: 892px) {
  .cards-menores .card-menor {
    padding: 1.5rem 1.5rem 3.75rem 1.5rem;
  }
}
.cards-menores .card-menor h4 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.cards-menores .card-menor .icone-card {
  padding: 1rem;
  display: inline-block;
  border-radius: 8px;
  background-color: #e59900;
}
.cards-menores .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.cards-menores .swiper-button-next,
.cards-menores .swiper-button-prev {
  color: #ffbc00;
}
@media (max-width: 892px) {
  .cards-menores .swiper-button-next,
  .cards-menores .swiper-button-prev {
    position: static;
  }
}
.cards-menores .swiper-button-next::after,
.cards-menores .swiper-button-prev::after {
  font-size: 0.875rem;
}

.hero-ccr {
  padding-bottom: 2.5rem;
}
.hero-ccr a.mobile {
  margin-top: 50px;
  padding: 0.75rem !important;
  display: table !important;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 892px) {
  .hero-ccr a.mobile {
    display: none !important;
  }
}

@media (max-width: 492px) {
  .hero-ccr-heading .hero-ccr-title-image {
    width: 220px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero-ccr-heading .hero-ccr-icon {
    width: 52px;
    height: auto;
  }
}
.hero-ccr-heading .hero-ccr-icon img {
  max-width: 100%;
  height: auto;
}

.hero-ccr-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: 4rem;
  border-radius: 24px;
}

.hero-ccr-content {
  padding: 11rem 0 5.875rem 4.5rem;
}
@media (max-width: 892px) {
  .hero-ccr-content {
    padding: 7.5rem 1.5rem 2.625rem 1.5rem;
  }
}

.hero-ccr-text h1 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: bolder;
}
.hero-ccr-text p {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  margin-top: 2.875rem;
}
@media (max-width: 892px) {
  .hero-ccr-text p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
  }
}
.hero-ccr-text .btn-padrao {
  background: #e59900;
  margin-top: 2rem;
  padding: 0.75rem !important;
}

@keyframes float-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero-ccr-image {
  position: relative;
  display: inline-block;
}
.hero-ccr-image .hero-ccr-image-base {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.hero-ccr-image .hero-ccr-overlays {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.hero-ccr-image .hero-ccr-icon,
.hero-ccr-image .hero-ccr-floating {
  position: absolute;
  width: 64px;
  height: auto;
  animation: float-y 2.5s ease-in-out infinite;
}
.hero-ccr-image .hero-ccr-icon-instagram {
  top: 22%;
  left: 26%;
  animation-delay: 0.3s;
}
.hero-ccr-image .hero-ccr-icon-messenger {
  top: 14%;
  right: 12%;
  animation-delay: 0.9s;
}
.hero-ccr-image .hero-ccr-icon-whatsapp {
  bottom: 25%;
  left: 23%;
  animation-delay: 0.6s;
}
.hero-ccr-image .hero-ccr-icon-wechat {
  bottom: 20%;
  right: 8%;
  animation-delay: 1.2s;
}
.hero-ccr-image .hero-ccr-floating-top {
  bottom: 75px;
  left: 45%;
  transform: translateX(-50%);
  width: 192px;
}
.hero-ccr-image .hero-ccr-floating-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 192px;
  animation-delay: 1.8s;
}

section.numbers {
  background: #21232c;
  padding: 92px 0;
  position: relative;
}
@media (max-width: 892px) {
  section.numbers {
    padding: 36px 0 72px 0;
  }
}
section.numbers .text {
  padding: 0 3.125rem;
  margin-bottom: 68px;
}
@media (max-width: 892px) {
  section.numbers .text {
    padding: 0;
  }
}
section.numbers .text h2 {
  font-size: 3rem;
}
@media (max-width: 892px) {
  section.numbers .text h2 {
    font-size: 2.25rem;
    margin-bottom: 24px;
  }
}
section.numbers .text h4 {
  font-family: Lato;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 31px;
}
@media (max-width: 892px) {
  section.numbers .text h4 {
    font-size: 1rem;
  }
}

.report-marquee {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4rem;
}

.report-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.report-marquee-track span {
  white-space: nowrap;
  padding-right: 4rem;
  font-size: 8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 892px) {
  .report-marquee-track span {
    font-size: 4rem;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.numbers-card {
  border-radius: 14px;
  border: 1px solid #ffbc00;
  padding: 3rem 4.625rem;
  position: relative;
  z-index: 2;
  background-color: rgba(30, 32, 40, 0.87);
  margin-bottom: 14px;
}
@media (max-width: 892px) {
  .numbers-card {
    padding: 2.125rem;
  }
}
.numbers-card p {
  color: #e2e4e9;
}
.numbers-card strong {
  color: #ffbc00;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 4.375rem;
}
@media (max-width: 892px) {
  .numbers-card strong {
    font-size: 2.5rem;
  }
}

.numbers-cards-holder {
  position: relative;
}
@media (min-width: 892px) {
  .numbers-cards-holder {
    margin-bottom: 180px;
  }
}

.hero-ccr {
  position: relative;
  overflow: hidden;
}

.hero-ccr-bg-images {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 892px) {
  .hero-ccr-bg-images {
    display: none;
  }
}

.hero-ccr-bg-main-mobile {
  width: 100%;
  height: 352px;
  margin-bottom: 8px;
  object-fit: cover;
}
@media (min-width: 892px) {
  .hero-ccr-bg-main-mobile {
    display: none;
  }
}

.hero-ccr-bg-main {
  display: none;
}
@media (min-width: 892px) {
  .hero-ccr-bg-main {
    display: block;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: auto;
    border-radius: 1.25rem;
  }
}

.hero-ccr-bg-elipse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  z-index: -1;
}

.text-numbers h2 {
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.625rem;
  margin-bottom: 64px;
  color: #ffffff;
}
@media (max-width: 892px) {
  .text-numbers h2 {
    display: none;
  }
}

section.tendencias {
  padding: 92px 0;
}
section.tendencias .text {
  margin-bottom: 70px;
}
section.tendencias .text h2 {
  font-size: 2.5rem;
  font-weight: 400;
}
@media (max-width: 892px) {
  section.tendencias .text h2 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
section.tendencias .text h4 {
  font-size: 1.25rem;
}
@media (max-width: 892px) {
  section.tendencias .text h4 {
    font-size: 1rem;
  }
}
section.tendencias .text h4 span {
  font-weight: 900;
  color: #e59900;
}
section.tendencias .card-custom {
  background: #ffffff;
  border-radius: 23px 10px 10px 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.tendencias .card-custom h3 {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 892px) {
  section.tendencias .card-custom h3 {
    font-size: 1.25rem;
  }
}
section.tendencias .card-custom img {
  border-radius: 10px;
  align-self: flex-start;
}
section.tendencias .card-custom p {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 892px) {
  section.tendencias .card-custom .img-direita {
    margin-bottom: 2.625rem;
  }
}
@media (max-width: 572px) {
  section.tendencias .card-custom .img-direita {
    max-width: 124px;
    height: auto;
  }
}
@media (max-width: 892px) {
  section.tendencias .card-custom .img-baixo {
    margin-bottom: 2.625rem;
  }
}
section.tendencias .row > div:nth-child(2) .card-custom {
  border-radius: 10px 23px 10px 10px;
}
section.tendencias .card-full {
  border-radius: 10px 10px 23px 23px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 892px) {
  section.tendencias .card-full {
    flex-direction: column-reverse;
  }
}
section.tendencias .card-full img {
  align-self: center;
}
@media (max-width: 892px) {
  section.tendencias .card-full img {
    align-self: start;
  }
}
section.tendencias .card-full p {
  max-width: 560px;
}

section.big-numbers {
  padding: 120px 0;
}
@media (max-width: 892px) {
  section.big-numbers {
    padding: 0;
  }
}
section.big-numbers h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 892px) {
  section.big-numbers h2 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
section.big-numbers h4 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 892px) {
  section.big-numbers h4 {
    font-size: 1rem;
  }
}
section.big-numbers h4 span {
  font-weight: 800;
  color: #e59900;
}
section.big-numbers .big-number-value {
  font-weight: 600;
  font-size: 6.5rem;
  line-height: 4.375rem;
  color: #e59900;
  margin-bottom: 2rem;
}
@media (max-width: 892px) {
  section.big-numbers .big-number-value {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 8px;
  }
}
section.big-numbers .big-number {
  position: relative;
}
section.big-numbers .big-number::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(50%, -50%) rotate(90deg);
  width: 108px;
  height: 1px;
  background-color: #202020;
  opacity: 0.2;
}
section.big-numbers .row > .col-md-4:last-child .big-number::after {
  display: none;
}
section.big-numbers .big-numbers-text-holder {
  margin-bottom: 104px;
}
@media (max-width: 892px) {
  section.big-numbers .big-numbers-text-holder {
    margin-bottom: 2rem;
  }
}
section.big-numbers .big-number-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  max-width: 290px;
  margin: 0 auto;
}
@media (max-width: 892px) {
  section.big-numbers .big-number-text {
    font-size: 1rem;
  }
}
section.big-numbers .big-number-text span {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
}

section.destaque {
  color: #21232c;
}
section.destaque .destaque-holder {
  background: linear-gradient(109.12deg, #ffd04d 37.13%, #ffeebd 74.02%);
  border-radius: 1rem;
}
@media (max-width: 892px) {
  section.destaque .destaque-holder {
    background: #ffd04d;
  }
}
section.destaque .destaque-text {
  padding: 72px 0 20rem 72px;
  text-wrap: balance;
}
@media (max-width: 892px) {
  section.destaque .destaque-text {
    padding: 0 26px 140px 26px;
  }
}
section.destaque .destaque-text h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 18px;
}
@media (max-width: 892px) {
  section.destaque .destaque-text h2 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
section.destaque .destaque-text h3 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 135%;
  margin-bottom: 60px;
}
@media (max-width: 892px) {
  section.destaque .destaque-text h3 {
    margin-bottom: 1.5rem;
  }
}
section.destaque .destaque-text p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 135%;
  margin-bottom: 0;
}
section.destaque .destaque-image {
  display: none;
}
@media (min-width: 1200px) {
  section.destaque .destaque-image {
    display: block;
  }
}
section.destaque .destaque-image.mobile {
  display: none;
}
@media (max-width: 1200px) {
  section.destaque .destaque-image.mobile {
    display: block;
  }
}
section.destaque .card-destaque-holder {
  margin-top: -300px;
  padding: 0 70px;
}
@media (max-width: 892px) {
  section.destaque .card-destaque-holder {
    margin-top: -100px;
    padding: 0;
  }
}
section.destaque .card-destaque {
  padding: 36px 24px 84px 24px;
  background: #ffffff;
  backdrop-filter: blur(5px);
  color: #21232c;
}
@media (max-width: 892px) {
  section.destaque .card-destaque {
    padding: 24px;
  }
}
section.destaque .card-destaque-icon {
  background: #ffd04d;
  border-radius: 6px;
  padding: 12px;
  display: inline-flex;
  margin-bottom: 24px;
}
section.destaque .card-destaque-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 1.5rem;
}

section.depoimentos {
  padding: 6.25rem 4.375rem;
}
@media (max-width: 892px) {
  section.depoimentos {
    padding: 40px 0;
  }
}
section.depoimentos h2 {
  font-weight: 400;
  font-size: 3rem;
}
section.depoimentos .depoimento-quote {
  font-size: 8rem;
  color: #ffbc00;
  line-height: 40%;
}
section.depoimentos .depoimento-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 64px 30px;
  color: #21232c;
  display: flex;
  flex-direction: column;
}
section.depoimentos .depoimento-autor {
  margin-top: auto;
  gap: 20px;
}
section.depoimentos .depoimento-foto {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
section.depoimentos .depoimento-foto img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

section.cta-ccr {
  color: #21232c;
}
section.cta-ccr .cta-image-desktop {
  width: 900px;
  display: none;
}
@media (min-width: 1200px) {
  section.cta-ccr .cta-image-desktop {
    display: block;
  }
}
@media (max-width: 1350px) {
  section.cta-ccr .cta-image-desktop {
    width: 800px;
  }
}
@media (max-width: 1300px) {
  section.cta-ccr .cta-image-desktop {
    width: 750px;
  }
}
section.cta-ccr .cta-image-mobile {
  right: 0;
  top: 300px;
}
@media (min-width: 380px) {
  section.cta-ccr .cta-image-mobile {
    top: 280px;
  }
}
@media (min-width: 400px) {
  section.cta-ccr .cta-image-mobile {
    top: 240px;
  }
}
@media (min-width: 483px) {
  section.cta-ccr .cta-image-mobile {
    top: 200px;
  }
}
@media (min-width: 500px) {
  section.cta-ccr .cta-image-mobile {
    top: 120px;
  }
}
@media (min-width: 992px) {
  section.cta-ccr .cta-image-mobile {
    top: 150px;
  }
}
@media (min-width: 1200px) {
  section.cta-ccr .cta-image-mobile {
    display: none;
  }
}
section.cta-ccr .cta-ccr-content {
  background: linear-gradient(262.29deg, #ffbc00 38.29%, #f9df95 72.94%);
  padding: 9.625rem 0px 9.625rem 4.125rem;
  border-radius: 16px;
}
@media (max-width: 992px) {
  section.cta-ccr .cta-ccr-content {
    padding: 40px 16px;
  }
}
section.cta-ccr .cta-ccr-content h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 103%;
  margin-bottom: 30px;
}
section.cta-ccr .cta-ccr-content .cta-text {
  font-size: 1.125rem;
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  section.cta-ccr .cta-ccr-content .cta-text {
    margin-bottom: 420px;
  }
}
section.cta-ccr .cta-ccr-content .cta-text span {
  font-weight: 700;
}
section.cta-ccr .cta-ccr-content .btn-padrao {
  background: #0b0c0e;
  color: #ffd04d;
  padding: 12px;
}
@media (max-width: 892px) {
  section.cta-ccr .cta-ccr-content .btn-padrao {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

section.quem-somos {
  padding: 2.625rem 3.125rem 8.875rem 3.125rem;
}
@media (max-width: 892px) {
  section.quem-somos {
    padding: 56px 16px;
  }
}
section.quem-somos .quem-somos-content h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 4.375rem;
  line-height: 100%;
  letter-spacing: 0%;
  max-width: 390px;
  margin-bottom: 1.875rem;
}
@media (max-width: 892px) {
  section.quem-somos .quem-somos-content h2 {
    font-size: 2.25rem;
    max-width: 200px;
  }
}
section.quem-somos .quem-somos-content p {
  margin-bottom: 0;
}
section.quem-somos .quem-somos-content p strong {
  font-weight: 800;
}
section.quem-somos .quem-somos-content .quem-somos-text {
  margin-bottom: 1.5rem;
}
section.quem-somos .quem-somos-content .btn-padrao {
  padding: 7.5px 12px;
  color: #f0f1f4;
  background: #21232c;
  border: none;
}
@media (max-width: 892px) {
  section.quem-somos .quem-somos-content .btn-padrao {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}

/* === START GLOBALS === */
section.cases-article .post-content > .case-section {
  padding-top: 4rem;
  padding-bottom: 0;
}
article.cases-article {
  padding: 0;
}

section.case-section h2 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  section.case-section h2 {
    font-size: 1.8rem;
  }
  section.case-titulo-cards h2,
  section.case-titulo-cards p:has(span[style]) {
    text-align: center;
  }
  section.case-titulo-cards h4 {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
section.case-section h3 {
  font-size: 1.5rem;
  font-weight: normal;
}
section.case-section h4 {
  font-size: 1.25rem;
}
section.case-section p {
  /* text-wrap: balance; */
  margin-bottom: 0;
}
section.case-section .rll-youtube-player {
  border-radius: 2rem;
}
@media (max-width: 576px) {
  section.case-section .container {
    padding: 0;
  }
}

/* === FIM GLOBALS === */
section.case-cards-imagem  {
  padding: 3rem 0;
}
section.case-cards-imagem .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centraliza o bloco todo */
  gap: clamp(16px, 2vh, 32px);
}

.case-cards-imagem .card-item {
  background: #E2E3E9;
  padding: 2.5rem 3rem 2.5rem 2rem;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .case-cards-imagem .card-item {
    padding: 2.5rem 2rem;
  }
}
.case-cards-imagem .card-item .card-texto {
  font-size: 1.25rem;
  line-height: 130%;
}
@media (min-width: 768px) {
  .case-cards-imagem .card-icone {
    flex: 0 0 60px;
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .case-cards-imagem .card-icone {
    max-width: 80px;
  }
}
.case-cards-imagem .card-icone img {
  width: 100%;
  height: auto;
  display: block;
}
section.case-cards-duplos {
  padding: 1rem 0 3rem;
}
.case-cards-duplos .card-duplo {
  background: #E59900;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  height: 100%;
}
.case-cards-duplos .col-md-6 {
  display: flex;
}
.case-cards-duplos .card-duplo img {
  max-width: 140px;
  height: auto;
  display: block;
}
.case-cards-duplos .card-duplo h2 {
  font-size: 2.8rem;
  padding: 1rem 0 0;
}

section.case-titulo-cards {
  padding: 2rem 0;
}
section.case-section.texto-single {
  padding-top: 4rem;
  text-align: left;
}
section.case-section.texto-single h3 {
  margin-top: 1rem;
  line-height: 140%;
}
section.case-section.texto-single p {
  margin-top: 1rem;
  text-wrap: unset;
}
section.case-titulo-cards h2 {
  font-weight: 700;
  line-height: 110%;
}
section.case-titulo-cards h3 {
  line-height: 120%;
}
section.case-titulo-cards h4 {
  margin-top: 1rem;
}
section.case-titulo-cards .cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin: 2rem 0;
}
@media (min-width: 992px) {
  section.case-titulo-cards .cards-grid {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media (max-width: 892px) {
  section.case-titulo-cards .cards-grid {
    margin: 2rem 0 0 0;
  }
  section.case-titulo-cards .texto-abaixo {
    text-align: center;
    margin-top: 2rem;    
  }
}
section.case-titulo-cards .card-item {
  /* background: #e59900; */
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  padding: 2rem 1rem 1.5rem 1rem;
}
section.case-titulo-cards .cards-grid.cards-grid-dark {
  gap: 1rem;
}
section.case-titulo-cards .card-item.card-dark {
  background: #21232C;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: left;
  padding: 2rem 1rem 1rem 1rem;
}
@media (max-width: 767px) {
  section.case-titulo-cards .card-item {
    padding: 3.125rem 2rem;
    margin: 0;
  }
  section.case-titulo-cards {
    text-align: center;
  }
}
section.case-titulo-cards .card-item h3 {
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 3rem;
  padding-bottom: 1rem;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  section.case-titulo-cards .cards-grid.cards-compact .card-item h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
section.case-titulo-cards .card-item h4 {
  font-size: 1.25rem;
  line-height: 110%;
}
section.case-titulo-cards .card-item p,
section.case-cards-duplos .card-duplo {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 130%;
}
section.case-titulo-cards .card-item.card-dark p {
  color: #F0F1F4;
  padding-bottom: .8rem;
  text-align: left;
}
section.case-titulo-cards .card-item.card-dark p:first-of-type {
  font-weight: 700;
  color: #FFD04D;
}
section.case-duas-colunas .cards-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin: 2rem 0;
}

section.case-duas-colunas .card-item {
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  text-align: left;
  padding: 1.5rem 1rem 1.5rem 1rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  section.case-duas-colunas .card-item {
    padding: 3.125rem 2rem;
    margin: 0;
  }
}
section.case-duas-colunas .card-item h3 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.5px;
}
section.case-duas-colunas .card-item h4 {
  font-size: 1.25rem;
  line-height: 110%;
}
section.case-duas-colunas .card-item p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
}
section.case-titulo-cards .card-item h3.titulo-longo {
    font-size: 2.2rem;
    line-height: 100%;
}

/* === DUAS COLUNAS === */
section.case-duas-colunas {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
section.case-duas-colunas .row {
  flex-wrap: nowrap;
  align-items: center;
}
section.case-duas-colunas .row-textox2 {
  gap: 0;
  flex-wrap: wrap;
}
section.case-duas-colunas .row-textox2 > .col-lg-6 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 992px) {
  section.case-duas-colunas .row {
    flex-wrap: wrap;
  }
}
section.case-duas-colunas .row .order-lg-2,
section.case-duas-colunas .row .order-lg-1 {
  border-radius: 2rem;
}
@media (min-width: 1024px) {
  /* section.case-duas-colunas .row .imgvideo {
    width: 46%;
  } */
  section.case-duas-colunas .row .imgvideo img,
  section.case-duas-colunas .row .imgvideo iframe {
    width: 100%;
  }
}
section.case-duas-colunas .row .imgvideo iframe {
  min-height: 260px;
  height: auto;
}
section.case-duas-colunas .text-center {
  margin-bottom: 3rem;
}
section.case-duas-colunas iframe {
  border-radius: 2rem;
}
@media (max-width: 892px) {
  section.case-duas-colunas img {
    margin: 1rem auto 2rem;
    display: flex;
  }
}
section.case-duas-colunas h3 {
  line-height: 120%;
}
@media (max-width: 767px) {
  section.case-duas-colunas iframe {
    height: auto;
    min-height: 360px !important;
    margin-bottom: 2.5rem;
  }
}
section.case-duas-colunas h4:has(strong) {
  margin-bottom: 1.5rem;
}
section.case-duas-colunas .destaque-amarelo {
  background: linear-gradient(109.12deg, rgba(255, 208, 77, 0.5) 37.13%, rgba(255, 238, 189, 0.5) 74.02%);
  padding: 1.6rem 2.2rem;
  border-radius: 2rem;
}

section.case-destaque-fundo-amarelo {
  padding-top: 4rem;
}
section.case-destaque-fundo-laranja {
  padding: 1rem 0;
}

section.case-destaque-fundo-laranja .destaque-texto {
  background: #E59900;
  padding: 1.5rem 2rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  section.case-destaque-fundo-laranja .destaque-texto {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
  section.case-destaque-fundo-laranja .destaque-conteudo {
    padding-left: .5rem;
  }
  section.case-destaque-fundo-laranja .destaque-icone {
    flex: 0 0 17%;
    max-width: 17%;
  }
}
@media (max-width: 767px) {
  section.case-destaque-fundo-laranja .destaque-icone {
    max-width: 120px;
  }
}
section.case-destaque-fundo-laranja .destaque-icone img {
  width: 100%;
  height: auto;
  display: block;
}

section.case-destaque-fundo-amarelo h3 {
  line-height: 140%;
}
section.case-destaque-fundo-amarelo p {
  font-size: 1.2rem;
}
@media (max-width: 892px) {
  section.case-destaque-fundo-amarelo {
    padding-top: 3rem;
    text-align: center;
  }
}
section.case-destaque-fundo-amarelo .destaque-texto {
  background: linear-gradient(109.12deg, rgba(255, 208, 77, 0.5) 37.13%, rgba(255, 238, 189, 0.5) 74.02%);
  padding: 4rem 4.5rem;
  border-radius: 2rem;
}
@media (max-width: 892px) {
  section.case-destaque-fundo-amarelo .destaque-texto {
    padding: 3rem 2rem;
  }
}




section.case-lista-de-icones {
  padding-top: 5rem;
}
section.case-lista-de-icones .text-center h2 {
  margin-bottom: 3rem;
}
section.case-lista-de-icones .linha-textos,
section.case-lista-de-icones .linha-icones {
  gap: 1rem;
}
@media (max-width: 767px) {
  section.case-lista-de-icones .linha-textos,
  section.case-lista-de-icones .linha-icones {
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  section.case-lista-de-icones .linha-textos .texto {
    padding: 0;
  }
}
section.case-lista-de-icones .lista-icones-grid {
  padding: 0 12px;
}
section.case-lista-de-icones .icone-item {
  padding: 15px;
  background: #ffd04d;
  border-radius: 50%;
}
@media (max-width: 767px) {
  section.case-lista-de-icones .icone-item {
    padding: 8px;
  }
}
section.case-lista-de-icones .icone {
  place-items: center;
}
@media (max-width: 767px) {
  section.case-lista-de-icones .icone {
    padding: 0;
  }
}
section.case-lista-de-icones .icone-texto {
  max-width: 172px;
}
@media (max-width: 767px) {
  section.case-lista-de-icones .icone-texto {
    font-size: 0.625rem;
    max-width: 60px;
  }
}

section.case-video {
  padding-top: 6rem;
}
section.case-video iframe {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  section.case-video iframe {
    min-height: 360px;
    height: auto;
  }
}
.case-grid-imagens {
  padding: 1.5rem 0;
}
.case-grid-imagens .grid-imagens {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.case-grid-imagens .grid-imagens-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 768px) {
    .case-grid-imagens .grid-imagens {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* === CARD CINZA (uso em WYSIWYG) === */
.cases-article .card-cinza {
  background: #F0F1F4;
  border-radius: 30px;
  padding: 48px 32px;
}
.cases-article .card-cinza h4 {
  line-height: 140%;
}
@media (max-width: 892px) {
  .cases-article .card-cinza {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.cases-article .case-duas-colunas ul,
.cases-article .card-cinza ul,
.cases-article .case-cards-duplos ul {
  list-style: none;
  padding-left: 0;
}
.cases-article .case-cards-duplos ul li,
.cases-article .case-duas-colunas ul li,
.cases-article .card-cinza ul li {
  padding-left: 1.75rem;
  margin-bottom: .75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15C3.35775 15 0 11.6422 0 7.5C0 3.35775 3.35775 0 7.5 0C11.6422 0 15 3.35775 15 7.5C15 11.6422 11.6422 15 7.5 15ZM6.75225 10.5L12.0547 5.19675L10.9943 4.13625L6.75225 8.379L4.6305 6.25725L3.57 7.31775L6.75225 10.5Z' fill='%23532673'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.45em;
  background-size: 14px 14px;
}
.cases-article .card-cinza ol li,
.cases-article .case-duas-colunas ol li {
  padding-left: .3rem;
  margin-bottom: .6rem;
}
.cases-article .card-cinza ul li:last-child,
.cases-article .case-cards-duplos ul li:last-child,
.cases-article .case-duas-colunas ol li:last-child {
  margin-bottom: 0;
}

article.cases-article .post-content .case-section:first-child {
  padding-top: 0 !important;
}

.single-post .post-content .destaque-texto img {
  border-radius: 0 !important;
}
/*# sourceMappingURL=main.css.map */

/* ================================================
   HERO SALES – ESTRUTURA BASE
   ================================================ */
.hero.hero-sales {
    padding-bottom: 6rem;
    overflow: hidden;
}

.hero.hero-sales .hero-sales-swiper-wrapper {
    position: relative;
    margin-top: 4rem;
    padding: 3rem 3rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    min-height: 600px;
}

/* --- Swiper --- */
.hero.hero-sales .heroSalesSwiper {
    position: relative;
    z-index: 1;
}
.heroSalesSwiper {
    overflow: visible !important;
}
.heroSalesSwiper .swiper-wrapper {
    overflow: visible !important;
}
.heroSalesSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100% !important;
    padding-top: 1rem;
}
.heroSalesSwiper .swiper-slide-active {
    opacity: 1 !important;
}

/* --- Logo --- */
.hero.hero-sales .hero-slide-logo {
    padding-bottom: 20px;
}
.hero.hero-sales .hero-slide-logo img {
    max-width: 280px;
    margin: 0 auto;
}
@media (max-width: 892px) {
    .hero.hero-sales .hero-slide-logo img {
        max-width: 240px;
    }
}

/* --- Navegação (fora do Swiper) --- */
.hero.hero-sales .hero-sales-navigation {
    position: absolute !important;
    top: 80px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10;
}
.hero.hero-sales .hero-sales-pagination {
    width: auto;
    position: static;
    display: flex;
    justify-content: center;
    gap: 1px;
    margin-bottom: 2rem;
}
.hero.hero-sales .hero-sales-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #CDD0DA;
    opacity: 1;
}
.hero.hero-sales .hero-sales-pagination .swiper-pagination-bullet-active {
    background: #532673;
    opacity: 1;
}

/* --- Arrow --- */
.hero.hero-sales .hero-sales-arrow {
    padding-left: 25px;
    z-index: 10;
}
.hero.hero-sales .hero-sales-arrow .swiper-button-next {
    position: static;
    color: #532673;
}
.hero.hero-sales .hero-sales-arrow .swiper-button-next:after {
    font-size: 16px;
}

/* --- Imagem de Fundo --- */
.hero.hero-sales .hero-sales-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75vw;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

/* BG Responsivo Mobile */
@media (max-width: 399px) {
    .hero.hero-sales .hero-sales-bg {
        width: 90vw;
        left: auto;
        transform: none;
    }
}
@media (min-width: 401px) and (max-width: 449px) {
    .hero.hero-sales .hero-sales-bg {
        width: 85vw;
        left: auto;
        transform: none;
    }
}
@media (min-width: 450px) and (max-width: 499px) {
    .hero.hero-sales .hero-sales-bg {
        width: 80vw;
        left: auto;
        transform: none;
    }
}
@media (min-width: 500px) and (max-width: 549px) {
    .hero.hero-sales .hero-sales-bg {
        width: 70vw;
        left: auto;
        transform: none;
    }
}
@media (min-width: 550px) and (max-width: 649px) {
    .hero.hero-sales .hero-sales-bg {
        width: 60vw;
        left: auto;
        transform: none;
    }
}
@media (min-width: 650px) and (max-width: 699px) {
    .hero.hero-sales .hero-sales-bg {
        width: 55vw;
        left: auto;
        transform: none;
    }
}
@media (min-width: 700px) and (max-width: 829px) {
    .hero.hero-sales .hero-sales-bg {
        width: 50vw;
        left: auto;
        transform: none;
    }
}
@media (min-width: 830px) and (max-width: 875px) {
    .hero.hero-sales .hero-sales-bg {
        width: 45vw;
        left: auto;
        transform: none;
    }
}
@media (min-width: 876px) and (max-width: 991px) {
    .hero.hero-sales .hero-sales-bg {
        width: 40vw;
        left: auto;
        transform: none;
    }
}

/* BG Responsivo Desktop */
@media (min-width: 1200px) {
    .hero.hero-sales .hero-sales-bg {
        width: 70vw;
    }
}
@media (min-width: 1500px) {
    .hero.hero-sales .hero-sales-bg {
        width: 60vw;
    }
}
@media (min-width: 1700px) {
    .hero.hero-sales .hero-sales-bg {
        width: 55vw;
    }
}
@media (min-width: 1900px) {
    .hero.hero-sales .hero-sales-bg {
        width: 50vw;
    }
}
@media (min-width: 2200px) {
    .hero.hero-sales .hero-sales-bg {
        width: 45vw;
    }
}
@media (min-width: 2400px) {
    .hero.hero-sales .hero-sales-bg {
        width: 40vw;
    }
}

/* ================================================
   HERO SALES – CHIPS MARQUEE (MULTI-ROW)
   ================================================ */
@keyframes marqueeLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.heroSalesSwiper .swiper-slide .hero-chips-grid {
    display: flex !important;
    transform: translateY(-15%);
    flex-direction: column;
    gap: 10px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.hero-chips-row {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.hero-chips-track {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px 4px 0;
    flex-shrink: 0;
    min-width: max-content;
}

.hero-chips-row:nth-child(1) .hero-chips-track {
    animation: marqueeLeft 50s linear infinite;
}
.hero-chips-row:nth-child(2) .hero-chips-track {
    animation: marqueeLeft 58s linear infinite;
}
.hero-chips-row:nth-child(3) .hero-chips-track {
    animation: marqueeLeft 44s linear infinite;
}
.hero-chips-row:nth-child(4) .hero-chips-track {
    animation: marqueeLeft 53s linear infinite;
}
.hero-chips-row:nth-child(5) .hero-chips-track {
    animation: marqueeLeft 46s linear infinite;
}

.hero-chips-grid.is-paused .hero-chips-track {
    animation-play-state: paused;
}

/* --- Chip Base --- */
.heroSalesSwiper .swiper-slide .hero-chips-grid .hero-chip {
    display: inline-flex !important;
    position: relative;
    padding: 12px 20px;
    border-radius: 12px;
    background: radial-gradient(124.61% 132.08% at 0% 100%, #6E3399 48%, #7B3CA3 57%, #A056BE 72%, #B46CBC 77%, #E8ADA1 86%, #FFD04D 93%);
    cursor: default;
    width: fit-content !important;
    max-width: fit-content;
    white-space: nowrap;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
}

.heroSalesSwiper .swiper-slide[data-slide="1"] .hero-chip {
    cursor: default !important;
}
/* --- Slide 2: chips centralizados --- */
.heroSalesSwiper .swiper-slide[data-slide="2"] .hero-chips-row {
    justify-content: center;
}

/* --- Chip Header --- */
.hero-chip-header {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    min-height: 24px;
    text-align: left;
}

.hero-chip-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    object-fit: contain;
}

.hero-chip-title {
    font-size: 1rem;
    font-weight: 600;
    color: #FDFDFD;
    line-height: 1.5;
}

/* --- Chip Descrição (oculta por padrão) --- */
.hero-chip-desc {
    padding-top: 6px;
    padding-bottom: 8px;
    text-align: left;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hero-chip-desc p {
    font-size: .8rem;
    color: #FDFDFD;
    line-height: 1.5;
    margin: 0;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* --- Click Expand (desktop only) --- */
@media (min-width: 992px) {
    .heroSalesSwiper .swiper-slide .hero-chips-grid .hero-chip {
        cursor: pointer;
        max-height: 52px;
        overflow: hidden;
        transition: max-height 0.7s ease-in-out, padding 0.7s ease-in-out;
    }

    .heroSalesSwiper .swiper-slide[data-slide="2"] .hero-chip {
        max-height: 60px;
    }

    .heroSalesSwiper .swiper-slide .hero-chips-grid .hero-chip .hero-chip-desc {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        transition: opacity 0.1s ease-in-out, max-height 0.7s ease-in-out 0.1s, visibility 0s linear 0s;
    }

    .heroSalesSwiper .swiper-slide .hero-chips-grid .hero-chip.is-expanded {
        padding: 12px 16px 14px;
        text-align: left;
        width: auto !important;
        max-width: none;
        max-height: 250px;
    }

    .heroSalesSwiper .swiper-slide .hero-chips-grid .hero-chip.is-expanded .hero-chip-desc {
        position: relative;
        visibility: visible;
        opacity: 1;
        max-height: 180px;
        pointer-events: auto;
        transition: opacity 0.5s ease-in-out 0.1s, max-height 0.5s ease-in-out, visibility 0s linear 0s;
    }

    .hero-chip.is-expanded .hero-chip-title {
        white-space: normal;
    }
}

/* ================================================
   RESPONSIVO – CHIPS
   ================================================ */
@media (max-width: 991.98px) {
    .hero-chips-grid {
        margin-top: 20px;
    }
    .hero-chip {
        padding: 8px 12px;
        border-radius: 10px;
    }
    .hero-chip-icon {
        width: 18px;
        height: 18px;
    }
    .hero-chip-title {
        font-size: 13px;
    }
    .hero-chip-desc {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hero-chip {
        padding: 6px 10px;
        border-radius: 8px;
    }
    .hero-chip-icon {
        width: 16px;
        height: 16px;
    }
    .hero-chip-title {
        font-size: 12px;
    }
}