header .logo-desktop,
header .logo-mobile-menu {
  width: 225px;
  margin: 1rem 0;
}
@media screen and (min-width: 900px) {

  header .nav-link.active {
    color: #FAFAFA !important;
  }

  header .nav-link:hover {
    background: var(--secondary-color);
    color: #FAFAFA !important;
  }

  .navbar-expand-lg .navbar-nav {
    position: relative;
  }
.navbar-expand-lg .navbar-nav:after{
  content:"";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
  width: 100%;
  height: 3px;
}
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 444;
  }

  .headerSlide {
    background: #1f3871;
  }


  header .nav-link {
    color: #FAFAFA;
    text-align: center;
    font-size: 14px;
    font-style: normal;

    padding: 12px;
    background: transparent;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navbar-expand-lg .offcanvas {
    flex-grow: 0;
  }
}
@media screen and (min-width: 1400px) {
  header .nav-link {

    font-size: 18px;
  }

}

@media (max-width: 962px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
  }
  .navbar-toggler{
    background-color: #fefefe;
    border: 1px solid #b1b1b1;
  }
}
/* FOOTER */
footer {
  background-color: #1f3871;
}
footer .logo-desktop {
  max-width: 200px;
  filter: brightness(0) invert(1);
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--light);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  color: var(--light);
  transition: 0.3s;
}
footer .footer__nav li a i {
  font-size: 0.625rem;
}
footer .footer__nav li a:hover {
  color: var(--primary-color-light);
}
footer .address :is(span, a):not(.btn) {
  color: var(--light);
  font-size: 0.875rem;
  line-height: 25px;
  transition: 0.3s;
}
footer .address a:not(.btn):hover {
  color: var(--primary-color-light);
}

.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 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;
  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: 0.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;
}
.square-red {
  background: #d9251e;
  box-shadow: 0 1px 4px 0 #d9251e;
  display: inline-block;
  padding: 30px 40px;
  text-align: center;
  margin: 0px auto;
}
.square-red p {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .square-red{
    transform: none;
    width: 100%;
  }
}
.title-red {
  color: #cb0b04;
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  text-transform: capitalize;
}
.title-square {
  color: #393c3c;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.title-square:before {
  content: "";
  border-radius: 4px;
  background: #d9251e;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 10px;
}
.card-mvv {
  border-radius: 16px 3px;
  border: 2px solid rgba(217, 37, 30, 0.3);
  display: flex;
  width: 333px;
  height: 365px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.title-tecidos {
  color: #998e85;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.title-red {
  color: #d9251e;
  font-family: "Barlow Condensed";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 78.125% */
  text-transform: uppercase;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.title-desenvolvimento {
  color: #06b5ff;
  font-family: "Rubik";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.8px; /* 80% */
  text-transform: uppercase;
}
.solucoes-text-section {
  padding: 80px 30px;
}
.text-row-blue {
  position: relative;
}
.text-row-blue:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #06b5ff;
  bottom: -10px;
  left: 0;
}
.icon-contato {
  background-color: var(--primary-color);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-diferenciais {
  padding: 40px 20px;
  border: solid 2px transparent;
  border-radius: 20px;
  transition: 0.5s;
}
.card-diferenciais:hover {
  border: 2px solid rgba(217, 37, 30, 0.3);
}
.card-06 {
  position: relative;
  display: flex;
  padding: 1.5rem;
  aspect-ratio: 480/480;
  border-radius: 6px;
  border: 1px solid rgba(203, 11, 4, 0.35);
  background-image:
  linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.192) 37.71%,
    rgba(57, 12, 11, 0.234) 84.73%
  ),
  linear-gradient(
    rgba(8, 1, 1, 0.049),
    rgba(4, 0, 0, 0.103)
  ),
  var(--card-bg-image);

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.card-06 .card__content {
  --card-text-height: calc((1rem * 4) * 1.4);
  display: flex;
  flex-flow: column nowrap;
  padding-top: 100%;
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
}

.card-06 .card__content > * {
  flex-shrink: 0;
}

.card-06 .card__title {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.card-06 .card__text {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  height: var(--card-text-height);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease-in-out;
}

.card-06 .card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 2.5rem;
  margin-top: 0.5rem;
  padding: 0 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid currentColor;
  border-radius: 0.625rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.card-06 .card__button:hover,
.card-06 .card__button:focus {
  border-color: var(--primary-color, #0096dd);
  background-color: var(--primary-color, #0096dd);
}

@media screen and (min-width: 768px) {
  .card-06 .card__content {
    padding-top: calc(100% + var(--card-text-height) + 4rem);
  }

  .card-06:hover .card__content,
  .card-06:focus-within .card__content {
    padding-top: calc(100% - 200px);
  }
}
.card-mvv-scroll{
  overflow-y: scroll;
}
.card-mvv-scroll .list{
  padding-right:5px ;
}

/* =============================== COUNTER =============================== */

.counter__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
}

.counter__title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-size: 1.5em;
    margin: 0.3em 0;
}

.counter__title:before {
    content: '\2b';
    font-family: 'FontAwesome';
    color: var(--light);
    margin-right: 10px;
}

.counter__subtitle {
    color: var(--light);
    font-size: 16px;
    margin: 0;
    font-weight: lighter;
}

/* SMALL DEVICE */
@media only screen and (max-width:576px) {
    .counter__item {
        margin: 15px 0;
    }

    .counter__item:after {
        display: none;
    }

}
