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

header .nav-link {
  padding: 10px 12px;
  background: #fff;
  border-radius: 20px;
  margin: 0 6px;
}

header .nav-item .nav-link.active {
  color: #fff !important;
  background: var(--primary-color) !important;
}

header .nav-item .nav-link:hover {
  color: #fff !important;
  background: var(--primary-color) !important;
}

.banner-home {
  width: 100%;
  height: auto;
  min-height: fit-content;
  aspect-ratio: 16/9;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.banner-home__video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-home__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem 0 7rem 0;
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.40) 0%, rgba(29, 29, 29, 0.40) 100%), linear-gradient(274deg, rgba(27, 43, 79, 0.00) 7.62%, rgba(27, 43, 79, 0.80) 73.6%);
}

@media screen and (max-width: 580px) {
  .banner-home {
    aspect-ratio: unset;
  }

  .banner-home__content {
    padding: 2rem 0 2rem 0;
  }
}

.btn-banner {
  display: inline-block;
  color: #FFF;
  background-color: var(--primary-color);
  padding: 14px 28px;
  border-radius: 8px;
  transition: all .3s ease-in;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
}

.btn-banner:hover {
  background-color: var(--secondary-color);
}

.logo-banner {
  position: absolute;
  display: flex;
  justify-content: space-around;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(9px);
  padding: 10px 0;
}

.logo-banner img {
  filter: brightness(0) invert(1);
}

/* FOOTER */
footer {
  background-color: var(--light);
  margin-top: 3rem;
}

footer img {
  width: 120px;
  margin: 10px auto;

}

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-dar--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-dar--dark)
}

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

.icon-footer {
  width: 30px;
  height: 30px;
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  background: var(--Degrads-Primria---Linear, linear-gradient(180deg, #375AA2 0%, #192849 100%));
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px 0;
}

.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: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  overflow: hidden
}

.clientes .clientes__item img {
  width: 100%;
  aspect-ratio: 1/1;
  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
}

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

.title-gradiente {
  background: linear-gradient(270deg, #192849 0%, #375AA2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-title {
  color: #969696;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
}

.bg-contato {
  background: url('../imagens/bg-contato.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
}

.form--contato-cta :is(input, textarea, select) {
  padding: .875rem 1rem;
  margin: .5rem 0 0;
  border-width: 2px;
  border-color: rgba(28, 51, 100, 0.15);
  border-radius: 20px;
  background-color: rgba(176, 222, 229, 0.05);
  color: #393838;
}

.form--contato-cta :is(input, textarea, select)::placeholder {
  color: #C8C8C8;
}

.form--contato-cta input#anexo {
  padding: .72rem 1rem
}

.form--contato-cta select {
  line-height: 100%;
  padding: .813rem 1rem;
  color: #C8C8C8;
  ;
}

.form--contato-cta label {
  color: #fff;
  margin-top: 30px;
}

.form--contato-cta [type=submit] {
  padding: 12px 36px;
  max-width: 100%;
  border-radius: 40px;
  color: #000;
  background-color: #fff;
  font-weight: 600;
  transition: all ease-in .3s;
}

.form--contato-cta [type=submit]:hover {
  background-color: var(--secondary-color);
}

.form-content {
  border-radius: 16px;
  background: rgba(176, 200, 216, 0.10);
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.btn-form {
  background: #fff;
  padding: 12px 36px;
  display: flex;
  justify-content: center;
  color: #000;
  transition: all ease-in .3s;
}

.spacy-y {
  padding: 80px 0;
}

.title-banner {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.sub-title-banner {
  color: #C1CCE2;
}

.btn-mod-banner {
  background-color: #fff;
  color: #000;
}

.bg-mod-sec {
  border-radius: 24px;
  background: #FAFAFA;
  box-shadow: 0 2px 6px 0 rgba(25, 33, 61, 0.14);
  padding: 20px;
  max-width: 1200px;
  margin-top: -82px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 576px) {
  .bg-mod-sec {
    margin-top: 0;
  }
}

.card-mod img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.card-mod {
  border-radius: 15px;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-mod a {
  margin-bottom: 20px;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
}

.card-mod h3 {
  text-align: center;
  margin: 30px 0;
}

.grid-galeria {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .grid-galeria {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
  }

  /* POSIÇÕES */
  .grid-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .grid-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .grid-item:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
    /* GRANDE VERTICAL */
  }

  .grid-item:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
  }

  .grid-item:nth-child(5) {
    grid-column: 4;
    grid-row: 1;
  }

  .grid-item:nth-child(6) {
    grid-column: 3 / span 2;
    grid-row: 2;
    /* GRANDE HORIZONTAL */
  }
}

/* Base */
.grid-item {
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.mod-galeria .grid-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.mod-galeria .grid-item {
  padding: 20px;
}



/* overlay escuro */
.grid-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* título */
.grid-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: 20px;

  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 2;
}

/* hover */
.grid-item:hover::after {
  opacity: 1;
}

.grid-item:hover .grid-title {
  opacity: 1;
  transform: translateY(0);
}

.grid-item:hover img {
  transform: scale(1.05);
}

.specs-wrapper {
  width: 100%;
  overflow-x: auto;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--secondary-font);
  font-size: 15px;
}

.specs-table th {
  background: #fff;
  border: 2px solid #ffd0d0;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-family: var(--secondary-font);
}

.specs-table td {
  border: 2px solid #ffd0d0;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  font-family: var(--secondary-font);
}

.specs-table tbody td:nth-child(2),
.specs-table tbody td:nth-child(3) {
  background: #fff;
}

/* =====================
   RESPONSIVO (MOBILE)
===================== */
@media (max-width: 768px) {

  .specs-table,
  .specs-table thead,
  .specs-table tbody,
  .specs-table th,
  .specs-table td,
  .specs-table tr {
    display: block;
    width: 100%;
  }

  .specs-table thead {
    display: none;
  }

  .specs-table tr {
    margin-bottom: 16px;
    border: 1px solid #ffd0d0;
  }

  .specs-table td {
    border: none;
    border-bottom: 1px solid #ffd0d0;
  }

  .specs-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
  }
}

.tabela-tecnica {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: center;
}

.tabela-tecnica td {
  border: 1px solid #ffd0d0;
  padding: 8px 10px;
  vertical-align: middle;
  text-align: center;
  font-family: var(--secondary-font);
}

.label {
  width: 30%;
  font-weight: bold;
  background: var(--primary-color);
  color: #fff;
}

.conteudo {
  background: #fff;
  text-align: center;
}

.tolerancia {
  width: 20%;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-family: var(--secondary-font);
}

small {
  font-size: 11px;
}

.btn-mod {
  background-color: #fff;
  color: #000;
  border: #fff;
}

.size-iso {
  width: 120px;
  height: 120px;
  border-radius: 10px;
}

.mod-icon-footer {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285AEB 90%);
  color: #fff;
  width: 40px;
  height: 40px;
  border: unset;
  font-size: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-empresa {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}