header .logo-desktop, header .logo-mobile-menu {
    width: 252px;
    margin: 1rem 0;
}

/* FOOTER */
footer {
  background-color: var(--light);
}
footer .logo-desktop {
  width: 280px;
}
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: 0.875rem;
  color: var(--dark);
  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(--dark);
  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;
}
.title-card-empresa {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.icone-grey {
  border-radius: 10px;
  background: #eaeef3;
  padding: 15px 10px;
  text-align: center;
  display: inline;
}
.card-grey {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background: #f6f6f6;
}
.title-dual-colors {
  color: #12273c;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
  text-align: left;
}
.title-light-blue {
  color: #285785;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.card-o-que {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background: #fafafa;
  padding: 30px;
  height: 100%;
}
.title-green {
  color: #00c951;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.title-green-principal {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
}
.card-rainbow {
  border-radius: 16px;
  padding-top: 10px;
}
.bg-white--card-rainbow {
  border: 1px solid #e7e7e7;
  background: #fafafa;
  padding: 30px;
  border-radius: 0 0 16px 16px;
  text-align: center;
}
.card-rainbow__title {
  display: inline-block;
  color: white;
  padding: 10px;
}
.card-rainbow__title-green {
  border-radius: 7px;
  background: linear-gradient(91deg, #00c951 -5.71%, #006328 171.62%);
}
.card-rainbow__title-blue {
  border-radius: 7px;
  background: linear-gradient(91deg, #2b7fff -4.52%, #1a4c99 239.14%);
}
.card-rainbow__title-violet {
  border-radius: 7px;
  background: linear-gradient(93deg, #8a38f5 2.27%, #51218f 145.6%);
}
.row .col-12:nth-child(1) .card-rainbow {
  background: linear-gradient(90deg, #2b7fff 0%, #1a4c99 100%);
}
.row .col-12:nth-child(2) .card-rainbow {
  background: linear-gradient(90deg, #00c951 0%, #006328 100%);
}
.row .col-12:nth-child(3) .card-rainbow {
  background: linear-gradient(180deg, #ab43ff 0%, #672899 100%);
}
.title-row {
  color: #285785;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
}

.title-row:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #285785;
  left: -50px;
  bottom: 7px;
}

.title-05 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 18px;
  color: var(--primary-color);
}

.title-05:after,
.title-05:before {
  content: "";
  width: 50px;
  height: 4px;
  background-color: var(--primary-color);
}
.title-05--green {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 18px;
  color: #00c951;
}

.title-05--green:after,
.title-05--green:before {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #00c951;
}
.card-orange {
  border-radius: 16px;
  border: 1px solid #f0b100;
  background: #fefce8;
  padding: 10px;
}
.card-blue {
  border-radius: 16px;
  border: 1px solid #2b7fff;
  background: #eff6ff;
  padding: 10px;
}
.card-green {
  border-radius: 16px;
  border: 1px solid #00c951;
  background: #f0fdf4;
  padding: 10px;
}
.card-blue .title-blue {
  color: var(--primary-color);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.card-green .title-green {
  color: #00c951;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.card-orange .card-icon {
  border-radius: 7px;
  background: rgba(240, 177, 0, 0.16);
  display: inline-block;
  padding: 10px;
}
.card-blue .card-icon {
  border-radius: 7px;
  background: #dbeafe;
  display: inline-block;
  padding: 10px;
}
.card-blue .card-icon {
  border-radius: 7px;
  background: #dbeafe;
  display: inline-block;
  padding: 10px;
}
.card-green .card-icon {
  border-radius: 7px;
  background: #dbfce7;
  display: inline-flex;
  padding: 10px;
}
.card-orange .title-yellow {
  color: #f0b100;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.card-orange__title {
  border-radius: 36px;
  background: rgba(240, 177, 0, 0.16);
  color: #f0b100;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  padding: 10px;
}
.card-blue__title {
  border-radius: 36px;
  background: #dbeafe;
  color: var(--primary-color);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  padding: 10px;
}
.card-green__title {
  border-radius: 36px;
  background: #dbeafe;
  color: #00c951;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  padding: 10px;
}
.number-rounded {
  display: flex;
  width: 50px;
  padding: 13px 0;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 55px;
  color: white;
}
.card-orange .number-rounded--orange {
  background: #f0b100;
}
.card-blue .number-rounded--blue {
  background: var(--primary-color);
}
.card-green .number-rounded--green {
  background: #00c951;
}

.processo-triplice {
  border-radius: 16px;
  background: #12273c;
  padding: 30px;
}
.resultado-final {
  border-radius: 8px;
  background: #314158;
  padding: 10px 20px;
}
.orange-title {
  color: #f0b100;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.orange-title {
  color: #f0b100;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.blue-title {
  color: #2b7fff;
  text-align: center;
  font-family: var(--qual-a-fonte, Poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.green-title {
  color: #00c951;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.blur-card {
  border-radius: 14px;
  background: #45556c;
  padding: 5px;
}
.card-row {
  border-radius: 4px;
  border: 1px solid rgba(57, 60, 60, 0.25);
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
  transition: 0.5s;
  overflow: hidden;
}
.card-row img {
  transition: 0.5s;
}
.card-row:hover {
  box-shadow: 0 1px 10px 0px rgba(9, 12, 24, 1);
}
.card-row:hover img {
  transform: scale(1.1);
}
.title-row-green {
  color: #00c951;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.banner-img {
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(153, 153, 153, 0.08) 100%
  );
  backdrop-filter: blur(29.450000762939453px);
  padding: 34px;
}
.title-banner {
  color: #fff;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
.small-title-blue {
  color: #59e1ff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.btn--transparent:hover {
  background-color: var(--primary-color);
  color: white;
}
.nav-link {
  color: var(--Black-White-600, #333);
  text-align: center;
  font-family: var(--qual-a-fonte, Poppins);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.circle-after {
  position: relative;
}
.circle-after:after {
  content: "";
  position: absolute;
  background-image: url("../imagens/assets/circle.webp");
  width: 125px;
  height: 173px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 466px;
  bottom: -61px;
}
@media screen and (max-width: 1024px) {
  .circle-after:after {
    display: none;
  }
}
.list--check li {
  list-style: none;
  margin-bottom: 10px;
}
.cta-text {
  color: #fafafa;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
.dot-yellow::marker {
  color: #f0b100;
}
.dot-blue::marker {
  color: #2b7fff;
}
.dot-green::marker {
  color: #00c951;
}
.green {
  color: #00c951;
}
.purple {
  color: #ab43ff;
}
.compromisso-ambiental-small-title {
  color:#285785;

  /* Body/Parágrafo (16) */
  font-family:Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.title-row-bottom {
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}
.title-row-bottom:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: var(--primary-color);
  bottom: -6px;
  left: 0;
  border-radius: 30px;
}
.card__title--bottom{
  position: relative;
}
.card__title--bottom::after{
  content:"";
  position: absolute;
  width: 250px;
  height: 4px;
  border-radius: 40px;
  background-color: var(--primary-color);
  bottom: -10px;
  left: 50%;
  transform:translateX(-50%);
}
.row-bottom{
  position: relative;
}
.row-bottom:after{
  content:"";
  position: absolute;
  width: 100px;
  height: 4px;
  border-radius: 40px;
  background-color: var(--primary-color);
  bottom: -10px;
  left: 0;
}