body, html{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden; /* bloqueia o scroll em x*/
}
/* 
cores principais:
#00b0b3
#314a78
#aed03a 
*/
.sinalMais[aria-expanded="true"]::after {
  content: "-";
  display: inline;
}

.sinalMais[aria-expanded="false"]::after {
  content: "+";
  display: inline;
}

#todosOsDireitos{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#ganharDemonstracaoNavBar{
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
#ganharDemonstracao{
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
#podeRelaxar{
  margin: 0;
  padding: 0;
  width: 100%;
  background-color:#314a78; 
  text-align:center;
}
.sinalMais{
  color: #aed03a;
  font-size: 42px;
  font-weight: bold;
  margin-right: 0px;
  margin-left: 5px;
}
.divisaoCardTopo {
  border-radius: 20px;
  border: none;
  width: 100%; 
  background-color: #314a78;
  display: block; 
  padding: 0px; 
  margin: 0; 
}
.card-title{
  padding: 6px 6x 6px 6px;
  font-size: 20px;
}
.card-text{
  padding: 10px;
}

.card-body {
  background-color: #d6dbe4;
  width: 90%; 
  margin: 0 auto; 
  border-radius: 20px;
  display: flex; 
  padding: 0px;
  flex-direction: column; 
}

.imagensCard{
  width: 90%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}
.btn-custom:hover {
  background-color: #7cb43e;
}
.BotaoAzulEscuro:hover {
  background-color: #0059ff;
}
.BotaoAzulEscuro{
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #314a78;
}
.BotaoVerdeClaro{
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #aed03a;
}

.topoNavBar {
  display: flex;
  align-items: center; 
  gap: 10px; 
  margin: 50px 80px;
}
.fraseTopoNavBar{
  color: white;
  font-weight: bold;
  font-size: 38px;
  padding-right: 30px;
}


body {
    overflow-x: hidden;
}

header {
  background-color: #fff;
  padding: 1rem 0;
  /* border-bottom: 2px solid #8cc63f; */
}

/* Customize the logo */
header img {
  max-width: 200px;
  margin-left: auto;
}

h1 {
  font-size: 64px; /* Título principal */
}

h2 {
  font-size: 48px; /* Subtítulo */
}

p {
  font-size: 18px; /* Texto normal */
}

/* Customize the menu */
.nav-link {
  color: #04b0b3;
  font-weight: bold;
  font-size: 1.5rem;
  font-style: italic;
  padding: 0.5rem 1rem;
}

.nav-link.active {
  text-decoration: underline;
}

.nav-item {
  margin-left: 1rem;
}

/* Customize the 'Comprar sistema' button */
.btn-custom {
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
  font-style: italic;
  padding: 0.5rem 1.5rem;
}




.OpcoesMenu{
  font-size: 1.6rem;
  font-weight: 500;
}

/* .ImagemFrenteInicial{
  width: 80vh;
  margin-top: 10%;
} */
.ImagemFrenteInicial {
    width: 50%;
    /* margin-top: 10%; */
}

.TxtAbaixoBannerInicial{
  color: #252161;
  /* width: 50%; */
  margin: 0 auto;
  padding: 20px;
  padding-top: 8%;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}
.cards{
  color: #252161;
  /* width: 80%; */
  margin: 0 auto;
  padding: 20px;
  padding-top: 8%;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

.banner-inicio{
  background-image: url('../img/Banner-inicial.jpg'); /* Caminho para a imagem */
  background-size: contain; /* Faz a imagem cobrir toda a tela */
  background-position: center; /* Centraliza a imagem na tela */
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Cor do texto */
  text-align: center; /* Centraliza o texto */
}

.paragrafo {
  font-family: Arial, sans-serif;
  color: #002868;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.3;
}
.destaque {
  font-weight: bold;
  font-style: italic;
}

.imgLateralBaixoCard{
  width: 65vh;
}
.BannerRoxo{
  margin-top: 5%;
  background-image: url('../img/BannerRoxo.png');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
  /* height: 600px */
}
.AvaliacaoEstrelas{
  float: left;
}
.AvaliacaoEstrelas .fa-star {
  color: #ffcc00; /* Cor das estrelas */
  font-size: 2rem; /* Tamanho das estrelas */
}

.AvaliacaoEstrelas p {
  /* font-size: 1.5rem; /* Tamanho do texto */ 
  font-weight: bold;
  color: #fff; /* Cor do texto */
}

.DivSobreSyszen{
  height: 200px;
  background-color: #252161;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.TextoSobreSyszen{
  color: white;
  font-size: 4rem;
  font-weight: bold;
}

.AvaliacaoClientes{
  height: 350px;
  background-color: #252161;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.SessaoContato{
  background-image: url('../img/FundoContato.png');
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
  /* height: 600px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.FontSize{
  font-size: 3.5rem;
}

.TextoCards{
  font-size: 22px;

}

.ImgMobile {
  display: none;
}

@media (max-width: 768px) {
  #BotoesContato{
    justify-content:center;
  }
  .card-title{
    padding: 6px;
    font-size: 20px;
  }
  .fraseTopoNavBar{
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding-right: 30px;
  }
  #ganharDemonstracaoNavBar{
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
  #ganharDemonstracao{
    font-size: 0.5rem;
    padding: 0.3rem 0.6rem;
  }
  body, html{
    width: 100%;
    overflow-x: hidden; /* bloqueia o scroll em x*/
  }
  .card-body {
    width: 80%; 
  }
  
  .imagensCard{
    width: 80%;
  }
  p {
    font-size: 20px; /* Textos normais */
  }

  .TextoCards{
    font-size: 20px;
  }

  .nav-link {
    font-size: 1rem;
  }

  .btn-custom {
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
  }

  .FontSize {
    font-size: 36px;
  }

  .TituloSistemaNuvem{
    font-size: 50px;
  }

  .ImgDesktop {
    display: none;
  }

  .ImgMobile {
    display: block;
  }
  
}

@media(min-width: 769px ) {
  .FontTextoInicio{
    font-size: 26px;
  }

}

@media(min-width: 1024px ) {
  .MenuPrincipal{
    padding-left: 10%;
    padding-right: 10%;
  }

}


.imagem-grande {
  display: block;
  max-width: 100%;
}

.imagem-pequena {
  display: none;
}
.imagem-pequena {
  max-width: 100%;
}

/* Em telas pequenas, troca as imagens */
@media (max-width: 800px) {
  .imagem-grande {
      display: none;
  }
  .imagem-pequena {
      display: block;
      max-width: 100%;
  }
}
