header .logo-desktop,
header .logo-mobile-menu {
  width: 200px;
  margin: 1rem 0;
}
header {
  border-radius: 64px;
  width: 87%;
  top: 1rem;
  z-index: 1;
  background: var(--light);
  position: absolute;
  box-shadow: 0 2px 6px 0 rgba(105, 88, 88, 0.08);
}
.navbar-expand-lg .navbar-nav .nav-link:not(.dropdown-toggle) {
  position: relative;
  overflow: hidden;
}

.navbar-expand-lg .navbar-nav .nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease, right 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:not(.dropdown-toggle):hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.offcanvas-body .navbar-nav .nav-link[title="Contato"] {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 20px;
    padding: 8px 16px;
}



@media screen and (max-width: 768px) {
  header {
    position: relative;
  }
}
/* FOOTER */
footer {
  background-color: #222424;
}
footer .logo-desktop {
  max-width: 250px;
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--primary-color);
}
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);
}
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);
}
footer .social__icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  background-color: #141515;
  align-items: center;
  color: var(--primary-color);
  justify-content: center;
  border-radius: 10px !important;
  border: 1px solid #141515;
}
.border-top {
  border-top: 1px solid var(--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;
}

/* ==================== CARDS CONSULTORIA ==================== */

.consult-card {
  border-radius: 64px 4px;
  background: var(--Neutral-White-Normal, #fafafa);
  padding: 24px 20px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #6c6c6c;
}

.consult-card svg {
  font-size: 32px;
  margin-bottom: 12px;
  color: #8c8c8c; /* cor neutra inicial */
  transition: color 0.3s ease;
}

.consult-card__text {
  font-size: 14px;
  color: #555555;
}

.consult-card:hover {
  border-radius: 64px 4px;
  border: 2px solid
    var(--Primary-Primary---Normal, var(--primary-color, #f08b27));
  background: #fffbf8;
}

.consult-card:hover .consult-card svg,
.consult-card:hover .consult-card__text {
  color: var(--Primary-Primary---Normal, var(--primary-color, #f08b27));
}

/* ==================== COUNTER (seu CSS) ==================== */

.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(--primary-color);
  font-size: 4.5em;
  margin: 0.3em 0;
}

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

.counter__subtitle {
  color: #6c6c6c;
  font-size: 27px;
  margin: 0;
  font-weight: 600;
}

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

  .counter__item:after {
    display: none;
  }
}

.aspect {
  aspect-ratio: 1/1;
}

.section-solucoes-ambientais {
  background-color: #fffbf8;
}

/* CONTAINER GERAL */
.organictabs-1 {
  width: 100%;
  display: flex;
  align-items: stretch;
}

/* ---------- MENU / PILLS ---------- */
/* MENU BASE */
.organictabs-1__menu {
  display: grid;
  grid-template-columns: 1fr; /* primeira pílula sozinha */
  gap: 12px;
  width: 100%;
  max-width: 32%;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* PRIMEIRA PILULA (ATIVA) - 100% larg. */
.organictabs-1__menu .organictabs-1__link:first-child {
  grid-column: 1 / -1; /* ocupa a linha inteira */
  justify-self: start;
  width: 100%;
}

/* TODAS AS OUTRAS: 2 COLUNAS */
.organictabs-1__menu .organictabs-1__link:not(:first-child) {
  grid-template-columns: none;
  grid-column: auto;
}

/* A PARTIR DA 2ª PILULA → aplicar 2 colunas */
.organictabs-1__menu {
  grid-template-columns: 1fr; /* default */
}

/* Quando NÃO for o primeiro item, usar 2 colunas */
.organictabs-1__menu .organictabs-1__link:not(:first-child) {
  grid-column: span 1;
}

/* Forçar o grid 2 colunas daqui pra baixo */
.organictabs-1__menu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

/* Sobrescrever apenas a primeira voltando pra largura inteira */
.organictabs-1__menu .organictabs-1__link:first-child {
  grid-column: 1 / -1;
}

.organictabs-1__link {
  display: flex;
  padding: 9px 9px 7px 8px;
  border-radius: 999px;
  border: 1px solid rgba(240, 139, 39, 0.4);
  background-color: transparent;
  color: var(--primary-color, #f08b27);
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  height: 3.5rem;
text-align: center;
  transition: all 0.2s ease-in-out;
  justify-content: center;
  align-items: center;
}

.organictabs-1__link:hover {
  background-color: rgba(240, 139, 39, 0.06);
  border-color: var(--primary-color, #f08b27);
}

.organictabs-1__link.active {
  background-color: var(--primary-color, #f08b27);
  color: #fff;
}

/* ---------- ÁREA DE CONTEÚDO ---------- */

.organictabs-1__main {
  width: 100%;
  max-width: 68%;
}

.organictabs-1__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organictabs-1__thumb {
  width: 100%;
  max-width: 55%;
}

.organictabs-1__image {
  width: 100%;
  height: 280px;
  border-radius: 28px;
}

.organictabs-1__content {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.organictabs-1__content h3 {
  margin-bottom: 10px;
  color: #333;
}

.organictabs-1__content p {
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}

/* BOTÃO "SAIBA MAIS" */
.organictabs-1__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  width: 11rem;
  border-radius: 999px;
  border: 1px solid var(--primary-color, #f08b27);
  color: var(--primary-color, #f08b27);
  background-color: transparent;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.organictabs-1__btn:hover {
  background-color: var(--primary-color, #f08b27);
  color: #fff;
}

/* ---------- RESPONSIVO ---------- */

@media only screen and (min-width: 768px) {
  .organictabs-1__menu {
    max-width: 50%;
  }
  .organictabs-1__content {
    max-width: 45%;
  }
  .organictabs-1__thumb {
    max-width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .organictabs-1 {
    flex-direction: column;
    gap: 24px;
  }

  .organictabs-1__main {
    max-width: 100%;
  }

  .organictabs-1__row {
    flex-direction: column;
  }

  .organictabs-1__menu {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .organictabs-1__thumb,
  .organictabs-1__content {
    max-width: 100%;
    width: 100%;
  }

  .organictabs-1__image {
    height: 260px;
  }
}
.diferencial-card {
  border-radius: 24px;
  background-color: #ffffff;
  border: 1px solid var(--secondary-color);
}

.diferencial-card__icon {
  width: 48px;
  height: auto;
}

.section-diferenciais h2 {
  color: var(--primary-color, #f08b27);
}

.section-atuacoes {
  background-color: #fffbf8;
}

.section-atuacoes h2 {
  color: var(--primary-color, #f08b27);
}

.atuacoes-card {
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  height: 75%;
}

.atuacoes-card__image-wrapper {
  width: 100%;
  overflow: hidden;
}

.atuacoes-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.atuacoes-card__footer {
  background-color: var(--secondary-color);
  color: #fff;
  text-align: center;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 14px;
}

.splide-atuacoes .splide__slide {
  padding: 10px;
}

.splide-atuacoes .splide__arrow {
  background: transparent;
  border: none;
  color: var(--primary-color, #f08b27);
  font-size: 26px;
  box-shadow: none;
}

.splide-atuacoes .splide__arrow:disabled {
  opacity: 0.3;
}

/* Responsivo */
@media (max-width: 767px) {
  .atuacoes-card__image-wrapper {
    height: 200px;
  }
}
.atuacoes-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px; /* ajuste conforme o layout */
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #fffbf8 18.58%,
    rgba(255, 251, 248, 0) 100%
  );
  z-index: 5;
}

.review-card {
  border-radius: 24px;
  background: #fafafa;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(105, 88, 88, 0.08);
  height: 100%;
  min-height: 17rem;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.review-photo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.review-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0;
}

.review-quotes-wrapper {
  margin: 10px 0 12px;
}

.review-quotes {
  width: 40px;
}

.review-text {
  font-size: 15px;
  color: #666;
  margin-bottom: 16px;
}

.review-stars {
  font-size: 20px;
  color: #ffa000;
  display: flex;
  gap: 4px;
}

.card-blog {
  border-radius: 24px;
  border: 1px solid rgba(58, 58, 58, 0.08);
  background: var(--Neutral-White-Normal, #fafafa);
}

.box-blog {
  padding: 10px;
  border-radius: 16px;
  background: var(--Neutral-Grey-Grey---Hover, #dedede);
  width: 63%;
  display: inline-block;
}

.section-newsletter {
  background-color: #fffbf8;
}

.newsletter-box {
  border-radius: 32px;
  border: 1px solid rgba(240, 139, 39, 0.6);
  background: #ffffff;
}

.newsletter-title {
  color: var(--secondary-color);
  font-size: 2.5rem;
  font-weight: 600;
}

.newsletter-subtitle {
  color: #666666;
  font-size: 0.95rem;
}

/* Campos (select + email) */
.newsletter-field {
  border-radius: 999px;
  border: 1px solid rgba(240, 139, 39, 0.4);
  background: #fff4e7;
  padding: 0.65rem 1.25rem;
  font-size: 0.95rem;
  box-shadow: none;
}

.newsletter-field:focus {
  border-color: var(--primary-color, #f08b27);
  box-shadow: 0 0 0 0.15rem rgba(240, 139, 39, 0.25);
}

/* Botão */
.btn-newsletter {
  border-radius: 999px;
  background: var(--primary-color, #f08b27);
  border-color: var(--primary-color, #f08b27);
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
}

.btn-newsletter:hover {
  background: #d9761e;
  border-color: #d9761e;
}

.material-card {
  text-decoration: none;
  color: inherit;
}

.material-box {
  background: var(--light);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(240, 139, 39, 0.25);
  box-shadow: 0 2px 10px rgba(220, 140, 80, 0.1);
  transition: 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.material-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 18px rgba(240, 139, 39, 0.25);
}

.material-img img {
  width: 19rem;
  height: 16rem;
  object-fit: contain;
  display: block;
}

.material-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.material-btn {
  border: 1.6px solid #f08b27;
  color: #f08b27;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  justify-content: center;
  align-self: center;
  text-align: center;
  display: flex;
  transition: 0.3s;
  width: 100%;
}

.material-box:hover .material-btn {
  background: #f08b27;
  color: #fff;
}

.principios h2 {
  color: var(--primary-color);
  font-weight: 600;
}

/* CARD BASE */
.principio-card {
  background: var(--light);
  border: 1px solid #6c6c6c;
  border-radius: 16px;
  padding: 28px 22px;
  height: 100%;
  transition: all 0.3s ease;
}

.principio-card svg {
  width: 40px;
  height: 4rem;
  margin-bottom: 15px;
}

.principio-card svg path {
  fill: #6c6c6c;
  transition: fill 0.3s ease;
}

/* Títulos */
.principio-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #555;
  transition: color 0.3s ease;
}

/* Texto */
.principio-card p,
.principio-card ul li {
  color: #777;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

/* HOVER */
.principio-card:hover {
  background: #fef4e9;
  border: 2px solid var(--primary-color);
  box-shadow: 0 8px 20px rgba(240, 139, 39, 0.15);
  transform: translateY(-3px);
}

/* HOVER — SVG E TÍTULO */
.principio-card:hover svg path {
  fill: var(--primary-color);
}

.principio-card:hover h4 {
  color: var(--primary-color);
}

/* MOBILE */
@media (max-width: 768px) {
  .principios .row {
    row-gap: 20px;
  }
}

.section-founder {
  background: #fffbf8; /* mesmo fundo das outras seções */
}

.founder-name {
  color: var(--primary-color);
  font-weight: 600;
}

.founder-role {
  font-weight: 600;
  color: #4a4a4a;
  font-size: 0.95rem;
}

.founder-photo {
  max-width: 380px;
  width: 100%;
  top: 1rem;
  position: relative;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}
/* Botão LinkedIn laranja, como no print */
.founder-linkedin {
  border-radius: 999px;
  border-color: var(--primary-color);
  color: var(--primary-color);
  padding-inline: 18px;
  padding-block: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #fff;
}

.founder-linkedin i {
  font-size: 1rem;
}

.founder-linkedin:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* Responsivo: centraliza tudo no mobile e joga a imagem pra cima */
@media (max-width: 991.98px) {
  .section-founder .row {
    text-align: center;
  }

  .section-founder .col-lg-6:first-child {
    order: 2;
  }

  .section-founder .col-lg-6:last-child {
    order: 1;
    margin-bottom: 1.5rem;
  }

  .founder-linkedin {
    justify-content: center;
  }
}

.planos-section .plano-card {
  background: var(--light);
  border-radius: 16px;
  padding: 28px 22px;
  border: 1px solid #6c6c6c;
  transition: 0.3s ease-in-out;
  height: 100%;
}

.plano-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.plano-icon i {
  font-size: 42px;
  color: #6c6c6c;
}

.plano-list {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 20px;
}

.plano-list li {
  margin-bottom: 6px;
  color: #555;
}

.plano-card .btn-primary {
  background: var(--primary-color);
  border: none;
}

.verMaisBtn {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.verMaisBtn:hover {
  background: var(--primary-color);
  color: #fff;
}

/* CORES DIFERENTES POR PLANO (OPCIONAL) */
.plano-1 {
  background: #ecf8ff;
}
.plano-2 {
  background: #fff1e0;
}
.plano-3 {
  background: #e7ffe7;
}

/* -------- Canais de Comunicação -------- */


.contact-channel {
  gap: 16px;
}

.contact-channel__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--primary-color, #f08b27);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-channel__icon i {
  color: #fff;
  font-size: 24px;
}

.contact-channel__content {
  font-size: 0.95rem;
  color: #555;
}

.contact-channel__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #444;
}

.contact-channel__line {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.95rem;
}

.contact-channel__line a {
  text-decoration: none;
  color: inherit;
}

/* -------- FAQ / Accordion estilizado -------- */

.accordion-1 {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
}

.accordion-1 .accordion__item {
  margin-bottom: 12px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(105, 88, 88, 0.08);
  overflow: hidden;
}

.accordion-1 .accordion__button {
  width: 100%;
  text-align: left;
  padding: 1.5rem;
  border-radius: 16px;
  border: 1.5px solid var(--Neutral-Grey-Grey---Active, #c6c6c6);
  background: var(--Neutral-White-Normal, #fafafa);
  box-shadow: 0 6px 12px 0 rgba(5, 5, 5, 0.02);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in-out;
}

.accordion-1 .accordion__button:hover,
.accordion-1 .accordion__button[aria-expanded="true"] {
  background-color: var(--primary-color);
  color: #fff;
}

.accordion-1 .accordion__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
 
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--dark);
  transition: transform 0.25s ease;
}

.accordion-1 .accordion__button[aria-expanded="true"] .accordion__icon {
  transform: rotate(45deg);
}

.accordion-1 .accordion__content {
  transition: all 0.4s ease;
  
}

.accordion-1 .accordion__content p {
  color: #777;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}

.accordion-1 .accordion__button[aria-expanded="false"] + .accordion__content {
  max-height: 0;
  padding: 0 18px;
  overflow: hidden;
}

.accordion-1 .accordion__button[aria-expanded="true"] + .accordion__content {
  max-height: 400px; /* controlado também pelo --height no inline */
  padding: 10px 18px 14px;
  overflow: hidden;
}

/* Mobile */
@media (max-width: 768px) {
  .section-contato-faq .row {
    row-gap: 32px;
  }
}

.card-beneficio {
					background: #FCFCFC;
					transition: .25s ease;
				}

				.card-beneficio:hover {
					border-color: var(--secondary-color) !important;
					box-shadow: 0 6px 12px rgba(5, 5, 5, .08) !important;
					transform: translateY(-2px);
				}

        /* seção (fundo claro igual print) */


/* título e botão */
.how-works-1__title{
  font-weight: 800;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.how-works-1__text{
  color: #2a2a2a;
  font-size: 1.05rem;
  line-height: 1.7;
}

.how-works-1__btn{
  background: #fff;
  color: #0a0a0a;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.how-works-1__btn:hover{
  filter: brightness(.95);
  color: #fff;
}

/* TIMELINE */
.timeline-2{
  position: relative;
  padding-left: 64px; 
}

/* linha vertical */
.timeline-2::before{
  content:"";
  position: absolute;
  left: 26px;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: #8a8a8a;
  border-radius: 999px;
}

/* item */
.timeline-2__item{
  position: relative;
  padding: 8px 0 28px 0;
}

.timeline-2__marker {
    position: absolute;
    left: -64px;
    top: 6px;
    width: 54px;
    display: flex;
    justify-content: center;
}

.timeline-2__num{
  width: 44px;
  height: 44px;
  border: 3px solid #8a8a8a;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--primary-color);
}

/* conteúdo */
.timeline-2__content {
    padding-left: 24px;
    padding-bottom: 2rem;
}

.timeline-2__head{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.timeline-2__icon{
  font-size: 42px;
  color: #8a8a8a; /* igual print (cinza) */
  line-height: 1;
}

.timeline-2__h3{
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
}

.timeline-2__p{
  margin: 0;
  color: #2a2a2a;
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 560px;
}

/* RESPONSIVO */
@media (max-width: 991.98px){
  .timeline-2{
    padding-left: 56px;
  }
  .timeline-2__h3{
    font-size: 1.6rem;
  }
  .timeline-2__icon{
    font-size: 36px;
  }
}

@media (max-width: 575.98px){
  .timeline-2__p{
    font-size: .98rem;
  }
}

.form-step{
  display: none;
  animation: fadeStep .3s ease;
}

.form-step.active{
  display: block;
}

@keyframes fadeStep{
  from{ opacity:0; transform: translateY(10px); }
  to{ opacity:1; transform: translateY(0); }
}

.w-15{
  width: 15%;
}

  #splideClientes .splide__slide{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .cliente-logo{
    width:180px;
    height:180px;
    object-fit:contain;
    display:block;
  }

  .w-new{width: 10rem;}