* {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section {

  min-height: 100vh;
  scroll-margin-top: 100px;
  box-sizing: border-box;
  overflow: hidden; /* <- Adicionado */
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  z-index: 1000;
  position: fixed;
  width: 100%;
  background-color: #fff;
}

.menu-mobile {
  display: none;
}

.header-togle {
  display: none;
}

.menu-toggle {
  display: none;
}

.logo img {
  margin-left: 20px;
  width: auto;
  height: 80px;
}

.nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}

.nav li {
  display: flex;
  align-items: center;
}

.nav a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0;
}

.nav a::after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #0056b3, #5b37b6);
  transition: width 0.5s ease;
}

.nav a:hover::after {
  width: 100%;
}

.inicio {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('./img/backgroud.jpg') center/cover no-repeat;
  color: #fff;
  padding: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-top: 60px;
}
.inicio-text h2, 
.inicio-text p, 
.inicio-text button {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.0s ease;
}

/* Quando carregar */
.inicio-text.mostrar h2,
.inicio-text.mostrar p,
.inicio-text.mostrar button {
  opacity: 1;
  transform: translateY(0);
}


.inicio-text h2 {
  font-size: 34px;
  margin-bottom: 2rem;
  color: white;
  background: none;
  text-align: center;

}

.inicio-text button {
  padding: 12px 24px;
  font-size: 16px;
  background: linear-gradient(to right, #0056b3, #5b37b6);
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 4rem;
}

.qualidade {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  /* Espaço entre os blocos */
  padding: 20px;
  color: #fff;
  background: #fff;
  margin-inline: 2rem;
}

.icon {
  font-size: 2rem;
  color: #0056b3;
  margin-bottom: 10px;
  display: block;
}

.qualidade-alinhamento {
  flex: 0 1 calc(33.333% - 20px);
  /* 3 por linha com espaçamento */
  background: none;
  padding: 20px;
  text-align: center;
  box-shadow:
    0 0 20px rgba(7, 7, 7, 0.268),
    0 0 40px rgba(7, 7, 7, 0.268),
    0 0 60px rgba(7, 7, 7, 0.268);
  transition: box-shadow 0.3s ease;
  color: rgb(0, 0, 0);
  min-height: 200px;
  border-radius: 1rem;
}

.qualidade-alinhamento h2 {
  background: none;
  margin: 1rem;
  padding-bottom: 1rem;
}

.qualidade-alinhamento p {
  background: none;
  font-size: 1rem;
  text-align: justify;
  padding: 10px;
}

.qualidade-alinhamento {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.qualidade-alinhamento.visible {
  opacity: 1;
  transform: translateY(0);
}

.titulo {
  display: flex;
  justify-content: center;
  background: #fff;
  padding-top: 2rem;
}

.titulo h1 {
  color: rgb(12, 12, 12);
  background: #fff;
  margin: 4rem;
  font-size: 2rem;
  font-weight: bold;
}

.hero {
  position: relative;
  background: linear-gradient(to right, #000013, #00203d);
  color: white;
  overflow: hidden;
  padding: 60px 20px;
}

.onda-topo {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 0;
}

.onda-topo svg {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.container img {
  max-width: 100%;
  width: 30rem;
  height: auto;
}

.texto {
  max-width: 600px;
}

.texto h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 3rem;
}

.texto p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: justify;
}

.botao {
  padding: 12px 24px;
  background: linear-gradient(to right, #0056b3, #5b37b6);
  color: rgb(255, 255, 255);
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.botao:hover {
  opacity: 0.9;
}

.depoimentos-section {
  padding: 60px 20px;
  background: #ffffff;
  display: block;
}

.depoimentos-section .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
}

.depoimentos-section h3 {
  font-size: 32px;
  padding-bottom: 6rem;
  color: #0d0d0d;
  margin-top: 3rem;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.depo-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.depo-img {
  width: 100%;
  max-width: 320px;
  border-radius: 40px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.depo-img:hover {
  transform: scale(1.03);
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

.swiper-pagination-bullet {
  background: #000;
}
/* Lightbox - Modal */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0,0,0,0.8);
  animation: zoom 0.3s;
}

@keyframes zoom {
  from {transform: scale(0.8);}
  to {transform: scale(1);}
}

.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover {
  color: #00bfff;
  transform: scale(1.2);
}


.pesquisa-section {
  background: #ffffff;
  padding: 2rem 1rem;
  /* substitui height fixa */
}

.pesquisa h2 {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000000;
  padding: 1rem;
  font-size: 2rem;
}

.pesquisa-grafico {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
  gap: 2rem;
  align-items: center;
  border: 1px solid #000000;
  max-width: 1000px;
  margin: 20px auto;
  border-radius: 1rem;
  box-sizing: border-box;
}

.pesquisa-grafico p {
  color: #000000;
  padding: 1rem;
  font-size: 18px;
  font-weight: bold;
  flex: 1 1 250px;
  /* cada item ocupa no mínimo 250px */
  text-align: center;
}

.pesquisa-grafico hr {
  height: 5rem;
  background: #000000;
  border: none;
  width: 2px;
}

.formulario-section {
  
  padding-top: 5rem;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 123, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.formulario-section h2 {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  color: #000000;
}

.formulario-section p {
  margin-bottom: 2rem;
  color: #000000;
  font-style: unset;
  text-align: justify;
}

form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

label {
  margin-top: 10px;
  font-weight: bold;
}

input {
  padding: 8px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

textarea {
  padding: 20px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}

button {
  margin-top: 15px;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.site-footer {
  background: #ffffff;
  padding: 40px 20px;
  color: #000000;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.footer-container {
  max-width: 900px;
  margin: 0 auto;
}

.footer-logo {
  width: 100px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.footer-info p {
  margin: 10px 0 30px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-contact a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  font-weight: bold; 
  padding: 10px;
  border-radius: 30px;
  max-width: 250px;
  margin: 10px auto;
  transition: 0.3s;
}
.footer-social {
  margin-top: 20px;
}

.footer-social a {
  font-size: 24px;
  margin: 0 10px;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 12px;
  color: #888;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    font-size: 35px;
    position: fixed;
    top: 20px;
    right: 25px;
    color: #0056b3;
    cursor: pointer;
    z-index: 1001;
  }


  .menu-mobile {
    display: block;
    /* agora sim aparece no mobile */
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    width: 200px;
    background-color: rgba(15, 23, 42, 0.95);
    border-left: 1px solid var(--vidro);
    transition: right 0.4s ease;
    z-index: 1000;
    padding-top: 70px;
    backdrop-filter: blur(10px);
  }

  .menu-mobile.show {
    right: 0;
  }

  .menu-mobile ul {
    list-style: none;
    padding: 0;
  }

  .menu-mobile li a {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
  }

  .menu-mobile li a:hover {
    background: blue;
  }

  .header {
    display: none;
  }

  .logo-togle img {
    width: 10px;
    height: auto;
  }

  .header-togle {
    display: flex;
    background: none;

  }

  .inicio {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .inicio-img {
    order: -1;
    /* Faz a imagem aparecer antes do texto */
    margin-bottom: 30px;
  }

  .inicio-img img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .inicio-text {
    max-width: 100%;
  }

  .inicio-text h2 {
    font-size: 28px;
  }

  .inicio-text p {
    font-size: 16px;
    text-align: center;
  }

  .inicio-text button {
    margin-top: 3rem;
    width: 100%;
    max-width: 250px;
  }

  .titulo {
    padding: 0 20px;
    text-align: center;
  }

  .titulo h1 {
    font-size: 1.5rem;
    margin: 2rem 0;
  }

  .qualidade {
    flex-direction: column;
    margin-inline: 1rem;
    padding: 10px;
  }

  .qualidade-alinhamento {
    flex: 1 1 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
    min-height: auto;
  }

  .qualidade-alinhamento h2 {
    font-size: 1.2rem;
  }

  .qualidade-alinhamento p {
    font-size: 0.95rem;
    text-align: center;
  }

  .icon {
    font-size: 1.8rem;
  }

  .pesquisa-grafico {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .pesquisa h2 {
    font-size: 1.5rem;
  }

  .pesquisa-grafico p {
    font-size: 1rem;
    flex: 1 1 100%;
    padding: 0.5rem;
  }

  .pesquisa-grafico hr {
    display: none;
  }
}