:root {
    --main-fontsize: 16px;
}

@media (max-width: 1600px) {
    :root {
        --main-fontsize: 14px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1290px !important;
    }
	
	
	.container-custom {
		max-width: 1400px !important;
	}
}

/* CSS RESET DEFAULT */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, b, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Geral */
div, h1, h2, h3, h4, h5, h6, p, span, li, button, a, input, label, select, td, th, strong {
    font-family: 'Manrope', sans-serif !important;
}

.container-fluid {
    padding: 0;
}

.mobileonly {
    display: none;
}

a:hover {
    text-decoration: unset;
}

p {
    line-height: 1.9;
    margin-bottom: 1.5rem;
    text-align: justify;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: #000;
}

p span {
    font-weight: 600;
}

img {
    max-width: 100%;
}

/*SCROLL */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #000;
}


body {
    background: #121225;
}

.bg-degrade {
	background: #121225;
	background: linear-gradient(0deg, rgba(18, 18, 37, 1) 0%, rgb(34 29 66 / 60%) 65%);
}

.bg-degrade-invertido {
	background: #121225;
	background: linear-gradient(180deg, rgba(18, 18, 37, 1) 0%, rgba(34, 29, 66, 60%) 65%);
}

.bg-base {
	
}

/* =========================
   HOME - BOUTIQUE (Miolo)
   Bootstrap: estrutura container-fluid > container > row > col
========================= */
:root {
    --bs-bg: #05040c;
    --bs-bg-2: #0a0820;
    --bs-text: #f4f3ff;
    --bs-text-dim: rgba(244, 243, 255, .78);
    --bs-purple: #7a5cff;
    --bs-purple-2: #a38bff;
    --bs-card-border: rgba(255,255,255,.35);
    --bs-card-bg: rgba(255,255,255,.02);
    --bs-white: #ffffff;
    --bs-radius-lg: 24px;
    --bs-radius-md: 16px;
    --bs-shadow: 0 18px 55px rgba(0,0,0,.35);
}

.bs-home {
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--bs-text);
}

/* Header */
#header {
    background-color: #28214d;
    padding-top: 30px;
    padding-bottom: 30px;
}

.nav-header ul {
    display: flex;
    gap: 40px;
}

.nav-header {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-header ul li a {
    color: #fff;
    font-size: 14px;
}

.home .nav-header ul li a.home, .page-template-sobre-nos .nav-header ul li a.sobre-nos, .page-template-servicos .nav-header ul li a.o-que-fazemos, .page-template-contato .nav-header ul li a.contato, .page-template-area-candidato .nav-header ul li a.candidato {
    color: #8561f2;
    font-size: 14px;
    font-weight: 600;
}

.wrapper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bs-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 4px;
}

.bs-lang-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 16px;
    line-height: 0;
    border-radius: 3px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.bs-lang-switcher__link:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.bs-flag {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.bs-flag svg {
    width: 100%;
    height: 100%;
    display: block;
}

.bs-lang-switcher--mobile {
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 22px;
}

#site-header {
    position: relative;
    z-index: 9999;
}

#site-header #header {
    transition: transform .18s ease, box-shadow .18s ease, padding .18s ease;
    will-change: transform;
}

/* Estado sticky */
#site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

/* Ajustes visuais quando sticky (bem leve) */
#site-header.is-sticky #header {
    padding-top: 18px;
    padding-bottom: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    transform: translateY(0);
}

/* Opcional: micro  quando ativa (fica bem suave) */
#site-header.is-sticky.is-entering #header {
    transform: translateY(-8px);
}

/* Spacer controlado via JS */
#header-spacer {
    height: 0;
}

/* Helpers */
.bs-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(255,255,255,.35);
    color: rgba(255,255,255,.75);
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bs-placeholder--icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
}

.bs-placeholder--logo {
    width: 120px;
    height: 44px;
    border-radius: 12px;
}

/* B decorativo */
.bs-bgmark {
    display: block;
    font-weight: 800;
    letter-spacing: -0.06em;
    opacity: .12;
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

.bs-hero__bgmark, .bs-method__bgmark {
    position: absolute;
    inset: auto auto 0 0;
    transform: translate(-5%, 20%);
}

.bs-hero__bgmark .bs-bgmark {
    font-size: clamp(160px, 26vw, 360px);
}

.bs-method__bgmark {
    inset: auto 0 0 auto;
    transform: translate(10%, 20%);
}

.bs-method__bgmark .bs-bgmark {
    font-size: clamp(140px, 24vw, 320px);
}

/* =========================
   HERO
========================= */
.bs-hero {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background-color: #8561f21f;
}

.bs-hero__row {
    position: relative;
    z-index: 2;
}

.bs-hero__content {
    padding: 10px 0;
}

.bs-hero__logo {
    margin: auto;
    text-align: center;
    margin-bottom: 94px;
}

.bs-hero__logo img {
    max-width: 580px;
    margin: auto;
    text-align: center;
}

.bs-hero__title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 200;
    margin: 0 0 184px;
    letter-spacing: 0;
    text-align: center;
    position: relative;
}


.bs-hero__title:after {
	content: "";
	width: 2px;
	height: 115px;
	background-color: #8561f2;
	position: absolute;
	left: 50%;
	bottom: -100%;
	transform: translate(0px, 50%);
}

.bs-hero__kicker {
    margin: 0 0 42px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 23px;
}

.bs-hero__lead {
    margin: auto;
    max-width: 670px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 200;
    color: rgb(255 255 255 / 78%);
    text-align: center;
}

.bs-hero__media {
    padding: 18px 0 60px;
}

.bs-media-box {
    width: 100%;
    min-height: 360px;
    border-radius: var(--bs-radius-lg);
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: var(--bs-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bs-quote {padding-top: 100px;}

.bs-quote__text {
    margin: 0;
    text-align: center;
    line-height: 1;
    font-weight: 200;
    letter-spacing: 0;
    color: #fff;
    font-size: 113px;
    margin-bottom: 80px;
}

.bs-quote .bs-quote__text {
	font-size: clamp(30px, 3.2vw, 64px);
}

/* =========================
   METHOD (lupa + bubble)
========================= */
.bs-method {
    position: relative;
    padding: 40px 0 70px;
    overflow: hidden;
}

.bs-method__media {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    z-index: 1;
    position: relative;
}

.bs-media-circle {
    width: min(520px, 100%);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    background: radial-gradient(closest-side, rgba(122,92,255,.22), rgba(122,92,255,0) 70%), rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: var(--bs-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bs-method__content {
    background-color: #28214d;
    border-radius: 220px;
    padding-top: 130px;
    padding-bottom: 90px;
    position: relative;
    bottom: 5rem;
    z-index: 0;
    background: linear-gradient(178deg, rgb(22 20 42 / 54%) 0%, rgb(36 30 68 / 62%) 36%, rgb(51 40 94) 100%);
}

.bs-method__title {
    font-size: clamp(26px, 2.15vw, 48px);
    line-height: 1.55;
    font-weight: 300;
    color: #8561ee;
    max-width: 720px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}

.bs-method__bubble {
    max-width: 100%;
}

.bs-method__desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255,255,255,.82);
    text-align: center;
    max-width: 63%;
    margin: auto;
    font-weight: 300;
}

.bs-beyond {
    padding: 90px 0 90px;
    background: linear-gradient(0deg,rgba(18, 18, 37, 1) 0%, rgba(34, 29, 66, 1) 100%);
    padding-bottom: 190px;
}

.bs-beyond__title {
    margin: 0;
    text-align: center;
    font-size: 113px;
    font-weight: 200;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 140px;
}

.bs-beyond__grid {
    justify-content: center;
    gap: 46px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 185px;
}

.bs-card {
    height: 100%;
    border-radius: 14px;
    padding: 18px 16px 16px;
    border: 1px solid var(--bs-card-border);
    background: var(--bs-card-bg);
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
    outline: none;
}

.bs-card__icon {
    margin-top: 30px;
    height: 70px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-card__icon svg {
    width: 70px;
    height: 70px;
}

.bs-card__title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255,255,255,.92);
    text-align: center;
    margin-bottom: 30px;
}

.bs-card__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(255,255,255,.75);
    text-align: center;
}

@media (max-width: 991.98px) {
    .bs-hero {
        padding-top: 64px;
    }

    .bs-method__bubble {
        border-radius: 26px;
    }

    .bs-beyond .col-lg {
        margin-bottom: 16px;
    }
}

@media (max-width: 575.98px) {
    .bs-media-box {
        min-height: 260px;
    }

    .bs-method__bubble {
        padding: 18px 18px;
    }
}

.video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-hero iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* <-- chave: impede play/pause no clique */
}

.video-hero__click {
    position: absolute;
    inset: 0;
    z-index: 5;
    cursor: pointer;
    background: transparent;
}

/* opcional: indicador */
.video-sound-indicator {
    position: absolute;
    z-index: 6;
    bottom: 24px;
    right: 24px;
    font-size: 20px;
    background: rgba(0,0,0,.45);
    color: #fff;
    padding: 10px 12px;
    border-radius: 999px;
    pointer-events: none;
}

.b-video {
    position: relative;
    width: min(520px, 100%);
    aspect-ratio: 1 / 1;
}

.b-video__mask {
    position: absolute;
    inset: 0;
    overflow: hidden;
    -webkit-mask-image: url("../imgs/video-b.webp");
    mask-image: url("../imgs/video-b.webp");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.b-video__mask iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240%;
    height: 140%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.b-video__click {
    position: absolute;
    inset: 0;
    z-index: 5;
    cursor: pointer;
    background: transparent;
}

/* =========================
   FOOTER - Boutique
========================= */
.bs-footer {
    background: #121225;
    /* roxo bem escuro */
    color: rgba(255,255,255,.85);
    padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    border-top: 6px solid #28214d;
}

.bs-footer__bottom-line {
    height: 1px;
    background: rgba(255,255,255,.15);
    margin-top: 40px;
}

.bs-footer__row {
    align-items: flex-start;
}

.bs-footer__left {
    position: relative;
    min-height: 360px;
}

.bs-footer__b-shape--bottom {
    width: 230px;
    height: 150px;
    margin-bottom: 0;
}

.bs-footer__b-shape {
	/* position: relative; */
}

.bs-footer__b-shape img {
    width: 720px;
    position: absolute;
    left: -300px;
    max-width: 800px;
}

.bs-footer__b-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(0,0,0,.55);
    font-weight: 700;
}

.bs-footer__center {
    position: relative;
    padding-right: 34px;
    height: 100%;
}

.bs-footer__center::after {
    content: "";
    position: absolute;
    top: 0;
    right: 35px;
    width: 1px;
    height: 335px;
    background: rgba(122, 92, 255, .95);
}

.bs-footer__col {
    margin-bottom: 26px;
}

.bs-footer__col--spaced {
    margin-top: 18px;
}

.bs-footer__title {
    margin: 0 0 24px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(122, 92, 255, .95);
}

.bs-footer__title--accent {
    color: rgba(122,92,255,.95);
}

.bs-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 60px;
    position: relative;
    left: 110px;
    top: 10px;
}

.bs-footer__list a {
    color: #8561f2;
    font-size: 18px;
    text-decoration: none;
    transition: color .15s ease, transform .15s ease;
    display: inline-flex;
    align-items: center;
    font-weight: 300;
}

.bs-footer__list a:hover {
    color: rgba(122,92,255,.95);
    transform: translateX(2px);
}

.bs-footer__right {
    padding-left: 34px;
}

.bs-footer__brand {
    margin-bottom: 26px;
}

.bs-footer__brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.bs-footer__brand-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: rgba(122,92,255,.95);
    color: #0b0a1d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
}

.bs-footer__brand-name {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: .08em;
    color: #fff;
}

.bs-footer__addresses {
    display: grid;
    gap: 22px;
    margin-bottom: 24px;
}

.bs-footer__city,
.bs-footer__contact-title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(122,92,255,.95);
}

.bs-footer__addr {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255,255,255,.72);
}

.bs-footer__contact-item a{
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,.72);
}

.bs-footer__contact {
	margin-bottom: 16px;
}

.bs-footer__contact-item {
	margin-bottom: 0;
}

/* Redes */
.bs-footer__social {
    display: flex;
    gap: 10px;
}

.bs-footer__social-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.bs-footer__social-btn:hover {
    transform: translateY(-2px);
    background: rgba(122,92,255,.18);
    border-color: rgba(122,92,255,.85);
}

.bs-footer__social-ico {
    font-size: 14px;
    font-weight: 800;
    color: rgba(122,92,255,.95);
}

/* =========================
   Responsivo
========================= */
@media (max-width: 991.98px) {
    .bs-footer {
        padding: 46px 0 22px;
    }

    .bs-footer__left {
        min-height: auto;
        margin-bottom: 26px;
        display: flex;
        gap: 18px;
    }

    .bs-footer__b-shape, .bs-footer__b-shape--bottom {
        margin-bottom: 0;
    }

    .bs-footer__center {
        padding-right: 0;
        margin-bottom: 28px;
    }

    .bs-footer__center::after {
        content: none;
    }

    .bs-footer__right {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .bs-footer__left {
        justify-content: center;
    }

    .bs-footer__brand-name {
        font-size: 24px;
    }
}

#copyright {
    padding: 30px 0;
    background-color: #28214d;
}

.copy-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-wrapper p, .copy-wrapper a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 300;
}

.bs-stats {
    padding: 110px 0 180px;
    background: transparent;
}

.bs-stats__grid {
    text-align: center;
    margin-bottom: 50px;
}

.bs-stat__value {
    font-size: 113px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
    color: #7a5cff;
    /* roxo do layout */
    margin-bottom: 10px;
}

.bs-stat__label {
    font-size: 23px;
    color: rgba(255,255,255,.9);
    font-weight: 400;
    line-height: 1.3;
}

bs-stats__image {
    margin-bottom: 60px
}

.bs-forma__title {
    color: #fff;
    text-align: center;
    font-size: 113px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 200;
    margin-bottom: 42px;
}

.bs-forma__subtitle {
    color: #7a5cff;
    text-align: center;
    font-size: 30px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
    line-height: 46px;
}

/* Responsivo */
@media (max-width: 575.98px) {
    .bs-stats {
        padding: 56px 0 64px;
    }

    .bs-stat__label {
        font-size: 15px;
    }

    .bs-stats__image {
        border-radius: 44px;
    }

    .bs-stats__image-placeholder {
        min-height: 240px;
    }
}

.bs-team {
    padding: 80px 0 180px;
    position: relative;
}

.bs-team::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(900px 420px at 20% 20%, rgba(122,92,255,.10), transparent 60%), radial-gradient(800px 380px at 70% 10%, rgba(122,92,255,.08), transparent 55%);
    pointer-events: none;
}

.bs-team .container {
    position: relative;
    z-index: 2;
}

/* Track dos cards */
.bs-team__track {
    display: flex;
    gap: 34px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
}

/* Cada pessoa (wrapper) */
.bs-person {
    width: 280px;
    transition: transform .22s ease, opacity .22s ease, filter .22s ease;
    transform-origin: top center;
    outline: none;
}

.bs-person__card {
    border-radius: 18px;
    overflow: hidden;
    background: rgb(255 255 255);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 22px 65px rgba(0,0,0,.35);
    cursor: pointer;
}

.bs-person__photo {
    height: auto;
    /* background: rgb(255 0 0); */
    position: relative;
}

.bs-person__photo img {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.bs-placeholder-photo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.65);
    border-bottom: 1px solid rgba(255,255,255,.10);
    letter-spacing: .12em;
    font-size: 12px;
}

.bs-person__body {
    background: #fff;
    padding: 16px 16px 14px;
    text-align: center;
}

.bs-person__name {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #0d0b1a;
    letter-spacing: -0.02em;
    text-align: center;
}

.bs-person__role {
    margin: 0 0 10px;
    font-size: 14px;
    color: rgba(13,11,26,.62);
    text-align: center;
}

.bs-person__brand {
    font-size: 12px;
    letter-spacing: .18em;
    font-weight: 800;
    color: rgba(122,92,255,.95);
    max-width: 110px;
    margin: auto;
    margin-top: 25px;
}

/* Painel de detalhes */
.bs-person__details {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.18);
    padding: 40px;
    width: 160%;
    position: relative;
    right: 30%;
    background: linear-gradient(178deg, rgb(22 20 42 / 54%) 0%, rgb(36 30 68 / 62%) 36%, rgb(51 40 94) 100%);
    border-radius: 30px;
}

.bs-person__social {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    justify-content: center;
}

.bs-social-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: border-box;
    text-decoration: none;
    transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.bs-social-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(122,92,255,.9);
    background: rgba(122,92,255,.18);
}

.bs-social-ico {
    font-weight: 900;
    color: rgba(122,92,255,.95);
    font-size: 14px;
}

/*  */
.bs-person__desc {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,.78);
    max-width: 100%;
    text-align: center;
}


.bs-team__track.has-active .bs-person {
    transform: scale(.92);
    opacity: .35;
    filter: blur(.2px);
}

/* card ativo */
.bs-person.is-active {
    transform: scale(1.06) !important;
    opacity: 1 !important;
    filter: none !important;
}

/* deixa o card ativo com leve glow */
.bs-person.is-active .bs-person__card {
    border-color: rgb(179 51 51);
    box-shadow: 0 24px 85px rgba(0,0,0,.45);
    border: unset;
}

/* Acessibilidade: foco */
.bs-person:focus-visible {
    outline: 2px solid rgba(122,92,255,.75);
    outline-offset: 6px;
    border-radius: 18px;
}

/* =========================
   Responsivo
========================= */
@media (max-width: 991.98px) {
    .bs-team__track {
        gap: 18px;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .bs-person {
        flex: 0 0 auto;
        scroll-snap-align: center;
    }

    /* No mobile, reduzir o  pra  ficar pequeno demais */
    .bs-team__track.has-active .bs-person {
        transform: scale(.96);
        opacity: .45;
    }
}

@media (max-width: 575.98px) {
    .bs-person {
        width: 250px;
    }

    .bs-person__photo {
        height: 270px;
    }

    .bs-person__name {
        font-size: 18px;
    }
}

/* =========================
   SERVICES - Card grande
========================= */
.bs-services {
    padding: 80px 0;
}

/* Card base */
.bs-service-card {
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.02) 100%);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 28px 90px rgba(0,0,0,.40);
    padding: 1rem;
}

/* Coluna imagem */
.bs-service-card__media {
    height: 100%;
    position: relative;
    background: rgba(122,92,255,.10);
}

/*  */
.bs-service-card__content {
    padding: 56px 56px 54px;
}

.bs-service-card__title {
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: rgba(255,255,255,.95);
}

.bs-service-card__text p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255,255,255,.78);
    text-align: left;
}

.bs-service-card__text p:last-child {
    margin-bottom: 0;
}

/* Opcional: CTA */
.bs-service-card__cta {
    display: inline-flex;
    margin-top: 26px;
    padding: 10px 16px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid rgba(122,92,255,.55);
    color: rgba(122,92,255,.95);
    background: rgba(122,92,255,.10);
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.bs-service-card__cta:hover {
    transform: translateY(-2px);
    background: rgba(122,92,255,.16);
    border-color: rgba(122,92,255,.85);
}

/* Responsivo */
@media (max-width: 991.98px) {
    .bs-services {
        padding: 60px 0;
    }

    .bs-service-card__media {
        min-height: 260px;
    }

    .bs-service-card__content {
        padding: 34px 22px 30px;
    }

    .bs-service-card__text p {
        font-size: 15px;
    }
}

/* Card base */
.bs-service-card {
    border-radius: 26px;
    overflow: hidden;
    background: #1d1a38;
    margin-bottom: 60px;
    border: unset;
}

/* Coluna imagem ocupa a altura TOTAL do card */
.bs-service-card__media {
    height: 100%;
}

/* Wrapper interno */
.bs-service-card__media-inner {
    height: 100%;
}

/* Placeholder (ou IMG real) */
.bs-service-card__media-placeholder, .bs-service-card__media-inner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    max-height: 480px;
}

/* Placeholder visual */
.bs-service-card__media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(255,255,255,.22);
    color: rgba(255,255,255,.65);
    letter-spacing: .14em;
    font-size: 12px;
    text-transform: uppercase;
}

#title-jeito {
    padding-top: 110px;
}

.page-template-servicos .bs-quote__text {
    margin: 0;
    text-align: center;
    font-size: clamp(40px, 5.2vw, 98px);
}

.page-template-servicos #servicos .bs-quote__text {
    margin-bottom: 142px;
    font-size: 113px;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1;
}

.executive-service .bs-service-card__media {
    height: 370px;
}

.bs-sectors {
    padding: 72px 0 158px;
}

/* grid spacing */
.bs-sectors__grid {
    row-gap: 22px;
}

/* Card base */
.bs-sector {
    border-radius: 28px;
    background: #8561F21A;
    box-shadow: 0 26px 80px rgba(0,0,0,.38);
    overflow: hidden;
    height: auto;
    align-self: flex-start;
    transition: box-shadow .2s ease;
}

/* Evita que a coluna/linha estique via flex (caso seu tema use) */
.bs-sectors__grid {
    align-items: flex-start;
}

/*  do card */
.bs-sector__btn {
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    padding: 28px 28px 46px;
    display: flex;
    flex-direction: column;
    gap: 38px;
    cursor: pointer;
    position: relative;
}

/*  */
.bs-sector__icon {
    display: flex;
    align-items: center;
    justify-content: start;
}

.bs-sector__icon img {
	width: 120px;
	height: auto;
	text-align: left;
	height: 120px;
}

.bs-ico-ph {
    font-size: 11px;
    letter-spacing: .12em;
    color: rgba(122,92,255,.95);
    font-weight: 800;
}

.bs-sector__title {
    margin: 0;
    font-size: 28px;
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 30px;
}

/* Seta fixa */
.bs-sector__arrow {
    position: absolute;
    left: 28px;
    bottom: 26px;
    font-size: 22px;
    color: #8561f2;
    transition: transform .2s ease;
    font-weight: 700;
}

.bs-sector__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .28s ease, opacity .2s ease;
    padding: 0 28px;
}

.bs-sector__content-inner {
    padding: 0 0 46px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,.78);
}

.bs-sector__content-inner p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .78);
    text-align: left;
}

.bs-sector__content-inner p:last-child {
    margin-bottom: 0;
}

/* Estado aberto */
.bs-sector.is-open {
    box-shadow: 0 32px 100px rgba(0,0,0,.45);
}

.bs-sector.is-open .bs-sector__content {
    max-height: 600px;
    opacity: 1;
}

.bs-sector.is-open .bs-sector__arrow {
    transform: rotate(180deg);
}

/* Responsivo */
@media (max-width: 991.98px) {
    .bs-sector__btn {
        padding: 22px 20px 40px;
    }

    .bs-sector__arrow {
        left: 20px;
        bottom: 16px;
    }

    .bs-sector__content {
        padding: 0 20px;
    }
}

.bs-sector__btn, .bs-sector__btn:focus, .bs-sector__btn:active, .bs-sector__btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.bs-sector__btn:active {
    border: 0 !important;
}

.bs-sector:focus-within {
    box-shadow: 0 0 0 2px rgba(122,92,255,.55), 0 26px 80px rgba(0,0,0,.38);
}

.bs-moments {
    padding: 100px 0 160px;
}

.wrapper-moments {
	padding: 107px 72px;
	border-radius: 28px;
}

/*  grande */
.bs-moments__title {
    margin: 0 0 20px;
    font-size: 68px;
    line-height: 1.2;
    font-weight: 200;
    letter-spacing: 0;
    color: rgb(255 255 255 / 95%);
    text-align: center;
}

/*  */
.bs-moments__subtitle {
    margin: 0 0 82px;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    color: rgba(255,255,255,.92);
    font-weight: 200;
    letter-spacing: 0;
}

/* Grid */
.bs-moments__grid {
    row-gap: 22px;
}

/* Card */
.bs-moment-card {
    height: 109px;
    border-radius: 12px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,.92);
    transition: background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
    line-height: 1.3;
}

/* Hover */
.bs-moment-card:hover {
    background: #fff;
    color: rgba(122,92,255,.95);
    border-color: rgba(255,255,255,.9);
    transform: translateY(-1px);
}

/* Responsivo */
@media (max-width: 991.98px) {
    .bs-moment-card {
        height: 86px;
        font-size: 16px;
    }

    .bs-moments__subtitle {
        margin-bottom: 34px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .bs-moments {
        padding: 64px 0 72px;
    }

    .bs-moment-card {
        height: auto;
        min-height: 78px;
    }
}

/* =========================
   Conhecimento multisetorial
========================= */
.bs-knowledge {
    padding: 115px 0;
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.bs-knowledge__title {
    margin: 0 0 110px;
    text-align: center;
    font-size: 113px;
    line-height: 1;
    font-weight: 200;
    color: #fff;
}

/* Menu */
.bs-knowledge__menu {
    margin-bottom: 38px;
    row-gap: 22px;
}

.bs-knowledge__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.bs-knowledge__item {
    border: 0;
    background: transparent;
    text-align: left;
    padding: 10px 26px;
    border-radius: 999px;
    color: rgba(255,255,255,.86);
    font-size: 18px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    transition: background .18s ease, color .18s ease;
    cursor: pointer;
    line-height: 22px;
}

.bs-knowledge__item:hover {
    color: rgba(122,92,255,.95);
}

.bs-knowledge__item.is-active {
    background: #fff;
    color: rgba(122,92,255,.95);
    font-weight: 700;
    cursor: pointer;
}

/* Divisores */
.bs-knowledge__divider {
    width: 1px;
    height: 100%;
    background: rgba(122,92,255,.45);
    margin: 0 auto;
}

/* Painel branco */
.bs-knowledge__panel {
    background: #fff;
    border-radius: 14px;
    padding: 36px 38px;
    box-shadow: 0 26px 90px rgba(0,0,0,.35);
    margin-top: 40px;
}

.bs-knowledge__panel-title {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 500;
    color: rgba(122,92,255,.95);
}

.bs-knowledge__panel-text p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(10,10,22,.75);
}

.bs-knowledge__panel-text {
    padding-bottom: 30px;
}

.bs-knowledge__panel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 16px;
}

.bs-knowledge__panel-tags span {
    font-size: 14px;
    color: rgba(122,92,255,.95);
    position: relative;
}

.bs-knowledge__panel-tags span:after {
    content: "";
    position: absolute;
    right: -17px;
    top: 5px;
    width: 5px;
    height: 5px;
    background-color: rgba(122,92,255,.95);
    border-radius: 99px;
}

.bs-knowledge__panel-tags span:last-child:after {
    display: none;
}

/* Responsivo */
@media (max-width: 991.98px) {
    .bs-knowledge__title {
        margin-bottom: 24px;
    }

    .bs-knowledge__divider {
        display: none;
    }

    .bs-knowledge__panel {
        padding: 22px 20px;
    }
}

.bs-card {
    height: 100%;
    border-radius: 14px;
    padding: 36px;
    border: unset;
    background: linear-gradient(178deg, rgb(22 20 42 / 54%) 0%, rgb(36 30 68 / 62%) 36%, rgb(51 40 94) 100%);
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
    outline: none;
    width: 362px;
    position: relative;
    height: 710px;
    padding-top: 200px;
}

.bs-card__icon {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -27px;
    width: 228px;
}

.bs-card__icon svg {
    width: 70px;
    height: 70px;
}

.bs-card__title {
    margin: 0 0 8px;
    font-size: 35px;
    font-weight: 300;
    color: rgba(255,255,255,.92);
    text-align: left;
    margin-bottom: 30px;
}

.bs-card__text {
    margin: 0;
    font-size: 21px;
    line-height: 1.7;
    color: rgba(255,255,255,.75);
    text-align: left;
    margin-bottom: 20px;
    font-weight: 300;
    padding-right: 33px;
}

.bs-card__text:last-child {
	margin-bottom: 0;
}

#bs-jeito .bs-card {
	width: 307px;
	height: 550px;
	padding-top: 194px;
}

#bs-jeito .bs-card__text {
	text-align: center;
	padding: 0 30px;
	font-size: 19px;
}

#bs-jeito .bs-beyond__grid {
	margin-top: 60px;
}

#bs-jeito .bs-card__icon {
	left: 50%;
    transform: translate(-50%, 0);
}

#bs-jeito .bs-moments__title {
    margin: 0 0 35px;
    font-size: 113px;
    line-height: 1.03;
    font-weight: 200;
    letter-spacing: 0;
    color: rgb(255 255 255 / 95%);
    text-align: center;
}

#bs-jeito .bs-moments__subtitle {
    max-width: 620px;
    margin: auto;
    margin-bottom: 80px;
    font-weight: 200;
    font-size: 22px;
}

/* =========================
   BS ABOUT (2 big cards)
========================= */

.bg-card-1 {
	background: #1F1B3E;
	background: linear-gradient(0deg,rgba(31, 27, 62, 1) 0%, rgba(40, 33, 78, 0.1) 75%);
}

.bg-card-2 {
	background: #1F1B3E;
	background: linear-gradient(180deg,rgba(31, 27, 62, 1) 0%, rgba(40, 33, 78, 0.1) 75%);
}

.bs-about{
  padding: 118px 0 80px 0;
}

.bs-about__grid{
  align-items: stretch;
}

.bs-about-card{
  height: 100%;
  border-radius: 22px;
  padding: 42px 42px 36px;
}

.bs-about-card__title{
  margin: 0 0 48px;
  color: #fff;
  font-weight: 200; /* bem leve como no anexo */
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 62px;
}

.bs-about-card__text p{
  margin: 0 0 18px;
  color: #fff;
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: 0;
  font-weight: 200;
  text-align: left;
}

.bs-about-card__text p:last-child{
  margin-bottom: 0;
}

/* Responsivo */
@media (max-width: 991.98px){
  .bs-about{
    padding: 56px 0;
  }
  .bs-about-card{
    padding: 28px 26px;
    border-radius: 18px;
  }
  .bs-about-card__title{
    font-size: 40px;
  }
}

@media (max-width: 575.98px){
  .bs-about-card__title{
    font-size: 34px;
  }
  .bs-about-card__text p{
    font-size: 15px;
    line-height: 1.75;
  }
}

/* =========================
   VALUES / CARDS ALTERNADOS
========================= */
.bs-values {
    padding: 80px 0 90px;
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.bs-values__grid {
    row-gap: 28px;
    max-width: 840px;
    margin: auto;
}

/* Card base */
.bs-value-card {
    background: #1d1a38;
    border: 0;
    box-shadow: 0 26px 80px rgba(0,0,0,.35);
    overflow: hidden;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
    margin-bottom: 50px;
}

.bs-value-card--right {
    border-radius: 26px 220px 220px 26px;
    /* direita grande */
}

.bs-value-card--right {
    z-index: 2;
    /* position: relative; */
}

.bs-value-card--left {
    z-index: 2;
    /* position: relative; */
}

.bs-value-card--right:after {
    content: "";
    background-image: url(../imgs/trace.svg);
    position: absolute;
    width: 235px;
    height: 470px;
    right: -10rem;
    bottom: -13rem;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.bs-value-card--left.tempo::after {
    content: "";
    background-image: url(../imgs/trace.svg);
    position: absolute;
    width: 235px;
    height: 470px;
    left: -10rem;
    bottom: -13rem;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(-180deg);
}

.bs-value-card--left {
    border-radius: 220px 26px 26px 220px;
    /* esquerda grande */
}

.bs-value-card__inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
    padding: 74px 50px;
    z-index: 3232;
    position: relative;
}

/* Texto */
.bs-value-card__text p {
    max-width: 330px;
    font-size: 23px;
    line-height: 1.9;
    font-weight: 400;
    color: rgba(122,92,255,.95);
    text-align: -webkit-auto;
    margin-bottom: 0;
}

/*  */
.bs-value-card__icon {
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Placeholder do SVG */
.bs-icon-placeholder {
    width: 170px;
    height: 170px;
    border-radius: 22px;
    border: 1px dashed rgba(122,92,255,.45);
    color: rgba(122,92,255,.95);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .12em;
    font-size: 12px;
    text-transform: uppercase;
}


.bs-value-card--white {
    background: #fff;
    border-color: rgba(255,255,255,.9);
}

.bs-value-card--white .bs-value-card__text {
    color: rgba(10,10,22,.85);
}

.bs-value-card--white .bs-icon-placeholder {
    border-color: rgba(122,92,255,.35);
    color: rgba(122,92,255,.95);
}

/* Hover: vira branco + texto escuro */
.bs-value-card:hover {
    background: #fff;
    border-color: rgba(255,255,255,.9);
}

.bs-value-card:hover .bs-value-card__text {
    color: rgba(10,10,22,.85);
}

/* Responsivo */
@media (max-width: 991.98px) {
    .bs-value-card__inner {
        padding: 28px 22px;
        gap: 22px;
    }

    .bs-value-card__icon {
        width: 160px;
    }

    .bs-icon-placeholder {
        width: 120px;
        height: 120px;
    }

    .bs-value-card__text {
        font-size: 17px;
    }
}

@media (max-width: 575.98px) {
    /* Empilha no mobile */ .bs-value-card__inner {
        flex-direction: column;
        text-align: center;
    }

    .bs-value-card__icon {
        width: 100%;
        order: -1;
    }

    /* radius mais contido no mobile */
    .bs-value-card--right, .bs-value-card--left {
        border-radius: 22px;
    }

    .bs-value-card__text {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.4;
    }
}

.bs-value-card--left.tempo svg {
    width: 70%;
}

#sob-medida .bs-quote__text {
    color: rgba(122, 92, 255, .95);
    font-size: 60px;
    margin-top: 90px;
}

.bs-value-card:hover .bs-value-card__text p {
    color: #000;
}

/* =========================
   CONTATO
========================= */
.bs-contact {
    padding: 110px 0 130px;
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* H1 */
.bs-contact__title {
    margin: 0 0 48px;
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
}

/* Destaque roxo */
.bs-contact__highlight {
    margin: 0 0 46px;
    font-size: clamp(28px, 4.2vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    color: rgba(122,92,255,.95);
}

/* Texto */
.bs-contact__text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255,255,255,.85);
    text-align: center;
}

.bs-contact__light {
	max-width: 510px;
	margin: 0 auto;
	font-size: 28px;
	line-height: 1.6;
	font-weight: 300;
	color: rgba(255,255,255,.85);
	text-align: center;
	margin-bottom: 40px;
}

/* Responsivo */
@media (max-width: 991.98px) {
    .bs-contact {
        padding: 90px 0 110px;
    }

    .bs-contact__title {
        margin-bottom: 36px;
    }

    .bs-contact__text {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .bs-contact {
        padding: 72px 0 90px;
    }

    .bs-contact__highlight {
        font-size: 26px;
    }
}

.form-contato label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.form-contato input {
    border-radius: 20px;
    margin-top: 20px;
    background-color: #342961;
    border: unset;
    height: 60px;
    width: 100%;
    padding-left: 16px;
    color: #fff;
}

.form-contato textarea {
    border-radius: 20px;
    margin-top: 20px;
    background-color: #342961;
    border: unset;
    height: 300px;
    width: 100%;
    padding-left: 16px;
    color: #fff;
}

.form-contato {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 60px;
    max-width: 680px;
    width: 100%;
}

.form-contato .row-form, .form-contato form, .form-contato .row-form p, .form-contato .row-form label, .form-contato .row-form span {
    width: 100%;
}

.form-contato .wpcf7 {
    width: 100%;
}

.form-contato input.wpcf7-submit {
    width: fit-content;
    color: #fff;
    font-weight: 700;
    background-color: #8560f1;
    font-size: 18px;
    padding: 10px 70px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #header {
        display: none;
    }

    .mobileonly {
        display: block;
    }

    .bar-menumob {
        position: absolute;
        right: 1rem;
    }

    .bar-menumob {
        width: 16px;
        height: 16px;
    }

    .headermob {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #header-mob {
        position: relative;
        top: 0;
        background-color: #28214d;
        z-index: 9;
        padding: 1rem 0;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
    }

    #menu-mobile {
        width: 90%;
        height: 100vh;
        background-color: #28214d;
        padding-left: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        position: absolute;
        top: 0;
        left: -100%;
        transition-property: left;
        transition-duration: 1s;
        z-index: 2;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
    }

    .nav-mob {
        padding-top: 7rem;
    }

    .cards-committed {
        flex-direction: column;
    }

    .text-choose p {
        width: 100%;
    }

    .cards-choose {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }

    .nav-mob ul li {
        margin-bottom: 2rem;
    }

   	#header-mob .redes-sociais-footer ul {
        justify-content: start;
        margin-top: 40px;
        display: flex;
        gap: 20px;
    }

    .nav-mob ul li a {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .nav-mob ul li a.active {
        color: #8561f2;
        font-weight: 600;
    }

    .bs-lang-switcher--mobile .bs-lang-switcher__link {
        width: 22px;
        height: 16px;
        border-radius: 3px;
    }

    .bs-lang-switcher--mobile .bs-flag {
        width: 100%;
        height: 100%;
    }

    .logo-menu-mobile {
        position: absolute;
        top: 2rem;
        width: 50%;
    }

    .error-404.not-found p, .agradecimento-form p {
        width: 100%;
    }

    .close-menu-mob {
        position: absolute;
        top: 2rem;
        right: 1.5rem;
    }

    .close-menu-mob button {
        border: none;
        background: unset;
    }

    .close-menu-mob button svg {
        width: 12px;
        height: 16px;
    }

    .logo-menumob img {
        width: 190px;
    }

    .bar-menumob img {
        width: 20px;
    }

    #menu-mobile .social-media ul {
        justify-content: left;
        flex-direction: row;
        gap: 20px
    }

    .bs-quote__text {
        font-size: 40px;
    }

    .video-hero iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150%;
        height: 150%;
    }

    .video-hero {
        position: relative;
        width: 100%;
        height: 270px;
    }

    .bs-hero__row {
        flex-direction: column-reverse;
    }

    .bs-footer__b-shape img {
        width: 45%;
        margin: auto;
    }

    .bs-footer__b-shape, .bs-footer__b-shape--bottom {
        margin-bottom: 0;
        text-align: center;
    }

    .bs-footer__title, .bs-footer__list, .bs-footer__addr, .bs-footer__city {
        text-align: center;
    }

    .bs-footer__list {
        justify-content: center;
    }

    .bs-footer__brand {
        margin-bottom: 26px;
        text-align: center;
    }

    .bs-footer__addresses {
        display: grid;
        gap: 22px;
        margin-bottom: 24px;
        justify-content: center;
    }

    .bs-footer__social {
        justify-content: center;
    }

    .copy-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
        gap: 30px;
        font-size: 12px;
        text-align: center;
    }

    .copy-wrapper p {
        font-size: 12px;
        text-align: center;
    }

    .bs-footer__b-shape {
        display: none;
    }
	
	.bs-method__desc {
		max-width: 100%; 
	}
	
	.bs-method__content {
		background-color: #28214d;
		border-radius: 60px;
		padding-top: 120px;
		padding-bottom: 60px; 
	}
	
	 .bs-value-card__icon {
        width:40%;
        order: -1;
    }
	
	.bs-value-card--right:after,
	.bs-value-card--left:after {
		display: none;
	}
	
	#sob-medida .bs-quote__text {
		color: rgba(122, 92, 255, .95);
		font-size: 30px;
		margin-top: 60px;
		margin-bottom: 0;
	}
	
	.bs-values {
    	padding: 80px 0 0px; 
	}
	
	.bs-forma__title {
		font-size: 40px; 
	}
	
	 .bs-team__track {
        gap: 18px;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
	
	.bs-person__details {
		margin-top: 22px;
		padding-top: 16px;
		border-top: 1px solid rgba(255, 255, 255, .18);
		padding: 40px;
		width: 140%;
		position: relative;
		right: 20%;
		background: linear-gradient(178deg, rgb(22 20 42 / 54%) 0%, rgb(36 30 68 / 62%) 36%, rgb(51 40 94) 100%);
		border-radius: 30px;
		margin-bottom: 60px;
	}
	
	.bs-hero__logo img {
		max-width: 100%;
		margin: auto;
		text-align: center;
		width: 80%;
	}
	
	.bs-hero__title {
		font-size: 28px;
		line-height: 1.2;
		font-weight: 200;
		margin: 0 0 184px;
		letter-spacing: 0;
		text-align: center;
		position: relative;
	}
	
	.bs-hero__title:after {
		bottom: -70%; 
	}
	
	.bs-hero__lead {
		max-width: 100%;
		font-size: 18px; 
	}
	
	.bs-beyond__title,
	.bs-moments__title,
	#bs-jeito .bs-moments__title,
	.page-template-servicos #servicos .bs-quote__text,
	.bs-knowledge__title {
    	font-size: 70px;
	}
	
	#bs-jeito .bs-moments__subtitle {
		font-size: 18px;
	}
	
	.bs-card {
		height: auto;
		padding-right: 0;
	}
	
	#bs-jeito .bs-card {
		padding-right: 36px;
	}
	
	#bs-jeito .bs-card{
		height: auto;
	}
	
	.bs-footer__list {
		gap: 40px;
		left: 0;
		margin-bottom: 30px;
		top: 10px;
	}
	
	.bs-footer__list a {
		font-size: 16px; 
	}
	
	.bs-footer__right {
        padding-left: 15px;
    } 
	
	.bs-footer {
        padding: 46px 0 46px;
    }
	
	.bs-stats__grid {
		gap: 40px;
	}
	
	.bs-stat__value {
    	font-size: 80px; 
	}
	
	.bs-knowledge__title {
        margin-bottom: 64px;
    }
	
	#bs-moments .bs-moments__title {
		font-size: 27px;
	}
	
	.wrapper-moments {
		padding: 67px 42px;
		border-radius: 28px;
	}
	
	.bs-sectors {
		padding: 72px 0 28px;
	}
	
	.bs-contact__light {
		max-width: 100%;
		font-size: 22px;
	}
	
	.bs-footer__center {
        padding-right: 15px; 
	}
}


#politica .bs-contact__text {
    max-width: 100%; 
	margin-bottom: 30px;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    border: unset !important;
    padding: 0 !important;
    font-size: 14px;
}

.wpcf7-form-control-wrap[data-name="your-file"]{
  position: relative;
  display: block;
  width: 100%;
  max-width: 720px; /* ajuste se quiser */
  height: 72px;
  border-radius: 18px;
  background: #0d0b1a; /* fundo escuro do campo */
  overflow: hidden;
}


.wpcf7-form-control-wrap[data-name="your-file"] input[type="file"]{
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}


.wpcf7-form-control-wrap[data-name="your-file"]::before{
  content: "Escolher arquivo";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #3b2d66; /* roxo do pill */
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
  z-index: 1;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
}

.lang-en .wpcf7-form-control-wrap[data-name="your-file"]::before{
  content: "Choose your file"; 
}


.wpcf7-form-control-wrap[data-name="your-file"]::after{
  content: attr(data-file-label);
  position: absolute;
  left: 200px;   
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  z-index: 1;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wpcf7-form-control-wrap[data-name="your-file"]:hover{
  filter: brightness(1.05);
}
.wpcf7-form-control-wrap[data-name="your-file"]:focus-within{
  outline: 2px solid rgba(186,128,255,0.35);
  outline-offset: 2px;
}


@media (max-width: 376px) {
    .bs-person__details {
        margin-top: 22px;
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, .18);
        padding: 30px;
        width: 120%;
        position: relative;
        right: 10%;
        background: linear-gradient(178deg, rgb(22 20 42 / 54%) 0%, rgb(36 30 68 / 62%) 36%, rgb(51 40 94) 100%);
        border-radius: 30px;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1380px){
	
	.container-custom {
        max-width: 93% !important;
    }
	
	.container {
        max-width: 90% !important;
    }
	
	.bs-beyond__title, .bs-moments__title, #bs-jeito .bs-moments__title, .page-template-servicos #servicos .bs-quote__text, .bs-knowledge__title, .bs-forma__title {
        font-size: 85px;
    }
	
	.bs-card {
		height: 100%;
		border-radius: 14px;
		padding: 30px;
		border: unset;
		background: linear-gradient(178deg, rgb(22 20 42 / 54%) 0%, rgb(36 30 68 / 62%) 36%, rgb(51 40 94) 100%);
		transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
		outline: none;
		width: 332px;
		position: relative;
		height: 670px;
		padding-top: 200px;
	}
	
	.bs-card__title {
		margin: 0 0 8px;
		font-size: 32px;
		font-weight: 300;
		color: rgba(255, 255, 255, .92);
		text-align: left;
		margin-bottom: 30px;
	}
	
	.bs-card__text {
		margin: 0;
		font-size: 19px;
		line-height: 1.7;
		color: rgba(255, 255, 255, .75);
		text-align: left;
		margin-bottom: 20px;
		font-weight: 300;
		padding-right: 33px;
	}
	
	.video-hero iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 200%;
		height: 140%;
		transform: translate(-50%, -50%);
		pointer-events: none;
	}
	
	#bs-jeito .bs-card {
		width: 237px;
		height: 514px;
		padding-top: 174px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.bs-card__icon {
		margin-top: 30px;
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: -27px;
		width: 188px;
	}
	
	#bs-jeito .bs-card__text {
		text-align: center;
		padding: 0 20px;
		font-size: 18px;
	}
	
	.bs-about-card__title {
		font-size: 52px;
	}
	
	.bs-stat__value {
    	font-size: 83px 
	}
	
	.bs-stat__label {
    	font-size: 20px;
	}
	
	.bs-person__details {
		margin-top: 22px;
		padding-top: 16px;
		border-top: 1px solid rgba(255, 255, 255, .18);
		padding: 24px;
		width: 130%;
		position: relative;
		right: 15%;
		background: linear-gradient(178deg, rgb(22 20 42 / 54%) 0%, rgb(36 30 68 / 62%) 36%, rgb(51 40 94) 100%);
		border-radius: 30px;
	}
	
	.bs-service-card__title {
		margin: 0 0 18px;
		font-size: 43px; 
	}
	
	.bs-service-card__content {
		padding: 36px 36px 34px;
	}
	
	.bs-sector__title {
		font-size: 23px; 
	}
	
	#bs-moments .bs-moments__title {
		font-size: 56px; 
	}
	
	.bs-moments {
		padding: 60px 0 160px;
	}
	
	.bs-contact__title {
		margin: 0 0 48px;
		font-size: 60px; 
	}
	
	.bs-contact__light {
		font-size: 25px; 
	}
	
	.bs-knowledge__item {
		font-size: 16px;
	}
}

@media (min-width: 998px) {
	#bs-knowledge .col-lg-resize-28 {
		flex: 0 0 28%;
		max-width: 28%;
	}


	#bs-knowledge .col-lg-resize-27 {
		flex: 0 0 27%;
	}
}


.policy-copy {
	display: none;
}