.ba-form-submit-wrapper .ba-form-submit-recaptcha-wrapper, .ba-form-submit-wrapper .ba-form-submit-btn-wrapper {
  margin-top: 10px;
}
@media (max-width: 768px) {
#item-1718197044552 .ba-before-after-label {
max-width: 20%;
}
}
.marquee-text-effect {
    display: inline-flex !important;
    overflow: hidden;
}
@keyframes marquee-text-effect {
    0% { transform:translateX(0%);}
    100% { transform:translateX(-100%);}
}
.marquee-text-effect .content-text {
    display: inline-flex;
    justify-content: space-around;
}
.marquee-text-effect .content-text > * {
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
}
.ba-item-related-posts .ba-grid-layout .ba-blog-post-content {
  padding: 0 0px;
  box-sizing: border-box;
}
.ba-item-icon-list .vertical-layout li {
  margin-top: 0px !important;
}
.custom-tab > .ba-tabs-wrapper > .nav-tabs {
    border-radius: 50px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    margin: 0 auto 40px;
    overflow: visible;
    padding: 7px;
    position: relative;
    width: 340px !important;
}

.custom-tab > .ba-tabs-wrapper> .nav-tabs li {
    position: relative;
}

.custom-tab > .ba-tabs-wrapper> .nav-tabs li.active a {
    border-radius: 50px;
}

.custom-tab > .ba-tabs-wrapper > .nav-tabs li a {
    padding: 18px;
}

.custom-tab > .ba-tabs-wrapper> .nav-tabs li:first-child:after {
    background: var(--primary);
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.custom-tab > .ba-tabs-wrapper> .nav-tabs li:not(.active):first-child:after {
    transform: translateX(100%);
}

.custom-tab > .ba-tabs-wrapper.tabs-top li a:before {
    height: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    transition: height .3s;
}
.ba-tabs-wrapper.tabs-top li a:hover, .ba-tabs-wrapper.tabs-top li a {
  border-width: 0;
    border-bottom-width: 0px;
  border-bottom-width: 0px;
}
#item-17286706286051 ul.nav.nav-tabs li a {
    color: gray; /* Texto cinza para o botão mensal */ 
    background-color: transparent; /* Fundo transparente para o botão mensal */
    background-image: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    align-items: center;
}
#item-17286706286051 ul.nav.nav-tabs li.active a {
    color: white !important;
    background-color: var(--primary);
}
#item-17286706286051 ul.nav.nav-tabs li a:hover {
    color: white; /* Texto branco ao passar o mouse no botão azul */
}
#item-17286706286051 ul.nav.nav-tabs li a:hover:not(.active) {
    color: gray; /* Texto cinza ao passar o mouse no botão mensal */
}
.ba-blog-post-content {
  padding: 0 0 !important;
  box-sizing: border-box;
}
/* Container principal */
.hero-section {
  position: relative;
  min-height: 90vh;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background: linear-gradient(to right, #f3e7e9, #e3eeff, #e3eeff) !important;
  overflow: hidden;
}

/* Formas abstratas de fundo */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333333%;
  height: 33.333333%;
  background: rgba(39, 147, 174, 0.05) !important;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: rgba(251, 133, 0, 0.05) !important;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
}

/* Padrão de grid sutil */
.grid-pattern {
  position: absolute;
  inset: 0;
  background-size: 40px 40px;
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px) !important;
  opacity: 0.1;
  z-index: 0;
}

/* ESCOPADO: #item-1750164136323 */

/* Container das abas */
#item-1750164136323 .ba-tabs-wrapper.tabs-top .nav-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  border: none !important;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
}

/* Aba */
#item-1750164136323 .ba-tabs-wrapper.tabs-top .nav-tabs li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

/* Link da aba */
#item-1750164136323 .ba-tabs-wrapper.tabs-top .nav-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 18px 25px;
  border: none;
  border-radius: 16px 16px 0 0;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 2;
}

/* Texto da aba */
#item-1750164136323 .tabs-title {
  line-height: 1.3;
  text-align: center;
}

/* Aba ativa: destaque e sombra */
#item-1750164136323 .ba-tabs-wrapper.tabs-top .nav-tabs li.active a {
  background: #f2f2f2;
  color: var(--primary, #039952);
  box-shadow: 
    var(--shadow-horizontal, 5px) 
    var(--shadow-vertical, 5px) 
    var(--shadow-blur, 10px) 
    var(--shadow-spread, 0px) 
    var(--shadow-color, rgba(0, 0, 0, 0.08));
  z-index: 3;
}

/* Remove qualquer linha decorativa do Gridbox */
#item-1750164136323 ul.nav.nav-tabs li.active a:before {
  display: none !important;
}

/* Remoção do efeito de arredondamento invertido */
#item-1750164136323 .ba-tabs-wrapper.tabs-top .nav-tabs li.active::after {
  display: none !important;
  content: none !important;
}

/* Área do conteúdo */
#item-1750164136323 .ba-tabs-wrapper.tabs-top .tab-content {
  background: #f2f2f2;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 
    var(--shadow-horizontal, 5px) 
    var(--shadow-vertical, 5px) 
    var(--shadow-blur, 10px) 
    var(--shadow-spread, 0px) 
    var(--shadow-color, rgba(0, 0, 0, 0.08));
  overflow: hidden;
  margin-top: -1px;
  border: none !important;
  position: relative;
  z-index: 1;
}

/* Interior do conteúdo */
#item-1750164136323 .tab-content .ba-wrapper {
  border-radius: 16px !important;
  overflow: hidden;
  background: transparent;
  border: none !important;
}

.services-hero {
  position: relative;
  padding: 5rem 0 8rem 0; /* py-20 md:py-32 */
  background: linear-gradient(to bottom right, #023554, #2793ae, #023554) !important;
  overflow: hidden;
}

/* Padrão de grid opcional */
.services-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: 40px 40px;
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
  opacity: 0.3;
}

/* Overlay escuro opcional */
.services-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}


.services-cta {
  position: relative;
  padding: 5rem 0 8rem 0; /* py-20 md:py-32 */
  background: linear-gradient(to top left, #2793ae, #023554, #2793ae) !important;
  overflow: hidden;
}

/* Padrão de grid opcional */
.services-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: 40px 40px;
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
  opacity: 0.3;
}

/* Overlay escuro opcional */
.services-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}

#item-1750180584078 .accordion-group {
  border-radius: 16px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 
    var(--shadow-horizontal, 5px)
    var(--shadow-vertical, 5px)
    var(--shadow-blur, 10px)
    var(--shadow-spread, 0px)
    var(--shadow-color, rgba(0, 0, 0, 0.06));
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}

/* Cabeçalho da pergunta */
#item-1750180584078 .accordion-heading {
  padding: 0px 0px;
  cursor: pointer;
  background-color: #ffffff;
}

/* Título da pergunta */
#item-1750180584078 .accordion-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}

/* Área expandida */
#item-1750180584078 .accordion-body {
  padding: 0px 20px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  background-color: #ffffff;
}

/* Remoção de resíduos internos do Gridbox */
#item-1750180584078 .accordion-inner,
#item-1750180584078 .ba-wrapper,
#item-1750180584078 .ba-section,
#item-1750180584078 .ba-row-wrapper,
#item-1750180584078 .ba-row,
#item-1750180584078 .ba-grid-column {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

p {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.faq {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
  position: relative;
  overflow: hidden;
}

.ba-icon-list-wrapper ul li i {
    order: 0;
    margin-right: 5px !important;
}

.ba-blog-post-content {
    display: flex;
    flex-direction: column;
}

.ba-blog-post-info-wrapper {
    order: -1; /* move o bloco para o topo da publicação */
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}

/* Força a ordem interna correta: categoria antes da data */
.ba-blog-post-category {
    order: 1 !important;
}

.ba-blog-post-date {
    order: 2 !important;
    font-size: 13px;
    color: #555555;
}

/* Estilização do badge de categoria */
.ba-blog-post-category a {
    background-color: var(--accent); /* laranja */
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.ba-blog-post-category:before {
    margin: 0 !important;
    content: none !important;
    color: inherit;
}
#item-1750168681020 .ba-button-wrapper a i {
    margin: 0 5px 0 0;
}

/* Container do toggle */
#item-1750276955850 .nav-tabs {
    display: flex;
    justify-content: center;
    border: none;
    background-color: #f3f4f6;
    border-radius: 9999px;
    padding: 4px;
    max-width: 300px;
    margin: 0 auto 20px auto;
}

/* Cada botão */
#item-1750276955850 .nav-tabs li {
    flex: 1;
    margin: 0;
    text-align: center;
    border: none;
}

#item-1750276955850 .nav-tabs li a {
    display: block;
    padding: 10px 16px;
    color: #374151;
    font-weight: 500;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* Estado ativo */
#item-1750276955850 .nav-tabs li.active a {
    background-color: #111111; /* laranja vibz */
    color: white !important;
}

/* Remove estilos de abas tradicionais */
#item-1750276955850 .nav-tabs::before,
#item-1750276955850 .nav-tabs::after {
    display: none !important;
}
#item-1750276955850 ul.nav.nav-tabs li.active a:before {
    display: none !important;
}
#item-1750278072326 {
   z-index:1 !important;
}
#item-1755196015451 li > * {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 15px;
}
#item-1762381597736 .ba-blog-post-info-wrapper {
    margin-top: 0px !important;
}
#item-1762381597736 .ba-grid-layout .ba-blog-post:nth-child(n) {
    margin-top: 15px !important;
}