/**
 * Bootstrap Basics
 **/

.bgGradient .t-white {
    color: #063e38;
}

 .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: #023E37;
}

.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%;
}
