/* Fontes */
@font-face {
  font-family: "Corsa Grotesk";
  src:
    url("../fonts/typedepot_-_corsa_grotesk_regular-webfont.woff2")
      format("woff2"),
    url("../fonts/typedepot_-_corsa_grotesk_regular-webfont.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Corsa Grotesk";
  src:
    url("../fonts/corsa-grotesk-bold-webfont.woff2") format("woff2"),
    url("../fonts/corsa-grotesk-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  background: linear-gradient(180deg, #f5f5f5 50%, #fff 100%);
  font-family: "Corsa Grotesk", sans-serif;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 56px;
  color: #212b3a;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  font-weight: 700;
}
ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 17px;
  font-weight: 400;
}
.content-single-solucoes ul li {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 500;
  border-radius: 7px;
  background: #fff;
  padding: 8px;
}
.content-single-solucoes ul {
  padding-bottom: 30px;
  gap: 8px;
}
li.active_beneficios {
  background: rgba(255, 89, 36, 0.8) !important;
  color: #fff !important;
}
.linha-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  padding-top: 35px;
  position: relative;
  z-index: 10001;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
}
header.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.page-template-home header.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #263143;
}
.page-template-home header.header-scrolled .linha-header ul li a {
  color: #fff;
}
.page-template-home header.header-scrolled .linha-header ul li a::after {
  background: #fff;
}
.page-template-home header.header-scrolled .nav-hamburger span {
  background: #fff;
}
.single-produto header.header-scrolled {
  background: #f5f5f5;
}
.page-template-modelo-ferramenta header.header-scrolled {
  background: #f5f5f5;
}
.content-beneficios .btn-solo {
  padding-top: 15px;
  padding-bottom: 0;
}
.linha-header ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #263143;
  position: relative;
  transition: color 0.3s ease;
}
.linha-header ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #263143;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.linha-header ul li a:hover::after {
  transform: scaleX(1);
}

.linha-header ul {
  margin-right: 30px;
  gap: 60px;
}

.btn-orange {
  border-radius: 12px;
  background: #ff5924;
  color: #fff;
  padding: 15px 25px;
  transition: all 0.5s ease;
}
.btn-orange:hover {
  box-shadow:
    0 4px 16px rgba(255, 89, 36, 0.4),
    0 2px 6px rgba(255, 89, 36, 0.25);
}
.btn-outline-orange {
  border-radius: 12px;
  border: 1px solid #ff5924;
  color: #ff5924;
  padding: 15px 25px;
  transition: all 0.5s ease;
}
.btn-outline-orange:hover {
  background: #ff5924;
  color: #fff;
}
.content-list-beneficios h4 {
  color: #263143;
  font-weight: 700;
}
.btn-solo {
  padding: 50px 0px;
}
.content-single-solucoes {
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
}
.card-blue {
  border-radius: 10px;
  background: #141c2d;
  padding: 32px 40px;
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  left: -125px;
}

.card-blue p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin-bottom: 0 !important;
}
.card-blue h3 {
  font-size: 48px;
  font-weight: 700;
  color: #ff640f;
}

.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}

.spn-orange {
  color: #ff640f;
}

.list-beneficios li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.list-beneficios {
  display: flex;
  flex-direction: column;
  gap: 74px;
}

.content-list-beneficios {
  position: relative;
  width: 100%;
}
.content-list-beneficios::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(243, 126, 67, 0.4);
  right: 0;
  bottom: -10px;
}

.content-beneficios {
  position: sticky;
  top: 10px;
}
.sessao-carrossel {
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 59%,
    #263143 59%,
    #263143 100%
  );
}
.sessao-carrossel .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.inovacao-solucoes {
  background-color: #263143;
  position: relative;
}
.content-big-numbers p {
  color: #fff;

  font-size: 24px;

  font-weight: 400;
}
.page-template-home header {
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, #212b3a 0%, rgba(33, 43, 58, 0.02) 100%);
  padding-bottom: 30px;
  z-index: 10001;
}
.page-template-home .linha-header ul li a {
  color: #fff;
  position: relative;
  transition: color 0.3s ease;
}
.page-template-home .linha-header ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.page-template-home .linha-header ul li a:hover {
  color: rgba(255, 255, 255, 0.95);
}
.page-template-home .linha-header ul li a:hover::after {
  transform: scaleX(1);
}
.inovacao-solucoes::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 530px;
  background-image: url(../image/footer-img.png);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.inovacao-solucoes .container {
  position: relative;
  z-index: 2;
}
.inovacao-solucoes h2 {
  color: #fff;
}
footer {
  background-color: #212b3a;
  padding-bottom: 80px;
  padding-top: 40px;
}
footer ul li a {
  font-size: 17px;
  font-weight: 300;
  color: rgb(122 128 137);
}
.span.aceite-texto {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.span.aceite-texto a {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  text-decoration-line: underline;
}
.big-numbers {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #26314338 10%,
    #26314394 19%,
    #263143 47%,
    #263143 100%
  );
  margin-top: -330px;
  position: relative;
  padding-bottom: 60px;
}

.home-banner h1 {
  color: #fff;
}
.home-banner p {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
.coluna-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ferramentas {
  background-color: #263143;
}
.ferramentas h3 {
  color: #fff;

  font-size: 24px;

  font-weight: 500;
}
.linha-ferramenta {
  position: relative;
  padding-top: 24px;
  padding-bottom: 44px;
}
.linha-ferramenta span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.linha-ferramenta span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px 10px 10px 0px;
  top: 23px;
}

.linha-solucoes-before {
  position: relative;
  padding-top: 36px;
  padding-bottom: 44px;
}
.linha-solucoes-before span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(243, 126, 67, 0.4);
}
.linha-solucoes-before span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: #ff640f;
  border-radius: 0px 10px 10px 0px;
  top: 35px;
}
section.home-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 340px;
  padding-bottom: 470px;
}
.single-solucoes-page {
  position: relative;
  padding-top: 115px;
}
.como-aderir h2 {
  color: #fff;
}
.como-aderir p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;

  font-weight: 400;
}
.single-solucoes-page .container {
  position: relative;
  z-index: 2;
}
.content-solucao h3 {
  color: #212b3a;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-solucao-wrapper a {
  display: block;
  height: 100%;
}
.content-solucao h4 {
  color: #ff5924;
  font-size: 16px;
  font-weight: 700;
}
.content-solucao p {
  font-size: 14px;
  color: #212b3a;
}
span.btn-solucao {
  color: #ff5924;
  font-size: 16px;
  font-weight: 700;
}
.single-solucoes-page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../image/linha-ahi.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: -200px;
  z-index: 1;
}
.pt-40 {
  padding-top: 40px;
}

.card-ferramenta {
  position: relative;
}
.card-ferramenta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background: #0c131e;
  background: linear-gradient(
    0deg,
    rgba(12, 19, 30, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  right: 0;
  bottom: 0;
  border-radius: 8px;
  transition: all 0.5s ease;
}
a:hover .card-ferramenta::after {
  height: 100%;
}
.card-ferramenta img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 8px;
}
.content-ferramenta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.card-ferramenta h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  padding-right: 53px;
}
.card-solucao {
  border-radius: 12px;
  background: #f4f4f4;
  padding: 10px 10px 10px 10px;
  height: 100%;
  transition: all 0.5s ease;
}
a:hover .card-solucao {
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.zoom-img {
  border-radius: 8px;
  overflow: hidden;
}
.zoom-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
a:hover .zoom-img img {
  transform: scale(1.05);
}
.content-solucao {
  padding: 32px 24px 0px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.linha-solucoes-home {
  row-gap: 30px;
  padding-top: 20px;
}
.content-solucao-inner {
  min-height: 160px;
}
.solucoes-home {
  background-color: #fff;
}

.como-aderir {
  background-color: #263143;
}

.pb-40 {
  padding-bottom: 40px;
}

.icon {
  border-radius: 24px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-aderir {
  border-radius: 10px;
  background: #131c2d;
  padding: 32px 40px;
}

.pt-64 {
  padding-top: 64px;
}
.content-aderir {
  padding-top: 32px;
}
.content-aderir h3 {
  color: #ff640f;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.content-aderir p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.content-single-solucoes h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #ff5924;
  margin-bottom: 24px;
}
.content-list-beneficios h4 {
  font-size: 20px;
  font-weight: 700;
  color: #263143;
}
.page-template-modelo-ferramenta .inovacao-solucoes {
  display: none;
}
.content-single-solucoes h1 {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  color: #212b3a;
}
.content-single-solucoes p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 160%;
  margin-bottom: 34px;
}
.content-single-solucoes .btn-solo {
  padding-top: 25px;
}
.card-blue p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #ff640f;
}
.img-mobile {
  display: none;
}

.parceiro {
  font-size: 18px !important;

  font-weight: 700 !important;
  color: rgba(0, 0, 0, 0.5) !important;
  margin-bottom: 34px !important;
}
.form-content {
  border-radius: 24px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 64px 128px -32px rgba(38, 49, 67, 0.5);
}
.form-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #263143;
  margin-bottom: 32px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  border-radius: 8px;
  border: 2px solid rgba(38, 49, 67, 0.1);

  background: #f9f9f9;
  height: 56px;
  margin-top: 20px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
  border-radius: 8px;
  border: 2px solid rgba(38, 49, 67, 0.1);

  background: #f9f9f9;
  height: 56px;
  margin-top: 20px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-red {
  border: none;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  background: #ff5924;
  color: #fff;
  font-size: 17px;

  font-weight: 700;
}
form.wpcf7-form.init label {
  color: rgba(0, 0, 0, 0.5);

  font-size: 16px;
}
.cont-text-lgpd br {
  display: none;
}
.content-list-beneficios ul {
  flex-direction: column;
  list-style: disc;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.content-list-beneficios ul li {
  position: relative;
  font-size: 17px;
  font-weight: 400;
}
.content-list-beneficios ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 10px;
}
.img-desktop img {
  max-width: 100%;
}
.btn-solucao-container {
  padding-top: 25px;
}
span.filtro-solucoes-nome {
  text-transform: uppercase;
}
.btn-solucao-container .btn-orange {
  font-size: 14px;
  padding: 14px 22px;
  display: table;
}
.single-produto header {
  padding-bottom: 30px;
}
.page-template-modelo-ferramenta header {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (max-width: 1400px) {
  .card-solucao {
    min-height: auto;
  }
}

@media (max-width: 1200px) {
  .single-solucoes-page::before {
    left: -260px;
  }
  .content-single-solucoes {
    padding-left: 12px;
  }
  .content-aderir p {
    font-size: 16px;
  }
  .card-number p {
    font-size: 16px;
  }

  .content-big-numbers p {
    font-size: 20px;
  }
  .card-number h2 {
    font-size: 38px;
  }
  section.home-banner {
    background-position: center;
  }
  .content-single-solucoes ul li {
    font-size: 13px;
  }
  .card-ferramenta h4 {
    font-size: 20px;
    padding-right: 20px;
  }

  .card-blue {
    left: -70px;
  }
  .home-banner p {
    font-size: 18px;
  }
  .content-ferramenta {
    bottom: 20px;
    left: 24px;
  }
  p {
    font-size: 16px;
  }
  .content-solucao h3 {
    font-size: 22px;
  }
  .content-solucao h4 {
    font-size: 18px;
  }
}
/* Logo: desktop visível por padrão, mobile escondida */
.navbar-brand .logo-mobile-header {
  display: none;
}
.navbar-brand .logo-desktop {
  display: block;
}

/* Menu mobile: hamburger e painel */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 10000;
}
.nav-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #263143;
  border-radius: 2px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  pointer-events: none;
}
.nav-hamburger:focus {
  outline: 2px solid #263143;
  outline-offset: 2px;
}
.nav-mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  max-width: 85%;
  height: 100vh;
  background: #263143;
  z-index: 99999;
  overflow: hidden;
  transition: width 0.3s ease;
  visibility: hidden;
}
.nav-mobile-panel.is-open {
  width: 280px;
  visibility: visible;
}
.nav-mobile-panel-inner {
  padding: 35px 24px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 280px;
}
.nav-mobile-logo {
  margin-bottom: 40px;
}
.nav-mobile-logo img {
  max-height: 40px;
  width: auto;
}
.nav-mobile-close {
  position: absolute;
  top: 75px;
  right: 24px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.nav-mobile-links a {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.nav-mobile-links a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.body-menu-open {
  overflow: hidden;
}
.body-menu-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
}
.content-inovacao p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
}

.card-number {
  border-radius: 10px;
  background: #141c2d;
  padding: 32px;
  height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.card-number h2 {
  font-size: 48px;
  color: #ff640f;
  font-weight: 700;
}
.card-number p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
form.wpcf7-form.init p {
  line-height: 0;
}
form.wpcf7-form.init .col-12 {
  padding-bottom: 20px;
}
.wpcf7-spinner {
  display: none;
}
.linha-btn {
  padding-bottom: 0 !important;
}
.linha-btn p {
  margin-bottom: 0 !important;
}
.page-template-modelo-ferramenta .content-beneficios p {
  display: none;
}
.page-template-modelo-ferramenta .beneficios-solucoes .btn-solo .btn-orange {
  display: none !important;
}
.page-template-modelo-ferramenta .single-solucoes-page .btn-solo {
  display: none !important;
}
.page-template-modelo-ferramenta .single-solucoes-page .btn-outline-orange {
  display: none !important;
}

@media (max-width: 992px) {
  .navbar-brand .logo-desktop {
    display: none;
  }
  .content-inovacao {
    padding-bottom: 30px;
  }
  .form-content h3 {
    font-size: 26px;
  }
  .linha-ferramenta-home {
    row-gap: 30px;
  }
  .linha-solucoes-home {
    row-gap: 30px;
  }
  .linha-big-numbers {
    row-gap: 30px;
  }
  .linha-como-aderir {
    row-gap: 30px;
  }
  h1 {
    font-size: 42px;
  }
  .card-number {
    padding: 20px;
  }
  .card-number h2 {
    font-size: 32px;
  }
  .card-number p {
    font-size: 16px;
  }
  .navbar-brand .logo-mobile-header {
    display: block;
  }
  .nav-desktop {
    display: none !important;
  }
  .nav-hamburger {
    display: flex;
  }

  .img-mobile {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-single-solucoes h2 {
    font-size: 18px;
  }
  .content-single-solucoes h1 {
    font-size: 42px;
  }
  .btn-solo {
    padding: 30px 0px;
  }
  .card-blue {
    position: unset;
  }
  br {
    display: none;
  }
  h2 {
    font-size: 36px;
  }
  .single-produto header {
    background-color: #263143;
  }
  .single-produto header.header-scrolled {
    background-color: #263143;
  }
  .single-produto header .nav-hamburger span {
    background: #fff;
  }

  .single-produto header {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-template-home header {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  header.header-scrolled {
    padding-top: 10px !important;
  }
  .page-template-modelo-ferramenta header {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #263143;
  }
  .page-template-modelo-ferramenta header .nav-hamburger span {
    background: #fff;
  }
  .page-template-modelo-ferramenta header.header-scrolled {
    background-color: #263143;
  }
  .page-template-modelo-ferramenta header.header-scrolled .nav-hamburger span {
    background: #fff;
  }
}

@media (max-width: 768px) {
  .list-beneficios {
    padding-top: 70px;
  }
  .list-beneficios li {
    gap: 15px;
  }
  .content-list-beneficios h4 {
    font-size: 16px;
  }
  section.home-banner {
    background-repeat: no-repeat;
    padding-top: 156px;
    padding-bottom: 0px;
  }
  .list-beneficios {
    gap: 48px;
}
.list-beneficios {
  padding-top: 48px;
}
  .form-content h3 {
    font-size: 20px;
  }
  .content-ferramenta {
    bottom: 18px;
    left: 18px;
  }
  .linha-ferramenta-home {
    row-gap: 20px;
  }
  .card-number {
    height: auto;
  }
  .content-aderir h3 {
    font-size: 24px;
  }
  .card-ferramenta h4 {
    font-size: 16px;
  }
  .nav-mobile-panel {
    max-width: 100%;
  }
  .linha-ferramenta-home .col-lg-3.col-md-6 {
    width: 50%;
  }
  .nav-mobile-panel.is-open {
    width: 100%;
    visibility: visible;
  }
  .title-solucoes-home {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
  }
  .pt-80 {
    padding-top: 45px;
  }
  .pb-80 {
    padding-bottom: 45px;
  }
  .content-big-numbers p {
    font-size: 18px;
  }
  h1 {
    font-size: 38px;
  }
  .content-list-beneficios ul {
    gap: 10px;
  }
  .ferramentas h3 {
    font-size: 22px;
  }
  .page-template-home header {
    background: transparent;
  }
  .form-content {
    padding: 20px;
  }
  .big-numbers {
    background: linear-gradient(
      to bottom,
      #263143 0%,
      #263143 10%,
      #263143 19%,
      #263143 47%,
      #263143 100%
    );
    margin-top: 0;
  }
  .content-aderir p {
    font-size: 16px;
  }
  .coluna-footer {
    flex-direction: column;
    gap: 30px;
  }
  .nav-mobile-logo {
    margin-top: 40px;
  }
  .linha-header {
    width: 100%;
  }
  .img-mobile img {
    max-width: 100%;
  }
  .single-solucoes-page {
    position: relative;
    padding-top: 30px;
  }
  .card-blue {
    width: 100%;
  }
  .coluna-footer img {
    max-width: 100%;
    width: 100%;
  }
  ul {
    flex-wrap: wrap;
  }
  footer ul li a {
    font-size: 15px;
  }
  .content-single-solucoes h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 32px;
  }
  .content-single-solucoes h2 {
    font-size: 16px;
  }
  .content-single-solucoes p {
    font-size: 16px;
  }
  .parceiro {
    font-size: 16px !important;
  }

  .card-blue p {
    font-size: 18px;
  }
  .card-blue {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Filtro de soluções – painel lateral (abre da direita para a esquerda) */
body.filtro-solucoes-aberto {
  overflow: hidden;
}
.filtro-solucoes-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s,
    visibility 0.25s;
}
.filtro-solucoes-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.filtro-solucoes-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 430px;
  max-width: 90vw;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  padding: 24px;
  padding-top: 60px;
}
.filtro-solucoes-panel.is-open {
  transform: translateX(0);
}

.filtro-solucoes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.filtro-solucoes-titulo {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ff5924;
  text-transform: uppercase;
}
.filtro-solucoes-fechar {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #333;
  padding: 0 4px;
}
.filtro-solucoes-descricao {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.filtro-solucoes-panel .linha-solucoes-before {
  padding-top: 10px;
  padding-bottom: 28px;
}
.filtro-solucoes-panel .linha-solucoes-before span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: #ff640f;
  border-radius: 0px 10px 10px 0px;
  top: 9px;
}
.btn-filtro {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-filtro-limpar-rapido {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #ff5924;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    background 0.2s ease;
}
.btn-filtro-limpar-rapido:hover {
  background: rgba(255, 89, 36, 0.12);
  color: #e54d1a;
}
.btn-filtro-limpar-rapido.is-hidden {
  display: none;
}

button.btn-filtro-item.js-abre-filtro-solucoes {
  border: none;
  border-radius: 7px;
  background: #f4f4f4;
  padding: 10px 17px;
  color: #263143;
  font-size: 14px;
  font-weight: 700;
}
.title-solucoes-home h3 {
  font-size: 24px;

  font-weight: 700;
  text-transform: uppercase;
}
.card-solucao img {
  width: 100%;
}
.filtro-solucoes-lista {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.filtro-solucoes-item {
  margin: 0;
}
.filtro-solucoes-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 18px;
  color: #212b3a;
  font-weight: 700;
}
.filtro-solucoes-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filtro-solucoes-switch {
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  border-radius: 12px;
  background: #e0e0e0;
  position: relative;
  transition: background 0.25s ease;
}
.filtro-solucoes-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease;
}
.filtro-solucoes-toggle:checked + .filtro-solucoes-switch {
  background: #ff5924;
}
.filtro-solucoes-toggle:checked + .filtro-solucoes-switch::after {
  transform: translateX(20px);
}
.filtro-solucoes-toggle:focus + .filtro-solucoes-switch {
  outline: 2px solid #ff5924;
  outline-offset: 2px;
}
.filtro-solucoes-botoes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.filtro-solucoes-btn-aplicar {
  background: #ff5924;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 12px;
}
.filtro-solucoes-btn-limpar {
  background: transparent;
  border: none;
  color: #ff5924;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  padding: 12px 20px;
}
