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

/* FOOTER */
footer {
  background-color: var(--dark);
}
footer .logo-desktop {
  max-width: 200px;
}
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-row-left {
  color: #fafafa;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  position: relative;
}

.title-row-left:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background-color: var(--primary-color);
  bottom: 5px;
  left: -7px;
  border-radius: 30px;
}
.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;
}
.empresa-icon {
  border-radius: var(--radius-full, 999px);
  border: 1px solid rgba(233, 233, 233, 0.1);
  background: rgba(16, 34, 4, 0.2);
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.card-mvv:hover .empresa-icon {
  background-color: var(--light);
}
.card-mvv:hover .empresa-icon path {
  fill: var(--primary-color);
}
/* ================= 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;
}
.politica-bg {
  border-radius: 16px;
  border: 1px solid #eee;
  background: #f6f6f6;
}
.title-green-small {
  color: #6bc72b;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

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

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

.counter__title {
  color: #f45722;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  margin: 0;
}

.counter__title:before {
  content: "\2b";
  font-family: "FontAwesome";
  color: #f45722;
  margin-right: 10px;
}
.no-plus:before {
  content: "";
  display: none;
}
.counter__subtitle {
  color: #4a4848;
  text-align: center;

  /* body-lg/Regular */
  font-family: var(--Font-family-body, Lato);
  font-size: var(--Font-size-body-lg, 16px);
  font-style: normal;
  font-weight: var(--Font-weight-regular, 300);
  line-height: 150%; /* 24px */
  margin: 0;
  text-align: center;
}

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

  .counter__item:after {
    display: none;
  }
}
.card-mvv {
  border-radius: var(--radius-8, 8px);
  border: 2px solid rgba(233, 233, 233, 0.1);
  background: rgba(45, 84, 18, 0.4);
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);
  transition: 0.5s;
}
.card-mvv:hover {
  border-radius: var(--radius-8, 8px);
  border: 2px solid rgba(209, 238, 189, 0.2);
  background: rgba(16, 34, 4, 0.4);
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);
}
.bg-mvv {
  background-image: url("../imagens/assets/mvv.webp");
}
.title-row-left-light {
  color: var(--Neutral-text-light, #c3c3c3);

  /* heading/H5 */
  font-family: var(--Font-family-heading, Montserrat);
  font-size: var(--Font-size-heading-sm, 22px);
  font-style: normal;
  font-weight: var(--Font-weight-semi-bold, 600);
  line-height: 120%; /* 26.4px */
}
.title-row-left-light:after {
  bottom: 3px !important;
}
/* TIMELINE */
.card-timeline-box__icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--secondary-color);
  border-radius: 6.25rem;
  display: flex;
  aspect-ratio: 1/1;
}

.card-timeline-box__icon::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--secondary-color);
  border-radius: 6.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-timeline-box__number {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  color: var(--secondary-color);
}
.card-timeline-box__number::after {
  content: "";
  height: 3px;
  flex: 1;
  background-color: var(--light);
}

@media screen and (max-width: 1024px) {
  tbody td {
    display: flex;
    flex-direction: column;
  }
}
.bg-green {
  display: flex;
  padding: var(--spacing-16, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: var(--radius-8, 8px);
  border: 1px solid var(--Neutral-stroke-soft, #eee);
  background: var(--Brand-primary-base, #6bc72b);
}
.bg-orange {
  display: flex;
  padding: var(--spacing-16, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: var(--radius-8, 8px);
  border: 1px solid var(--Neutral-stroke-soft, #eee);
  background: var(--Brand-secondary-base, #f45722);
}
.contato-bg {
  min-width: 350px;
  padding: var(--spacing-32, 32px);
  gap: var(--spacing-40, 40px);
  flex: 1 0 0;
  flex-wrap: wrap;
  border-radius: var(--radius-12, 12px);
  border: 1px solid var(--Neutral-stroke-strong, #e9e9e9);
  background: var(--Neutral-background-bg-50, #fafafa);

  /* shadow-xs */
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);
}

.contact-container {
  background: url("../imagens/assets/cta-home.webp") no-repeat;
  background-size: cover;
}

.contact-container .label {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(235, 236, 236, 0.35);
  background: rgba(236, 237, 236, 0.05);
  color: #ebecec;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-container h2 {
  color: #ebecec;
  text-align: left;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 8px 0;
}

.contact-container h2 > strong {
  font-weight: 700;
  color: var(--primary-color);
}

.contact-container p {
  color: #ebecec;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
  margin: 0 0 40px 0;
}

.contact-container .form {
  padding: 40px;
}

.more-inf-container {
  padding: 32px;
}

.more-inf-container,
.contact-container .form {
  border-radius: 8px;
  border: 2px solid rgba(235, 236, 236, 0.08);
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(9px);
  max-width: 952px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-container .form .form-label {
  color: #fafafa;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  text-align: start;
}

.contact-container .form .form-control,
.contact-container .form .form-select {
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  color: #fafafa;
}

.contact-container .form .form-control::placeholder,
.contact-container .form .form-select {
  color: #9c9c9c;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.contact-container .form .btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--primary-color);
  color: #fafafa;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
}
.title-footer {
  color: var(--Neutral-text-soft, #6c6c6c);
  font-family: var(--Font-family-body, Lato);
  font-size: var(--Font-size-body-xl, 18px);
  font-style: normal;
  font-weight: var(--Font-weight-bold, 700);
  line-height: 140%; /* 25.2px */
}
.bg-newsletter-input {
  border-radius: var(--radius-8, 8px);
  border: 1px solid rgba(238, 238, 238, 0.1);
  background: rgba(250, 250, 250, 0.1);
}
.bg-newsletter-input::placeholder {
  color: white;
}
.bg-newsletter-input:focus::placeholder {
  color: white;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 1024px) {
  .splide-banner .splide__slide,
  .splide-banner {
    height: 70vh !important;
  }
}