/* Menu Fixo */
.menu-fixo {
  position: fixed;
  top: 0;
  width: 99.1%;
  background: linear-gradient(90deg, #1f2937, #111827); /* Gradiente moderno */
  color: white;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: 'Russo One', sans-serif;
  
}


.menu-fixo nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.menu-fixo nav li {
  padding: 18px 0;
}

.menu-fixo nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}

.menu-fixo nav a:hover {
  background-color: #2563eb;  /* Azul vivo */
  color: #fff;
  box-shadow: 0 0 10px #2563eb77;
}


/* Seções */
.secao {
    min-height: 100vh;
    padding: 80px 20px 2px; /* Ajuste para o menu fixo */
    text-align: center;
    box-sizing: border-box
}



.servicos-conteudo p {
  /* Mantenha o alinhamento centralizado */
  font-family: "Russo One";
  font-size: 40px;
  color: #ffffff;
  text-align: left;
  margin-left: 500px;
  margin-top: 180px;
  gap: 10px; /* Espaço entre os elementos */
}

.servicos-conteudo h1 {
  font-family: "roboto";
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-right: 557px;
  margin-top: -20px;
 
}


/* Estilo da seção "Quem Somos" */
.sobre-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  flex-wrap: wrap;
}

.sobre-texto {
  flex: 1;
  min-width: 300px;
}

.sobre-texto h1 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}
 .sobre-texto h2 {
font-size: 14px;
text-align: center;
color: #6ab6f5;


 }
.sobre-texto p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}

.imagem-direita {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagem-direita img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.destaques {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 750px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.bloco {
  width: 200px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.bloco:hover {
  transform: translateY(-5px);
}

.bloco img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.bloco h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #6ab8ee;
  text-align: center;
}

.bloco p {
  font-size: 16px;
  color: #444;
}

.titulo-Dev h2{
text-align: center;
font-size: 35px;
font-family: 'russo one';
height: 100px;

}
.titulo-Dev h1{
  text-align: center;
  font-size: 14px;
  font-family: 'roboto';
}

.meus-projetos {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.faixa-azul {
  background-color: #6ab6f5; /* Azul claro semelhante ao da imagem */
   padding: 20px 0;
  text-align: center;
  color: #000; /* ou #fff se quiser texto branco */
  font-size: 20px;
  font-weight: 500;
}


.carrossel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding-bottom: 20px;
   -webkit-overflow-scrolling: touch;
  scrollbar-width: none; 
}

.card-projeto {
  flex: 0 0 300px;
  scroll-snap-align: start;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
}

.card-projeto img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card-projeto h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.card-projeto ul {
  list-style-type: disc;
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
  color: #444;
}


.meus-projetos {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.faixa-azul1 {
  background-color: #6ab6f5; /* Azul claro semelhante ao da imagem */
  padding: 20px 0;
  text-align: center;
  color: #000; /* ou #fff se quiser texto branco */
  font-size: 20px;
  font-weight: 500;
}


.carrossel1 {
 display: flex;
  justify-content: center; /* mantém centralizado no desktop */
  align-items: center;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding-bottom: 10px;

  min-width: 100%; /* para tentar evitar que o container fique menor que a soma dos cards */
  max-width: 1200px; /* limite máximo de largura para centralizar e ter overflow */
  margin: 0 auto; /* centralizar container */
}

.card-projeto1 {
  flex: 0 0 300px;
  scroll-snap-align: start;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  text-align: center;
  align-items: center;
}

.card-projeto1 img {
  align-items: center;
  width: 100%;
  height: 10%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card-projeto1 h3 {
  margin: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.card-projeto1 li{
  font-size: 18px;
  text-align: left;
}


.clientes-section 
 body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: white;
  background-size: cover;
}

.clientes-section {
  padding: 60px 20px;
  text-align: center;
  background-image: url('Imagens/fundo.dep.jpeg');
  background-color: transparent;
  
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.linha-azul {
  width: 40px;
  height: 4px;
  margin: 10px auto;
  background-color: #4fc3f7;
}

.container-clientes {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}


.depoimento {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: left;
}

.depoimento.ativo {
  display: flex;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid rgb(255, 254, 254);
  object-fit: cover;
}

.texto p {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}

.navegacao {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.navegacao button {
  background-color: #ffffff;
  color: #000000;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.navegacao button:hover {
  background-color: #64ccf5;
}


.navegacao button:hover {
  background-color: #64ccf5
}


.contato-section {
  padding: 60px 20px;
  background-color: #fff;
}

.container-contato {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.titulo-contato h4 {
  color: #69aee6;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.titulo-contato h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}

.titulo-contato .linha-azul {
  width: 60px;
  height: 4px;
  background-color: #69aee6;
  margin: 10px auto;
}

.titulo-contato p {
  font-size: 16px;
  color: #444;
  margin-bottom: 40px;
}

.conteudo-contato {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.imagem-contato img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
}

.formulario-contato {
  flex: 1;
  max-width: 500px;
  text-align: center;
}

.formulario-contato h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.formulario-contato p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.formulario-contato form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.formulario-contato input,
.formulario-contato textarea {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.formulario-contato textarea {
  height: 100px;
  resize: vertical;
}

.formulario-contato button {
  background-color: #69aee6;
  background-size: 30px;
  color: white;
  font-size: 16
}






/* RESPONSIVIDADE */
@media (max-width: 1024px) {
  .servicos-conteudo p {
    font-size: 30px;
    margin-left: 20px;
    margin-top: 180px;
  }

  .servicos-conteudo h1 {
    margin-right: 0;
    text-align: left;
    padding-left: 20px;
  }

  .sobre-container {
    flex-direction: column;
    text-align: center;
  }

  .imagem-direita img {
    width: 100%;
    max-width: 400px;
  }

  .bloco {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .carrossel, .carrossel1 {
    padding-left: 10px;
  }

  .card-projeto, .card-projeto1 {
    flex: 0 0 90%;
  }

  .depoimento {
    flex-direction: column;
    text-align: center;
  }

  .avatar {
    margin-bottom: 20px;
  }

  .conteudo-contato {
    flex-direction: column;
  }

  .menu-fixo {
    width: 97%;
    padding: 0, 0px;
    align-items: center;
  }
.submit {
  align-items: center;
  color: #000;
}
  .imagem-contato img {
    width: 100%;
  }

  .menu-fixo nav ul {
    flex-direction: row;
    background-color: #1f2937;
    max-height: 100px;

  }

  .menu-fixo nav li {
    padding: 0, 0;
  }

  .menu-fixo {
 
 flex-direction: column;
    align-items: center;
    text-align: center;
  }
}


@media (max-width: 768px) {
  .menu-fixo {
    padding: 0;
  }

  .menu-fixo nav li {
    padding: 2px 0; /* Reduz ainda mais a altura da tarja */
  }

  .menu-fixo nav a {
    font-size: 11px;
    padding: 3px 6px;
  }
  .menu-fixo {
    width: 97%;
  }
}


  .servicos-conteudo p {
    font-size: 18px;
    margin-left: 20px;
    margin-top: 60px; /* antes era 100 ou 180 */
    line-height: 1.3;
  }

  .servicos-conteudo h1 {
    font-size: 11px;
    margin-right: 20px;
    margin-top: -10px;
  }


@media (max-width: 1024px) {
  .carrossel1 {
    justify-content: flex-start; /* Alinha à esquerda para permitir scroll fácil no mobile */
    max-width: 100%;
    padding-left: 10px;
  }

  .card-projeto1 {
    flex: 0 0 90%; /* Cards maiores para mobile */
  }
}


/* whatsapp*/
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.whatsapp-button:hover {
  transform: scale(1.05);
}

.whatsapp-button img {
  width: 24px;
  height: 24px;
}

@media (max-width: 600px) {
  .whatsapp-button {
    padding: 8px 12px;
    font-size: 14px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-button img {
    width: 20px;
    height: 20px;
  }
}



/*teste final responsivo imagem inicial*/

#inicio {
  background-image: url('https://cdn.bitrix24.site/bitrix/images/landing/krayt/equipment_repair/1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 10%;
  box-sizing: border-box;
}

.conteudo-inicio {
  color: #fff;
  font-family: 'Russo One', sans-serif;
  max-width: 800px;
  text-align: left;
}

#inicio h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

#inicio p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}


@media (max-width: 768px) {
  #inicio {
    height: auto;
    padding: 80px 20px 60px;
    justify-content: center;
  }

  .conteudo-inicio {
    text-align: center;
  }

  #inicio h1 {
    font-size: 28px;
  }

  #inicio p {
    font-size: 14px;
  }
}

body {
  -webkit-user-select: none;  /* Chrome/Safari */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* IE/Edge */
  user-select: none;          /* Padrão */
}
/* Rodapé */
.rodape {
  background-color: #1f2937;
  color: #ffffff;
  padding: 30px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: center;
}

.rodape-info {
  flex: 1 1 100%;
}


.rodape a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.rodape a:hover {
  color: #6ab6f5;
}

/* Responsivo */
@media (max-width: 768px) {
  .rodape-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rodape-links,
  .rodape-redes {
    justify-content: center;
  }
}
