/* style.css */
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, IBM Plex Mono;
  background-color: #0d0d0d;
  color: #f0f0f0;
  transition: background-color 0.3s, color 0.3s;
}

.header {
  position: fixed;
  width: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 0;
  z-index: 1000;
  border-bottom: 1px solid #1a1a1a;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo {
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: 1px;
}

.tabs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.tab {
  background: none;
  border: none;
  color: #ccc;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}

.tab:hover {
  box-shadow: 0 0 10px #0ff, 0 0 20px #0ff;
  transform: translateY(-2px);
  border: 2px solid #0ff;
  border-radius: 30px;
}
  

.tab.active {
  background-color: #000000;
  color: #fff;
  border: 2px solid #0ff;
  border-radius: 30px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0px #0ff;
}

.hamburger {
  background: none;
  border: none;
  color: #ccc;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

.content {
  padding-top: 100px;
  width: 90%;
  max-width: 800px;
  margin: auto;
}

.tab-content {
  display: none;
  animation: fade 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.centered {
  text-align: center;
  margin-top: 2rem;
}

.btn-neon {
  background: #000;
  color: #fff;
  border: 2px solid #0ff;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0px #0ff;
}

.btn-neon:hover {
  box-shadow: 0 0 10px #0ff, 0 0 20px #0ff;
  transform: translateY(-2px);
}

.btn-neon2 {
  background: #000;
  color: #fff;
  border: 2px solid rgb(255, 0, 0);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0px rgb(255, 0, 0);
}

.btn-neon2:hover {
  box-shadow: 0 0 10px rgb(255, 0, 0), 0 0 20px rgb(255, 0, 0);
  transform: translateY(-2px);
}

.btn-neon3 {
  background: #000;
  color: #fff;
  border: 2px solid rgb(0, 255, 89);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0px rgb(0, 255, 89);
}

.btn-neon3:hover {
  box-shadow: 0 0 10px rgb(0, 255, 89), 0 0 20px rgb(0, 255, 89);
  transform: translateY(-2px);
}

.btn-neon4 {
  background: #000;
  color: #fff;
  border: 2px solid #e1306c; /* rosa Instagram como cor principal */
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0px #e1306c;
}

.btn-neon4:hover {
  box-shadow:
    0 0 10px #e1306c,
    0 0 20px #c13584,
    0 0 30px #f77737,
    0 0 40px #fcaf45;
  transform: translateY(-2px);
}

.footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #aaa;
  border-top: 1px solid #1a1a1a;
  margin-top: 4rem;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
}

.projetos-lista {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
}

.projeto {
  padding: 1rem;
  border: 1px solid #333;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
}

.projeto h3 {
  margin: 0 0 0.5rem 0;
}

.projeto p {
  margin: 0;
}

@media (max-width: 768px) {
  .tabs {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .tabs.show {
    display: flex;
  }
  .hamburger {
    display: block;
  }
}

html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

h1, h2, p.terminal-text {
  font-family: 'IBM Plex Mono', monospace;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-img {
  height: 40px; /* ajuste o tamanho da logo aqui */
}

.logo-text {
  font-size: 24px; /* mesmo tamanho que seu h1 usava antes */
  margin: 0;
  color: white; /* ou a cor que quiser */
}

.botaoneon {
  position: relative;
  padding: 0.75rem 1.5rem;
  font-size: 18px;
  color: white;
  background: #111;
  border: none;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}

.botaoneon::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: conic-gradient(
    #4285F4,
    #34A853,
    #FBBC05,
    #EA4335,
    #4285F4
  );
  animation: rodar 2s linear infinite;
  z-index: -2;
  border-radius: 34px;
  filter: blur(6px);
}

.botaoneon::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #111;
  z-index: -1;
  border-radius: 28px;
}

@keyframes rodar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.botaoneon:hover {
  box-shadow: 0 0 12px #fff, 0 0 24px #34A853, 0 0 36px #EA4335;
}

.lista-cursos {
  list-style: none;
  padding: 1rem 2rem;
  margin: 2rem auto 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
}

/* Estilo base para todos os cards */
.card-curso,
.card-curso1,
.card-curso2 {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: var(--bg-transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 1rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.card-curso img,
.card-curso1 img,
.card-curso2 img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.card-curso span,
.card-curso1 span,
.card-curso2 span {
  font-size: 1rem;
  color: var(--text);
}
/* Efeitos hover diferenciados */
.card-curso:hover {
  box-shadow: 0 0 10px 2px red;
  transform: scale(1.05);
}

.card-curso1:hover {
  box-shadow: 0 0 10px 2px rgb(4, 0, 255);
  transform: scale(1.05);
}

.card-curso2:hover {
  box-shadow: 0 0 10px 2px rgb(0, 158, 47);
  transform: scale(1.05);
}

.foto-perfil {
  width: 120px;
  border-radius: 50%;
  margin: 1rem auto;
  display: block;
}

.in-bnt {
  background: #0e76a8 ;
  color: #fff;
  border: 2px solid #00b3ff ;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0px #1fbcff;
}

.in-bnt:hover {
  box-shadow: 0 0 10px #1fbcff, 0 0 20px #1fbcff;
  transform: translateY(-2px);
}
