/* Karol Canali Advocacia — direção visual 2026 */
:root {
  --kc-wine: #53102f;
  --kc-wine-dark: #270a1b;
  --kc-wine-light: #8a1d4f;
  --kc-charcoal: #171b1d;
  --kc-ink: #222629;
  --kc-gold: #c99a43;
  --kc-gold-soft: #e1c17f;
  --kc-stone: #ece9e3;
  --kc-paper: #f6f4f0;
  --kc-white: #fff;
  --kc-muted: #696d6e;
  --kc-line: rgba(34, 38, 41, 0.15);
}

html { scroll-behavior: smooth; }

body,
body p,
body li,
body a,
body input,
body textarea,
body select,
body time,
body span:not([class*="fa-"]) {
  font-family: "Montserrat", Arial, sans-serif;
}

body {
  overflow-x: hidden;
  color: var(--kc-ink);
  background: var(--kc-white);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.title-section,
.title-section *,
.tf-title,
.tf-title *,
.page-title-heading .heading {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 300;
}

body p {
  color: var(--kc-muted);
  font-weight: 300;
  line-height: 1.8;
}

.container { max-width: 1320px; }

/* Linguagem geométrica: nenhum componente principal arredondado. */
.sc-button,
button,
input,
textarea,
select,
.wrapper-icon,
.blog-box,
.blog-box .media,
.kc-contact-cta__button,
.kc-whatsapp-float,
#scroll-top,
.site-footer__top-right-social a,
.popup-content,
.flat-toggle,
.btn-toggle {
  border-radius: 0 !important;
}

body a:focus-visible,
body button:focus-visible {
  outline: 2px solid var(--kc-gold);
  outline-offset: 4px;
}

.kc-eyebrow,
.heading-section h5,
.heading-section.home2 h5 {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--kc-gold) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.4;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.kc-eyebrow::before,
.heading-section h5::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

/* Preloader */
.preload-container {
  position: fixed;
  inset: 0;
  z-index: 99999999999;
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(83,16,47,.28), transparent 34%),
    linear-gradient(135deg, #121618 0%, #191d1f 52%, #101416 100%);
}

.preload-container::before,
.preload-container::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.preload-container::before {
  inset: 22px;
  border: 1px solid rgba(201,154,67,.1);
}

.preload-container::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(201,154,67,.1), transparent);
}

.preload__monogram {
  position: absolute;
  right: -4vw;
  bottom: -12vw;
  color: rgba(255,255,255,.018);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(330px, 42vw, 760px);
  font-weight: 700;
  letter-spacing: -.1em;
  line-height: .8;
  pointer-events: none;
}

.preload__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(310px, 78vw);
  animation: kcPreloadReveal .65s cubic-bezier(.2,.7,.2,1) both;
}

.preload-logo {
  position: relative;
  top: auto;
  display: grid;
  width: 112px;
  height: 112px;
  margin: 0 0 25px;
  place-items: center;
  background: transparent;
  animation: none;
}

.preload-logo::before,
.preload-logo::after {
  position: absolute;
  width: 31px;
  height: 31px;
  content: "";
  border-color: rgba(201,154,67,.48);
  border-style: solid;
}

.preload-logo::before {
  top: -9px;
  left: -9px;
  border-width: 1px 0 0 1px;
}

.preload-logo::after {
  right: -9px;
  bottom: -9px;
  border-width: 0 1px 1px 0;
}

.preload-logo img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 12px 25px rgba(0,0,0,.25));
  animation: kcPreloadMark 1.25s ease-in-out infinite alternate;
}

.preload__brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 26px;
  text-align: center;
  text-transform: uppercase;
}

.preload__brand strong {
  color: var(--kc-gold-soft);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .18em;
}

.preload__brand span {
  margin-top: 6px;
  color: rgba(255,255,255,.48);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .38em;
}

.preload__progress {
  position: relative;
  width: 190px;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.1);
}

.preload__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--kc-wine-light), var(--kc-gold-soft));
  transform: scaleX(0);
  transform-origin: left;
  animation: kcPreloadProgress 1.15s cubic-bezier(.65,0,.35,1) infinite;
}

.preload__status {
  margin-top: 13px;
  color: rgba(255,255,255,.3);
  font-family: "Montserrat", sans-serif;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

@keyframes kcPreloadReveal {
  from { opacity: 0; transform: translateY(13px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes kcPreloadMark {
  from { opacity: .72; transform: scale(.97); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes kcPreloadProgress {
  0% { transform: scaleX(0); transform-origin: left; }
  48% { transform: scaleX(1); transform-origin: left; }
  52% { transform: scaleX(1); transform-origin: right; }
  100% { transform: scaleX(0); transform-origin: right; }
}

/* Header */
.header_1,
.header_1.style2,
#site-header-inner.home2,
#site-logo { height: 118px; }

.header_1.style2 {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 21, 23, .74);
  border-top: 4px solid var(--kc-wine);
  border-bottom: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 40px rgba(0,0,0,.12);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
}

#site-header-inner.home2 {
  border-bottom: 0;
}

#site-header-inner .wrap-box {
  display: flex;
  align-items: center;
  height: 100%;
}

#site-logo-inner {
  position: static;
  display: flex;
  align-items: center;
  height: 100%;
  transform: none;
}

.main-logo img {
  width: 158px;
  height: auto;
  max-height: 76px;
  object-fit: contain;
}

.header_1 #site-logo {
  flex: 0 0 215px;
}

.header_1 #main-nav {
  position: static;
  margin-left: auto;
  transform: none;
}

#main-nav > ul > li { padding: 49px 18px 47px; }

#main-nav > ul > li > a {
  padding: 0 0 10px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}

#main-nav > ul > li > a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--kc-wine), var(--kc-gold));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}

#main-nav > ul > li:hover > a::before,
#main-nav > ul > .current-menu-item > a::before {
  transform: scaleX(1);
  transform-origin: left;
}

.flat-button-top .sc-button,
.sidebar .sc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 205px;
  height: 46px;
  padding: 0 25px;
  border: 1px solid rgba(225,193,127,.7) !important;
  box-shadow: inset 3px 0 0 var(--kc-wine);
}

.flat-button-top .sc-button span,
.sidebar .sc-button span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.flat-button-top .sc-button i {
  color: var(--kc-gold);
  transition: transform .3s ease;
}

.flat-button-top .sc-button:hover i { transform: translateX(5px); }

.header_1.is-fixed.style2 {
  position: fixed;
  height: 118px;
  background: rgba(17,21,23,.9);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
}

.header_1.is-fixed.style2 #site-header-inner.home2,
.header_1.is-fixed.style2 #site-logo { height: 118px; }

.header_1.is-fixed.style2 #main-nav > ul > li { padding: 49px 18px 47px; }

.header_1.is-fixed.style2 .main-logo img { width: 158px; }

.header_1.is-fixed.style2 .flat-button-top .sc-button { height: 46px; }

.flat-button-top {
  position: static;
  margin-left: 30px;
  transform: none;
}

/* Hero */
.slider.home2,
.slider.home2 .swiper-container,
.slider.home2 .swiper-wrapper,
.slider.home2 .swiper-slide,
.slider.home2 .slider-item,
.slider.home2 .flat-slider {
  height: 720px;
  min-height: 0 !important;
}

.slider.home2 .slider-item {
  display: block;
  padding: 0 !important;
}

.slider.home2 .flat-slider { position: relative; }

.slider.home2 .flat-slider > .container {
  position: absolute;
  z-index: 3;
  /* Centraliza na area visivel do banner, descontando o menu sobreposto. */
  top: 118px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: calc(100% - 44px);
  padding-top: 0;
}

.slider .img-slider img {
  height: 100%;
  object-position: center;
}

.slider.home2 .slider-item .overlay {
  height: 100%;
  background:
    linear-gradient(90deg, rgba(19,18,19,.96) 0%, rgba(37,19,29,.88) 37%, rgba(28,22,25,.35) 67%, rgba(18,18,18,.08) 100%),
    linear-gradient(0deg, rgba(14,14,14,.35), transparent 40%);
}

.slider.home2 .slider-item .content-box,
.slider.home2 .slider-item .content { width: 100%; }

.slider.home2 .slider-item .content {
  max-width: 680px;
  padding: 0;
  text-align: left;
}

.slider.home2 .slider-item .content .heading { margin-bottom: 40px; }

.slider.home2 .slider-item .content .heading h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
  color: var(--kc-gold-soft) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .26em;
}

.slider.home2 .slider-item .content .heading h4::before {
  content: "";
  width: 45px;
  height: 1px;
  background: var(--kc-gold);
}

.slider.home2 .slider-item .content .heading h1 {
  max-width: 680px;
  margin: 0;
  color: var(--kc-white);
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(41px, 3.25vw, 52px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.04em;
  text-transform: none;
  text-shadow: 0 8px 35px rgba(0,0,0,.2);
}

.slider.home2 .swiper-slide.is-alert .content,
.slider.home2 .swiper-slide.is-alert .content .heading h1 {
  max-width: 720px;
}

.slider.home2 .swiper-slide.is-alert .content .heading h1 {
  font-size: clamp(35px, 2.65vw, 42px);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.slider.home2 .swiper-slide.is-alert .content .heading {
  margin-bottom: 0;
}

.slider.home2 .slider-item .content .flat-bt-slider {
  display: flex;
  align-items: center;
}

.slider.home2 .slider-item .content .flat-bt-slider::after {
  content: "Atendimento direto, estratégico e confidencial.";
  max-width: 210px;
  margin-left: 28px;
  color: rgba(255,255,255,.62);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .02em;
}

.slider.home2 .slider-item .content .sc-button {
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding: 0 32px;
  border: 1px solid var(--kc-gold) !important;
  background: var(--kc-gold) !important;
}

.slider.home2 .slider-item .content .sc-button::after { background: var(--kc-wine) !important; }

.slider.home2 .slider-item .content .sc-button span {
  color: var(--kc-charcoal) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.slider.home2 .slider-item .content .sc-button:hover span { color: var(--kc-white) !important; }

.slider.home2 .swiper-pagination2 {
  right: max(22px, calc((100vw - 1200px) / 2 + 15px));
  bottom: 44px;
  left: auto;
  width: auto;
}

.slider.home2 .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  margin: 0 5px !important;
  border-radius: 0;
  background: rgba(255,255,255,.4);
}

.slider.home2 .swiper-pagination-bullet::before { display: none; }
.slider.home2 .swiper-pagination-bullet-active { width: 58px; background: var(--kc-gold) !important; }

/* Barra de autoridade: encosta no banner e elimina respiro vazio. */
.kc-proof-bar {
  position: relative;
  z-index: 10;
  margin: 0;
  background: var(--kc-charcoal);
  border-top: 4px solid var(--kc-wine);
}

.kc-proof-bar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.kc-proof-bar__grid > div {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  min-height: 138px;
  padding: 36px 35px;
  border-left: 1px solid rgba(255,255,255,.1);
}

.kc-proof-bar__grid > div::after {
  position: absolute;
  content: "";
  right: 34px;
  bottom: 0;
  left: 34px;
  height: 2px;
  background: var(--kc-wine);
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .35s ease;
}

.kc-proof-bar__grid > div:hover::after { transform: scaleX(1); }

.kc-proof-bar__grid > div:nth-child(2) {
  background: linear-gradient(135deg, rgba(83,16,47,.32), rgba(83,16,47,.08));
}

.kc-proof-bar__grid > div:last-child { border-right: 1px solid rgba(255,255,255,.1); }

.kc-proof-bar__grid span {
  grid-row: 1 / span 2;
  color: var(--kc-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.kc-proof-bar__grid strong {
  color: var(--kc-white);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.kc-proof-bar__grid small {
  margin-top: 8px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  line-height: 1.5;
}

/* Sobre */
.flat-about.home2.kc-about {
  overflow: hidden;
  padding: 115px 0;
  background: linear-gradient(90deg, var(--kc-wine-dark) 0 42%, var(--kc-white) 42% 100%);
  border-bottom: 6px solid var(--kc-wine);
}

.kc-about-portrait {
  position: relative;
  width: calc(100% - 40px);
  height: 650px;
  background: var(--kc-stone);
}

.kc-about-portrait::before {
  position: absolute;
  z-index: 2;
  content: "";
  top: -16px;
  right: -16px;
  width: 128px;
  height: 128px;
  border-top: 1px solid var(--kc-gold);
  border-right: 1px solid var(--kc-gold);
}

.kc-about-portrait img {
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.05);
  object-fit: cover;
  object-position: center top;
}

.kc-experience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  right: auto;
  bottom: auto;
  width: 100%;
  min-height: 400px;
  padding: 45px 60px 45px 15px;
  color: var(--kc-white);
  background: transparent;
}

.kc-experience-card::before {
  position: absolute;
  content: "";
  top: 18px;
  right: 42px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--kc-wine), var(--kc-gold), transparent);
}

.kc-experience-number {
  color: var(--kc-gold-soft);
  font-family: "Montserrat", sans-serif !important;
  font-size: 150px;
  font-weight: 300;
  line-height: .8;
  letter-spacing: -.06em;
}

.kc-experience-number sup {
  position: relative;
  top: -67px;
  color: var(--kc-gold);
  font-size: 34px;
}

.kc-experience-copy {
  display: flex;
  flex-direction: column;
  max-width: 310px;
  margin: 30px 0 0;
}

.kc-experience-copy strong {
  color: var(--kc-white);
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.kc-experience-copy span {
  max-width: 290px;
  margin-top: 16px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: .02em;
}

.flat-about.home2 .about-box.kc-about-content {
  margin: 0;
  padding: 40px 0 40px 95px;
}

.flat-about.home2 .kc-about-content .tf-title {
  max-width: 620px;
  margin: 24px 0 30px;
  color: var(--kc-charcoal);
  font-size: clamp(43px, 3.5vw, 57px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.flat-about.home2 .kc-about-content .tf-title em {
  color: var(--kc-wine);
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
}

.flat-about.home2 .about-box.kc-about-content p {
  max-width: 590px;
  margin-bottom: 34px;
  color: var(--kc-muted);
  font-size: 15px;
  line-height: 1.9;
}

.kc-trust-list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 590px;
  margin-bottom: 38px;
  border-top: 1px solid var(--kc-line);
}

.kc-trust-list span {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid var(--kc-line);
  color: var(--kc-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .25s ease, padding-left .25s ease, background .25s ease;
}

.kc-trust-list span:hover {
  padding-left: 12px;
  color: var(--kc-wine);
  background: rgba(83,16,47,.035);
}

.kc-trust-list b {
  width: 48px;
  color: var(--kc-gold);
  font-size: 9px;
}

.kc-button {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  height: 56px;
  padding: 0 29px;
  border: 1px solid var(--kc-wine) !important;
  background: var(--kc-wine) !important;
}

.kc-button span,
.kc-button i { color: var(--kc-white) !important; }

.kc-button span {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kc-button::after { background: var(--kc-charcoal) !important; }

/* Manifesto */
.flat-video.kc-manifesto {
  display: flex;
  align-items: center;
  min-height: 440px;
  padding: 90px 20px;
  background-position: center 42%;
  background-attachment: fixed;
  border-left: 8px solid var(--kc-wine);
}

.flat-video.kc-manifesto .overlay {
  height: 100%;
  background: linear-gradient(90deg, rgba(19,22,23,.97), rgba(83,16,47,.7), rgba(31,26,29,.72));
}

.flat-video.kc-manifesto .video-box { position: relative; z-index: 2; }
.flat-video.kc-manifesto .kc-eyebrow { margin-bottom: 25px; color: var(--kc-gold-soft) !important; }

.flat-video.kc-manifesto h1 {
  color: var(--kc-white);
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(43px, 3.7vw, 58px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.025em;
}

/* Títulos */
.heading-section { margin-bottom: 76px; }
.heading-section h5 { margin-bottom: 18px; }

.heading-section .title-section {
  color: var(--kc-white);
  font-size: clamp(40px, 3.4vw, 52px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.heading-section .title-section::before {
  bottom: -30px;
  width: 60px;
  height: 1px;
  background: var(--kc-gold) !important;
}

.heading-section .title-section span {
  color: var(--kc-gold) !important;
  font-family: inherit !important;
}

/* Áreas de atuação */
.flat-icon-practice.home2 {
  overflow: hidden;
  padding: 125px 0 105px;
  background: var(--kc-charcoal) !important;
  border-top: 6px solid var(--kc-wine);
}

.flat-icon-practice.home2::before {
  position: absolute;
  content: "ÁREAS";
  right: -50px;
  bottom: -75px;
  color: rgba(255,255,255,.025);
  font-family: "Montserrat", sans-serif;
  font-size: 240px;
  font-weight: 800;
  letter-spacing: -.06em;
  pointer-events: none;
}

.flat-icon-practice.home2 .heading-section h5 { color: rgba(255,255,255,.5) !important; }

.flat-icon-practice .wrapper-icon {
  height: 132px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.13);
  background: transparent;
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}

.flat-icon-practice .wrapper-icon .box-icon {
  width: 112px;
  min-width: 112px;
  margin: 0;
  border-right: 1px solid rgba(255,255,255,.13);
  background: transparent;
}

.flat-icon-practice .wrapper-icon .box-icon svg {
  width: 43px;
  height: 43px;
  fill: var(--kc-gold);
}

.flat-icon-practice .wrapper-icon .content {
  width: 100%;
  padding: 0 28px;
  background: transparent;
}

.flat-icon-practice .wrapper-icon .content h3 {
  color: var(--kc-white);
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
}

.flat-icon-practice .wrapper-icon .content i { color: var(--kc-gold); font-size: 17px; }

.flat-icon-practice .wrapper-icon:hover {
  border-color: var(--kc-gold);
  background: var(--kc-wine);
  transform: translateY(-5px);
}

.flat-icon-practice .wrapper-icon:hover .box-icon,
.flat-icon-practice .wrapper-icon:hover .content { background: transparent !important; }

/* FAQ */
.flat-contact-faq {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  background: var(--kc-paper);
}

.flat-contact-faq::before {
  position: absolute;
  content: "FAQ";
  top: 40px;
  left: -28px;
  color: rgba(83,16,47,.035);
  font-family: "Montserrat", sans-serif;
  font-size: 210px;
  font-weight: 700;
  letter-spacing: -.08em;
}

.flat-contact-faq .heading-section .title-section { color: var(--kc-wine); }

.flat-contact-faq .wrap-faq {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}

.flat-contact-faq .wrap-faq .texts {
  max-width: 690px;
  margin: -18px auto 48px;
  padding: 0;
  color: #727676;
  text-align: center;
}

.flat-contact-faq .flat-accordion { border-top: 1px solid var(--kc-line); }

.flat-contact-faq .flat-accordion .flat-toggle,
.flat-contact-faq .flat-accordion .flat-toggle:last-child {
  border: 0;
  border-bottom: 1px solid var(--kc-line);
}

.flat-contact-faq .flat-accordion .flat-toggle .toggle-title {
  position: relative;
  padding: 27px 65px 27px 0;
  border: 0;
  background: transparent;
  color: var(--kc-ink);
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  border-left: 3px solid transparent;
  transition: color .25s ease, padding-left .25s ease, border-color .25s ease;
}

.flat-contact-faq .flat-accordion .flat-toggle .toggle-title:hover,
.flat-contact-faq .flat-accordion .flat-toggle .toggle-title.active {
  border-left: 3px solid var(--kc-wine);
  background: transparent;
  color: var(--kc-wine);
  padding-left: 18px;
}

.flat-contact-faq .flat-accordion .flat-toggle .toggle-title .btn-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--kc-line);
  transform: translateY(-50%);
}

.flat-contact-faq .flat-accordion .flat-toggle .toggle-title .btn-toggle::after { color: var(--kc-gold); }
.flat-contact-faq .flat-accordion .flat-toggle .toggle-content { padding: 0 75px 28px 0; background: transparent; }

/* Publicações */
.flat-blog.home.home2 {
  padding: 130px 0 120px;
  background: var(--kc-white);
}

.flat-blog.home.home2 .heading-section .title-section { color: var(--kc-wine); }

.flat-blog.home.home2 .row > [class*="col-lg-4"] { display: flex; }

.flat-blog.home.home2 .kc-blog-card {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 44px;
  border: 1px solid var(--kc-line);
  background: var(--kc-white);
  box-shadow: 0 20px 55px rgba(24, 24, 25, 0);
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.flat-blog.home.home2 .kc-blog-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--kc-wine) 0 72%, var(--kc-gold) 72% 100%);
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform .45s ease;
}

.flat-blog.home.home2 .kc-blog-card:hover {
  border-color: rgba(91, 13, 48, .28);
  box-shadow: 0 24px 55px rgba(36, 20, 27, .1);
  transform: translateY(-7px);
}

.flat-blog.home.home2 .kc-blog-card:hover::after { transform: scaleX(1); }

.flat-blog.home.home2 .kc-blog-card__media {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: var(--kc-charcoal);
}

.flat-blog.home.home2 .kc-blog-card__media a { display: block; width: 100%; height: 100%; }

.flat-blog.home.home2 .kc-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .55s ease, transform .7s cubic-bezier(.2,.7,.2,1);
}

.flat-blog.home.home2 .kc-blog-card:hover .kc-blog-card__media img {
  filter: contrast(1.04) saturate(.9);
  transform: scale(1.035);
}

.flat-blog.home.home2 .kc-blog-card__media::before,
.flat-blog.home.home2 .kc-blog-card__media::after { display: none !important; content: none !important; }

.flat-blog.home.home2 .kc-blog-card__number {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 48px;
  place-items: center;
  color: var(--kc-white);
  background: var(--kc-wine);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
}

.flat-blog.home.home2 .kc-blog-card .content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 218px;
  padding: 27px 28px 30px;
}

.flat-blog.home.home2 .kc-blog-card .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  color: #8a8d8d;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.flat-blog.home.home2 .kc-blog-card .meta span,
.flat-blog.home.home2 .kc-blog-card .meta a { font-size: inherit; }

.flat-blog.home.home2 .kc-blog-card__category {
  color: var(--kc-gold) !important;
  font-weight: 600;
  text-align: right;
}

.flat-blog.home.home2 .kc-blog-card h3 { margin: 0; line-height: 1.32; }

.flat-blog.home.home2 .kc-blog-card h3 a {
  color: var(--kc-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.flat-blog.home.home2 .kc-blog-card h3 a:hover { color: var(--kc-wine); }

.flat-blog.home.home2 .kc-blog-card__read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  color: var(--kc-wine);
  border-top: 1px solid var(--kc-line);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.flat-blog.home.home2 .kc-blog-card__read span:last-child {
  color: var(--kc-gold);
  font-size: 19px;
  line-height: 1;
  transition: transform .25s ease;
}

.flat-blog.home.home2 .kc-blog-card__read:hover { color: var(--kc-gold); }
.flat-blog.home.home2 .kc-blog-card__read:hover span:last-child { transform: translateX(5px); }

.flat-blog.home.home2 > .container > .row > .w-100 .sc-button {
  height: 56px;
  padding: 0 30px;
  border: 1px solid var(--kc-wine) !important;
}

.flat-blog.home.home2 > .container > .row > .w-100 .sc-button span {
  color: var(--kc-wine) !important;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.flat-blog.home.home2 > .container > .row > .w-100 .sc-button:hover span { color: var(--kc-white) !important; }

/* CTA */
.kc-contact-cta {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: var(--kc-wine);
}

.kc-contact-cta::after {
  position: absolute;
  content: "KC";
  top: -150px;
  right: 2%;
  color: rgba(255,255,255,.035);
  font-family: "Montserrat", sans-serif;
  font-size: 360px;
  font-weight: 700;
  line-height: 1;
}

.kc-contact-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
}

.kc-contact-cta .kc-eyebrow { margin-bottom: 16px; color: var(--kc-gold-soft) !important; }

.kc-contact-cta h2 {
  max-width: 740px;
  color: var(--kc-white);
  font-size: clamp(39px, 3.4vw, 52px);
  font-weight: 300;
  line-height: 1.08;
}

.kc-contact-cta__button {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 17px;
  min-width: 320px;
  padding: 20px 25px;
  border: 1px solid rgba(225,193,127,.6);
  color: var(--kc-white);
  transition: background .3s ease, color .3s ease, transform .3s ease;
}

.kc-contact-cta__button:hover {
  border-color: var(--kc-gold);
  background: var(--kc-gold);
  color: var(--kc-charcoal);
  transform: translateY(-4px);
}

.kc-contact-cta__button i { color: var(--kc-gold-soft); font-size: 29px; }
.kc-contact-cta__button:hover i { color: var(--kc-charcoal); }

.kc-contact-cta__button span {
  display: flex;
  flex-direction: column;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kc-contact-cta__button small {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 500;
  opacity: .62;
  text-transform: none;
}

/* Footer */
#footer {
  padding: 92px 0 0;
  border-top: 4px solid var(--kc-wine);
  background-position: center;
}

#footer::before {
  background: linear-gradient(90deg, rgba(16,20,22,.99), rgba(17,21,23,.96));
  opacity: 1;
}

#footer .kc-footer-grid { align-items: flex-start; }
#footer .kc-footer-grid > [class*="col-lg-"] { position: relative; }
#footer .widget-logo { padding-right: 50px; }

#footer .logo-footer { margin-bottom: 22px; }
#footer .logo-footer img { width: 170px; }

#footer .kc-footer-intro {
  max-width: 315px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.52);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75;
}

#footer .title-widget {
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 13px;
  color: var(--kc-gold-soft);
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-align: left !important;
  text-transform: uppercase;
}

#footer .title-widget::before { display: none !important; content: none !important; }

#footer .title-widget::after {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 1px;
  content: "";
  background: var(--kc-gold);
  opacity: .7;
  transform: none;
}

#footer .kc-footer-contact { display: grid; gap: 11px; }

#footer .kc-footer-contact__item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 38px;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.55;
  transition: color .25s ease;
}

#footer a.kc-footer-contact__item:hover { color: var(--kc-gold-soft); }

#footer .kc-footer-contact__item i {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(201,154,67,.28);
  color: var(--kc-gold);
  font-size: 12px;
}

#footer .widget-menu { margin: 0; padding: 5px 0 0 8px; }
#footer .kc-footer-menu { padding-left: 16px; }
#footer .kc-footer-links { padding-left: 0; }

#footer .widget-menu ul li a,
#footer .widget-menu ul li span,
#footer .widget-logo a,
#footer .widget-logo .endereco {
  color: rgba(255,255,255,.58);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 2.25;
}

#footer .widget-menu ul li a {
  display: inline-flex;
  align-items: center;
  transition: color .25s ease, transform .25s ease;
}

#footer .widget-menu ul li a::before {
  width: 0;
  height: 1px;
  content: "";
  background: var(--kc-wine-light);
  transition: width .25s ease, margin-right .25s ease;
}

#footer .widget-menu ul li a:hover { color: var(--kc-white); transform: translateX(3px); }
#footer .widget-menu ul li a:hover::before { width: 13px; margin-right: 8px; }

#footer .kc-footer-social { margin-bottom: 28px; }
#footer .kc-footer-social { padding-left: 0; }

#footer .site-footer__top-right-social a {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-right: 8px;
  place-items: center;
  border: 1px solid rgba(201,154,67,.42);
  color: var(--kc-gold);
  background: rgba(255,255,255,.015);
  font-size: 16px;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

#footer .site-footer__top-right-social a:hover {
  border-color: var(--kc-wine-light);
  color: var(--kc-white);
  background: var(--kc-wine);
  transform: translateY(-3px);
}

#footer .kc-footer-hours {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 25px 27px 24px;
  border-left: 3px solid var(--kc-gold);
  background: linear-gradient(110deg, rgba(91,13,48,.48), rgba(91,13,48,.18));
}

#footer .kc-footer-hours::after {
  position: absolute;
  right: -17px;
  bottom: -36px;
  content: "KC";
  color: rgba(255,255,255,.025);
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

#footer .kc-footer-hours__label {
  margin-bottom: 11px;
  color: var(--kc-gold-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

#footer .kc-footer-hours strong {
  margin-bottom: 6px;
  color: var(--kc-white);
  font-size: 13px;
  font-weight: 500;
}

#footer .kc-footer-hours > span:not(.kc-footer-hours__label) {
  color: rgba(255,255,255,.52);
  font-size: 10px;
}

#footer .kc-footer-hours a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: var(--kc-gold-soft);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#footer .kc-footer-hours a:hover { color: var(--kc-white); }

#footer .widget-copyright {
  position: relative;
  margin-top: 72px;
  padding: 23px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

#footer .widget-copyright::before,
#footer .widget-copyright::after { display: none !important; content: none !important; }

#footer .kc-footer-bottom { display: flex; align-items: center; justify-content: space-between; }

#footer .widget-copyright h4,
#footer .widget-copyright h4 * {
  color: rgba(255,255,255,.38);
  font-family: "Montserrat", sans-serif !important;
  font-size: 9px;
  line-height: 1.8;
}

#footer .widget-copyright h4 a { color: var(--kc-gold); }

.kc-whatsapp-float {
  position: fixed;
  z-index: 999;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--kc-gold);
  background: var(--kc-wine);
  color: var(--kc-gold-soft);
  box-shadow: 0 14px 34px rgba(53,7,28,.3), inset 0 0 0 4px rgba(255,255,255,.035);
  font-size: 23px;
  transition: color .3s ease, transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.kc-whatsapp-float::before {
  position: absolute;
  inset: -6px;
  content: "";
  border: 1px solid rgba(201,154,67,.2);
  pointer-events: none;
}

.kc-whatsapp-float span {
  position: absolute;
  top: 50%;
  right: calc(100% + 13px);
  width: max-content;
  padding: 9px 12px;
  color: var(--kc-white);
  background: var(--kc-charcoal);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .09em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(8px,-50%);
  transition: opacity .25s ease, transform .25s ease;
}

.kc-whatsapp-float:hover {
  color: var(--kc-charcoal);
  background: var(--kc-gold);
  box-shadow: 0 17px 38px rgba(53,7,28,.38);
  transform: translateY(-4px);
}

.kc-whatsapp-float:hover span { opacity: 1; transform: translate(0,-50%); }

#scroll-top {
  z-index: 998;
  right: 29px;
  bottom: 91px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(201,154,67,.32);
  border-radius: 0 !important;
  line-height: 40px;
  box-shadow: 0 9px 24px rgba(0,0,0,.14);
  transform: none;
}

#scroll-top.show { right: 29px; }

#scroll-top::before {
  background: rgba(17,21,23,.88);
  backdrop-filter: blur(8px);
}

#scroll-top::after {
  display: grid;
  place-items: center;
  color: var(--kc-gold-soft);
  font-size: 12px;
}

#scroll-top:hover { border-color: var(--kc-gold); transform: translateY(-3px); }
#scroll-top:hover::before { background: var(--kc-wine); }

/* Páginas internas */
.flat-title-page.inner {
  padding: 200px 0 115px;
  background-position: center;
}

.flat-title-page.inner::before {
  background: linear-gradient(90deg, rgba(30,9,22,.96), rgba(20,22,23,.7));
  opacity: 1;
}

.page-title-heading .heading {
  color: var(--kc-white);
  font-size: clamp(58px, 5vw, 78px);
  font-weight: 300;
  line-height: 1.08;
}

.page-title-heading .crumb { margin-top: 22px; }

.flat-blog:not(.home),
.flat-about.page,
.flat-icon-practice.page,
.flat-contact-page { background: var(--kc-paper); }

.popup.popup-active {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex !important;
  width: 100%;
  height: 100%;
  padding: 28px;
  border: 0;
  border-radius: 0;
  background: rgba(12,14,15,.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: none;
}

.popup-content {
  position: relative;
  width: min(100%, 720px);
  margin: auto;
  padding: 58px 64px 52px;
  overflow: hidden;
  border: 1px solid rgba(201,154,67,.55);
  border-top: 4px solid var(--kc-gold) !important;
  background:
    linear-gradient(135deg, rgba(83,16,47,.32), transparent 58%),
    var(--kc-charcoal);
  box-shadow: 0 34px 100px rgba(0,0,0,.46) !important;
  text-align: center;
}

.popup-content::before,
.popup-content::after {
  position: absolute;
  width: 68px;
  height: 68px;
  content: "";
  pointer-events: none;
}

.popup-content::before { top: 16px; left: 16px; border-top: 1px solid rgba(201,154,67,.38); border-left: 1px solid rgba(201,154,67,.38); }
.popup-content::after { right: 16px; bottom: 16px; border-right: 1px solid rgba(201,154,67,.38); border-bottom: 1px solid rgba(201,154,67,.38); }

.kc-alert-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border: 1px solid rgba(201,154,67,.62);
  color: var(--kc-gold-soft);
  background: rgba(83,16,47,.34);
  font-size: 22px;
  place-items: center;
}

.popup-content .kc-alert-label {
  display: block;
  margin-bottom: 11px;
  color: var(--kc-gold) !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.popup-content h2 {
  margin: 0 0 22px;
  color: var(--kc-white) !important;
  font-size: clamp(31px, 4vw, 43px);
  font-weight: 300;
  line-height: 1.1;
}

.popup-content p.kc-alert-message {
  max-width: 570px;
  margin: 0 auto;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.75;
}

.popup-content .fones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 29px 0 32px;
  padding: 0;
}

.popup-content .fones a {
  flex: 1 1 170px;
  min-width: 170px;
  max-width: 210px;
  padding: 14px 20px;
  border: 1px solid rgba(201,154,67,.34);
  color: var(--kc-gold-soft);
  background: rgba(255,255,255,.035);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: border-color .25s ease, background .25s ease, color .25s ease;
}

.popup-content .fones a:hover { border-color: var(--kc-gold); color: var(--kc-white); background: rgba(83,16,47,.42); }

.popup-content .confirmAlert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 196px;
  height: 50px;
  margin: 0 !important;
  padding: 0 24px;
  border: 1px solid var(--kc-gold);
  color: var(--kc-charcoal);
  background: var(--kc-gold) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}

.popup-content .confirmAlert:hover,
.popup-content .confirmAlert:focus { color: var(--kc-white); background: var(--kc-wine) !important; }
.popup-content .confirmAlert i { transition: transform .25s ease; }
.popup-content .confirmAlert:hover i { transform: translateX(4px); }

/* Páginas internas — sistema visual */
.page-contato .flat-title-page.inner,
.page-sobre .flat-title-page.inner,
.page-area-de-atuacao .flat-title-page.inner,
.page-news .flat-title-page.inner {
  min-height: 390px;
  padding: 178px 0 76px;
  background-position: center 44%;
}

.kc-internal-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--kc-gold) !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.page-title-heading .heading { font-size: clamp(52px, 5vw, 72px); }
.page-title-heading .crumb { display: flex; align-items: center; gap: 9px; }
.page-title-heading .crumb h5 { color: rgba(255,255,255,.62) !important; font-size: 10px; font-weight: 400; }
.page-title-heading .crumb li:first-child h5 { color: var(--kc-gold) !important; }
.page-title-heading .crumb i { color: rgba(255,255,255,.28); font-size: 8px; }

/* Contato */
.kc-contact-page { padding: 120px 0; background: var(--kc-paper) !important; }
.kc-contact-layout { align-items: stretch; }
.kc-contact-layout > div { display: flex; }
.kc-contact-form-panel { width: 100%; padding: 58px 58px 54px; border-top: 4px solid var(--kc-wine); background: var(--kc-white); box-shadow: 0 25px 70px rgba(29,25,26,.07); }
.kc-contact-form-panel h2 { max-width: 570px; margin: 19px 0 16px; color: var(--kc-ink); font-size: clamp(38px, 4vw, 56px); line-height: 1.08; }
.kc-contact-form-panel .text-call { max-width: 610px; margin-bottom: 37px; font-size: 12px; }
.kc-contact-form-panel .form-group { margin-bottom: 21px; }
.kc-contact-form-panel label { display: block; margin-bottom: 9px; color: var(--kc-ink); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.kc-contact-form-panel input,
.kc-contact-form-panel textarea { width: 100%; border: 1px solid rgba(34,38,41,.14) !important; background: #faf9f7 !important; color: var(--kc-ink) !important; font-size: 11px !important; }
.kc-contact-form-panel input { height: 54px !important; padding: 0 17px !important; }
.kc-contact-form-panel textarea { min-height: 132px; padding: 16px 17px !important; resize: vertical; }
.kc-contact-form-panel input:focus,
.kc-contact-form-panel textarea:focus { border-color: var(--kc-gold) !important; box-shadow: 0 0 0 3px rgba(201,154,67,.09); }
.kc-captcha-field { position: relative; }
.kc-captcha-field .btn-captcha { position: absolute; right: 15px; bottom: 0; width: 48px; height: 54px; color: var(--kc-wine); background: transparent; }
.kc-submit-field { display: flex; align-items: flex-end; }
.kc-contact-form-panel .btn-submit-comment { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 54px; padding: 0 22px; border: 1px solid var(--kc-wine); background: var(--kc-wine); color: var(--kc-white); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.kc-contact-form-panel .btn-submit-comment:hover { border-color: var(--kc-gold); background: var(--kc-gold); color: var(--kc-charcoal); }
.kc-contact-aside { display: flex; flex-direction: column; width: 100%; padding: 45px 40px 38px; color: var(--kc-white); background: var(--kc-charcoal); }
.kc-contact-aside__intro { padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.09); }
.kc-contact-aside__intro h3 { margin: 12px 0 10px; color: var(--kc-white); font-size: 30px; line-height: 1.18; }
.kc-contact-aside,
.kc-contact-aside * { font-family: "Montserrat", Arial, sans-serif !important; }
.kc-contact-aside__intro p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.7; }
.kc-contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 26px 0; background: rgba(255,255,255,.08); }
.kc-contact-info a { display: flex; align-items: flex-start; gap: 13px; min-height: 100px; padding: 19px 16px; color: rgba(255,255,255,.72); background: var(--kc-charcoal); font-size: 11px; font-weight: 300; line-height: 1.6; }
.kc-contact-info a:hover { color: var(--kc-white); background: rgba(83,16,47,.35); }
.kc-contact-info svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 3px; fill: none; stroke: var(--kc-gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.kc-contact-info small { display: block; margin-bottom: 6px; color: var(--kc-gold-soft); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.kc-contact-hours { display: grid; grid-template-columns: 1fr auto; padding: 18px 20px; border-left: 3px solid var(--kc-gold); background: rgba(83,16,47,.42); }
.kc-contact-hours span { grid-column: 1 / -1; margin-bottom: 9px; color: var(--kc-gold-soft); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.kc-contact-hours strong { color: var(--kc-white); font-family: "Montserrat", Arial, sans-serif !important; font-size: 12px; font-weight: 500; }
.kc-contact-hours small { color: rgba(255,255,255,.62); font-family: "Montserrat", Arial, sans-serif !important; font-size: 10px; font-weight: 300; }
.kc-contact-map { position: relative; margin-top: 25px; }
.kc-contact-map iframe { display: block; width: 100%; height: 270px; border: 0; filter: grayscale(1) contrast(.9); }
.kc-contact-map > a { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; color: var(--kc-gold-soft); border: 1px solid rgba(201,154,67,.35); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.kc-contact-map > a:hover { color: var(--kc-charcoal); background: var(--kc-gold); }

/* Sobre */
.kc-about-page { padding: 125px 0 115px; background: var(--kc-paper); }
.kc-about-page__intro { align-items: flex-start; }
.kc-about-page__intro h2 { margin-top: 22px; color: var(--kc-ink); font-size: clamp(38px, 4vw, 55px); line-height: 1.09; }
.kc-richtext, .kc-richtext * { color: var(--kc-muted); font-family: "Montserrat", sans-serif !important; font-size: 12px; font-weight: 300; line-height: 1.9; }
.kc-about-narrative { padding: 8px 0 0 48px; border-left: 1px solid rgba(83,16,47,.28); }
.kc-about-narrative > .kc-internal-eyebrow { margin: 0 0 12px; }
.kc-about-narrative > h3 { max-width: 550px; margin: 0 0 25px; color: var(--kc-wine); font-size: 31px; font-weight: 400; line-height: 1.2; }
.kc-about-page__lead { margin: 0; padding: 0 0 30px; border-bottom: 1px solid var(--kc-line); }
.kc-about-page__lead,
.kc-about-page__lead * { color: #555b5d; font-size: 15px; line-height: 1.85; }
.kc-about-stat { display: flex; align-items: center; gap: 28px; margin-top: 0; padding: 28px 0 0; }
.kc-about-stat strong { color: var(--kc-wine); font-family: "Montserrat", sans-serif; font-size: 67px; font-weight: 300; line-height: 1; }
.kc-about-stat sup { color: var(--kc-gold); font-size: 22px; }
.kc-about-stat span { max-width: 390px; color: var(--kc-muted); font-size: 13px; line-height: 1.65; }
.kc-pillars-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-top: 95px; margin-bottom: 45px; padding-top: 55px; border-top: 1px solid var(--kc-line); }
.kc-pillars-heading .kc-eyebrow { margin-bottom: 7px; }
.kc-pillars-heading h2 { max-width: 620px; color: var(--kc-ink); font-size: clamp(35px,3.4vw,48px); line-height: 1.12; text-align: right; }
.kc-pillars { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; margin: 0; }
.kc-pillars > div { display: flex; width: auto; max-width: none; padding: 0; }
.kc-pillars > div:nth-child(3) { grid-column: 1 / -1; }
.kc-pillars article { position: relative; width: 100%; min-height: 0; padding: 43px 40px; border: 1px solid var(--kc-line); background: var(--kc-white); }
.kc-pillars > div:nth-child(1) article { color: var(--kc-white); border-color: var(--kc-charcoal); background: var(--kc-charcoal); }
.kc-pillars > div:nth-child(2) article { color: var(--kc-white); border-color: var(--kc-wine); background: var(--kc-wine); }
.kc-pillars > div:nth-child(3) article { display: grid; grid-template-columns: 90px 220px 1fr; align-items: start; gap: 28px; }
.kc-pillars article > span { color: var(--kc-gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.kc-pillars h3 { margin: 32px 0 20px; color: var(--kc-wine); font-size: 30px; }
.kc-pillars > div:nth-child(1) h3 { color: var(--kc-gold-soft); }
.kc-pillars > div:nth-child(2) h3 { color: var(--kc-gold-soft); }
.kc-pillars > div:nth-child(1) .kc-richtext, .kc-pillars > div:nth-child(1) .kc-richtext * { color: rgba(255,255,255,.68); }
.kc-pillars > div:nth-child(2) .kc-richtext, .kc-pillars > div:nth-child(2) .kc-richtext * { color: rgba(255,255,255,.68); }
.kc-pillars .kc-richtext,
.kc-pillars .kc-richtext * {
  font-size: 15px;
  line-height: 1.85;
}
.kc-pillars > div:nth-child(3) article > span { padding-top: 8px; }
.kc-pillars > div:nth-child(3) h3 { margin: 0; }
.kc-pillars > div:nth-child(3) .kc-richtext { column-count: 2; column-gap: 42px; }
.kc-pillars > div:nth-child(3) .kc-richtext p { break-inside: avoid; margin-top: 0; }
.kc-team { padding: 125px 0; background: var(--kc-white); }
.kc-team__heading { max-width: 700px; margin-bottom: 70px; }
.kc-team__heading h2 { margin-top: 19px; color: var(--kc-ink); font-size: clamp(38px, 4vw, 55px); line-height: 1.1; }
.kc-team-card { display: grid; grid-template-columns: 390px 1fr; min-height: 440px; margin-bottom: 34px; background: var(--kc-paper); }
.kc-team-card--reverse { grid-template-columns: 1fr 390px; }
.kc-team-card--reverse .kc-team-card__photo { grid-column: 2; }
.kc-team-card--reverse .kc-team-card__content { grid-column: 1; grid-row: 1; }
.kc-team-card__photo { overflow: hidden; background: #ddd; }
.kc-team-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(1); transition: filter .45s ease, transform .6s ease; }
.kc-team-card:hover img { filter: grayscale(.15); transform: scale(1.025); }
.kc-team-card__content { align-self: center; padding: 55px 65px; }
.kc-team-card__role { color: var(--kc-gold); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kc-team-card h3 { margin: 12px 0 6px; color: var(--kc-wine); font-size: 38px; }
.kc-team-card__content > strong { color: var(--kc-muted); font-size: 9px; font-weight: 500; letter-spacing: .08em; }
.kc-team-card__line { width: 48px; height: 2px; margin: 27px 0; background: linear-gradient(90deg,var(--kc-wine),var(--kc-gold)); }
.kc-team-card h4 { margin-bottom: 12px; color: var(--kc-ink); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.kc-team-card li { position: relative; padding: 4px 0 4px 16px; color: var(--kc-muted); font-size: 10px; line-height: 1.55; }
.kc-team-card li::before { position: absolute; top: 12px; left: 0; width: 6px; height: 1px; content: ""; background: var(--kc-gold); }

/* Áreas de atuação */
.kc-practice-page { padding: 120px 0; }
.kc-service-index { display: none; }
.kc-practice-page--index { position: relative; overflow: hidden; background: linear-gradient(135deg,#f5f2ed 0%,#f9f8f5 100%) !important; }
.kc-practice-page--index::after { position: absolute; right: -35px; bottom: -100px; content: "ÁREAS"; color: rgba(34,38,41,.025); font-size: 220px; font-weight: 700; letter-spacing: -.06em; line-height: 1; pointer-events: none; }
.kc-practice-page--index .container { position: relative; z-index: 2; }
.kc-practice-page .heading-section { margin-bottom: 68px; }
.kc-practice-page .heading-section .title-section { color: var(--kc-ink); }
.kc-practice-page--index .heading-section .title-section { font-size: clamp(48px,4.8vw,67px); }
.kc-practice-page--index .wrapper-icon { position: relative; display: block !important; overflow: hidden; height: 270px; margin-bottom: 28px; padding: 0; border: 1px solid rgba(83,16,47,.12) !important; background: linear-gradient(145deg,#fff 0%,#fbf9f5 72%,#f3ede4 100%) !important; box-shadow: 0 22px 55px rgba(39,10,27,.07); transition: color .45s ease, background .45s ease, border-color .45s ease, box-shadow .45s ease, transform .45s cubic-bezier(.22,1,.36,1); }
.kc-practice-page--index .wrapper-icon::before { position: absolute; top: 0; right: 0; left: 0; z-index: 3; height: 4px; content: ""; background: linear-gradient(90deg,var(--kc-wine) 0 70%,var(--kc-gold) 70% 100%); transform: scaleX(.24); transform-origin: left; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.kc-practice-page--index .wrapper-icon::after { position: absolute; top: -75px; right: -68px; width: 195px; height: 195px; border: 1px solid rgba(201,154,67,.18); content: ""; transform: rotate(45deg); transition: border-color .4s ease, transform .55s ease; }
.kc-practice-page--index .wrapper-icon:hover { border-color: var(--kc-wine) !important; background: linear-gradient(145deg,var(--kc-charcoal),#29101d) !important; box-shadow: 0 32px 70px rgba(39,10,27,.22); transform: translateY(-9px); }
.kc-practice-page--index .wrapper-icon:hover::before { transform: scaleX(1); }
.kc-practice-page--index .wrapper-icon:hover::after { border-color: rgba(201,154,67,.35); transform: rotate(52deg) scale(1.08); }
.kc-practice-page--index .kc-service-index { position: absolute; top: 24px; right: 27px; z-index: 2; display: block; color: rgba(83,16,47,.18); font-size: 34px; font-weight: 300; line-height: 1; letter-spacing: -.06em; transition: color .35s ease; }
.kc-practice-page--index .wrapper-icon .box-icon { position: absolute; top: 28px; left: 29px; z-index: 2; display: grid; width: 78px !important; min-width: 78px !important; height: 78px; padding: 0; place-items: center; border: 1px solid var(--kc-wine); background: var(--kc-wine); box-shadow: 8px 8px 0 rgba(201,154,67,.14); transition: background .4s ease, border-color .4s ease, box-shadow .4s ease, transform .45s cubic-bezier(.22,1,.36,1); }
.kc-practice-page--index .wrapper-icon svg { width: 45px; height: 45px; fill: var(--kc-gold-soft) !important; transition: fill .4s ease, transform .45s cubic-bezier(.22,1,.36,1); }
.kc-practice-page--index .wrapper-icon:hover .box-icon { border-color: rgba(201,154,67,.55); background: transparent; box-shadow: 8px 8px 0 rgba(201,154,67,.09); transform: translateY(-3px); }
.kc-practice-page--index .wrapper-icon:hover svg { fill: var(--kc-gold) !important; transform: scale(1.07); }
.kc-practice-page--index .wrapper-icon .content { position: absolute; right: 29px; bottom: 25px; left: 29px; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; width: auto; height: auto; padding-top: 20px; border-top: 1px solid rgba(83,16,47,.16); transition: border-color .35s ease; }
.kc-practice-page--index .kc-service-copy { min-width: 0; padding-right: 12px; }
.kc-practice-page--index .kc-service-label { display: block; margin-bottom: 8px; color: var(--kc-gold); font-size: 7px; font-weight: 700; line-height: 1; letter-spacing: .2em; text-transform: uppercase; transition: color .35s ease; }
.kc-practice-page--index .wrapper-icon .content h3 { color: var(--kc-ink) !important; font-size: 20px; font-weight: 400; line-height: 1.22; letter-spacing: -.025em; transition: color .35s ease; }
.kc-practice-page--index .wrapper-icon .button-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; margin-left: 12px; place-items: center; border: 1px solid rgba(83,16,47,.25); color: var(--kc-wine); background: rgba(255,255,255,.55); transition: color .35s ease, background .35s ease, border-color .35s ease, transform .35s ease; }
.kc-practice-page--index .wrapper-icon:hover .kc-service-index { color: var(--kc-gold-soft); }
.kc-practice-page--index .wrapper-icon:hover .content { border-color: rgba(255,255,255,.12); }
.kc-practice-page--index .wrapper-icon:hover .kc-service-label { color: var(--kc-gold-soft); }
.kc-practice-page--index .wrapper-icon:hover .content h3 { color: var(--kc-white) !important; }
.kc-practice-page--index .wrapper-icon:hover .button-icon { border-color: var(--kc-gold); color: var(--kc-charcoal); background: var(--kc-gold); transform: translateX(3px); }
.kc-practice-page--detail { background: var(--kc-white) !important; }
.kc-practice-page--detail .kc-practice-detail-heading { margin-bottom: 54px; }
.kc-practice-page--detail .kc-practice-detail-heading .title-section { font-size: clamp(42px,4vw,58px); }
.kc-practice-article { max-width: 1180px; margin: 0 auto; padding: 0 !important; background: var(--kc-paper); box-shadow: 0 28px 75px rgba(32,24,28,.08); }
.kc-practice-article > .container { max-width: none; padding: 0; }
.kc-practice-detail-aside { position: sticky; top: 140px; display: flex; flex-direction: column; min-height: 570px; padding: 48px 40px 40px; color: var(--kc-white); background: linear-gradient(145deg,var(--kc-charcoal),#22121a); }
.kc-practice-detail-aside::after { position: absolute; right: -18px; bottom: -35px; content: "KC"; color: rgba(255,255,255,.025); font-size: 115px; font-weight: 700; line-height: 1; }
.kc-practice-detail-aside__number { color: var(--kc-gold-soft); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kc-practice-detail-aside__icon { display: grid; width: 84px; height: 84px; margin: 45px 0 30px; place-items: center; border: 1px solid rgba(201,154,67,.4); }
.kc-practice-detail-aside__icon svg { width: 48px; height: 48px; fill: var(--kc-gold) !important; }
.kc-practice-detail-aside h3 { color: var(--kc-gold-soft); font-size: 34px; font-weight: 300; line-height: 1.15; }
.kc-practice-detail-aside p { max-width: 260px; margin: 22px 0 38px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.75; }
.kc-practice-detail-aside > a { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.12); color: var(--kc-gold-soft); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.kc-practice-detail-aside > a:hover { color: var(--kc-white); }
.kc-practice-detail-content { height: 100%; padding: 53px 58px 48px; background: var(--kc-white); }
.kc-practice-detail-content .inner-content { padding: 0 !important; }
.kc-practice-detail-content .subtitle-details { margin-bottom: 38px; padding-bottom: 31px; border-bottom: 1px solid var(--kc-line); }
.kc-practice-detail-content .subtitle-details > span { display: block; margin-bottom: 13px; color: var(--kc-gold); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kc-practice-detail-content .subtitle-details h3 { max-width: 720px; margin: 0; color: var(--kc-wine); font-size: 28px; font-weight: 500; line-height: 1.35; }
.kc-practice-detail-content .text-box, .kc-practice-detail-content .text-box * { color: #5d6264; font-family: "Montserrat", sans-serif !important; font-size: 15px; line-height: 1.85; }
.kc-practice-detail-content .text-box p { margin-bottom: 27px; }
.kc-practice-detail-content .text-box strong { color: var(--kc-ink); font-weight: 600; }
.kc-practice-detail-content .text-box p:has(strong) { padding: 18px 20px; border-left: 2px solid var(--kc-gold); background: var(--kc-paper); }
.kc-practice-detail-content footer { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--kc-line); }
.kc-practice-detail-content footer a { display: flex; align-items: center; justify-content: space-between; color: var(--kc-wine); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.kc-practice-detail-content footer a:hover { color: var(--kc-gold); }

/* Publicações */
.kc-news-index, .kc-news-detail { padding: 115px 0 125px; background: var(--kc-paper) !important; }
.kc-news-index > .container > .row { row-gap: 26px; }
.kc-news-index .side-bar { margin: 0 0 25px; }
.kc-news-index .side-bar .widget { height: 100%; margin: 0; padding: 30px 32px; border: 1px solid var(--kc-line); background: var(--kc-white); }
.kc-news-index .widget-title, .kc-news-detail .widget-title { margin-bottom: 22px; color: var(--kc-ink); font-size: 17px; font-weight: 400; }
.kc-news-index .search-form, .kc-news-detail .search-form { position: relative; }
.kc-news-index .search-field, .kc-news-detail .search-field { height: 50px; border: 1px solid var(--kc-line) !important; background: var(--kc-paper) !important; font-size: 10px; }
.kc-news-index .tags_cloud_inner a, .kc-news-detail .tags_cloud_inner a { display: inline-flex; margin: 0 5px 5px 0; padding: 10px 14px; border: 1px solid var(--kc-line); color: var(--kc-muted); background: transparent; font-size: 8px; text-transform: uppercase; }
.kc-news-index .tags_cloud_inner a:hover, .kc-news-index .tags_cloud_inner a.active, .kc-news-detail .tags_cloud_inner a:hover { border-color: var(--kc-wine); color: var(--kc-white); background: var(--kc-wine); }
.kc-news-card { display: flex; flex-direction: column; height: 100%; margin: 0 !important; border: 1px solid var(--kc-line); background: var(--kc-white); transition: transform .3s ease, box-shadow .3s ease; }
.kc-news-card:hover { box-shadow: 0 22px 50px rgba(40,25,31,.1); transform: translateY(-6px); }
.kc-news-card .media { height: 235px; overflow: hidden; }
.kc-news-card .media::before, .kc-news-card .media::after { display: none !important; }
.kc-news-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.kc-news-card:hover .media img { transform: scale(1.035); }
.kc-news-card .content { display: flex; flex: 1; flex-direction: column; min-height: 205px; padding: 25px 27px 27px; }
.kc-news-card .meta { margin-bottom: 14px; color: #8c8d8d; font-size: 8px; text-transform: uppercase; }
.kc-news-card h3 { line-height: 1.3; }
.kc-news-card h3 a { color: var(--kc-ink); font-family: "Montserrat", sans-serif; font-size: 18px; font-weight: 500; }
.kc-news-card__read { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--kc-line); color: var(--kc-wine); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.kc-news-index .themesflat-pagination { margin-top: 35px; }
.kc-news-index .page-numbers { border-radius: 0 !important; }
.kc-news-detail .post-content .post { padding: 0; background: transparent; }
.kc-news-detail .post-content .inner-content { padding: 0; }
.kc-news-detail .post-content .inner-content > .row { padding: 38px; border-top: 4px solid var(--kc-wine); background: var(--kc-white); }
.kc-news-detail .post-content .media { height: 220px; }
.kc-news-detail .post-content .media img { width: 100%; height: 100%; object-fit: cover; }
.kc-news-detail .post-content .title { color: var(--kc-ink); font-size: 34px; line-height: 1.15; }
.kc-news-detail .post-text { margin-top: 38px; padding-top: 35px; border-top: 1px solid var(--kc-line); }
.kc-news-detail .post-text, .kc-news-detail .post-text * { color: var(--kc-muted); font-family: "Montserrat", sans-serif !important; font-size: 12px; line-height: 1.9; }
.kc-news-detail .inner-side-bar .widget { margin-bottom: 22px; padding: 28px; border: 1px solid var(--kc-line); background: var(--kc-white); }
.kc-news-detail .recent-news li { padding: 13px 0; border-bottom: 1px solid var(--kc-line); }
.kc-news-detail .recent-news .thumb { width: 62px; height: 62px; }
.kc-news-detail .recent-news .thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 !important; }
.kc-news-detail .recent-news h5 a { color: var(--kc-ink); font-size: 10px; line-height: 1.35; }
.kc-news-detail .share-buttons { margin-top: 25px; padding: 18px; border: 1px solid var(--kc-line); background: var(--kc-white); }

/* Manifesto interno */
.flat-two.home2 { position: relative; min-height: 235px; padding: 70px 0; background: linear-gradient(110deg,var(--kc-charcoal),#24121b) !important; }
.flat-two.home2::before { position: absolute; top: 0; bottom: 0; left: 12%; width: 3px; content: ""; background: var(--kc-wine); }
.flat-two.home2 .video-box h1 { color: var(--kc-white) !important; font-size: clamp(31px,3vw,45px); line-height: 1.2; }
.flat-two.home2 .video-box h1 span { color: var(--kc-gold) !important; }

@media (max-width: 1199px) {
  #main-nav > ul > li { padding-right: 12px; padding-left: 12px; }
  .flat-button-top .sc-button { min-width: 170px; padding: 0 17px; }
  .kc-about-portrait { height: 590px; }
  .flat-about.home2 .about-box.kc-about-content { padding-left: 55px; }
  #footer .widget-logo { padding-right: 28px; }
}

@media (max-width: 991px) {
  .header_1,
  .header_1.style2,
  #site-header-inner.home2,
  #site-logo { height: 86px; }

  .header_1.is-fixed.style2,
  .header_1.is-fixed.style2 #site-header-inner.home2,
  .header_1.is-fixed.style2 #site-logo { height: 86px; }

  .header_1 #site-logo,
  .header_1.is-fixed.style2 #site-logo { flex: 0 0 115px; width: 115px; margin: 0; padding: 0; }
  .main-logo,
  .header_1.is-fixed.style2 .main-logo { display: flex; align-items: center; width: 115px; height: 100%; margin: 0; }
  .main-logo img,
  .header_1.is-fixed.style2 .main-logo img { width: 115px; max-width: 115px; max-height: 66px; margin: 0; }
  .style2 .mobile-button {
    top: 50%;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(201,154,67,.55);
    background: rgba(83,16,47,.2);
    box-shadow: inset 3px 0 0 var(--kc-wine);
    transform: translateY(-50%);
    transition: border-color .3s ease, background .3s ease, box-shadow .3s ease, opacity .25s ease;
  }
  .style2 .mobile-button::before,
  .style2 .mobile-button::after,
  .style2 .mobile-button span {
    left: 12px;
    height: 2px;
    background: var(--kc-gold-soft);
  }
  .style2 .mobile-button::before { width: 23px; transform: translate3d(0,-7px,0); }
  .style2 .mobile-button span { width: 17px; }
  .style2 .mobile-button::after { left: 17px; width: 18px; transform: translate3d(0,7px,0); }
  .style2 .mobile-button:hover,
  .style2 .mobile-button:focus-visible { border-color: var(--kc-gold); background: var(--kc-wine); box-shadow: inset 3px 0 0 var(--kc-gold); }
  .style2 .mobile-button:hover::before { width: 18px; }
  .style2 .mobile-button:hover span { width: 23px; }
  .style2 .mobile-button:hover::after { left: 12px; width: 23px; }
  .sidebar {
    left: 0;
    display: flex;
    flex-direction: column;
    width: min(84vw, 390px);
    height: 100vh;
    height: 100dvh;
    padding: 0 29px 28px;
    border-top: 4px solid var(--kc-wine);
    background: linear-gradient(160deg,#171b1d 0%,#111517 100%) !important;
    box-shadow: 24px 0 70px rgba(0,0,0,.34);
    transform: translateX(-105%);
    transition: transform .42s cubic-bezier(.2,.7,.2,1);
  }
  .sidebar.active { left: 0; transform: translateX(0); }
  .sidebar.active ~ .container .mobile-button { opacity: 0; pointer-events: none; }
  .kc-mobile-nav-head { position: relative; display: flex; align-items: center; justify-content: center; min-height: 172px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .sidebar .logo { display: flex; align-items: center; justify-content: center; width: 100%; margin: 0; padding: 0; }
  .sidebar .logo img { width: 220px; max-width: 100%; max-height: 136px; object-fit: contain; }
  .sidebar button.kc-mobile-close {
    position: absolute;
    top: 14px;
    right: -16px;
    display: block;
    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(201,154,67,.3);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    appearance: none;
  }
  .sidebar .kc-mobile-close span { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--kc-gold-soft); }
  .sidebar .kc-mobile-close span:first-child { transform: translate(-50%,-50%) rotate(45deg); }
  .sidebar .kc-mobile-close span:last-child { transform: translate(-50%,-50%) rotate(-45deg); }
  .sidebar .kc-mobile-close:hover { border-color: var(--kc-gold); background: var(--kc-wine); }
  .sidebar #menu-primary-menu { margin: 25px 0 0; counter-reset: kcMobileMenu; }
  .sidebar ul li { position: relative; margin: 0; padding: 0; counter-increment: kcMobileMenu; border-bottom: 1px solid rgba(255,255,255,.08); }
  .sidebar ul li::before { position: absolute; top: 50%; left: 0; z-index: 2; content: "0" counter(kcMobileMenu); color: rgba(201,154,67,.65); font-family: "Montserrat", sans-serif; font-size: 8px; font-weight: 700; line-height: 1; letter-spacing: .1em; transform: translateY(-50%); }
  .sidebar ul li a { display: flex; align-items: center; min-height: 62px; width: 100%; padding: 0 30px 0 36px; border: 0 !important; color: rgba(255,255,255,.75) !important; background: transparent !important; font-family: "Montserrat", sans-serif !important; font-size: 15px; font-weight: 400; line-height: 1.3; text-align: left; transition: color .25s ease, padding-left .25s ease, background .25s ease; }
  .sidebar ul li a::after { position: absolute; right: 2px; content: "→"; color: rgba(201,154,67,.5); font-size: 14px; opacity: 1; background: none; transform: none; }
  .sidebar ul li.current-menu-item::after { position: absolute; top: 16px; bottom: 16px; left: -29px; width: 3px; content: ""; background: var(--kc-wine-light); }
  .sidebar ul li.current-menu-item a { color: var(--kc-white) !important; background: rgba(83,16,47,.16) !important; padding-left: 42px; }
  .sidebar ul li a:hover { color: var(--kc-gold-soft) !important; padding-left: 42px; }
  .sidebar .sc-btn-top { width: 100%; margin: 25px 0 0 !important; }
  .sidebar .sc-button.btn-3 { display: flex; width: 100%; min-width: 0; height: 56px; padding: 0 18px; justify-content: space-between; border: 1px solid rgba(201,154,67,.55) !important; box-shadow: inset 3px 0 0 var(--kc-wine); }
  .sidebar .sc-button.btn-3 span:last-child { color: var(--kc-gold); font-size: 17px; }
  .kc-mobile-nav-meta { display: flex; flex-direction: column; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); }
  .kc-mobile-nav-meta > span { margin-bottom: 8px; color: var(--kc-gold); font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
  .kc-mobile-nav-meta strong { margin-bottom: 4px; color: rgba(255,255,255,.7); font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 400; }
  .kc-mobile-nav-meta a { color: rgba(255,255,255,.45); font-size: 10px; }
  .overlay-menu { background: rgba(10,11,12,.72); backdrop-filter: blur(5px); }

  .slider.home2,
  .slider.home2 .swiper-container,
  .slider.home2 .swiper-wrapper,
  .slider.home2 .swiper-slide,
  .slider.home2 .slider-item,
  .slider.home2 .flat-slider { height: 720px; }

  .slider.home2 .slider-item { padding: 0 !important; }
  .slider.home2 .flat-slider > .container { top: 86px; padding-top: 0; }
  .kc-proof-bar__grid > div { padding: 30px 20px; }
  .kc-experience-card {
    right: auto;
    width: 100%;
    min-height: 360px;
    padding-right: 35px;
  }
  .flat-about.home2 .about-box.kc-about-content { padding-left: 38px; }
  .flat-about.home2 .kc-about-content .tf-title { font-size: 50px; }
  .flat-icon-practice .wrapper-icon .box-icon { width: 90px; min-width: 90px; }
  .kc-contact-cta__inner { align-items: flex-start; flex-direction: column; }
  #footer .kc-footer-grid > div:nth-child(2),
  #footer .kc-footer-grid > div:nth-child(3),
  #footer .kc-footer-grid > div:nth-child(4) { margin-top: 55px; }
  #footer .kc-footer-menu { padding-left: 0; }
  .kc-contact-layout > div:last-child { margin-top: 28px; }
  .kc-team-card { grid-template-columns: 300px 1fr; }
  .kc-team-card--reverse { grid-template-columns: 1fr 300px; }
  .kc-team-card__content { padding: 42px 40px; }
  .kc-pillars article { padding: 34px 28px; }
  .kc-pillars > div:nth-child(3) article { grid-template-columns: 65px 170px 1fr; gap: 20px; }
  .kc-news-detail .post-content { margin-bottom: 35px; }
  .kc-practice-detail-aside { position: relative; top: auto; min-height: 390px; }
}

@media (max-width: 767px) {
  .container { padding-right: 22px; padding-left: 22px; }

  .popup.popup-active { padding: 16px; }
  .popup-content { max-height: calc(100dvh - 32px); padding: 42px 24px 36px; overflow-y: auto; }
  .popup-content::before,
  .popup-content::after { width: 42px; height: 42px; }
  .kc-alert-icon { width: 50px; height: 50px; margin-bottom: 16px; font-size: 19px; }
  .popup-content h2 { margin-bottom: 17px; font-size: 30px; }
  .popup-content p.kc-alert-message { font-size: 13px; line-height: 1.65; }
  .popup-content .fones { flex-direction: column; gap: 8px; margin: 22px 0 25px; }
  .popup-content .fones a { width: 100%; min-width: 0; padding: 11px 16px; font-size: 14px; }
  .popup-content .confirmAlert { width: 100%; }

  .slider.home2,
  .slider.home2 .swiper-container,
  .slider.home2 .swiper-wrapper,
  .slider.home2 .swiper-slide,
  .slider.home2 .slider-item,
  .slider.home2 .flat-slider { height: 680px; }

  .slider.home2 .slider-item { padding: 0 !important; }
  .slider.home2 .flat-slider > .container {
    align-items: center;
    width: auto;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0 22px;
  }
  .slider.home2 .slider-item .overlay { background: linear-gradient(0deg, rgba(22,11,17,.97), rgba(22,17,20,.45)); }
  .slider.home2 .slider-item .content .heading h1 { font-size: 38px; line-height: 1.08; }
  .slider.home2 .swiper-slide.is-alert .content .heading h1 { font-size: 31px; line-height: 1.14; }
  .slider.home2 .slider-item .content .heading h4 { font-size: 9px; letter-spacing: .17em; }
  .slider.home2 .slider-item .content .flat-bt-slider::after { display: none; }
  .slider.home2 .swiper-pagination2 { right: auto; bottom: 31px; left: 22px; }

  .kc-proof-bar__grid { grid-template-columns: 1fr; }
  .kc-proof-bar .container { padding-right: 22px; padding-left: 22px; }
  .kc-proof-bar__grid { border-right: 1px solid rgba(255,255,255,.1); }
  .kc-proof-bar__grid > div { grid-template-columns: 42px 1fr; min-height: 104px; padding: 24px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .kc-proof-bar__grid > div:last-child { border-right: 0; }
  .kc-proof-bar__grid > div::after { top: 20px; right: auto; bottom: 20px; left: -1px; width: 2px; height: auto; transform: none; }
  .kc-proof-bar__grid > div:nth-child(2)::after { background: var(--kc-gold); }
  .kc-proof-bar__grid span { align-self: start; padding-top: 2px; }
  .kc-proof-bar__grid strong { font-size: 14px; line-height: 1.25; }
  .kc-proof-bar__grid small { margin-top: 6px; font-size: 10px; }

  .flat-about.home2.kc-about,
  .flat-icon-practice.home2,
  .flat-contact-faq,
  .flat-blog.home.home2 { padding: 86px 0; }

  .flat-about.home2.kc-about {
    padding: 0 !important;
    background: var(--kc-charcoal);
  }
  .kc-experience-card {
    right: auto;
    display: grid;
    grid-template-columns: 112px 1fr;
    align-items: center;
    gap: 24px;
    width: 100%;
    min-height: 225px;
    padding: 42px 22px;
  }
  .kc-experience-card::before { top: 38px; right: 0; bottom: 38px; }
  .kc-experience-number { font-size: 92px; line-height: .85; }
  .kc-experience-number sup { top: -40px; font-size: 23px; }
  .kc-experience-copy { margin: 0; }
  .kc-experience-copy strong { font-size: 17px; line-height: 1.25; }
  .kc-experience-copy span { margin-top: 11px; font-size: 10px; line-height: 1.65; }
  .flat-about.home2 .about-box.kc-about-content {
    margin: 0 -22px;
    padding: 75px 22px 86px;
    background: var(--kc-white);
  }
  .flat-about.home2 .kc-about-content .tf-title { font-size: 45px; }

  .flat-video.kc-manifesto { min-height: 360px; padding: 70px 0; background-attachment: scroll; }
  .flat-video.kc-manifesto h1 { font-size: 45px; }
  .heading-section { margin-bottom: 64px; }
  .heading-section .title-section { font-size: 43px; }
  .flat-icon-practice .wrapper-icon { height: 116px; }
  .flat-icon-practice .wrapper-icon .content h3 { font-size: 22px; }

  .flat-contact-faq .wrap-faq .texts { margin-top: -8px; text-align: left; }
  .flat-contact-faq .flat-accordion .flat-toggle .toggle-title { padding-top: 23px; padding-bottom: 23px; font-size: 21px; }
  .flat-blog.home.home2 .kc-blog-card__media { height: 250px; }

  .kc-contact-cta { padding: 74px 0; }
  .kc-contact-cta h2 { font-size: 44px; }
  .kc-contact-cta__button { width: 100%; min-width: 0; }
  #footer { padding-top: 72px; }
  #footer .widget { margin-bottom: 0; }
  #footer .kc-footer-grid > div:nth-child(2),
  #footer .kc-footer-grid > div:nth-child(3),
  #footer .kc-footer-grid > div:nth-child(4) { margin-top: 46px; }
  #footer .widget-menu { padding-left: 0; }
  #footer .kc-footer-hours { margin-top: 27px; }
  #footer .widget-copyright { margin-top: 55px; }
  #footer .kc-footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .kc-whatsapp-float { right: 16px; bottom: 16px; width: 50px; height: 50px; }
  .kc-whatsapp-float span { display: none; }
  #scroll-top,
  #scroll-top.show { right: 23px; bottom: 82px; width: 36px; height: 36px; line-height: 36px; }

  .page-contato .flat-title-page.inner,
  .page-sobre .flat-title-page.inner,
  .page-area-de-atuacao .flat-title-page.inner,
  .page-news .flat-title-page.inner { min-height: 330px; padding: 145px 0 62px; }
  .page-title-heading .heading { font-size: 43px; }
  .kc-contact-page, .kc-about-page, .kc-team, .kc-practice-page, .kc-news-index, .kc-news-detail { padding: 82px 0; }
  .kc-contact-form-panel { padding: 38px 22px; }
  .kc-contact-form-panel h2 { font-size: 38px; }
  .kc-contact-aside { padding: 37px 22px 24px; }
  .kc-contact-info { grid-template-columns: 1fr; }
  .kc-contact-hours { grid-template-columns: 1fr; gap: 4px; }
  .kc-contact-map iframe { height: 235px; }
  .kc-about-page__intro > div:last-child { margin-top: 42px; }
  .kc-about-narrative { padding: 0 0 0 21px; }
  .kc-about-narrative > .kc-internal-eyebrow { margin: 0 0 11px; }
  .kc-about-narrative > h3 { margin: 0 0 22px; font-size: 27px; }
  .kc-about-page__lead { margin: 0; padding-bottom: 28px; }
  .kc-about-page__lead,
  .kc-about-page__lead * { font-size: 14px; line-height: 1.8; }
  .kc-about-stat { align-items: flex-start; flex-direction: column; }
  .kc-about-stat { gap: 14px; padding: 25px; }
  .kc-about-stat span { font-size: 12px; }
  .kc-pillars-heading { align-items: flex-start; flex-direction: column; margin-top: 65px; margin-bottom: 32px; padding-top: 42px; }
  .kc-pillars-heading h2 { text-align: left; }
  .kc-pillars { grid-template-columns: 1fr; margin: 0; }
  .kc-pillars > div:nth-child(3) { grid-column: auto; }
  .kc-pillars > div { margin-bottom: 17px; }
  .kc-pillars article { min-height: 0; }
  .kc-pillars > div:nth-child(3) article { display: block; }
  .kc-pillars > div:nth-child(3) article > span { display: block; margin-bottom: 32px; padding: 0; }
  .kc-pillars > div:nth-child(3) h3 { margin-bottom: 20px; }
  .kc-pillars > div:nth-child(3) .kc-richtext { column-count: 1; }
  .kc-pillars .kc-richtext,
  .kc-pillars .kc-richtext * { font-size: 14px; line-height: 1.8; }
  .kc-team__heading { margin-bottom: 45px; }
  .kc-team-card, .kc-team-card--reverse { display: flex; flex-direction: column; }
  .kc-team-card--reverse .kc-team-card__photo,
  .kc-team-card--reverse .kc-team-card__content { grid-column: auto; grid-row: auto; }
  .kc-team-card__photo { height: 390px; }
  .kc-team-card__content { padding: 38px 25px; }
  .kc-practice-page .heading-section { margin-bottom: 48px; }
  .kc-practice-page--index .wrapper-icon { height: 240px; padding: 0; }
  .kc-practice-page--index .wrapper-icon .box-icon { top: 25px; left: 23px; width: 68px !important; min-width: 68px !important; height: 68px; }
  .kc-practice-page--index .wrapper-icon svg { width: 39px; height: 39px; }
  .kc-practice-page--index .kc-service-index { top: 24px; right: 23px; font-size: 30px; }
  .kc-practice-page--index .wrapper-icon .content { right: 23px; bottom: 22px; left: 23px; padding-top: 17px; }
  .kc-practice-page--index .wrapper-icon .content h3 { font-size: 17px; }
  .kc-practice-article { padding: 0; }
  .kc-practice-detail-aside { min-height: 350px; padding: 37px 25px 30px; }
  .kc-practice-detail-aside__icon { margin: 32px 0 22px; }
  .kc-practice-detail-aside p { margin: 16px 0 28px; }
  .kc-practice-page--detail { padding-bottom: 44px; }
  .kc-practice-detail-content { height: auto; padding: 38px 24px 28px; }
  .kc-practice-detail-content .subtitle-details h3 { font-size: 23px; }
  .kc-practice-detail-content .text-box,
  .kc-practice-detail-content .text-box * { font-size: 14px; line-height: 1.8; }
  .kc-practice-detail-content .text-box p:has(strong) { padding: 15px 16px; }
  .kc-practice-detail-content footer { margin-top: 30px; padding: 20px 0; border-top: 1px solid var(--kc-line); }
  .kc-practice-detail-content footer a {
    min-height: 0;
    gap: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 9px;
    line-height: 1.55;
    text-align: left;
  }
  .kc-practice-detail-content footer a span:first-child { max-width: 230px; }
  .kc-practice-detail-content footer a span:last-child { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(83,16,47,.2); font-size: 14px; }
  .kc-news-index .side-bar .widget { padding: 25px 22px; }
  .kc-news-card .media { height: 240px; }
  .kc-news-detail .post-content .inner-content > .row { padding: 23px; }
  .kc-news-detail .post-content .media { height: 245px; margin-bottom: 25px; }
  .kc-news-detail .post-content .title { font-size: 27px; }
  .flat-two.home2 { min-height: 210px; padding: 58px 0; }
  .flat-two.home2::before { left: 0; }
}

@media (max-width: 420px) {
  .slider.home2 .slider-item .content .heading h1 { font-size: 34px; }
  .slider.home2 .swiper-slide.is-alert .content .heading h1 { font-size: 28px; }
  .kc-experience-card { grid-template-columns: 96px 1fr; gap: 18px; padding-right: 16px; padding-left: 16px; }
  .kc-experience-number { font-size: 80px; }
  .kc-experience-number sup { top: -35px; font-size: 20px; }
  .flat-about.home2 .kc-about-content .tf-title,
  .flat-video.kc-manifesto h1,
  .heading-section .title-section,
  .kc-contact-cta h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
