.comece {
  margin-left: 8px;
  padding: 12px 22px 11px 22px !important;
  background: #ff6e41;
  color: #052336;
  color: rgb(255 255 255 / .95);
  font-size: 15px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgb(0 0 0 / .1);
  border-radius: 30px;
  transition: 0.3s;
}

.comece:hover {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.passo-numero span {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  background: #ff6e41;
  color: #fff;
  font-weight: 700;
}

.passo-titulo {
  display: block;
  margin: 0 0 12px 0;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.passo-texto {
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.comofunciona {
  padding: 50px 0 70px 0;
}

.sessao {
  padding: 50px 0 50px 0;
}

.titulo-generico .titulo {
  display: block;
  text-align: center;
  margin: 12px 0 12px 0;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}


.passo-numero {
  margin: 0 0 16px 0;
}


.contato a {
  width: 100%;
  max-width: 100%;
}


.botao-acao {
  display: block;
  margin: 20px auto auto auto;
  width: 100%;
  max-width: 320px;
  padding: 20px 20px 16px 16px;
  color: #052336;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  border-radius: 30px;
  transition: 0.3s;
  border: 2px solid #052336
}

.botao-acao i {
  margin-right: 10px
}

.botao-acao:hover {
  background: #ff6e41;
  border-color: #ff6e41;
  color: #fff;
  text-decoration: none
}


/* Estilos gerais para a página */
body {
  background-color: white;
  font-size: 16px;
}

/* Esconde o botão "Entrar" no mobile */
@media (max-width: 600px) {
  .uc-navbar-right>.d-inline-block {
    display: none;
  }

  /* Exibe o ícone de "hambúrguer" no mobile */
  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger div {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
  }

  /* Estilos para o menu quando estiver visível */
  .menu {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 64px;
    /* Ajuste conforme a altura do seu header */
    left: 0;
    z-index: 10;
  }

  .menu a {
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
  }

  .menu a:hover {
    background-color: #f0f0f0;
  }

  /* Mostra o menu quando a classe 'show' é adicionada */
  .menu.show {
    display: flex;
  }
}

@media (max-width: 600px) {
  .diminuirlogo {
    width: 190px !important;
    /* ajuste conforme necessário */
  }
}

.contato {
  margin: auto;
  padding: 26px 0 10px 0;
  max-width: 550px;
  align-items: center;
  justify-content: center;
}

.contato span {
  display: block;
  margin: auto auto 10px auto;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.contato a {
  width: 100%;
  max-width: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* cor do fundo */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.4s ease;
}


.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #25d366;
  /* cor destaque */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


body.loaded #preloader {
  opacity: 0;
  pointer-events: none;
}


.social {
margin: 6px 0 20px 0;
display: flex;
align-items: center;
justify-content: center;
}

.social a {
display: block;
padding: 0 !important;
margin: 7px;
}

.social i {
color: #052336 !important;
font-size: 26px;
opacity: .8;
}

.social i.lni-envelope {
font-size: 32px;
}












.counts {
  background: #f0f0f0;
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #25D366;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 48px;
  height: 48px;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #25D366;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}