/* 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;
}

.linha-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  padding-top: 35px;
}
.content-beneficios .btn-solo {
  padding-top: 15px;
  padding-bottom: 0;
}
.linha-header ul li a {
  font-size: 17px;
  font-weight: 700;
  color: #263143;
}

.linha-header ul {
  margin-right: 30px;
  gap: 60px;
}

.parceiro {
  display: flex;
  align-items: center;
  gap: 10px;
}
.parceiro p {
  margin-bottom: 0;
}

.btn-orange {
  border-radius: 12px;
  background: #ff5924;
  color: #fff;
  padding: 15px 25px;
  font-weight: 700;
}

.btn-solo {
  padding: 50px 0px;
}
.content-single-solucoes {
  position: relative;
  padding-top: 40px;
}
.card-blue {
  border-radius: 10px;
  background: #141c2d;
  padding: 32px 40px;
  width: 550px;
  height: 180px;
  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;
}
.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;
}

.inovacao-solucoes h2 {
  color: #fff;
}
footer {
  background-color: #263143;
}
.big-numbers {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 59%,
    #263143 59%,
    #263143 100%
  );
  margin-top: -150px;
}
.coluna-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ferramentas {
  background-color: #263143;
}
section.home-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 470px;
}
.single-solucoes-page {
  position: relative;
  padding-top: 115px;
}
.single-solucoes-page .container {
  position: relative;
  z-index: 2;
}
.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: 0;
    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: 40px;
  left: 40px;
  z-index: 2;
}
.card-ferramenta h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.card-solucao {
  border-radius: 12px;
  background: #f4f4f4;
  padding: 10px;
}
.content-solucao {
  padding: 32px 24px;
}
.btn-solucao-container {
  padding-top: 30px;
}

.linha-solucoes-home {
  row-gap: 30px;
  padding-top: 20px;
}

.solucoes-home {
  background-color: #fff;
}

.como-aderir {
  background-color: #263143;
}

.pb-40 {
  padding-bottom: 40px;
}

.icon {
  border-radius: 24px;
  opacity: 0.4;
  background: rgba(255, 255, 255, 0.4);
  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: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
