body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #0D0D0D;
  color: #FFFFFF;
  top: 0px !important;
}


  
header {
  background-color: #1a1a1a;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.logo span {
  background: -webkit-linear-gradient(45deg, #00FF85, #1E90FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #00FF85;
}

nav ul li a.active {
  color: #00FF85;
  /* border-bottom: 2px solid #00FF85;  ou sublinhado para destaque */
  padding-bottom: 2px;
}


form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  gap: 15px;
  margin-top: 40px;

  margin-left: 75%;  /*           teste                              */
}

form input,
form textarea {
  padding: 15px;
  width: 750px;
  border: none;
  border-radius: 10px;
  background-color: #1a1a1a;
  color: white;
  font-size: 16px;
  resize: none;
}

form textarea {
  height: 150px;
}

form button.btn {
  align-self: flex-start;
}

form button.btn {
  transition: transform 0.1s ease;
}

form button.btn:hover {
  transform: scale(1.05); /* leve zoom ao passar o mouse */
  cursor: pointer;
}

form button.btn:active {
  transform: scale(0.95); /* aperta ao clicar */
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1a1a1a;
  color: #00FF85;
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px #00FF85;
  font-size: 18px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.popup.mostrar {
  opacity: 1;
  pointer-events: auto;
}



/* Estilização da barra de rolagem (funciona no Chrome, Edge e Opera) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0D0D0D; /* fundo escuro como o site */
}

::-webkit-scrollbar-thumb {
  background: #00FF85; /* verde neon */
  border-radius: 10px;
  border: 2px solid #0D0D0D; /* espaço entre a borda e a barra */
  transition: background 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background: #1E90FF; /* azul elétrico no hover */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #00FF85 #0D0D0D;
}




.btn-header {
  background: linear-gradient(45deg, #00FF85, #1E90FF);
  color: #1a1a1a;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-header:hover {
  background: linear-gradient(45deg, #1E90FF, #00FF85);
  color: #1a1a1a;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 10%;
  flex-wrap: wrap;
  gap: 40px;
}

.hero-text {
  max-width: 600px;
}

.hero-text h1 {
  font-size: 48px;
  margin: 0 0 10px;
}

.hero-text h1 span {
  background: -webkit-linear-gradient(#00FF85, #1E90FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.destaque {
  color: #00FF85;
}

.hero-text p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #cccccc;
}

.botoes {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.btn, .btn-outline {
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}

.btn {
  border: 2px solid #00FF85;
  color: #00FF85;
  background: transparent;
}

.btn:hover {
  background: #00FF85;
  color: #0D0D0D;
}

.btn-outline {
  border: 2px solid #1E90FF;
  color: #1E90FF;
  background: transparent;
}

.btn-outline:hover {
  background: #1E90FF;
  color: #0D0D0D;
}

.redes a {
  margin-right: 15px;
  font-size: 22px;
  color: #FFFFFF;
  transition: color 0.3s;
}

.redes a:hover {
  color: #00FF85;
}

.hero-img .foto-perfil {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 40px rgba(0, 255, 133, 0.5);
  transition: transform 0.4s ease;
}

.hero-img .foto-perfil:hover {
  transform: scale(1.05) rotate(1deg);
}


.tradutor {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  font-size: 14px;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}


.goog-logo-link, .goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}



/* redes sociais */

.wrapper {
  display: inline-flex;
  list-style: none;
  margin-bottom: 30px;
}

.wrapper .icon>a {
  position: relative;
  background: linear-gradient(45deg, #1E90FF, #00FF85); /* fundo transparente inicialmente */
  border-radius: 50%;
  padding: 2px;
  margin: 5px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(255, 255, 255, 0.1);
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #0D0D0D; /* agora a cor do ícone já usa a variável da rede */
  /*border: 2px solid white;  opcional: adiciona um contorno */
}


.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(118, 199, 242, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon>a:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon>a:hover span,
.wrapper .icon>a:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.facebook {
  --color: #1877f2;
}
.twitter {
  --color: #1da1f2;
}
.instagram {
  --color: #e4405f;
}

.github {
  --color: #333333;
}
.youtube {
  --color: #cd201f;
}

.icon>a:hover,
.icon>a:hover .tooltip,
.icon>a:hover .tooltip::before {
  background: linear-gradient(45deg, #1E90FF, #00FF85);
  color: white;
}


.timeline {
  position: relative;
  margin-left: 40px;
  border-left: 4px solid #ffffff;
  padding-left: 30px;
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 20px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -43.9px; /* alinhamento da bolinha com a linha */
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #00FF85;
  border-radius: 50%;
  border: 2px solid #000;
  box-shadow: 0 0 5px #00FF85;
}

/* Adapte as cores por item, se quiser: */
.timeline-item.gradient::before {
  background: linear-gradient(#1E90FF, #00FF85);
}


footer {
  text-align: center;
  color: #aaa;
  font-size: 14px;
  margin-top: 50px;
  background-color: #1a1a1a;
  padding: 20px 0;
  
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

footer p {
  margin-bottom: 15px;
  font-size: 14px;
}


/* cards - Projetos */

.projetos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  padding: 20px;
}

.projeto-card {
  background: #1a1a1a;
  color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 8px
}

.projeto-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.projeto-card .overlay {
  flex: 1;
  padding: 15px;
  background: transparent;
  height: auto;
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.projeto-card .overlay h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #00FF85; /* verde neon */
}

.projeto-card .overlay p {
  font-size: 14px;
  color: #cccccc;
  flex-grow: 1;
}

.projeto-card .btn-ver {
  align-self: flex-start;
  background: linear-gradient(45deg, #00FF85, #1E90FF);
  color: #1a1a1a;
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

.projeto-card .btn-ver:hover {
  opacity: 0.8;
}

.projeto-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
}
