@import url(footer.css);
@import url(header.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cursor {
  display: inline-block;
  width: 1px;
  background-color: #0485ac;
  animation: piscar 0.7s steps(1) infinite;
  margin-left: 4px;
}

@keyframes piscar {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 10px 30px;
  backdrop-filter: blur(10px);
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-area .logo {
  height: 40px;
}

.nav-menu {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #00bcd4;
}

.hamburger i,
.close-menu i {
  color: #0485ac;
}

.btn-contato {
  background-color: #00bcd4;
  color: white !important;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn-contato:hover {
  background-color: #0194a7;
}

.secao-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 100px;
}

.secao-hero .container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.conteudo-hero {
  flex: 1;
  text-align: left;
}

.conteudo-hero h1 {
  color: #0485ac;
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.subtitulo-hero {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 30px;
  animation-delay: 0.6s;
}

.botoes-hero {
  display: flex;
  gap: 20px;
  animation-delay: 0.8s;
}

.btn-primario,
.btn-secundario {
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primario {
  background-color: #00bcd4;
  color: white;
}

.btn-primario:hover {
  background-color: #0194a7;
  transform: translateY(-2px);
}

.btn-secundario {
  background-color: transparent;
  color: #0485ac;
  border: 2px solid #0485ac;
}

.btn-secundario:hover {
  background-color: #0485ac;
  color: white;
}

.imagem-hero {
  flex: 1;
  text-align: center;
  animation-delay: 1s;
}

.imagem-hero img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.secao-estatisticas {
  padding: 80px 0;
  background: linear-gradient(135deg, #0485ac, #00bcd4);
  color: white;
}

.grid-estatisticas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.item-estatistica {
  text-align: center;
}

.item-estatistica i {
  font-size: 3rem;
  margin-bottom: 20px;
  opacity: 0.8;
}

.numero-estatistica {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.item-estatistica p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.preview-servicos {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.titulo-secao {
  text-align: center;
  font-size: 2.5rem;
  color: #0485ac;
  margin-bottom: 20px;
}

.subtitulo-secao {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.card-servico {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.card-servico:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.icone-servico {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0485ac, #00bcd4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icone-servico i {
  font-size: 2rem;
  color: white;
}

.card-servico h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}

.card-servico p {
  color: #666;
  margin-bottom: 20px;
}

.link-servico {
  color: #00bcd4;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.link-servico:hover {
  color: #0485ac;
}

.secao-processo {
  padding: 100px 0;
}

.timeline-processo {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.timeline-processo::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, #0485ac, #00bcd4);
  z-index: 1;
}

.passo-processo {
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 2;
}

.numero-passo {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #0485ac, #00bcd4);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 10px 30px rgba(4, 133, 172, 0.3);
}

.conteudo-passo h3 {
  font-size: 1.5rem;
  color: #0485ac;
  margin-bottom: 10px;
}

.conteudo-passo p {
  color: #666;
}

.secao-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #0485ac, #00bcd4);
  color: white;
  text-align: center;
}

.conteudo-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.conteudo-cta p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}

.botoes-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-outline {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}

.btn-outline:hover {
  background-color: white;
  color: #0485ac;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  animation: pulsar 2s infinite;
}

.whatsapp-float img {
  width: 35px;
}

@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes subirFade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aparecer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: subirFade 1s ease forwards;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
}

.side-menu.show {
  right: 0;
}

.menu-overlay.show {
  display: block;
}

.close-menu {
  background: none;
  border: none;
  font-size: 24px;
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: 20px;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-links a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}

.menu-links a:hover {
  color: #00bcd4;
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .secao-hero .container {
    flex-direction: column;
    text-align: center;
  }

  .conteudo-hero h1 {
    font-size: 2rem;
  }

  .botoes-hero {
    justify-content: center;
    flex-wrap: wrap;
  }

  .titulo-secao {
    font-size: 2rem;
  }

  .timeline-processo {
    flex-direction: column;
    gap: 40px;
  }

  .timeline-processo::before {
    display: none;
  }

  .conteudo-cta h2 {
    font-size: 2rem;
  }

  .grid-estatisticas {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .grid-servicos {
    grid-template-columns: 1fr;
  }

  .conteudo-rodape {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .conteudo-hero h1 {
    font-size: 1.5rem;
  }

  .grid-estatisticas {
    grid-template-columns: 1fr;
  }

  .numero-estatistica {
    font-size: 2rem;
  }

  .numero-passo {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }
}

.container {
  text-align: center;
  padding-top: 160px;
  position: relative;
  z-index: 1;
}

h1 {
  color: #0485ac;
  font-size: 2rem;
}

.logo,
h1 {
  opacity: 0;
  animation: subirFade 1s ease-out forwards;
}

.logo {
  animation-delay: 0.2s;
}

h1 {
  animation-delay: 0.4s;
}