.header-main .logo {
  max-height: 70px;
}

.title.slide-campo-titulo {
  background: linear-gradient(to right, #03968a 0%, #7cca7b 50%, #f7f865 100%);
    background-clip: border-box;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#section-html-modulo_1 .padding-bottom {
  padding-bottom: 0px;
}

#section-html-modulo_1 .padding-top {
  padding-top: 0px;
}

#section-servicos .padding-top {
  padding-top: 0px;
}

#section-empresa-home .img-fluid {
  max-height: 550px;
  max-width: 550px;
}

.text-light {
  color: #fffa !important;
  font-size: 16px;
}

#section-empresa .img-fluid {
  min-height: 635px;
  min-width: 635px;
}

.title-wrapper .subtitle {
  font-size: 6rem;
  font-weight: 500;
  line-height: 5rem;
  text-indent: 0px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.title-wrapper .title {
  font-size: 2.3rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--texto_principal) !important;
  margin-top: -10px;
}

.footer-main-wrapper .content {
  color: #fff;
}

::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
element {
}
.button.btn-main.slide-campo-botao {
  border-radius: 7px;
}

.title-wrapper.title-wrapper-alt .subtitle::before {
  background-color: #5550;
}

.title-wrapper.title-wrapper-main .subtitle::before {
  background-color: #fff0;
}

.grid-sizer, .grid-item {
  width: 33.33%;
  height: 450px;
}

@media (max-width: 767.98px) {
  .grid-sizer,
  .grid-item {
    width: 33.33%;
    height: 110px;
  }
}

.header-topbar {
  display: none;
}

.slide-campo-botao {
  font-size: 1.28rem;
  line-height: 0rem;
  padding: 20px 30px;
  width: auto;
  white-space: nowrap;
  min-width: 150px;
  max-width: 100%;
}

.homepage-02 .page-banner {
  height: calc(90vh);
  width: 100vw !important;
}

/*teste*/

/* wrapper do slide */
.produtos-carousel .finance-item-wrap {
  padding: 10px;
  box-sizing: border-box;
}

/* card inteiro clicável */
.product-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 340px; /* ajuste conforme necessário */
  transition: transform 300ms cubic-bezier(.2,.8,.2,1), box-shadow 300ms ease;
  box-shadow: 0 8px 28px rgba(8,20,40,0.06);
  background: #f7f9fb;
  display: block;
}

/* link que cobre o card */
.card-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
}

/* imagem como background cobrindo o card inteiro */
.card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 520ms cubic-bezier(.2,.8,.2,1), filter 520ms ease;
  filter: brightness(0.85) contrast(1);
  will-change: transform, filter;
}

/* gradient sutil para legibilidade do texto */
.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,18,30,0.04) 30%, rgba(6,18,30,0.42) 100%);
  pointer-events: none;
}

/* conteúdo sobreposto ao fundo */
.card-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #ffffff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-shadow: 0 6px 20px rgba(3,10,18,0.45);
}

/* título e descrição */
.product-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.05;
}
.product-desc {
  margin: 0;
  font-size: 13px;
  opacity: 0.95;
  max-height: 3.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* CTA discreto */
.product-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  opacity: 0.95;
}

/* hover / foco: imagem sobe, brilho aumenta, card eleva */
.product-card:hover,
.product-card:focus-within {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 26px 60px rgba(6,18,30,0.18);
}
.product-card:hover .card-image,
.product-card:focus-within .card-image {
  transform: scale(1.07);
  filter: brightness(1) contrast(1.03);
}

/* foco acessível (keyboard) */
.product-card:focus-within {
  outline: 3px solid rgba(255,255,255,0.08);
  outline-offset: -3px;
}

/* responsividade */
@media (max-width: 992px) {
  .product-card { height: 300px; }
  .product-title { font-size: 16px; }
}
@media (max-width: 576px) {
  .product-card { height: 260px; }
  .product-desc { display: none; } /* esconder descrição em telas muito pequenas */
}

 #section-produtos .container {
    width: 100% !important;
  }
  
  #section-produtos .title-wrapper.title-wrapper-main {
  margin-left: 200px;
}

.product-card {
  height: 500px;
}

.padding-bottom {
  padding-bottom: 10px;
}