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

.header {
  position: absolute;
  top: 0;

  z-index: 999;
  margin: 0 auto;
}

.mpi header {
  background: color(--primary-color);
}

@media screen and (min-width: 992px) {
  .header .nav-link {
    color: var(--light);
    margin: 0 0.1875rem;
    transition: 0.3s;
  }
  .header .nav-link:hover {
    color: var(--light);
  }

  .header .nav-link.active {
    color: white !important;
    background-color: var(--primary-color);
    border-radius: 8px;
  }
}

.bread {
  padding: 0.5rem 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../imagens/bread.webp");
  height: auto;
  background-position: center;
}
body.servicos .bread {
  padding: 100px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../imagens/bread-servicos.webp");
  background-position: center;
}

.bread__row {
  margin-top: 180px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer {
  background: var(--primary-color);
}

footer .logo-desktop {
  max-width: 200px;
}

footer h3 {
  margin: 0 0 22px 0;
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

footer p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

footer .footer__nav li a:not(.btn) {
  color: var(--light);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  text-transform: capitalize;
}

footer .footer__nav li a i {
  font-size: 10px;
}

footer .footer__nav li a:hover {
  color: var(--primary-color-light);
}

footer .address :is(span, a):not(.btn),
footer span {
  transition: 0.3s;
  color: var(--light) !important;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}
.bg-copy {
  background-color: var(--primary-color);
}

footer i {
  color: #fff;
}

footer iframe {
  border-radius: 1rem;
  width: 100%;
}

.copyright-footer .btn.selos {
  min-height: unset;
}

.copyright-footer p {
  color: var(--dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

@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;
}
.bg-icon-2 {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px; /* impede achatar */
  min-height: 48px;
  background: var(--secondary-color);
  border-radius: 16px;
  display: inline-flex; /* importante */
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* evita deformar no flex */
}

.bg-icon {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px; /* impede achatar */
  min-height: 48px;
  background: #d8a027;
  border-radius: 50%;
  display: inline-flex; /* importante */
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* evita deformar no flex */
}

.bg-icon i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.bg-icon-2 i {
  color: var(--dark);
  font-size: 18px;
  line-height: 1;
}

.mh-400 {
  max-height: 400px;
}

.bg-cta-pattern {
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../imagens/cta.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}

.cta input,
.cta textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.3);
  border: #fff;
  font-size: 14px;
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
}

.cta select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.3);
  border: #fff;
  font-size: 14px;
  color: var(--dark);
  outline: none;
  transition: all 0.3s ease;
}
/* Estiliza a option usada como placeholder */
.cta select option[disabled][selected] {
  color: #fff !important;
  opacity: 0.7; /* opcional */
}

.form-bg {
  border-radius: 16px;
  border: 2px solid rgba(235, 236, 236, 0.08);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9px);
  box-shadow: 0 1px 2px 0 rgba(105, 88, 88, 0.08);
  backdrop-filter: blur(6px);
  padding: 20px;
}

.titulos-span {
  display: inline-block;
  border-radius: 12px;
  border: 1px solid rgba(193, 223, 134, 0.45);
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  padding: 6px;
  margin-bottom: 5px;
}

.bg-news {
  background-color: #222424;
}

.bg-news input {
  border-radius: 16px !important;
  background: #1a1b1b !important;
  backdrop-filter: blur(6px) !important;
}

.border-cta {
  border: 2px solid #ebecec14;
  border-radius: 16px;
  padding: 16px;
}

.bg-planos-1 {
  position: relative;
  height: 100vh;
}
.bg-planos-1::after {
  position: absolute;
  content: "";
  background: url("../imagens/planos-1.webp");
  left: -10px;
  width: 400px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
}

.planos-1 {
  left: -10px;
  max-height: 550px;
}
.planos-2 {
  right: -27px;
}

@media screen and (max-width: 992px) {
  .planos-2 {
    right: 0;
    display: none;
  }
  .planos-1 {
    left: 0;
    display: none;
  }
}
.card-step {
  max-width: 340px;
  padding: 24px 28px;
  border: 1.5px solid #cfe6e3;
  border-top-right-radius: 20px;
  background: #ffffff;
  border-bottom-left-radius: 20px;

  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.card-step-2 {
  max-width: 340px;
  padding: 24px 28px;
  border: 1.5px solid #b4e84a;
  border-top-right-radius: 20px;
  background: transparent;
  border-bottom-left-radius: 20px;

  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}
.card-step-3 {
  max-width: 340px;
  padding: 24px 28px;
  border: 1.5px solid #004d43;
  border-top-right-radius: 20px;
  background: transparent;
  border-bottom-left-radius: 20px;

  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}
.card-step-3 h3,
p {
  color: #444 !important;
}
/* Número */
.card-step__number {
  font-size: 32px;
  font-weight: 700;
  color: #2f3e46;
  display: block;
  margin-bottom: 12px;
}
.card-step__number-2 {
  font-size: 32px;
  font-weight: 700;
  color: #b4e84a;
  display: block;
  margin-bottom: 12px;
}

/* Título */
.card-step__title {
  font-size: 16px;
  font-weight: 700;
  color: #1f2933;
  margin-bottom: 8px;
}
.card-step__title-2 {
  font-size: 16px;
  font-weight: 700;
  color: #b4e84a;
  margin-bottom: 8px;
}

/* Texto */
.card-step__text {
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}
.card-step__text-2 {
  font-size: 13px;
  line-height: 1.5;
  color: #b4e84a;
}

.bg-quem-somos {
  background: url("../imagens/quem-somos-bg.webp");
}

.splide__banner--video {
  position: relative;
  overflow: hidden;
}

.video-bg .video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(0deg, rgba(7, 78, 70, 0.5) 0%, rgba(7, 78, 70, 0.5) 100%);
}

.video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__content {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}

.fw-900 {
  font-weight: 900;
}

.card-mvv {
  flex: 1;
  transition: transform 0.3s ease;
  flex-direction: column;
  border-top: 3px solid var(--primary-color);
  border-radius: 16px;
  padding: 8px;
}

.card-mvv:hover {
  transform: translateY(-20px);
}

.card-mvv h3 {
  color: #393a3b;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0;
}

.card-mvv {
  flex: 1;
  transition: transform 0.3s ease;
}

.card-mvv:hover {
  transform: translateY(-20px);
}

.card-mvv h3 {
  color: #393a3b;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0;
}
.tertiary-color {
  color: #27eaa6;
}
.card-03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  aspect-ratio: 4/4;
  padding: 1.25rem;
  border-radius: 40px;
  background-color: var(--dark, #080808);
  overflow: hidden;
}

.card-03 > * {
  position: relative;
  z-index: 1;
}

.card-03 .card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: 0.3s ease-in-out;
  opacity: 0.4;
}

.card-03:hover .card__image {
  opacity: 0.5;
  transform: scale(1.1);
}

.card-03 .card__title {
  margin: 0;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.card-03 .card__title::after {
  content: "";
  display: block;
  width: 25%;
  height: 0.125rem;
  background-color: currentColor;
  margin: 0.75rem auto;
  transition: 0.3s ease-in-out;
}

.card-03 .card__text {
  margin: 0;
  color: #fff !important;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  height: calc((1rem * 4) * 1.4);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease-in-out;
}

.card-03 .card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  height: 2.5rem;
  color: #fff;
  background-color: var(--primary-color, #0096dd);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.card-03 .card__button:hover {
  filter: brightness(1.25);
}

@media screen and (min-width: 768.05px) {
  .card-03 .card__title::after {
    width: 0;
    height: 0;
    background-color: currentColor;
    margin: 0 auto;
  }

  .card-03:focus-within .card__title::after,
  .card-03:hover .card__title::after {
    margin: 0.75rem auto;
    width: 50%;
    height: 0.125rem;
    border-radius: 9999px;
  }

  .card-03 .card__text {
    height: 0rem;
    transform: translateY(4rem);
    opacity: 0;
  }

  .card-03:focus-within .card__text,
  .card-03:hover .card__text {
    height: calc((1rem * 4) * 1.4);
    transform: translateY(0);
    opacity: 1;
  }

  .card-03 .card__button {
    height: 0;
    transform: translateY(4rem);
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  .card-03:focus-within .card__button,
  .card-03:hover .card__button {
    height: 2.5rem;
    transform: translateY(0);
    opacity: 1;
  }
}

.bg-icon {
  width: 44px;
  height: 44px;
  border-radius: 80px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-icon-3 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-icon-3 i {
  line-height: 1;
}
.visible {
  overflow: visible;
}
.fs-12 {
  font-size: 12px !important;
}

.hr-topo {
  display: flex;
  height: 1px;

  align-items: flex-start;
  align-self: stretch;
  background: linear-gradient(
    90deg,
    rgba(180, 232, 74, 0) 0%,
    rgba(180, 232, 74, 1) 100%
  );
}
.cards-wrapper {
  display: flex;

  gap: 24px;
  flex: 1;
}

.plano-card {
  align-items: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #c8f169;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.plano-header {
  background: #0b5d3b;
  padding: 16px;
  text-align: center;
}

.plano-header h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.plano-lista {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.plano-lista li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.plano-lista li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #8bc34a;
  font-weight: bold;
}

.plano-btn {
  display: block;
  margin: 0 20px 20px;
  padding: 12px;
  text-align: center;
  background: linear-gradient(to right, #b4e84a, #8bc34a);
  color: #0b5d3b;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.plano-btn:hover {
  background: linear-gradient(to right, #8bc34a, #6fae2e);
  transform: translateY(-2px);
}

.plano-card.plano-valoriza {
  border: 2px solid #b4e84a;
}

/* Header */
.plano-valoriza .plano-header {
  background: #b4e84a;
}

.plano-valoriza .plano-header h3 {
  color: #0b5d3b;
}

/* Lista */
.plano-valoriza .plano-lista li::before {
  color: #6fae2e;
}

/* Botão */
.plano-valoriza .plano-btn {
  background: linear-gradient(to right, #b4e84a, #c8f169);
  color: #0b5d3b;
}

.plano-valoriza .plano-btn:hover {
  background: linear-gradient(to right, #a0db3a, #b4e84a);
}

.bg-resultados {
  background: url("../imagens/bg-resultados.webp");
}

.especialistas-wrapper {
  position: relative;
}

.especialista-item {
  display: flex;
  gap: 20px;
  position: relative;
  padding-bottom: 30px;
}

.especialista-item:not(.no-line)::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 60px;
  height: calc(100% - 60px);
  border-left: 2px dashed #b4e84a;
}

.icon-box {
  min-width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #0b5d3b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 26px;
  height: 26px;
}

.content-box {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.content-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0b5d3b;
}

.content-box p {
  font-size: 14px;
  margin: 0;
  color: #555;
  line-height: 1.4;
}

.bg-planos-page {
  background: url("../imagens/bg-planos-page.webp") center / cover no-repeat;
}
.form-select-custom {
  width: 100%;

  padding: 12px 16px;
  border-radius: 30px;
  border: none;

  background: rgba(5, 5, 5, 0.3);
  color: #fff;
  font-size: 16px;
}

/* placeholder visual */
.form-select-custom:has(option[value=""]:checked) {
  color: #b5b5b5;
}

/* quando seleciona algo */
.form-select-custom:not(:has(option[value=""]:checked)) {
  color: #fff;
}

.bg-page-planos {
  background-color: #fafafa;
}

.no-horizontal-scroll {
  overflow-x: hidden;
  max-width: 100vw;
}

/* =============================== CARD =============================== */
.card--mod-26 {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(34, 34, 34, 0.15);
  transition: 0.5s;
}
.card--mod-26:hover {
  transform: scale(1.05);
}
.card--mod-26 .card__cover {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.card--mod-26 .card__cover img {
  width: 100%;
  aspect-ratio: 6/6;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card--mod-26 .card__content {
  box-sizing: border-box;
  padding: 1rem;
}
.card--mod-26 .card__title {
  margin: 0 0 1em 0;
}
.card--mod-26 .card__title a {
  font-size: 1.1rem;
  color: var(--dark);
  text-align: left;
}
.card--mod-26 .card__text {
  margin: 0;
  font-size: 1rem;
  text-align: left;
}

.item-trabalho {
  border-top: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  padding: 20px;
}

.fs-15 {
  font-size: 1rem;
}

@media screen and (max-width: 576px) {
  .fs-15 {
    font-size: 12px !important;
  }
}

.card-servicos {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  max-height: 300px;
  height: 100%;
}

.card-servicos-sub {
  max-height: 170px;
}

.card-servicos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-servicos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Overlay escuro */
  z-index: 1;
}

.card-servicos .card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 2; /* Garante que o texto fique acima do overlay */
}

.card-01 {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

.card-01 .card__cover {
  position: relative;
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.card-01 .card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-in-out;
}

.card-01:hover .card__image,
.card-01:focus-within .card__image {
  transform: scale(1.1);
}

.card-01 .card__title {
  margin: unset;
  color: inherit;
  font-size: 1.125rem;
}

.card-01 .card__title:has(+ .card__button:hover) {
  font-weight: bold;
}

.card-01 .card__button {
  text-decoration: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #b52026;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid currentColor;
  border-radius: 0.625rem;
  padding: 0.5rem 1rem;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.card-01 .card__button:hover,
.card-01 .card__button:focus {
  color: #fff;
  background-color: #b52026;
  border-color: #b52026;
}

@media screen and (min-width: 576.05px) {
  .card-01 .card__cover {
    aspect-ratio: 342/575;
  }
}

.cta select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.3);
  border: #fff;
  font-size: 14px;
  color: var(--dark);
  outline: none;
  transition: all 0.3s ease;
}

.secondary-font {
  font-family: var(--secondary-font);
}

.content-large {
  max-width: 400px;
  width: 100%;
}

/* =============================== ACCORDION =============================== */

.accordion .accordion__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  background-color: transparent;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}

.accordion .accordion__button.accordion--active {
  color: var(--primary-color);
}

.accordion .accordion__button:after {
  content: "\2b";
  font-family: "FontAwesome";
  color: var(--dark);
}

.accordion .accordion__button.accordion--active:after {
  content: "\f068";
}

.accordion .accordion__button + * {
  padding: 5px 15px;
}

.traco {
  width: 1px;
  height: 50px;
  background-color: #fff;
}

.border-contato {
  padding: 16px;
  border: 1px solid var(--primary-color);
}

.fs-14 {
  font-size: 14px;
}
