@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Share+Tech+Mono&display=swap");

body {
  text-align: center;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-image:
    url(../../../assets/bgtr.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  
  background-size: cover;
  background-color: #0d0d0d;

  color: white;
  cursor: url(../assets/normal.png), auto;
  position: relative;
  z-index: 0;
  cursor: url(../../../assets/normal.png), auto;
}
body.fade-out {
  opacity: 0;
}
.man {
  width: 90%;
  min-height: 100vh;
  display: flow-root;
  border: none;
  background-color: rgba(13, 13, 13, 0.7);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  margin: 0 auto;
  overflow: auto;

  margin: 20px auto;
}

html {
  scroll-behavior: smooth;
}

:root {
  --vermei: #d32f2f;
  --vescuro: #b71c1c;
  --bordared: solid #d32f2f;
  --bdn: #1a1a1a;
  --cursorsel: url("../../../assets/select.png"), auto;
  --chibi: url(../assets/chibidon-removebg-preview.png);
  --bwhite: solid #dedede;
  --sobravc: rgba(211, 47, 47, 0.3);
  --sombrave: rgba(211, 47, 47, 0.45);  --font-s: 14px;
  --font-m: 18px;
  --font-b: 30px;
  --tittle-font: 60px;
}
nav {
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
}

h1,
h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d32f2f;
  background-color: var(--bdn);
  overflow: hidden;
}

ul li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: var(--bordared) 1px;
  transition: 0.5s;
  cursor: var(--cursorsel);
}

li a:hover {
  background-color: #d32f2f;
  border: none;
  color: white;
  font-weight: bolder;
  cursor: var(--cursorsel);
  position: relative;
}

@keyframes apareceu {
  0% {
    rotate: 2deg;
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}
.cntr{
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
li a:hover::after {
  content: "";
  background-image: url(../../../assets/chibidon-removebg-preview.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  top: -20px;
  right: -30px;
  position: absolute;
  animation: apareceu 0.5s;
}

h1,
h2 {
  text-shadow: #d32f2f 0 10px 10px;
  transition: 0.5s;
}

h1:hover,
h2:hover {
  color: #b71c1c;
  font-weight: bold;
  transform: translateX(2px);
}

ul span {
  float: right;
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}

ul img {
  float: right;
  display: block;

  width: 20px;
  height: 20px;
  margin-left: 6px;
}

ul li {
  float: left;
}

.pezao {
  width: 100%;
  height: 150px;

  bottom: 0;
  border-top: 3px #dedede solid;
  transition: 0.5s;
}

.pezao.passando {
  border-top: var(--bordared) 3px;
  animation: pisqueocu 0.5s;
}

.pes {
  margin-top: 150px;
}

.info {
  font-family: "JetBrains Mono", monospace;
  margin-top: 30px;
  transition: 0.5s;
  width: 100%;
  height: 50px;
}

.zoas {
  font-family: "JetBrains Mono", monospace;
}

.ek {
  color: #00ff41;
  text-shadow:
    0 0 5px rgba(57, 255, 20, 0.7),
    0 0 10px rgba(57, 255, 20, 0.5),
    0 0 20px rgba(57, 255, 20, 0.3);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.redes {
  color: #b71c1c;
  font-family: "JetBrains Mono", monospace;
  margin-top: 30px;
  display: inline-flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.s1:hover,
.s2:hover,
.s3:hover {
  color: #ffdf00;
  text-shadow:
    0 0 10px #ffdf00,
    0 0 20px rgba(255, 223, 0, 0.6);
  cursor: pointer;
  animation: pisqueocu 0.3s infinite;
  cursor: url(../assets/select.png), auto;
}

.s1,
.s2,
.s3 {
  margin-left: 16px;
  text-decoration: none;
  color: var(--vermei);
}

.pmoon {
  float: right;
  display: inline-flex;
  margin-top: -70px;
  width: 100px;
}

@keyframes pisqueocu {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}
.redes:hover {
  cursor: url(../assets/select.png), auto;
}

.divapai {
  border: 3px var(--bwhite);
  border-radius: 10px;
  height: auto;
  width: 70%;
  display: grid;

  transition: 0.6s;
  margin: 0 auto;
}
.divapai:hover {
  border: 5px var(--bordared);
  transform: translateY(-6px);
}
.imadiva {
  margin-right: auto;
  width: 250px;
  height: 250px;
  left: 0;

  float: left;
}
.salva {
  display: flex;
}
.textadiva {
  display: flex;
  justify-content: center;
  border-bottom: 1px var(--bwhite);
  margin: 0 auto;
  height: 60px;
  width: 100%;
  align-items: start;
  transition: 0.5s ease;
}
.textadiva h1 {
  text-shadow: none;
  font-weight: bolder;
  padding: -16px -16px;
}
.divapai:hover .textadiva {
  border-bottom: 1.5px var(--bordared);
}
.textiva {
  display: flex;
  margin-bottom: px;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 20px;
  padding: 20px 20px;
}
.extr {
  transition: 0.5s;
  border: 2px var(--bwhite);
  border-radius: 10px;
  width: 90%;
  display: grid;
  margin: auto;
}
.extr h2,
p {
  text-shadow: none;
  font-family: monospace;
}
.extr h2 {
  font-size: 30px;
}
.extr p {
  font-size: 20px;
  padding: 20px 20px;
}
.extr a {
  text-decoration: none;
  transition: 0.6s;
  color: white;
  position: relative;
}
.extr a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: red;
  transition: 0.3s;
}
.hover-effect{
  text-decoration: none;
  transition: 0.6s ease;
}
.hover-effect:hover{
  color: red;
}
.hover-effect::after{
    content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: red;
  transition: 0.3s;
}
.hover-effect:hover::after{
  width: 100%;
}
.extr a:hover::after {
  width: 100%;
}
.extr:hover {
  border: 3px var(--bordared);
}
.ttr {
  display: flex;
  min-height: 2px;
  height: 100%;
  justify-content: center;
  margin-bottom: -20px;
}
.ttr a{
  color: var(--vescuro)
}.team-box {
  background: rgba(10, 10, 10, 0.5);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0,0,0,0.6);
  max-width: 600px;
  margin: auto;
  font-family: monospace;
  font-size: var(--font-m);
  letter-spacing: 2px;
}

.team-box h2 {
  color: #ff2a2a;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.team-member {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: 0.2s;
}

.team-member:hover {
  transform: translateX(5px);
  color: #ff4d4d;
}
.team-member::after{
  content: "";
  position: relative;
  background: red;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -1px;
  transition: 0.6s;
}
.team-member:hover::after{
  width: 100%;
}
.rank {
  color: #ff2a2a;
  font-size: 0.8rem;
}

.name {
  font-weight: bold;
}

.tag {
  color: #888;
  font-size: 0.9rem;
}

.team-more summary {
  cursor: pointer;
  margin-top: 10px;
  color: #ff2a2a;
}

.team-more a {
  color: white;

}