header .logo-desktop,
header .logo-mobile-menu {
  width: 90px;
  margin: 1rem 0;
}

header {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  header:not(.headerFixed) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 820px) {
  header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: var(--secondary-color);
  }
}

header.headerFixed {
  background-color: rgba(32, 32, 32, 0.15) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

@media screen and (min-width: 1024px) {
  .navbar-nav .nav-link {
    color: var(--light);
    transition: 0.3s;
    margin: 0 2px;
    position: relative;
    padding: 12px 16px;
  }

  .navbar-nav .nav-link.active:not([title="Informações"]) {
    background: var(--secondary-color);
    border-radius: 32px;
    color: var(--light);
  }

  .navbar-nav .nav-link:hover::before {
    width: 100%;
  }

  .navbar-nav .nav-link.active::before {
    width: 100%;
  }
}

header #menu>ul>li>a.active-menu-topo {
  color: var(--primary-color);
}


.title-right {
  padding-right: calc((100% - var(--wrapper-width)) / 2 + 80px);
}

/* FOOTER */
footer {
  background-color: var(--light);
}

footer .logo-desktop {
  max-width: 200px;
}

footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--dark)
}

footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: .875rem;
  color: var(--dark);
  transition: .3s
}

footer .footer__nav li a i {
  font-size: .625rem
}

footer .footer__nav li a:hover {
  color: var(--primary-color-dark)
}

footer .address :is(span, a):not(.btn) {
  color: var(--dark);
  font-size: .875rem;
  line-height: 25px;
  transition: .3s
}

footer .address a:not(.btn):hover {
  color: var(--primary-color-dark)
}

.footer-map {
  width: 100%;
  height: 130px;
  border-radius: 8px;
}

.copyright-footer .btn.selos {
  min-height: unset;
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

.card.card--23 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 1rem;
  background-color: var(--dark);
  background-image: linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  height: 100%;
}

.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color);
}

.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 .25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3);
}

.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px;
}

.card.card--23 .card__link>span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition);
}

.card.card--23 .card__link:focus>span,
.card.card--23 .card__link:hover>span {
  width: 100px;
  opacity: 1;
  margin-right: .5rem;
}

.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible;
}

.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.shadow-19 {
  box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}

.title-subtitle span {
  display: block;
  font-size: .9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: .25rem;
  text-transform: uppercase;
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}

.clientes .clientes__item img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  margin: 0 auto;
  opacity: .75;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition);
}

.clientes .clientes__item:hover img {
  opacity: 1;
}

/* ================= BANNER CLIENTES INTEGRATED ================= */
.banner-clientes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
  backdrop-filter: blur(12px);
  z-index: 10;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.banner-clientes .container-fluid {
  padding: 0;
}

.banner-clientes .clientes__item {
  padding: 0 1.5rem;
}

.banner-clientes .clientes__item img {
  max-height: 55px;
  opacity: 1;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.banner-clientes .clientes__item:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .banner-clientes {
    position: relative;
    background: var(--dark);
    margin-top: -20px;
  }
}

/* ================= DEPOIMENTOS ================= */
.testimonial .testimonial-author-image {
  width: 100%;
  max-width: 64px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 999px;
}

.w-10 {
  width: 10%;
}

.card-mvv {
  border-radius: 16px;
  background: linear-gradient(90deg, var(--Brand-primary-base, #334d80) 0%, var(--Brand-primary-darker, #24375b) 100%);
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  margin: 0px;
}

.bg-diferenciais {
  border-radius: 32px;
  background: linear-gradient(0deg, rgba(51, 77, 128, 0.10), rgba(51, 77, 128, 0.10)), var(--bg-image) center/cover no-repeat;
  padding: 20px;
  height: auto;
}

.card-white {
  border-radius: 16px;
  background: #fafafa;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  padding: 1rem;
  height: 300px;
  min-width: 220px;

  & p {
    font-size: .75rem;
  }
}

.line {
  position: relative;
  display: inline-block;
  padding-left: 34px;
}

.line::before {
  content: '';
  position: absolute;
  left: 0;
  /* fica no começo */
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 1.5px;
  background: #f79532;
}

.card-blue {
  border-radius: 24px;
  background: #2e4674;
  min-width: 220px;
  padding: 2.5rem 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;

  :where(p, a) {
    color: #fff;
  }

  h3 {
    color: #f79532;
    font-weight: 700;
    margin-top: 1.5rem;
    text-transform: uppercase;
    font-size: 1.25rem;
  }

  p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .circle-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #f79532;
    font-size: 1.5rem;
  }

  &:hover {
    transform: translateY(-10px);

    .circle-icon {
      background: #f79532;
      color: #fff;
      transition: background-color 0.3s, color 0.3s;
    }
  }
}

.section-services {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.bg-services-logo {
  position: absolute;
  top: 50%;
  left: -280px;
  transform: translateY(-50%);
  width: 700px;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
}

.line-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #f79532;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 10px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.line-center::before,
.line-center::after {
  content: '';
  width: 30px;
  height: 1.5px;
  background-color: #f79532;
}

.section-services h2 {
  font-weight: 900;
  color: #1F427B;
  max-width: 800px;
  margin: 0 auto 3rem auto;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .section-services h2 {
    font-size: 1.8rem;
  }

  .bg-services-logo {
    width: 400px;
    left: -100px;
  }
}

.circle-icon,
.circle-icon-orange {
  border-radius: 999px;
  padding: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  & img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }

  &.circle-icon {
    border: 1px solid #2e4674;
    background: #2e4674;
    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  }

  &.circle-icon-orange {
    border: 1px solid rgba(247, 149, 50, 0.40);
    background: rgba(247, 149, 50, 0.20);
  }
}

.rounded-80 {
  border-radius: 0 0 80px 80px;
}

/* ================= COMPLIANCE OPERATION ================= */
.compliance-operation {
  background: linear-gradient(180deg, rgba(39, 83, 155, 0.9) 0%, rgba(31, 66, 123, 0.9) 100%), var(--bg-image) center/cover no-repeat;
}

.circle-icon-orange.small {
  padding: 0.5rem;
  width: 35px;
  height: 35px;
}

.circle-icon-orange.small i {
  font-size: 0.9rem;
}

.compliance-operation .card-white {
  height: auto;
  min-height: 260px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compliance-operation .card-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .compliance-operation .card-white {
    min-height: auto;
    padding: 2rem 1rem !important;
  }

  .compliance-operation h2 {
    font-size: 2rem;
  }
}

/* ================= SEGMENTOS ================= */
.section-segmentos {
  background-image: linear-gradient(rgba(31, 66, 123, 0.85), rgba(31, 66, 123, 0.85)), var(--segmento);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-segmentos .line {
  color: #f79532;
  margin-bottom: 1rem;
}

.section-segmentos h2 {
  font-weight: 900;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.section-segmentos p.lead {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.card-segmento {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card-segmento:hover {
  transform: translateY(-5px);
}

.card-segmento h3 {
  color: #f79532;
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.card-segmento p {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.btn-whatsapp-segmentos {
  background-color: #f79532;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
}

.btn-whatsapp-segmentos:hover {
  background-color: #e6861f;
  color: #fff;
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .section-segmentos h2 {
    font-size: 2rem;
  }

  .section-segmentos {
    padding: 60px 0;
  }
}

/* ================= ABRANGÊNCIA ================= */
.abrangencia-wrapper {
  background-color: transparent;
  overflow: visible;
}

.abrangencia-map-side {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 400px;
}

.abrangencia-content-side {
  padding: 60px;
  color: #fff;
  background-color: #1f427b;
  border-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.section-abrangencia .line {
  color: #f79532;
  margin-bottom: 0.5rem;
  display: block;
}

.section-abrangencia h2 {
  font-weight: 800;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.section-abrangencia p.lead {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.map-container {
  position: relative;
  text-align: center;
}

.map-container img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}

.abrangencia-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: background 0.3s;

  @media (max-width: 990px) {
    flex-wrap: wrap;
  }
}

.abrangencia-card:hover {
  background: rgba(255, 255, 255, 0.1);
}

.abrangencia-card .icon-wrapper {
  background: #f79532;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
}

.abrangencia-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.abrangencia-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.85;
  margin: 0;
}

@media (max-width: 991px) {
  .section-abrangencia h2 {
    font-size: 2rem;
  }

  .section-abrangencia {
    padding: 60px 0;
  }

  .map-container {
    margin-bottom: 3rem;
  }
}

/* ================= CERTIFICADOS ================= */
.section-certificados {
  background-color: #fff;
  padding: 80px 0;
}

.section-certificados .line {
  color: #f79532;
  margin-bottom: 1rem;
  display: block;
}

.section-certificados h2 {
  font-weight: 800;
  color: #1f427b;
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.section-certificados p.lead {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

.card-certificacao {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #f5f5f5;
  transition: transform 0.3s ease;
}

.card-certificacao:hover {
  transform: translateY(-5px);
}

.card-certificacao h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1f427b;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.card-certificacao h3.orange {
  color: #f79532;
}

.card-certificacao p {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.card-certificacao .logo-img {
  max-width: 100%;
  height: auto;
  margin-top: auto;
}

@media (max-width: 991px) {
  .section-certificados h2 {
    font-size: 2rem;
  }
}

/* ================= CTA DEFAULT ================= */
.cta-default {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), var(--bg-cta);
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  padding: 80px 0;
  margin: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-default h2 {
  font-weight: 800;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.cta-default p {
  font-size: 1.1rem;
  opacity: 0.95;
  margin: 0;
}

@media (max-width: 991px) {
  .cta-default {
    border-radius: 30px;
    padding: 60px 20px;
    text-align: center;
  }

  .cta-default h2 {
    font-size: 1.8rem;
  }
}