.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;
}


/* ==================== DEFAULT ==================== */

.btn.default {
  display: flex;
  padding: 4px 11px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: .5rem 1px .5rem .5rem;
  border: 1px solid #ff8a1e;
  background: #ff8a1e;
  color: #FAFAFA;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  min-height: 0;
  transition: .3s ease;
}

.btn.default:hover {
  transform: scale(1.1);
}

.header.default {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 26px 0;
}

.header.default .title {
  font-family: "Public Sans";
  font-size: 28.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  position: relative;
}

.header.default .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 2px;
  height: 100%;
  background-color: #fafafa;
}

.header.default p {
  font-family: Inter;
  font-size: 15.7px;
  font-style: normal;
  font-weight: 350;
  line-height: 18.2px;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1048px;
  }


  .header.default {
    flex-direction: row;
    align-items: center;
  }

}

@media screen and (min-width: 1920px) {

  .container {
    max-width: 1484px;
  }

  .btn.default {
    padding: 12px 16px;
    gap: 12px;

    border-radius: 12px 2px 12px 12px;
    border: 1px solid var(--primary-color-light);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .header.default {
    gap: 24px;
    margin: 0 0 56px 0;
  }


  .header.default .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }

  .header.default p {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
  }

}

/* ================== FIM DEFAULT ================== */


/* ==================== BANNER ==================== */

.splide-banner .title {
  color: #FAFAFA;
  text-align: center;
  font-family: "Public Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}

.splide-banner p {
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 11px 0 32px 0;
}

.splide-banner .btn.secondary {
  background-color: transparent;
  border-color: #FAFAFA;
}

@media screen and (min-width: 1920px) {
  .splide-banner .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
  }

  .splide-banner p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 16px 0 48px 0;
  }

}

/* ================== FIM BANNER ================== */

/* ==================== WHO-WE-ARE-CONTAINER ==================== */

.who-we-are-container {
  overflow: hidden;
  position: relative;
  background: url('../imagens/bg.webp') no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* logo do site como marca d'agua ao fundo */
/* .who-we-are-container::before {
 content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    aspect-ratio: 2098 / 750;
    background: url(../imagens/marca.png) no-repeat left bottom;
    background-size: contain;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
} */

.who-we-are-container .container {
  max-width: 1067px;
  position: relative;
  z-index: 1;
}

.who-we-are-container .title {
  color: var(--tertiary-color);
  font-family: "Public Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  position: relative;
}

.who-we-are-container .title::before {
  content: '';
  background: #FAFAFA;
  width: 2px;
  height: 100%;
  top: 0;
  left: -8px;
  position: absolute;
}

.who-we-are-container .title span {
  display: block;
  font-size: 18px;
  color: #C3C3C3;
}

.who-we-are-container p {
  color: #C3C3C3;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  margin: 0;
}

.who-we-are-container img {
  width: 100%;
  height: 399px;

}

@media screen and (max-width: 992px) {
  .who-we-are-container .img-container {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 992px) {
  .who-we-are-container .container {
    padding: 60px 24px;
  }

  .who-we-are-container .img-container {
    height: 480px;
    position: relative;
  }

  .who-we-are-container img {
    min-width: 657px;
    height: 399px;
    position: absolute;
    right: -234px;
    top: 50%;
    transform: translateY(-50%);

  }

}

@media screen and (min-width: 1920px) {
  .who-we-are-container .container {
    padding: 120px 24px;
  }

  .who-we-are-container .container {
    max-width: 1484px;
  }

  .who-we-are-container .title {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
  }

  .who-we-are-container .title::before {
    content: '';
    background: #FAFAFA;
    width: 2px;
    height: 100%;
    top: 0;
    left: -8px;
    position: absolute;
  }

  .who-we-are-container .title span {
    font-size: 18px;
  }

  .who-we-are-container p {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 0;
  }


  .who-we-are-container .img-container {
    height: 558px;
  }

  .who-we-are-container img {
    min-width: 826px;
    height: 558px;
    right: -234px;
    top: 50%;
    transform: translateY(-50%);

  }
}

/* ================== FIM WHO-WE-ARE-CONTAINER ================== */


/* ==================== SERVICES-CONTAINER ==================== */

.services-container .container {
  max-width: 1047px;
  margin-top: 0;
}

.services-container .header.default {
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.services-container .header .title,
.services-container .header p  {
  color: var(--primary-color);
}

.services-container .header .title::before {
  background-color: var(--primary-color);
}



@media screen and (min-width: 992px) {
  .services-container .container {
    padding: 60px 12px;
  }
}

@media screen and (min-width: 1920px) {
  .services-container .container {
    max-width: 1060px;
  }

  .services-container .container {
    padding: 120px 12px;
  }
}

/* ================== FIM SERVICES-CONTAINER ================== */

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

.card.default {
  display: flex;
  width: 100%;
  padding: 26px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;
  height: 100%;

  border-radius: 12px 2px 12px 12px;
  border: 2px solid #fafafa;
  background: #FAFAFA;

  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  transition: .3s ease;
}

.card.default:hover {
  background: #F6F6F6;
  border-color: rgba(176, 199, 220, 0.40);
}

.card.default .icon {
  border-radius: 8px 2px 8px 8px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;

  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);

  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
}

.card.default .icon svg {
  width: 22px;
  height: 22px;
}

.card.default:hover .icon {
  background-color: var(--primary-color-light);
  border-color: var(--primary-color-light);
}

.card.default .title {
  color: #6C6C6C;
  font-family: "Public Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.4px;
  margin: 8px 0 4px 0;
  transition: .3s ease;
}

.card.default:hover .title {
  color: var(--primary-color);
}

.card.default p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 350;
  line-height: 16px;
  margin: 0;
  flex-grow: 1;
}

.card.default .btn {
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px 2px 12px 12px;
  border: 1px solid transparent;
  background: transparent;
  color: #1A1A1A;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  transition: .3s ease;
  margin: 12px 0 0 0;
  min-height: 0;
}

.card.default .btn svg {
  width: 10px;
  height: 11px;
  flex-shrink: 0;
}

.card.default:hover .btn {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fafafa;
}

@media screen and (min-width: 1920px) {
  .card.default {
    width: 100%;
    padding: 40px 24px;
    gap: 10px;
    flex: 1 0 0;


    border-radius: 12px 2px 12px 12px;
    border: 2px solid #fafafa;

    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  }

  .card.default .icon {
    border-radius: 8px 2px 8px 8px;
    border: 1px solid #E9E9E9;

    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);

    padding: 12px;
  }

  .card.default .icon svg {
    width: 32px;
    height: 32px;
  }


  .card.default .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    margin: 24px 0 12px 0;

  }

  .card.default p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .card.default .btn {
    padding: 12px 16px;
    gap: 12px;

    border-radius: 12px 2px 12px 12px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 24px 0 0 0;
  }

  .card.default .btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
}

/* ================== FIM CARD ================== */

/* ==================== PRODUCTS-CONTAINER ==================== */

@media screen and (min-width: 992px) {
  .products-container .container {
    padding: 60px 12px;
    max-width: 1046px;
  }

}

@media screen and (min-width: 1920px) {
  .products-container .container {
    max-width: 1484px;
    padding: 120px 12px;
  }
}


/* ================== FIM PRODUCTS-CONTAINER ================== */

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

.card.secondary {
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FFF;
  height: 100%;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(27, 27, 27, .06);
  transition: .3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card.secondary:hover {
  border-color: var(--tertiary-color);
  box-shadow: 0 8px 24px 0 rgba(27, 27, 27, .12);
}

.card.secondary .img-container {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  height: 200px;
  padding: 12px;
  flex-shrink: 0;
}

.card.secondary img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .3s ease;
}

.card.secondary:hover img {
  transform: scale(1.06);
}

.card.secondary .content {
  display: flex;
  padding: 0 8px 8px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-grow: 1;
  gap: 12px;
  text-align: center;
}

.card.secondary .content .title {
  color: #1A1A1A;
  font-family: "Public Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

.card.secondary .content .text {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.card.secondary .content .btn {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--tertiary-color);
  background: transparent;
  color: var(--tertiary-color);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .3s ease;
  min-height: 0;
}

.card.secondary .content .btn:hover,
.card.secondary .content .btn:focus-visible,
.card.secondary:hover .content .btn {
  background-color: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: #FAFAFA;
}

@media screen and (min-width: 1920px) {
  .card.secondary {
    border-radius: 20px;
    padding: 24px;
    gap: 24px;
  }

  .card.secondary .img-container {
    border-radius: 16px;
    height: 300px;
    padding: 16px;
  }

  .card.secondary .content {
    padding: 0 12px 12px;
    gap: 16px;
  }

  .card.secondary .content .title {
    font-size: 26px;
  }

  .card.secondary .content .text {
    font-size: 16px;
    line-height: 1.6;
  }

  .card.secondary .content .btn {
    padding: 16px 24px;
    font-size: 16px;
  }
}

/* ================== FIM CARD ================== */


/* ==================== CTA ==================== */

.cta--form {
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color);
  padding: 48px 0;
}

/* imagem de fundo cadastrada no SIG */
.cta--form::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--bg-cta, none);
  background-size: cover;
  background-position: center;
  opacity: .15;
  pointer-events: none;
}

/* marca d'agua da direita */
.cta--form::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: url('../imagens/mark.webp') no-repeat right center;
  background-size: contain;
  opacity: .07;
  pointer-events: none;
}

.cta--form .container {
  position: relative;
  z-index: 1;
  max-width: 1048px;
}

/* ---------- coluna do texto ---------- */

.cta__title {
  color: #FAFAFA;
  font-family: "Public Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.cta__brand {
  color: var(--tertiary-color);
  font-style: italic;
}

.cta__text {
  color: #C3C3C3;
  font-family: Inter;
  font-size: 15.7px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 28px;
}

.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 420px;
  padding: 14px 20px;
  border-radius: 12px 2px 12px 12px;
  border: 1px solid var(--tertiary-color);
  background: var(--tertiary-color);
  color: #FAFAFA;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  transition: var(--transition);
}

.cta__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.cta__btn:hover,
.cta__btn:focus-visible {
  background: var(--tertiary-color-dark);
  border-color: var(--tertiary-color-dark);
  color: #FFF;
}

/* ---------- coluna do formulario ---------- */

.cta__form {
  border-radius: 12px;
  border: 1px solid #DADADA;
  background: #E9E9E9;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, .05);
  padding: 24px 20px;
}

.cta__form .form-label {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.cta__form .form-control,
.cta__form .form-select {
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  background-color: #FAFAFA;
  color: #6C6C6C;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  padding: 10px 12px;
}

.cta__form .form-control::placeholder {
  color: #9F9F9F;
}

.cta__form .form-control:focus,
.cta__form .form-select:focus {
  border-color: var(--tertiary-color);
  box-shadow: 0 0 0 .15rem rgba(255, 138, 30, .2);
}

.cta__form textarea.form-control {
  min-height: 84px;
  resize: vertical;
}

.cta__form-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.cta__submit {
  border: 1px solid var(--primary-color);
  border-radius: 12px 2px 12px 12px;
  background: var(--primary-color);
  color: #FAFAFA;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 10px 32px;
  transition: var(--transition);
}

.cta__submit:hover,
.cta__submit:focus-visible {
  background: var(--primary-color-light);
  border-color: var(--primary-color-light);
  color: #FFF;
}

/* a logo do site e branca, entao e escurecida para o card claro */
.cta__logo {
  width: 120px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) opacity(.55);
}

@media screen and (max-width: 991.98px) {
  .cta__btn {
    max-width: 100%;
  }

  .cta__form-footer {
    align-items: stretch;
  }

  .cta__logo {
    align-self: center;
  }
}

@media screen and (min-width: 1920px) {
  .cta--form {
    padding: 96px 0;
  }

  .cta--form .container {
    max-width: 1484px;
  }

  .cta__title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 24px;
  }

  .cta__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin: 0 0 40px;
  }

  .cta__btn {
    max-width: 520px;
    padding: 18px 28px;
    font-size: 18px;
  }

  .cta__btn svg {
    width: 22px;
    height: 22px;
  }

  .cta__form {
    padding: 32px 24px;
  }

  .cta__form .form-label {
    font-size: 14px;
  }

  .cta__form .form-control,
  .cta__form .form-select {
    font-size: 14px;
    padding: 16px 12px;
  }

  .cta__form textarea.form-control {
    min-height: 120px;
  }

  .cta__submit {
    font-size: 18px;
    padding: 16px 48px;
  }

  .cta__logo {
    width: 168px;
  }
}

/* ================== FIM CTA ================== */


/* ==================== blogs-container ==================== */


.card-blog.default {
  overflow: hidden;
  padding: 0;
  border-radius: 12px 2px 12px 12px;
  border: 1px solid #E9E9E9;
  background: transparent;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  transition: .3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-blog.default:hover {
  border-color: #B0C7DC;
}

.card-blog.default .cover {
  width: 100%;
  height: 202px;
  overflow: hidden;
}

.card-blog.default img {
  transition: .3s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-blog.default:hover img {
  transform: scale(1.1);
}

.card-blog.default .content {
  width: 100%;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-grow: 1;
}

.card-blog.default .content .time {
  display: flex;
  padding: 2px 9px;
  align-items: flex-start;
  width: fit-content;
  border-radius: 6px;
  border: 1px solid #6c6c6c8f;
  background: transparent;
  color: #6C6C6C;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.card-blog.default .content .title {
  color: #6C6C6C;
  font-family: "Public Sans";
  font-size: 14.6px;
  font-style: normal;
  font-weight: 400;
  transition: .6s ease;
  margin: 16px 0 3px 0;
}

.card-blog.default:hover .title {
  color: var(--primary-color);
}

.card-blog.default .content p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin: 11px 0 16px 0;
}

.card-blog.default .btn.default {
  border-color: transparent;
  background: transparent;
  color: #1A1A1A;
}

.card-blog.default:hover .btn.default {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #FAFAFA;
}

@media screen and (min-width: 1920px) {
  .card-blog.default {
    padding: 0;
    border-radius: 12px 2px 12px 12px;
    border: 1px solid rgba(195, 195, 195, 0.20);
  }

  .card-blog.default .cover {
    height: 283px;
  }

  .card-blog.default .content {
    padding: 28px 24px;
  }

  .card-blog.default .content .time {
    padding: 3px 14px;
    border-radius: 6px;
    border: 1px solid #6c6c6c8f;
    font-size: 14px;
    font-weight: 400;
  }

  .card-blog.default .content .title {
    font-size: 22.6px;
    font-weight: 400;
    margin: 23px 0 6px 0;
  }

  .card-blog.default .content p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 19px 0 24px 0;
  }
}



.blogs-container .container {
  max-width: 1043px;
}

@media screen and (min-width: 992px) {
  .blogs-container {
    padding: 60px 12px;
  }
}

@media screen and (min-width: 1920px) {
  .blogs-container {
    padding: 120px 12px;
  }

  .blogs-container .container {
    max-width: 1484px;
  }
}

/* ================== FIM blogs-container ================== */


/* ==================== TESTIMONIALS-CONTAINER ==================== */

.testimonials-container {
  background-color: #8BC5FF;
}

.testimonials-container .container {
  max-width: 1045px;
}

.testimonials-container video {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .testimonials-container .container {
    padding: 60px 12px;
  }
}

@media screen and (min-width: 1920px) {
  .testimonials-container .container {
    padding: 120px 12px;
    max-width: 1484px;
  }
}

/* ================== FIM TESTIMONIALS-CONTAINER ================== */

/* ==================== OTHERS-CONTAINER ==================== */

.others-container.primary.home {
background: #a9b6a2;
position: relative;
}

/* Folhas decorativas dos cantos (flutuando suavemente). */
.others-container.primary.home::before,
.others-container.primary.home::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  animation: leafFloat 4.5s ease-in-out infinite;
}

.others-container.primary.home::before {
  background-image: url('../imagens/float-01.png');
  width: 90px;
  height: 87px;
  top: 20px;
  right: 20px;
}

.others-container.primary.home::after {
  background-image: url('../imagens/float-02.png');
  width: 80px;
  height: 71px;
  bottom: 20px;
  left: 20px;
  animation-duration: 5.5s;
  animation-delay: .5s;
}

@keyframes leafFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  .others-container.primary.home::before,
  .others-container.primary.home::after {
    animation: none;
  }
}



.others-container.primary .container {
  max-width: 1054px;
}


.others-container.primary img {
  min-width: 462px;
  min-height: 400px;
  object-fit: contain;
}



.others-container.primary .title {
  color: #242424;
  font-family: "Public Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 24px 6px;
  position: relative;
}

.others-container.primary .title::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ff8a1e;
}

.others-container.primary p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 15.7px;
  font-style: normal;
  font-weight: 350;
  margin: 0;
}

.others-container.primary .btn.default {
  margin: 24px 0 0 0;
}

@media screen and (min-width: 992px) {
  .others-container.primary .container {
    padding: 60px 12px;
  }

  .others-container.primary .content {
    margin-left: 58px;
  }

}


@media screen and (min-width: 1920px) {
  .others-container.primary .container {
    padding: 120px 12px;
    max-width: 1484px;
  }



  .others-container.primary img {
    min-width: 538px;
    min-height: 568px;
  }

  .others-container.primary.home::before {
    width: 130px;
    height: 126px;
  }

  .others-container.primary.home::after {
    width: 115px;
    height: 102px;
  }

  .others-container.primary .content {
    margin-left: 90px;
  }

  .others-container.primary .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 24px 6px;
  }

  .others-container.primary .title::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ff8a1e;
  }

  .others-container.primary p {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 0;
  }

}

/* ================== FIM OTHERS-CONTAINER ================== */


/* ==================== MPI-CONTAINER ==================== */


.mpi-container .container {
  max-width: 1040px;
}

.mpi-container .title {
  color: #242424;
  font-family: "Public Sans";
  font-size: 28.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 40px 6px;
  position: relative;
}

.mpi-container .title::before {
  content: '';
  position: absolute;
  background-color: var(--primary-color);
  top: 0;
  left: -8px;
  width: 2px;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .mpi-container .container {
    max-width: 1484px;
  }


  .mpi-container .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 56px 6px;
  }
}

/* ================== FIM MPI-CONTAINER ================== */

/* ==================== CUSTOMERS-CONTAINER ==================== */

.customers-container.pages .container {
  max-width: 1028px;
}

.customers-container.pages .card {
  display: flex;
  padding: 20px 12px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  height: 100%;
}

.customers-container.pages .card img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

.customers-container.pages .card p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
  margin: 12px 0 0 0;
  flex-grow: 1;
}

.customers-container.pages .card .btn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px 1px 8px 8px;
  color: #1A1A1A;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  min-height: 0;
  transition: .3s ease;
}

.customers-container.pages .card .btn:hover {
  background-color: var(--primary-color);
  color: #fafafa;
}



.customers-tabs,
.customers-tabs *,
.customers-tabs *::before,
.customers-tabs *::after {
  box-sizing: border-box;
}

.customers-tabs {
  --ct-navy: #16324f;
  --ct-navy-deep: #0b1f33;
  --ct-ink: #1f2d3a;
  --ct-mist: #8a93a0;
  --ct-cloud: #edf0f3;
  --ct-line: #e3e7eb;
  --ct-radius-pill: 999px;
  --ct-radius-card: 14px;
  --ct-ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --ct-ease-organic: cubic-bezier(0.34, 1.56, 0.64, 1);
  color: var(--ct-ink);
  margin: 8px 0 32px;
}

.customers-tabs__bar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.customers-tabs__bar-scroll {
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  border-radius: var(--ct-radius-pill);
}

.customers-tabs__bar-scroll::-webkit-scrollbar {
  display: none;
}

.customers-tabs__bar {
  position: relative;
  display: flex;
  gap: 2px;
  background: var(--ct-cloud);
  padding: 6px;
  border-radius: var(--ct-radius-pill);
}

.customers-tabs__indicator {
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: calc(100% - 12px);
  background: var(--ct-navy);
  border-radius: var(--ct-radius-pill);
  box-shadow: 0 4px 12px rgba(18, 40, 63, 0.28);
  z-index: 0;
}

.customers-tabs__tab {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  background: transparent;
  border-radius: var(--ct-radius-pill);
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  color: var(--ct-ink);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s ease;
}

.customers-tabs__tab:hover {
  color: var(--ct-navy-deep);
}

.customers-tabs__tab[aria-selected="true"] {
  color: #fff;
}

.customers-tabs__tab[aria-selected="true"]:hover {
  color: #fff;
}

.customers-tabs__tab:focus-visible {
  outline: 2px solid var(--ct-navy);
  outline-offset: 2px;
}

.customers-tabs__count {
  font-size: 11px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.07);
  padding: 2px 8px;
  border-radius: var(--ct-radius-pill);
  color: inherit;
}

.customers-tabs__tab[aria-selected="true"] .customers-tabs__count {
  background: rgba(255, 255, 255, 0.22);
}

.customers-tabs__results {
  text-align: center;
  font-size: 13px;
  color: var(--ct-mist);
  margin: 22px 0 0;
  min-height: 18px;
}

.customers-tabs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.customers-tabs__card {
  background: #ffffff;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-card);
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  box-shadow: 0 1px 3px rgba(18, 40, 63, 0.06);
  animation: ctCardIn 0.5s var(--ct-ease-smooth) backwards;
  animation-delay: calc(var(--i) * 40ms);
  transition: transform 0.25s var(--ct-ease-smooth), box-shadow 0.25s var(--ct-ease-smooth);
}

.customers-tabs__card[hidden] {
  display: none;
}

.customers-tabs__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(18, 40, 63, 0.12);
}

.customers-tabs__card img {
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.75);
  transition: filter 0.3s ease;
}

.customers-tabs__card:hover img {
  filter: grayscale(0) opacity(1);
}

.customers-tabs__empty {
  text-align: center;
  color: var(--ct-mist);
  font-size: 14px;
  line-height: 1.6;
  padding: 48px 24px;
  max-width: 420px;
  margin: 0 auto;
}

.customers-tabs__empty code {
  background: rgba(0, 0, 0, 0.06);
  padding: 1px 5px;
  border-radius: 4px;
}

@keyframes ctCardIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 560px) {
  .customers-tabs__tab {
    padding: 9px 14px;
    font-size: 13px;
  }
}


.customers-container.home {
  padding: 4rem 0;
}

.customers-container.home .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


.customers-container.home .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.customers-container.home .card p {
  flex-grow: 1;
  margin: 12px;
}

.customers-container.home .card img {
  height: 280px;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .customers-tabs * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}



@media screen and (min-width: 1920px) {
  .customers-container.pages .container {
    max-width: 1484px;
  }

  .customers-container.home {
    padding: 5rem 0;
  }


  .customers-container.pages .card {
    padding: 40px 24px;
    width: 100%;
    gap: 24px;
  }

  .customers-container.pages .card img {
    width: 100%;
    height: 154px;
  }

  .customers-container.pages .card p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 24px 0 0 0;
  }

  .customers-container.pages .card .btn {
    padding: 8px 12px;
    gap: 8px;

    border-radius: 12px 2px 12px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}

/* ================== FIM CUSTOMERS-CONTAINER ================== */


/* ==================== VIDEOS-CONTAINER ==================== */

.videos-container .container {
  max-width: 1048px;
}

@media screen and (min-width: 1920px) {
  .videos-container .container {
    max-width: 1484px;
  }
}

/* ================== FIM VIDEOS-CONTAINER ================== */

/* ==================== OTHERS-CONTAINER SECONDARY ==================== */

.others-container.secondary .title {
  color: #242424;
  font-family: "Public Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin: 0 0 22px 8px;
}

.others-container.secondary .title::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: var(--primary-color);
}

.others-container.secondary p,
.others-container.secondary li {
  color: #6C6C6C;

  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.2px;
  margin: 0;
}

/* ================== FIM OTHERS-CONTAINER SECONDARY ================== */

.prod-inc .splide__slide {
  height: 280px !important;
}

/* ==================== BANNER VIDEO ==================== */

.splide-banner .splide__slide {
  position: relative;
}

.splide-banner .splide__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: -1;
}

.splide-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}


.banner-sound-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 444;
}

/* ================ BOTÃO DE SOM DO BANNER ================ */

.banner-sound-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background-color: #00000080;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.banner-sound-toggle:hover {
  background-color: #000000b3;
  transform: scale(1.05);
}

.banner-sound-toggle .icon-sound {
  display: none;
}

.banner-sound-toggle[aria-pressed="true"] .icon-muted {
  display: none;
}

.banner-sound-toggle[aria-pressed="true"] .icon-sound {
  display: block;
}

@media (max-width: 991px) {
  .banner-sound-toggle {
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}

/* ============= FIM BOTÃO DE SOM DO BANNER ============= */
/* ================== FIM BANNER VIDEO ================== */

/* ==================== PARTNERS-CONTAINER ==================== */

.partners-container {
  position: relative;
  overflow: hidden;
}

.partners-container::before,
.partners-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  /* ajuste a largura do sombreado */
  z-index: 2;
  pointer-events: none;
}

.partners-container::before {
  left: 0;
  background: linear-gradient(to right,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%);
}

.partners-container::after {
  right: 0;
  background: linear-gradient(to left,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%);
}

.partners-container .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-container.home {
  margin: 64px 0;
}

/* titulo no mesmo padrao da secao de servicos, porem sobre fundo claro */
.partners-container .header.default {
  position: relative;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.partners-container .header.default .title::before {
  background-color: var(--primary-color);
}

@media screen and (min-width: 1920px) {
  .partners-container.home {
    margin: 96px 0;
  }
}

/* ================== FIM PARTNERS-CONTAINER ================== */

/* ==================== SEGMENTS-CONTAINER ==================== */

.segments-container .container {
  padding: 62px 12px;
}

.segments-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto;
}


.segments-grid .segment-item:nth-child(5) {
  grid-column: 1 / span 1;
}

.segment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background-color: var(--primary-color);
  border-radius: 14px;
  padding: 28px 16px;
  min-height: 140px;
  text-align: center;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.segment-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fafafa;
  transition: color .25s ease;
}

/* no hover apenas o icone reage, mudando para o laranja da marca */
.segment-item:hover .segment-icon,
.segment-item:focus-within .segment-icon {
  color: #ff8a1e;
}

.segment-icon svg {
  width: 100%;
  height: 100%;
}

/* ---------- botoes do cabecalho da secao ---------- */

.segments-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.btn.default.btn--lg {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 12px 2px 12px 12px;
}

.btn.default.btn--whatsapp {
  background: var(--bs-whatsapp);
  border-color: var(--bs-whatsapp);
}

.btn.default.btn--whatsapp svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.segment-label {
  font-size: 16px;
  font-weight: 600;
  color: #fafafa;
  line-height: 1.3;
}


@media (min-width: 993px) {
  .segments-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .segments-grid .segment-item:nth-child(5) {
    grid-column: 1 / span 1;
  }

  .segments-grid .segment-item:nth-child(6) {
    grid-column: 2 / span 1;
  }

  .segments-grid .segment-item:nth-child(7) {
    grid-column: 3 / span 1;
  }
}

/* ---------- Tablet ---------- */
@media (max-width: 992px) {
  .segments-box {
    padding: 40px 24px;
  }

  .segments-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 640px) {
  .segments-box {
    padding: 32px 20px;
    border-radius: 12px;
  }

  .segments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .segment-item {
    min-height: 120px;
    padding: 22px 12px;
  }

  .segment-icon {
    width: 36px;
    height: 36px;
  }

  .segment-label {
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .segments-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .segments-container .container {
    padding: 120px 12px;
  }

  .segments-actions {
    gap: 16px;
  }

  .btn.default.btn--lg {
    padding: 18px 32px;
    font-size: 18px;
  }

  .btn.default.btn--whatsapp svg {
    width: 24px;
    height: 24px;
  }

}

/* ================== FIM SEGMENTS-CONTAINER ================== */

.box-splide-slide {
  position: relative;
}

.box-splide-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

.box-splide-slide::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

.splide-customers .splide__slide img {
  filter: grayscale(1);
  transition: .3s ease;
}

.splide-customers .splide__slide img:hover {
  filter: grayscale(0);
}

/* ==================== CARD services ==================== */

.services-container.home .splide-services .splide__track {
  padding: 40px 0;
}

.services-container.home .splide__slide {
  transition: transform .4s ease, opacity .4s ease;
  transform: scale(1);
  /* margin: 0 !important; */
  /* padding: 1rem !important; */
}

.services-container.home .splide__slide.is-active {
  transform: scale(1.2);
  z-index: 2;
}

.card.services {
  background: linear-gradient(to bottom,rgba(216, 0, 0, 0) 0%,rgba(0, 0, 0, 0.65) 100%), var(--backgorund) lightgray 50% / cover no-repeat;

  display: flex;
  width: 100%;
  min-height: 424px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-24, 24px);
  transition: .3s ease;
  border: none;
}

/* Card de serviços da home: filtro branco em todos os cards, exceto no card
   central do splide (.is-active), que fica em destaque com a cor original.
   Escopo restrito à home — não afeta os cards de serviços de outras abas. */
.services-container.home .card.services {
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), linear-gradient(to bottom,rgba(216, 0, 0, 0) 0%,rgba(0, 0, 0, 0.65) 100%), var(--backgorund) lightgray 50% / cover no-repeat;
}

.services-container.home .splide__slide.is-active .card.services {
  background: linear-gradient(to bottom,rgba(216, 0, 0, 0) 0%,rgba(0, 0, 0, 0.65) 100%), var(--backgorund) lightgray 50% / cover no-repeat;
}

/* Com o filtro branco, o título em #FAFAFA perde contraste; escurece nos
   cards filtrados e volta ao branco original só no card central. */
.services-container.home .card.services .title {
  color: var(--primary-color);
}

.services-container.home .splide__slide.is-active .card.services .title {
  color: #FAFAFA;
}



.card.services .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.card.services .title {
  color: #FAFAFA;
  text-align: center;

  font-family: "Public Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 26.4px;
  margin: 0;
}

.card.services .btn {
  border-radius: 12px 2px 12px 12px;
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);

  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;


  color: #FAFAFA;

  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

/* ================== FIM CARD DEFAULT SECONDARY ================== */

/* ================== EFEITO BLOG DO HEADER ================== */

.nav-item.no-dropdown-hover:hover > .dropdown-menu {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Remove a setinha do dropdown-toggle apenas no item "Blog" do menu
   (inc/sub-menu-categorias.php marca a categoria tipo Blog com essa classe). */
.nav-link--no-caret::after {
  display: none;
}

.card-body {
  flex: 0 1 auto;
}