/**
 * Bootstrap Basics
 **/
.banner-contato:before {
  width: 100%;
  border-radius: 0;
}

.banner-contato .formulario {
  transform: translate3d(0, 12rem, 0);
  margin-top: -12rem;
}

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

.banner-contato .formulario button:before, .banner-contato .formulario button:after {
  border-radius: 0.5rem;
}

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

.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-solucoes .solucoes {
  transform: none;
  margin-bottom: 0;
}
