@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #f7f9f9;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #303839;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.row {
  margin-bottom: 0;
}

section {
  padding: 70px 0px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 50px 0px;
  }
}

header#desktop {
  width: 100%;
  height: 120px;
  position: absolute;
  z-index: 999;
  background: transparent;
  top: 0;
  overflow: hidden;
}

header#desktop nav {
  background-color: revert;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 120px;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#desktop nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header#desktop nav a.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200;
}

header#desktop nav a.navbar-brand img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

header#desktop nav .navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
  position: relative;
  z-index: 50;
}

header#desktop nav .navbar-collapse ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  position: relative;
  margin: 0 48px;
  z-index: 50;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao+li.opcao {
  margin-left: 32px;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link {
  padding: 0;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1rem;
  color: #fcfefd;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link:hover span {
  border-bottom: 3px solid #cde2e5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a#navbarDropdown {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  color: #fcfefd;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a#navbarDropdown:hover {
  border-bottom: 3px solid #cde2e5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao div.dropdown-menu {
  background: #fcfefd;
  border-radius: 8px;
  padding: 0 16px;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao div.dropdown-menu a.dropdown-item+a.dropdown-item {
  border-top: 2px solid #dfebef;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao div.dropdown-menu a.dropdown-item {
  padding: 16px 8px;
  color: #0061f2;
  font-weight: 400;
  font-size: 20px;
}

header#desktop nav .navbar-collapse ul.opcoes li.dropdown:hover>.dropdown-menu {
  display: block;
}

header#desktop nav .navbar-collapse a.botao-verde {
  background: #fcfefd;
  width: auto;
  height: 42px;
}

header#desktop nav .navbar-collapse a.botao-verde p {
  font-size: 1rem;
  font-weight: 500;
  color: #0061f2;
}

header#desktop nav .navbar-collapse a.botao-verde:hover {
  -webkit-box-shadow: 0px 0px 24px 4px #fcfefd;
  box-shadow: 0px 0px 24px 4px #fcfefd;
}

header#desktop.bg-fixed {
  height: 90px;
}

header#desktop.bg-fixed nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  background: #0061f2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#desktop.bg-fixed nav a.navbar-brand img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

header#mobile {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header#mobile div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 999;
}

header#mobile a.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header#mobile a.brand-logo img {
  height: 45px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

header#mobile .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: #fcfefd;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 50px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header#mobile .sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 32px;
  margin-left: 50px;
  color: #0061f2;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#mobile .sidenav .closebtn:hover {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#mobile .sidenav ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  margin: 0;
}

header#mobile .sidenav ul.opcoes li+li a {
  border-top: 2px solid #dfebef;
}

header#mobile .sidenav ul.opcoes li {
  padding: 0 32px;
  margin: 0 32px;
  background: transparent;
  width: 100%;
}

header#mobile .sidenav ul.opcoes li a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 16px;
  height: auto;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  color: #0061f2;
  opacity: 1;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#mobile .sidenav ul.opcoes li a.link i {
  color: #0061f2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 8px;
}

header#mobile .sidenav ul.opcoes li a.link:hover {
  background: transparent;
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#mobile .sidenav ul.opcoes #collapseequipamentos {
  width: 100%;
  border-top: 2px solid #dfebef;
}

header#mobile .sidenav ul.opcoes #collapseequipamentos ul {
  list-style: none;
  width: 100%;
}

header#mobile .sidenav ul.opcoes #collapseequipamentos ul li {
  padding: 0;
  margin: 0;
}

header#mobile a.sidenav-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 20px;
  border-radius: 0;
  background: #fcfefd;
  text-decoration: none;
  color: #0061f2;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  position: absolute;
  right: 0;
}

header#mobile a.sidenav-trigger i {
  font-size: 28px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

header#mobile a.sidenav-trigger:hover {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#mobile.bg-fixed {
  height: 90px;
  background: #0061f2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header#mobile.bg-fixed a.brand-logo img {
  height: 42px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1280px) {
  header#mobile {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  header#desktop {
    display: none;
  }
}

a.botao-verde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #61c201;
  padding: 12px 24px;
  border-radius: 4px;
  height: 48px;
  width: auto;
  min-width: 144px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.botao-verde p {
  color: #fcfefd;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.botao-verde i {
  color: #fcfefd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.botao-verde:hover {
  -webkit-box-shadow: 0px 0px 24px 4px #61c201;
  box-shadow: 0px 0px 24px 4px #61c201;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

button.botao-verde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #61c201;
  padding: 12px 24px;
  border-radius: 4px;
  height: 48px;
  width: auto;
  min-width: 144px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

button.botao-verde p {
  color: #fcfefd;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

button.botao-verde i {
  color: #fcfefd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

button.botao-verde:hover {
  -webkit-box-shadow: 0px 0px 24px 4px #61c201;
  box-shadow: 0px 0px 24px 4px #61c201;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.botao-transparente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  padding: 12px 24px;
  border-radius: 8px;
  height: 48px;
  width: auto;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.botao-transparente p {
  color: #fcfefd;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

a.botao-transparente i {
  color: #fcfefd;
  margin-left: 8px;
}

a.botao-transparente:hover {
  border: 2px solid #fcfefd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

#principal div.extras {
  position: absolute;
  bottom: 42px;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 420px;
}
.extras{
  max-width: 100%;
}
#principal div.extras img {
  margin: 0 auto;
  width: 180px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#principal div.extras div.clientes-felizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

#principal div.extras div.clientes-felizes img {
  margin: 0;
  width: 65px;
  /* width: 240px;  */
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: -22px;
  border-radius: 50%;
  border: 1px solid #adadad;
}

#principal div.extras div.clientes-felizes p {
  font-weight: 700;
  margin-left: 35px;
}

#slide-principal {
  position: relative;
  z-index: 500;
}

#slide-principal .owl-item {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 85vh;
  margin: 0 auto;
  padding: 36px 0;
}

#slide-principal .owl-item img.bg-img {
  position: absolute;
  top: 0;
  z-index: 500;
  background: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* #principal{
  background: url('../imagens/newBanner.png') no-repeat fixed top;
} */
#slide-principal .owl-item div.container {
  position: relative;
  z-index: 800;
  height: calc(85vh - 72px);
  padding-top: 120px;
  padding-bottom: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#slide-principal .owl-item div.container h1 {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 800;
  margin-bottom: 16px;
}

#slide-principal .owl-item div.container p {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 800;
}

#slide-principal .owl-item div.container div.botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#slide-principal .owl-item div.container div.botoes a+a {
  margin-left: 16px;
}

#slide-principal .owl-item div.container div.botoes a {
  width: auto;
}

#slide-principal .owl-item div.container div.botoes a p {
  margin: 0;
}

#slide-principal .owl-item div.container div.botoes a.botao-transparente div.play {
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}

#slide-principal .owl-item div.container div.botoes a.botao-transparente div.play i {
  margin: 0;
  font-size: 12px;
  color: #0061f2;
}

#slide-principal .owl-dots {
  display: none;
}

#slide-principal .owl-nav {
  background: transparent;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 800;
  width: 100%;
  padding: 0;
  margin: 0;
}

#slide-principal .owl-nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 700;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  outline: none;
}

#slide-principal .owl-nav button div.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#slide-principal .owl-nav button div.nav-btn i {
  font-size: 36px;
  color: #fff;
  padding: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#slide-principal .owl-nav button:hover {
  background: transparent;
}

#slide-principal .owl-nav button:hover div.nav-btn i {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#slide-principal .owl-nav button.owl-next {
  position: absolute;
  margin-right: 36px;
  top: calc(50% - 8px);
  right: 0;
}

#slide-principal .owl-nav button.owl-prev {
  position: absolute;
  margin-left: 32px;
  top: calc(50% - 8px);
  left: 0;
}

div.informacoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

div.informacoes h3 {
  color: #303839;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 16px;
}

div.informacoes p {
  color: #303839;
  font-size: 1rem;
  line-height: 130%;
}

div.informacoes p+p {
  margin-top: 8px;
}

div.informacoes a {
  height: 48px;
  margin-top: 32px;
}

div.informacoes a p {
  color: #fcfefd;
}

#sobre-nos div.fotos-sobre {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-right: 64px;
}

#sobre-nos div.fotos-sobre img.direita {
  width: 60%;
  height: auto;
}

#sobre-nos div.fotos-sobre img.centro {
  position: absolute;
  width: 120px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  left: 108px;
  margin-top: 64px;
}

#sobre-nos div.fotos-sobre img.esquerda {
  width: 30%;
  height: auto;
}

#nao-perca-dinheiro-por-falta-de-gestao div.informacoes {
  padding-right: 64px;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card+div.card {
  margin-top: 48px;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card:first-child {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card:nth-child(2) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card:last-child {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card {
  border-radius: 16px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 24px 4px #edf0f1;
  box-shadow: 0px 0px 24px 4px #edf0f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 24px;
  width: 75%;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card div.card-header {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-right: 24px;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card div.card-header img {
  width: 48px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card div.card-body {
  background-color: transparent;
  padding: 0;
  border: none;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card div.card-body h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card div.card-body p {
  line-height: normal;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card div.card-footer {
  background-color: transparent;
  padding: 0;
  border: none;
}

#nao-perca-dinheiro-por-falta-de-gestao div.cards-servicos div.card div.card-footer img {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 56px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#dashboard div.informacoes {
  padding: 36px 0;
  padding-bottom: 64px;
  padding-left: 64px;
}

#slide-dashboard {
  position: relative;
}

#slide-dashboard .owl-item img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-shadow: 0px 0px 24px 4px #edf0f1;
  box-shadow: 0px 0px 24px 4px #edf0f1;
}

#slide-dashboard .owl-dots {
  position: absolute;
  left: calc(50% + 56px);
  bottom: 32px;
}

#slide-dashboard .owl-dots button.owl-dot {
  outline: none;
  border: none;
}

#slide-dashboard .owl-dots button.owl-dot span {
  border: 1px solid #303839;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0;
  background: transparent;
}

#slide-dashboard .owl-dots button.owl-dot+button.owl-dot {
  margin-left: 20px;
}

#slide-dashboard .owl-dots button.owl-dot.active {
  border: none;
}

#slide-dashboard .owl-dots button.owl-dot.active span {
  border: 1px solid #0061f2;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #0061f2;
}

#slide-dashboard .owl-nav {
  display: none;
}

#resulth-erp {
  background-color: #daeef5;
}

#resulth-erp h3 {
  color: #303839;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

#resulth-erp p {
  color: #303839;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 36px;
  text-align: center;
}


#slide-resulth-erp div.card {
  -webkit-box-shadow: 0px 0px 24px 4px #edf0f1;
  box-shadow: 0px 0px 24px 4px #edf0f1;
  border-radius: 16px;
  border: none;
  background: #ffffff;
  padding: 32px;
  min-height: 500px;
}

#slide-resulth-erp div.card div.card-header {
  background: transparent;
  padding: 0;
  border: none;
}

#slide-resulth-erp div.card div.card-header img {
  width: 42px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#slide-resulth-erp div.card div.card-body {
  background: transparent;
  padding: 24px 0;
  border: none;
}

#slide-resulth-erp div.card div.card-body h5 {
  color: #303839;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
}
footer .col-sm-12 ul li{
  max-width: fit-content;
}
#slide-resulth-erp div.card div.card-body p {
  color: #303839;
  text-align: left;
  margin: 0;
}

#slide-resulth-erp div.card div.card-footer {
  background: transparent;
  padding: 0;
  border: none;
}

#slide-resulth-erp div.card div.card-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#slide-resulth-erp div.card div.card-footer a p {
  color: #303839;
  margin: 0;
  margin-right: 8px;
  font-weight: 700;
}

#slide-resulth-erp div.card div.card-footer a i {
  color: #303839;
  font-size: 0.9rem;
}

#slide-resulth-erp div.card div.card-footer a:hover {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#resulth-erp a.botao-verde {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
.owl-theme .owl-nav {
  margin-top: -17px;
}

#resulth-erp a.botao-verde p {
  margin: 0;
  color: #fcfefd;
}

#ideal-para-gestao h3 {
  color: #303839;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

#ideal-para-gestao p {
  color: #303839;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 64px;
  text-align: center;
}

#ideal-para-gestao div.empresas {
  position: relative;
}

#ideal-para-gestao div.empresas img.base {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#ideal-para-gestao div.empresas ul.lista-esquerda {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
}

#ideal-para-gestao div.empresas ul.lista-esquerda li+li {
  margin-top: 72px;
}

#ideal-para-gestao div.empresas ul.lista-esquerda li:nth-child(1) {
  position: relative;
  left: 192px;
  top: -20px;
}

#ideal-para-gestao div.empresas ul.lista-esquerda li:nth-child(2) {
  position: relative;
  left: -16px;
  top: -50px;
}

#ideal-para-gestao div.empresas ul.lista-esquerda li:nth-child(3) {
  position: relative;
  left: -132px;
  bottom: 28px;
}

#ideal-para-gestao div.empresas ul.lista-esquerda li:nth-child(4) {
  position: relative;
  left: -172px;
  bottom: -20px;
}

#ideal-para-gestao div.empresas ul.lista-esquerda li:nth-child(5) {
  position: relative;
  left: -136px;
  bottom: -64px;
}

#ideal-para-gestao div.empresas ul.lista-esquerda li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#ideal-para-gestao div.empresas ul.lista-esquerda li img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 32px;
}

#ideal-para-gestao div.empresas ul.lista-esquerda li p {
  font-weight: 700;
  margin: 0;
  text-align: right;
}

#ideal-para-gestao div.empresas ul.lista-direita {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
}

#ideal-para-gestao div.empresas ul.lista-direita li+li {
  margin-top: 72px;
}

#ideal-para-gestao div.empresas ul.lista-direita li:nth-child(1) {
  position: relative;
  right: 215px;
  top: -28px;
}

#ideal-para-gestao div.empresas ul.lista-direita li:nth-child(2) {
  position: relative;
  right: -20px;
  top: -65px;
}

#ideal-para-gestao div.empresas ul.lista-direita li:nth-child(3) {
  position: relative;
  right: -155px;
  bottom: 32px;
}

#ideal-para-gestao div.empresas ul.lista-direita li:nth-child(4) {
  position: relative;
  right: -192px;
  bottom: -16px;
}

#ideal-para-gestao div.empresas ul.lista-direita li:nth-child(5) {
  position: relative;
  right: -150px;
  bottom: -64px;
}

#ideal-para-gestao div.empresas ul.lista-direita li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ideal-para-gestao div.empresas ul.lista-direita li img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 32px;
}

#ideal-para-gestao div.empresas ul.lista-direita li p {
  font-weight: 700;
  margin: 0;
  text-align: left;
}

#ideal-para-gestao div.caixa-slide {
  background: #fff;
  padding: 48px 24px;
  -webkit-box-shadow: 0px 0px 24px 4px #edf0f1;
  box-shadow: 0px 0px 24px 4px #edf0f1;
  border-radius: 16px;
}

#ideal-para-gestao div.caixa-slide h5 {
  color: #303839;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

#ideal-para-gestao div.caixa-slide div.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#ideal-para-gestao div.caixa-slide div.slide a#prev-parceiro i {
  font-size: 20px;
  color: #303839;
}

#ideal-para-gestao div.caixa-slide div.slide a#next-parceiro i {
  font-size: 20px;
  color: #303839;
}

#ideal-para-gestao div.caixa-slide div.slide #slide-parceiros {
  width: 85%;
}

#ideal-para-gestao div.caixa-slide div.slide #slide-parceiros .owl-item img {
  border-radius: 50%;
  border: 1px solid #adadad;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#principal::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -37px;
  left: 0;
  background: url('../imagens/forma.png') no-repeat;
  z-index: 550;
}


#ideal-para-gestao div.caixa-slide div.slide #slide-parceiros .owl-dots {
  display: none;
}

#ideal-para-gestao div.caixa-slide div.slide #slide-parceiros .owl-nav {
  display: none;
}

#depoimentos {
  background: #f7f9f9;
}

#depoimentos h3 {
  color: #303839;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 56px;
  text-align: center;
}

#depoimentos ul.grid-depoimentos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#depoimentos ul.grid-depoimentos li {
  -webkit-box-shadow: 0px 0px 24px 4px #edf0f1;
  box-shadow: 0px 0px 24px 4px #edf0f1;
  background: #ffffff;
  padding: 24px 32px;
  padding-top: 36px;
  position: relative;
  border-radius: 8px;
}

#depoimentos ul.grid-depoimentos li img.aspas {
  position: absolute;
  left: 32px;
  top: -20px;
  width: 40px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#depoimentos ul.grid-depoimentos li p {
  color: #303839;
  font-size: 0.95rem;
  line-height: 1.2;
}

#depoimentos ul.grid-depoimentos li div.classificacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

#depoimentos ul.grid-depoimentos li div.classificacao i {
  color: #ffe044;
}

#depoimentos ul.grid-depoimentos li div.classificacao p {
  font-weight: bold;
  margin-top: 2px;
  margin-left: 15px;
}

#depoimentos ul.grid-depoimentos li div.foto-cliente {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#depoimentos ul.grid-depoimentos li div.foto-cliente i {
font-size: 2.5rem;
} 
#depoimentos ul.grid-depoimentos li div.foto-cliente img {
  width: 42px;
  border: 1px solid #adadad;
  border-radius: 50%;
} 
#depoimentos ul.grid-depoimentos li div.foto-cliente div.nome {
  margin-left: 16px;
}

#depoimentos ul.grid-depoimentos li div.foto-cliente div.nome h6 {
  font-weight: 700;
}

.falar-com-consultor {
  background: #0061f2;
}

.falar-com-consultor .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.falar-com-consultor .container h3 {
  color: #ffffff;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 36px;
  text-align: center;
}

.falar-com-consultor .container a.botao-verde {
  height: 48px;
  width: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.falar-com-consultor .container a.botao-verde p {
  font-weight: normal;
  font-size: 18px;
}

footer {
  background: #0061f2;
  padding: 48px 0;
  padding-bottom: 0;
  position: relative;
}

footer .col-sm-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .col-sm-12 h6 {
  font-weight: 600;
  line-height: normal;
  color: #e6f3f3;
  margin-bottom: 12px;
}

footer .col-sm-12 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .col-sm-12 ul li+li {
  margin-top: 8px;
}

footer .col-sm-12 ul li a p {
  line-height: normal;
  color: #e6f3f3;
  font-size: 1rem;
}

footer .col-sm-12 p {
  line-height: normal;
  color: #e6f3f3;
  max-width: 15rem;
  font-size: 1rem;
}

footer .col-sm-12 div.copy p {
  line-height: normal;
  color: #e6f3f3;
  font-size: 1rem;
}

footer .col-sm-12 a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .col-sm-12 a p {
  color: #e6f3f3;
  font-size: 1rem;
}

footer .col-sm-12 a:hover {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .col-sm-12:last-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .col-sm-12:last-child ul li a p {
  text-align: right;
}

#assinatura {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0px;
  border-top: 1px solid rgba(230, 243, 243, 0.2);
  margin-top: 48px;
}

#assinatura .copy p {
  line-height: normal;
  color: #e6f3f3;
  font-size: 0.7rem;
}

#assinatura a svg#LinceWeb {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 5px;
}

#icone-scroll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

#icone-scroll div.icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: transparent;
  position: absolute;
  top: -32px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding-bottom: 16px;
  padding-right: 16px;
}

#icone-scroll div.icone i {
  color: #0061f2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#modal-consultor {
  background: rgba(0, 97, 242, 0.8);
}

#modal-consultor .modal-content {
  border-radius: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

#modal-consultor .modal-content .modal-header {
  border: none;
  padding: 24px 36px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#modal-consultor .modal-content .modal-header h4 {
  font-weight: 400;
}

#modal-consultor .modal-content .modal-header button.close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#modal-consultor .modal-content .modal-header button.close span {
  color: #000000;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#modal-consultor .modal-content .modal-header button.close:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#modal-consultor .modal-content .modal-header button.close:hover span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#modal-consultor .modal-content .modal-body {
  border: none;
  border-top: 1px solid rgba(48, 56, 57, 0.3);
  padding: 32px 36px;
}

#modal-consultor .modal-content .modal-body form p {
  margin-bottom: 8px;
}

#modal-consultor .modal-content .modal-body form div.possui-software-gestao {
  margin-bottom: 16px;
}

#modal-consultor .modal-content .modal-body form div.possui-software-gestao div.form-check-inline label.form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#modal-consultor .modal-content .modal-body form div.possui-software-gestao div.form-check-inline label.form-check-label span {
  width: 20px;
  height: 20px;
  border: 2px solid #cde2e5;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 8px;
}

#modal-consultor .modal-content .modal-body form div.possui-software-gestao div.form-check-inline input[type=radio] {
  display: none;
}

#modal-consultor .modal-content .modal-body form div.possui-software-gestao div.form-check-inline input[type=radio]:checked+label.form-check-label span {
  width: 20px;
  height: 20px;
  border: 2px solid #cde2e5;
  border-radius: 4px;
  background: #0061f2;
  cursor: pointer;
  margin-right: 8px;
}

#modal-consultor .modal-content .modal-body form button.botao-verde {
  width: calc(50% - 16px);
}

#modal-consultor .modal-content .modal-body form button.botao-verde p {
  font-size: 1rem;
  margin: 0;
}

#scroll-top {
  position: fixed;
  z-index: 300;
  right: 16px;
  bottom: 16px;
}

#scroll-top a.botao-azul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
  background: #0061f2;
  z-index: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 32px;
  height: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#scroll-top a.botao-azul i {
  color: #fcfefd;
  margin: 0;
}
div.card-header i {
  color: #0060f1;
  font-size: 2.5rem;
}
.ajaxForm .ajaxForm-alert.ajaxForm-alert--sucess {
  display: none !important;
}
#scroll-top.visible a.botao-azul {
  width: 32px;
  height: 32px;
  -webkit-box-shadow: 0px 7px 10px 5px rgba(0, 97, 242, 0.3);
  box-shadow: 0px 7px 10px 5px rgba(0, 97, 242, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  #scroll-top {
    top: auto;
    bottom: 16px;
  }
}

#pills-tab {
  display: none;
}

@-webkit-keyframes pulsar {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulsar {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}