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

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.topo a:hover {
  color: var(--secondary-color);
}
.border-topo {
  border-bottom: 1px solid rgb(233 233 233 / 9%);
}
.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--light);
}

.navbar-toggler {
  background-color: var(--light);
}

.nav-link {
  padding: 10px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.nav-link:hover,
.nav-link:focus {
  background-color: #6c6c6c25;
  color: var(--light);
}
@media screen and (max-width: 768px) {
  .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--dark);
  }
}
/* FOOTER */
footer,
.bg-copy {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    var(--Neutral-background-bg-700, #242424);
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--light);
  position: relative;
}
footer h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #f59e0b;
  margin-top: 8px;
}

.border-t {
  border-top: 0.3px solid #ffffff21;
}

footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  color: #c3c3c3;
  transition: 0.3s;
}
footer .footer__nav li a i {
  font-size: 0.625rem;
}
footer .footer__nav li a:hover {
  color: var(--secondary-color-light);
}
footer .address :is(span, a):not(.btn) {
  color: #c3c3c3;
  font-size: 0.875rem;
  line-height: 25px;
  transition: 0.3s;
}
footer .address a:not(.btn):hover {
  color: var(--secondary-color-light);
}

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

.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 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: 0.5rem 0.75rem;
  font-size: 0.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: 0.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, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}
.title-subtitle span {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow: hidden;
}
.clientes .clientes__item img {
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

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

.titulo {
  position: relative;
}

.titulo::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 18px;
  margin-right: 10px;
  background: url("../imagens/vector.png") no-repeat center;
  background-size: contain;
}

.titulo-2 {
  position: relative;
}

.titulo-2::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 18px;
  margin-right: 10px;
  background: url("../imagens/vector-2.png") no-repeat center;
  background-size: contain;
}

/* ================= BIG COUNTER ================= */
.big-counter {
  padding: 100px 0;
  position: relative;
}

.big-counter__content {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGEM */

.big-counter__image {
  width: 600px;
  position: relative;
  z-index: 1;
}

.big-counter__image img {
  width: 100%;
  border-radius: 24px;
  display: block;
}

/* NÚMEROS */

.big-counter__numbers {
  position: absolute;
  width: 100%;
  height: 100%;
}

.counter__item {
  position: absolute;
  text-align: center;
}

/* POSIÇÕES */

.counter__item--top-left {
  top: -12px;
  left: 18%;
}

.counter__item--top-right {
  top: -12px;
  right: 18%;
}

.counter__item--bottom-left {
  bottom: -18px;
  left: 18%;
}

.counter__item--bottom-right {
  bottom: -18px;
  right: 18%;
}

/* GRADIENT NOS NÚMEROS */

.counter__title--gradient {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 10px;

  background: linear-gradient(
    90deg,
    var(--Brand-secondary-base, #f59e0b) 0%,
    var(--Brand-secondary-darker, #ae7008) 100%
  );

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUFIXOS */

.counter--k::after {
  content: "k";
  margin-left: 4px;
}

.counter--plus::after {
  content: "+";
  margin-left: 4px;
}

.counter--percent::after {
  content: "%";
  margin-left: 4px;
}
.counter--k::after,
.counter--plus::after,
.counter--percent::after {
  font-weight: 700;

  background: linear-gradient(
    90deg,
    var(--Brand-secondary-base, #f59e0b) 0%,
    var(--Brand-secondary-darker, #ae7008) 100%
  );

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter__subtitle {
  font-size: 18px;
  color: #777;
  margin-top: 0;
}
/* RESPONSIVO */

@media (max-width: 1200px) {
  .big-counter__image {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }

  .big-counter {
    padding: 1rem 0;
  }

  .big-counter__image--right {
    right: 0rem;
    top: 2.5rem;
  }

  .big-counter__numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
  }

  .counter__item {
    position: relative;
    transform: none !important;
    left: 0 !important;
    top: 32px !important;
    bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .big-counter__image--right {
    right: 0rem;
    top: 3.5rem;
  }
}
/* ================= BG GRADE ================= */

.bg-grade {
  background-image: url("../imagens/bg-grade.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.bg-grade .container {
  position: relative;
  z-index: 2;
}

/* Top Dot */
.process-dot {
  width: 28px;
  height: 14px;
  border-radius: 20px;
  background: linear-gradient(90deg, #b7b9c3 0%, #171d3e 100%);
  display: inline-block;
}

.step-card {
  border-radius: var(--radius-16, 16px);
  border: 2px solid var(--Neutral-stroke-soft, #eee);
  background: var(--Neutral-background-bg-50, #fafafa);
  text-align: left;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);
  width: 22rem;
  transition: 0.3s ease-in-out;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.step-number {
  font-size: 30px;
  width: 45px;
  height: 45px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: var(--radius-8, 8px);
  border: 1px solid var(--Neutral-icons-strong, #c3c3c3);
  background: var(--Neutral-background-bg-50, #fafafa);
  color: #b7b9c3;
  box-shadow:
    0 1px 4px 0 rgba(27, 27, 27, 0.08),
    0 1px 4px 0 rgba(27, 27, 27, 0.08);
}

.step-line {
  width: 60px;
  border-top: 2px dashed #171d3e;
}
@media (min-width: 992px) {
  .step-card {
    position: relative;
  }

  .row .col-lg-4:not(:last-child) .step-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -4.5rem;
    width: 3rem;
    height: 2px;
    transform: translateY(-50%);
    border-top: 2px dashed #171d3e;
  }
}

@media (max-width: 768px) {
  .row .col-lg-4:not(:last-child) .step-card::after {
    display: none;
  }
}
.bg-servicos {
  border-radius: var(--radius-24, 24px);
  background: var(--Brand-primary-base, #171d3e);
}

/* ================= SERVICE CARD ================= */
.service-card {
  border-radius: var(--radius-16, 16px);
  border: 2px solid rgba(233, 233, 233, 0.4);
  background: var(--secondary-color);
  box-shadow: 0 1px 4px rgba(27,27,27,.08);

  min-height: 260px;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  position: relative;
  overflow: hidden;

  transition: all .3s ease;
}

/* imagem */
.service-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition: transform .4s ease;
}

/* overlay escuro leve */
.service-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.35);
  transition:.3s;
}

/* conteúdo */
.service-card__content{
  position:relative;
  z-index:2;
  padding:22px;
}

/* título */
.service-card__title{
  color:#fff;
  font-weight:600;
  font-size:18px;
}

/* seta */
.service-card__arrow{
  position:absolute;
  bottom:18px;
  right:18px;
  width:42px;
  height:42px;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  background:rgba(255,255,255,.2);
  color:#fff;
  z-index:2;

  transition:.3s;
}

/* hover */
.service-card:hover img{
  transform:scale(1.08);
}

.service-card:hover::before{
  background:rgba(0,0,0,.45);
}

.service-card:hover .service-card__arrow{
  background:var(--primary-color);
}

/* ================= EQUIPAMENTOS ================= */

.equip-card {
  border-radius: var(--radius-16, 16px);
  border: 1px solid var(--light);
  background: var(--light);
  padding: 3rem;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;

  gap: 24px;
}

.equip-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--secondary-color);
  color: #fff;
  flex: 0 0 auto;

  transition: all 0.25s ease;
}

.equip-card__title {
  color: #111827;
  transition: all 0.25s ease;
}

.equip-card__desc {
  max-width: 430px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.25s ease;
}

.equip-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1; /* acima da imagem */
}

.equip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 0; /* imagem fica abaixo */
}

.equip-card > * {
  position: relative;
  z-index: 2;
}

.equip-card:hover::after {
  opacity: 1;
}

.equip-card:hover::before {
  opacity: 1;
}

.equip-card:hover .equip-card__title,
.equip-card:hover .equip-card__desc {
  color: #fff;
}

/* imagens do hover (caminho conforme sua pasta) */
.equip-card--terraplanagem::after {
  background-image: url("../imagens/equipamentos/terraplanagem.webp");
}

.equip-card--construcao::after {
  background-image: url("../imagens/equipamentos/construcao.webp");
}

.equip-card--linha::after {
  background-image: url("../imagens/equipamentos/linha.webp");
}

.equip-card--implementos::after {
  background-image: url("../imagens/equipamentos/implementos.webp");
}

/* responsivo: no mobile deixa empilhado e texto embaixo */
@media (max-width: 991px) {
  .equip-card {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .equip-card__desc {
    max-width: 100%;
  }
}

/* ================= MVV CARD ================= */

.mvv-card {
  position: relative;
  border-radius: var(--radius-16, 16px);
  border: 3px solid var(--Neutral-stroke-soft, #eee);
  box-shadow: 0 12px 26px 0 rgba(25, 33, 61, 0.12);

  padding: 19px;
  background: #fff;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* FUNDO AZUL QUE SOBE */
.mvv-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #19213d; /* azul escuro */
  transition: height 0.35s ease;
  z-index: 0;
}

.mvv-card__inner {
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 1rem;
  min-height: 15rem;
  text-align: center;
  transition: transform 0.35s ease;
}

/* Ícone */
.mvv-card__icon {
  margin-bottom: 20px;
  color: #19213d;
  transition: all 0.3s ease;
}

.mvv-card__icon svg {
  fill: #c3c3c3;
  transition: fill 0.3s ease;
}

/* Título */
.mvv-card__title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #6c6c6c;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

/* Texto */
.mvv-card__content {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.3s ease;
}

/* ================= HOVER ================= */

.mvv-card:hover::after {
  height: 45%;
}

.mvv-card:hover {
  border: 1px solid var(--primary-color);
}

.mvv-card:hover .mvv-card__title {
  color: var(--primary-color);
}

.mvv-card:hover .mvv-card__icon svg {
  fill: var(--primary-color);
}

.organictabs-1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* MENU */
.organictabs-1__menu {
  width: 100%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
}

.organictabs-1__heading {
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0;
  color: var(--light);
}

.organictabs-1__description {
  color: #9ca3af;
  margin-bottom: 30px;
}

.organictabs-1__list {
  list-style: none;
  padding: 0;
}

/* ITEM BASE */
.organictabs-1__link {
  display: flex;
  align-items: center;
  gap: 16px;

  padding: 18px 22px;
  border-radius: 14px;
  margin-bottom: 14px;

  background: transparent;
  color: #fff;

  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* ÍCONE BASE */
.organictabs-1__icon {
  width: 40px;
  height: 40px;
  fill: currentColor;
  transition: 0.25s ease;
}

/* HOVER / ACTIVE */
.organictabs-1__link:hover,
.organictabs-1__link.active {
  border: 1px solid var(--secondary-color);
}

/* ÍCONE NO HOVER */
.organictabs-1__link:hover .organictabs-1__icon,
.organictabs-1__link.active .organictabs-1__icon {
  background: #f8f9fa; /* light */
  padding: 6px;
  border-radius: 10px;
  fill: var(--primary-color);
}
/* MAIN */
.organictabs-1__main {
  width: 100%;
  max-width: 60%;
}

.organictabs-1__thumb {
  width: 100%;
  height: 420px;
}

.organictabs-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .organictabs-1 {
    flex-direction: column;
  }
  .organictabs-1__menu,
  .organictabs-1__main {
    max-width: 100%;
  }
}

/* ====== FAQ (layout igual ao print) ====== */
.faq {
  padding: 70px 0;
}

.faq__header {
  max-width: 720px;
  margin: 0 auto 40px auto;
}

.faq__title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.faq__subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}

.faq__grid {
  margin-top: 10px;
}

/* imagem à direita com borda arredondada */
.faq__image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq__image img {
  width: 100%;
  max-width: 560px;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* em telas menores, dá respiro entre accordion e imagem */
@media (max-width: 767px) {
  .faq__image {
    margin-top: 22px;
  }
  .faq__image img {
    height: 260px;
  }
}

/* ====== SEU ACCORDION (base) - ajustado pro visual do print ====== */
.accordion-2 {
  width: 100%;
  max-width: 520px; /* no print o accordion é mais estreito */
  margin: 0; /* alinhado à esquerda dentro da col */
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: visible;
}

.accordion-2 .accordion__item {
  margin: 10px 0;
}

.accordion-2 .accordion__button {
  width: 100%;
  text-align: left;
  padding: 14px 16px; /* menor, estilo “lista” */
  background-color: #fff; /* no print é claro */
  border: 1px solid #eef0f3;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in;
  box-shadow: none; /* print é bem clean */
  margin-bottom: 0;
}

.accordion-2 .accordion__title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #9aa0a6; /* “placeholder” do print */
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion-2 .accordion__title i {
  display: none; /* no print não aparece ícone */
}

.accordion-2 .accordion__icon {
  transition: transform 0.35s ease;
  color: #9aa0a6;
}

.accordion-2 .accordion__button:hover {
  border-color: #e2e6ea;
}

.accordion-2 .accordion__button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-2 .accordion__button[aria-expanded="true"] .accordion__icon {
  transform: rotateZ(180deg);
}

/* Conteúdo */
.accordion-2 .accordion__content {
  transition: all 0.35s ease;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #eef0f3;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-2 .accordion__content p {
  color: #4b5563;
  font-size: 0.9rem;
  margin: 0 0 10px 0;
}

.accordion-2 .accordion__button[aria-expanded="false"] + .accordion__content {
  max-height: 0;
  padding: 0 16px;
  overflow: hidden;
}

.accordion-2 .accordion__button[aria-expanded="true"] + .accordion__content {
  max-height: var(--height);
  padding: 14px 16px;
  overflow-y: hidden;
}

.galeria-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.galeria-1__thumb {
  display: flex !important;
  width: 100%;
  height: 260px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.galeria-1__thumb::before {
  content: "\f002";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 2.2rem;
  color: #fff;
  border-radius: 100%;
  scale: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.galeria-1__thumb:hover::before {
  scale: 1;
  opacity: 1;
  border-radius: 0;
}
.galeria-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter--light {
  padding: 80px 0;
  background: #f5f5f5;
}

.counter__item-2 {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
}

.counter__item-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.counter__title {
  font-size: 42px;
  font-weight: 700;
  color: #c97a00; /* secondary-color */
  margin-bottom: 10px;
}

.counter__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #1c2340; /* primary-color */
}

/* + */
.counter-plus::after {
  content: "+";
  margin-left: 3px;
}

/* M */
.counter-m::after {
  content: "M";
  margin-left: 3px;
}

.title {
  position: relative;
}

.title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--secondary-color);
  margin: 5px auto 0;
}

.card-11 {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 16px 24px 16px;
  background-color: #fafafa;
  transition: all 0.4s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}
.card-11__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.card-11,
.card-11__image {
  border-radius: 15px;
}
.card-11__title {
  font-size: 1.4375rem;
  color: var(--primary-color);
  margin: 0;
}
.card-11__text {
  font-size: 16px;
  color: var(--grey, #606062);
}
.btn-right {
  text-align: right;
}
.card-11__btn {
  color: var(--dark, #333);
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 11px 16px;
  background-color: transparent;
  transition: all 0.4s ease;
  border-radius: 10px;
}
.card-11__btn:hover {
  color: var(--light, #fff);
}
.card-11:hover {
  background-color: #e7e7e7;
}
.card-11:hover .card-11__btn {
  background-color: var(--primary-color, #26306d);
  color: var(--light);
}
.card-11:hover .card-11__title {
  color: var(--primary-color, #26306d);
}

.iframe-quem {
  height: 500px;
  width: 100%;
}

.servico-card img{
  height: 320px;
  object-fit: cover;
  transition: transform .4s ease;
}

.servico-card:hover img{
  transform: scale(1.08);
}

.servico-overlay{
  background: linear-gradient(
    to top,
    rgba(0,0,0,.65),
    rgba(0,0,0,0)
  );
}
