.navbar {
  --bs-navbar-nav-link-padding-x: 0.7rem;
}
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 1);
}
body {
  font-family: "sofia-pro";
}
header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
header .nav-link {
  font-size: 14px;
  color: #fff;
}
header .social {
  color: #fff;
}
header .btn {
  margin-right: var(--bs-navbar-nav-link-padding-x);
  margin-left: var(--bs-navbar-nav-link-padding-x);
}
header .btn.btn-action {
  font-size: 12px;
}
header .btn.btn-action img {
  max-width: 20px !important;
}
strong {
  font-weight: 900 !important;
}
.full-banner {
  background: url(../themes/scapital/assets/images/full-hero.jpg) center no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.full-banner img {
  margin-bottom: 30px;
  width: 300px;
}
.full-banner h1 {
  font-weight: 200;
  font-size: 52px;
  margin-bottom: 0;
}
.full-banner h2 {
  max-width: 400px;
  line-height: 32px;
  font-size: 30px;
  font-weight: 300;
}
.bg-dark {
  background: #000 !important;
}
.bg-lines {
  background: url(../themes/scapital/assets/images/bg-lines.svg) center left;
  background-size: cover;
}
.btn.btn-action {
  background: #fff;
  font-weight: 900 !important;
  display: inline-flex;
  align-items: center;
}
.btn.btn-action img {
  margin-bottom: 0 !important;
  max-width: 30px !important;
  margin-right: 10px;
}
.btn.btn-action:hover {
  color: #000;
}
.btn.btn-dark {
  border-radius: 30px;
  font-size: 14px;
  padding: 6px 20px 4px;
}
section h2 {
  font-weight: 100;
  font-size: 40px;
}
section h3 {
  font-weight: 800;
}
section p {
  line-height: 32px;
  font-weight: 300;
}
.box-action {
  padding: 80px 0;
  background: url(../themes/scapital/assets/images/bg-1.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.box-action h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.box-action img {
  max-width: 250px;
  margin-bottom: 20px;
}
.box-action.bg-2 {
  background: url(../themes/scapital/assets/images/bg-2.jpg) center no-repeat;
  background-size: cover;
}
.box-action.bg-3 {
  background: url(../themes/scapital/assets/images/bg-3.jpg) center no-repeat;
  background-size: cover;
}
.box-action.bg-3 h3 {
  font-weight: 400;
  color: #000;
}
.box-solucoes {
  padding: 150px 0 100px;
  background: #cddedf;
  background: url(../themes/scapital/assets/images/bg-lines-3.svg) no-repeat top right/800px, linear-gradient(180deg, #cddedf 0%, white 55%);
}
.box-projetos h4 {
  font-size: 16px;
  font-weight: 700;
  max-width: 600px;
  line-height: 26px;
}
.box-projetos .carousel {
  background: #FAFAFA;
}
.box-projetos .carousel-cell {
  width: 30%;
  height: 660px;
  margin-right: 2px;
  background: #8C8;
  border-radius: 0;
  counter-increment: carousel-cell;
  position: relative;
}
.box-projetos .carousel-cell img {
  height: 660px;
  width: 100%;
  object-fit: cover;
}
.box-projetos .carousel-cell .tag {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 4px 10px 6px;
  min-width: 150px;
  text-align: center;
  border-radius: 23px;
}
.box-projetos .carousel-cell .item {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 25px;
  min-height: 200px;
}
.box-projetos .carousel-cell .item h3 {
  font-size: 20px;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.box-projetos .carousel-cell .item p {
  line-height: 20px;
  margin: 0;
}
.box-vantagens {
  padding: 150px 0 100px;
  background: url(../themes/scapital/assets/images/bg-lines-2.svg) no-repeat bottom right/900px, linear-gradient(0deg, #DFE7EB 0%, white 100%);
  /* O gradiente */
}
.box-vantagens h2 {
  font-weight: 500;
  font-size: 36px;
  max-width: 1000px;
  margin: 0 auto 100px;
}
.box-vantagens h3 {
  font-weight: 200;
  font-size: 36px;
}
.box-noticias {
  padding: 80px 0;
}
.box-noticias h2 {
  font-size: 30px;
}
.box-noticias .item {
  color: #000;
  text-decoration: none;
}
.box-noticias .item img {
  height: 300px;
  object-fit: cover;
}
.box-noticias .item h3 {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: 700;
}
.box-noticias .item p {
  line-height: 22px;
}
.box-depoimentos {
  background: url(../themes/scapital/assets/images/bg-1.jpg) center no-repeat #000;
  background-size: cover;
}
.box-depoimentos .bg-dark {
  background-color: #0000006e !important;
}
.box-depoimentos .carousel-item {
  padding: 60px 0 100px;
  color: #fff;
  text-align: center;
}
.box-depoimentos .carousel-item p {
  max-width: 600px;
  margin: 20px auto 0;
  line-height: 26px;
}
.box-depoimentos .carousel-indicators {
  margin-bottom: 2rem;
}
.box-depoimentos .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 50%;
}
footer {
  padding: 200px 0 60px;
}
footer .logo {
  max-width: 140px;
}
footer p {
  font-size: 12px;
  margin-top: 30px;
}
footer p a {
  color: #000;
  text-decoration: none;
  font-weight: 800;
}
.p-interna {
  padding: 100px 0 0;
}
.breadcrumb {
  margin: 66px 0 0;
  padding: 15px 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.box-case {
  color: #fff;
}
.box-case h1 {
  font-weight: 200;
  font-size: 30px;
}
.box-case .carousel-control-next, .box-case .carousel-control-prev, .box-case .carousel-indicators [data-bs-target] {
  filter: invert(1);
}
@media (max-width: 1199px) {
  header {
    background-color: #000 !important;
  }
}
@media (max-width: 992px) {
  .box-projetos .carousel-cell {
    width: 90%;
  }
  .full-banner h1 {
    font-size: 28px;
  }
  section h2 {
    font-weight: 100;
    font-size: 22px;
  }
  .box-solucoes {
    padding: 150px 0 100px;
    background: #cddedf;
    background: linear-gradient(180deg, #cddedf 0%, white 55%);
  }
  .box-vantagens h2 {
    font-size: 30px;
  }
  .box-vantagens img {
    width: 200px;
    height: 200px;
    object-fit: contain;
  }
}
