@charset "UTF-8";
/**
 * Bootstrap Basics
 **/
.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #3F3F3F;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  font-family: var(--lm-font-sans-serif);
  border: 2px solid transparent;
  padding: 0.5rem 1.75rem;
  font-size: 1rem;
  border-radius: 999rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #6A6C72;
}

/**
 * Tema - Página - Single - Soluções
 **/
.front-solucoes .solucoes {
  transform: translate3d(0, -6rem, 0);
  margin-bottom: -6rem;
}

.front-solucoes .slick-list,
.front-solucoes .slick-track {
  display: flex;
  padding: 1rem 0 1.75rem;
}

.front-solucoes .icone-bg {
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.front-solucoes .icone-bg svg, .front-solucoes .icone-bg img {
  width: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  object-fit: contain;
}

.front-solucoes .solucao:hover {
  transform: scale(1.05);
}

.front-vantagens .abas-item {
  z-index: 1;
}

.front-vantagens .aba::after, .front-vantagens .aba::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}

.front-vantagens .aba::before {
  opacity: 0;
  background: linear-gradient(91deg, #D4EE28 25%, #D4EE28 85%);
}

.front-vantagens .aba:after {
  opacity: 1;
  background: #fff;
}

.front-vantagens .aba.active:after, .front-vantagens .aba:hover:after {
  opacity: 0;
}

.front-vantagens .aba.active:before, .front-vantagens .aba:hover:before {
  opacity: 1;
}

.front-vantagens .aba.active .icone-bg, .front-vantagens .aba:hover .icone-bg {
  filter: brightness(0.5);
}

.front-vantagens .aba.active h2, .front-vantagens .aba:hover h2 {
  color: #063e38;
}

.front-vantagens .descricao {
  padding-left: 2rem;
}

.front-vantagens .descCont::before {
  content: '';
  position: absolute;
  left: -10%;
  right: 10%;
  bottom: -10%;
  top: -10%;
  background: #fff;
  box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: -3;
  border-radius: 0.5rem;
}

.front-vantagens .vantagem:not(:first-child) {
  border-left: 1px solid #F2F3F8;
}

.front-descricao:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 20%;
  background: #023E37;
  z-index: -1;
}

.front-descricao .contDesc img {
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 1rem 0 0 1rem;
  width: 150%;
  max-width: 150%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.front-descricao .btn {
  display: inline-flex;
  align-items: center;
}

.front-descricao .btn:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../img/svg/etc/long-arrow-right-g.svg") no-repeat center center/contain;
  margin-left: 0.5rem;
}

.front-descricao .itens {
  transform: translate3d(0, 9rem, 0);
}

.front-descricao .item {
  width: 80%;
  margin: 1rem 0 1rem auto;
}

.front-descricao .container.linha-do-tempo:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  filter: grayscale(100%);
  opacity: .1;
  bottom: 5%;
  top: 0;
  background: url("../img/svg/client-assets/favicon.svg") no-repeat right bottom;
  background-size: 50%;
}

.front-descricao .item-linha {
  background: #1a1a1a;
}

.front-descricao .linha-do-tempo .slick-list,
.front-descricao .linha-do-tempo .slick-track {
  padding: 1rem 0;
}

.front-descricao .linha-do-tempo .slick-track {
  background: url("../img/svg/client-assets/lines-bft.svg") repeat-x center center;
}

.front-descricao .linha-do-tempo .col:nth-child(odd) {
  transform: translate3d(0, -2rem, 0);
}

.front-vantagens-2 .slick-list,
.front-vantagens-2 .slick-track {
  display: flex;
  padding: 1rem 0 1.75rem;
}

.front-vantagens-2 .flex {
  flex-flow: column;
  align-items: center;
}

.front-vantagens-2 .col {
  padding: 0 0.5rem;
}

.front-clientes .slick-list,
.front-clientes .slick-track {
  display: flex;
  padding: 1rem 0 1.75rem;
}

.front-clientes blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  right: 2rem;
  transform: translate3d(0, -25%, 0);
  background: url("../img/svg/client-assets/aspas.svg") no-repeat center center/contain;
  width: 4rem;
  height: 4rem;
}

.front-clientes cite {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 3px solid #F2F3F8;
  font-style: normal;
}

.front-clientes .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0;
}

.front-blog .container:before {
  content: '';
  position: absolute;
  left: -100%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  width: 200%;
  border-radius: 0 1rem 1rem 0;
  background: #023E37;
  height: 100%;
}

.secao-segmentos img {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  object-fit: cover;
}

.secao-segmentos .item::before {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(41, 34, 89, 0.04) 0%, rgb(2, 62, 55) 100%);
  z-index: 1;
}

.secao-segmentos .desc {
  z-index: 2;
  bottom: 0;
}

.secao-segmentos .icone-prev {
  display: none !important;
}

.secao-segmentos .icone-next {
  width: 4rem;
  height: 4rem;
  right: 1rem;
}

.secao-passos .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: -100%;
  width: 200%;
  height: 100%;
  background: #023E37;
  opacity: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  transition: all 0.2s ease-in-out;
}

.secao-passos .item h2,
.secao-passos .item .desc {
  transition: all 0.2s ease-in-out;
}

.secao-passos .item:hover h2,
.secao-passos .item:hover .desc {
  color: #fff !important;
}

.secao-passos .item:hover:before {
  opacity: 1;
}

.secao-passos .item:last-child .counter:after {
  display: none;
}

.secao-passos .counter {
  background: -webkit-linear-gradient(right, #D4EE28, #D4EE28);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1;
  min-width: 3rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .secao-passos .counter {
    color: #D4EE28;
    -webkit-text-fill-color: #D4EE28;
  }
}

.secao-passos .counter:after {
  content: '';
  transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 100%;
  background: url("../img/svg/client-assets/lines-bft.svg") no-repeat center/contain;
  left: -30%;
  width: 5rem;
  height: 1rem;
  margin: 0 auto;
}

.secao-passos .formulario button {
  display: block;
  width: 100%;
  margin-top: 0;
}

.secao-passos .formulario button:before, .secao-passos .formulario button:after {
  border-radius: 0.5rem;
}

.secao-passos .avatar {
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
}

.secao-cta .img-bg {
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 1rem 1rem 0;
  width: 150%;
  max-width: 150%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
