* {
  box-sizing: border-box;
  /*font-family: "Segoe UI", Comic Sans, cursive;*/
  font-family: "Segoe UI";
}

body {
  margin: 0;
}

/*#links-fixoswhats {
  /*você pode alterar largura usando width
  position: fixed;
  top: 200px;
  right: 5px;
}

#links-fixoswhats a:hover {
  padding: 15px;
}

#links-fixosyt {
  /*você pode alterar largura usando width
  position: fixed;
  top: 260px;
  right: 5px;
}

#links-fixosyt a:hover {
  padding: 15px;
}

#links-fixosttquality {
  /*você pode alterar largura usando width
  position: fixed;
  top: 320px;
  right: 5px;
}

#links-fixosttquality a:hover {
  padding: 15px;
}
#mostrar1 {
  display: none;
}

#passar_mouse1:hover #mostrar1 {
  display: block;
  position: fixed;
  top: 210px;
  right: 80px;
}

#mostrar2 {
  display: none;
}

#passar_mouse2:hover #mostrar2 {
  display: block;
  position: fixed;
  top: 270px;
  right: 80px;
}

#mostrar3 {
  display: none;
}

#passar_mouse3:hover #mostrar3 {
  display: block;
  position: fixed;
  top: 330px;
  right: 80px;
}*/

#topnav {
  background-color: transparent !important;
  padding: 1.5rem 1rem;
  transition: all 500ms linear;
  /* inicio posição fixa do menu */
  position: fixed;
  width: 100%;
  z-index: 9;
  /* fim posição fixa do menu */
  overflow: hidden;
}

#topnav.ativo {
  background-color: rgba(142, 194, 116, 0.8) !important;
  padding: 0.5rem 1rem;
}

/* Style the topnav links */
#topnav a {
  float: right;
  display: block;
  color: black;
  font-size: larger;
  padding: 20px 16px;
  text-decoration: none;
  font-weight: bold;
}

/* Change color on hover */
#topnav a:hover {
  background-color: rgba(99, 172, 57, 0.8) !important;
  color: black;
}

.bannerTop {
  height: 600px;
  background-image: url("../imagens/banner1OpacoPS.png");
  background-size: 100% 100%;
}

.bannerContent {
  padding: 130px 70px;
  text-decoration: black;
}

.textoBanner {
  width: 500px;
  height: 100px;
  text-align: center;
  text-decoration: black;
}

/* Style the content */
.content {
  padding: 40px 0 50px 0;
}

.contentFlip {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  display: inline-block;
  margin: 5px 5px 5px 5px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}

.flip-card-back p {
  font-size: 180%;
}

.flip-card-back a {
  text-decoration: none;
  color: black;
}

.flip-card-back a:hover {
  text-decoration: none;
  color: black;
}

.flip-card-back {
  background-color: rgba(142, 194, 116);
  color: black;
  transform: rotateY(180deg);
  border-radius: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.308);
  padding-top: 12%;
}

/* .bottomPage {
  margin-top: 5%;
  margin-bottom: 1%;
} */

/* Formulário de Contato Style 
input[type="text"],
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="submit"] {
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 300px;
}

input[type="submit"]:hover {
  background-color: #5cdfe9;
}

.container {
  border-radius: 5px;
  padding: 20px;
}*/

/* Style the footer */
.footer {
  background-color: rgba(142, 194, 116);
  padding: 20px;
  text-align: center;
}

.footer a {
  color: black;
}

/* Estilos para imagens com links e efeito hover */
#FormContanto img:hover {
  transform: scale(1.2);
  transition: transform 0.5s ease-in-out;
}

/* Estilo para margem entre imagens com links */
#FormContanto img {
  margin: 15px;
}

/* STYLE CSS DAS SUBPÁGINAS */
.funcionalidades {
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 2%;
  overflow: hidden;
}

.imagemPrincipal img {
  width: 50%; /* Ajusta a largura da imagem */
  height: auto; /* Mantém a proporção original da imagem */
  display: block; /* Remove espaços extras abaixo da imagem */
  margin: 0 auto; /* Centraliza a imagem */
}

.banner-img {
  width: 100%;
  /* Adicione outros estilos necessários */
}

@media only screen and (min-width: 768px) {
  .contentFlip2 {
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .sobempr2 {
    display: none;
  }

  .contform2 {
    display: none; /* Oculta a imagem em telas pequenas */
  }
}
@media only screen and (max-width: 768px) {
  #topnav {
    background-color: rgba(142, 194, 116, 0.8) !important;
    position: relative; /* Torna o menu não fixo */
    text-align: center; /* Centraliza o conteúdo */
  }

  #topnav a {
    width: 100%; /* Ocupa toda a largura disponível */
  }

  .bannerTop {
    display: none;
  }

  .bannerContent {
    padding: 50px 20px;
  }

  .textoBanner {
    display: none;
  }

  .contentFlip {
    display: none;
  }

  .bottomPage img {
    width: 100%;
  }

  .footer {
    padding: 10px;
  }

  #FormContanto img {
    margin: 5px; /* Reduz a margem entre as imagens */
  }

  #FormContanto img:hover {
    transform: scale(1.1); /* Ajusta a escala no hover */
  }

  .funcionalidades {
    padding: 0; /* Remove o padding lateral */
    margin-top: 5%; /* Ajusta a margem superior */
    text-align: left; /* Centraliza o conteúdo */
  }

  .video {
    text-align: center;
    padding: 20px; /* Adicione algum espaçamento */
  }

  .video iframe {
    width: 100%;
    height: auto;
  }

  .btn-success {
    width: 80%; /* Ajuste a largura conforme necessário */
    margin: 10px 0; /* Adicione algum espaçamento */
  }

  .bottomPage img {
    width: 100%;
  }

  .imagemPrincipal {
    display: flex;
    justify-content: center;
  }

  .imagemPrincipal img {
    width: 200%; /* Ajusta a largura da imagem */
    height: auto; /* Mantém a proporção original da imagem */
    display: block; /* Remove espaços extras abaixo da imagem */
  }

  .textoPrincipal h1 {
    font-size: 20px; /* Tamanho de fonte menor para telas menores */
  }

  .sobempr {
    display: none;
  }

  .contentFlip2 {
    text-align: center; /* Centraliza o conteúdo */
    max-width: 1200px; /* Defina a largura máxima desejada */
    margin: 0 auto; /* Centraliza o contêiner */
  }

  .contentFlip2 img:hover {
    transform: scale(1.1); /* Ajusta a escala no hover */
  }

  .banner-img {
    display: none; /* Oculta a imagem em telas pequenas */
  }

  .contform {
    display: none; /* Oculta a imagem em telas pequenas */
  }

  .contform2 {
    text-align: center; /* Centraliza o conteúdo */
    max-width: 1200px; /* Defina a largura máxima desejada */
    margin: 0 auto; /* Centraliza o contêiner */
  }
  
}
.nfe-info-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
}

.nfe-text {
  flex: 1 1 400px;
  max-width: 600px;
  font-size: 18px;
  color: #000;
}

.nfe-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.nfe-text p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.nfe-alert {
  margin-top: 30px;
  padding: 20px;
  background-color: rgba(142, 194, 116, 0.2);
  border-left: 6px solid rgba(99, 172, 57, 0.9);
  font-size: 18px;
  font-weight: bold;
  color: #3c763d;
  border-radius: 8px;
}

.nfe-image {
  flex: 1 1 300px;
  max-width: 400px;
  text-align: center;
}

.nfe-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 768px) {
  .nfe-info-section {
    flex-direction: column;
    padding: 20px;
  }

  .nfe-text h2 {
    text-align: center;
  }

  .nfe-alert {
    text-align: center;
  }
}

.btn-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25D366;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  padding: 12px 20px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  z-index: 999;
  transition: all 0.3s ease;
}

.btn-whatsapp img {
  margin-right: 10px;
  width: 28px;
  height: 28px;
}

.btn-whatsapp:hover {
  background-color: #1ebc59;
  transform: scale(1.05);
}
