
body{
  background-image: url('../imgs/textos/back-matrix.gif');
  font-size: 19px;
  text-align: justify;
   margin: 0;
    padding: 0;
  
}

.back-filter{
     background-color: rgb(0, 0, 0, 36%);
    color: white;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

.navbar{
  margin: auto;
  font-size: 19px;
  margin-bottom: 10px;
  text-decoration-line: none;
  display: flex;
  width: fit-content;
  border: 5px solid #8142c0;
  justify-content: center;
  padding: 10px;
  background: #ce96f8;
}

.container{
    border: 3px solid gray;
    border-radius: 20px;
    width: 70%;
    justify-content: center;
    margin: auto;
    background-color: #000000d9;
    padding: 30px;
}

.header p{
  font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.header{
   color: white;
}

/*---*/


.glitch{
    font-family: "Press Start 2P", system-ui;
    font-style: normal;
    border-left: 2px solid #a5ff8a;
    border-right: 2px solid #a5ff8a;
    padding: 5px;
    text-align: center;
    margin: 10px auto;
    color: #99ff69;
    font-size: 50px;
    animation: glitch 1s linear infinite;
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}

.glitch:before,
.glitch:after{
  content: attr(title);
  position: absolute;
  left: 0;
}

.glitch:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
}

.glitch:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
}

/*----*/

.data{
    margin: 12px;
    padding: 5px;
    text-align: center;
    margin: 10px auto;
}

.text{
  font-family: "Nata Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 25px;
  font-style: normal;
  background: #000000;
  border-top: 3px dotted #6b9c56;
  border-bottom: 3px dotted #6b9c56;
  color: #ffc100;
  padding: 30px;
}

.notas{
        border: 2px dotted #82be3f;
    color: #1f1a19;
    font-size: 22px;
    margin-top: 25px;
    background-color: #000000;
    padding: 20px;
}

footer{
      background-color: #000000;
    width: 70%;
    padding: 15px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 2px 3px 2px #7988e3, 1px 1px 1em #3d85d6;
    margin: auto;
    justify-content: center;
    display: flex
;
}

.navegacao-textos {
      color: #8aff00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 3px solid black;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.nav-link, .nav-download {
    color: #fffefe;
    text-decoration: none;
    background-color: #020500;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-link:hover, .nav-download:hover {
  background-color: #000000;
    color: #f9ee81;
    text-shadow: 1px 1px 2px yellow;
    border-color: #f9ff00;
}

.nav-download {
  background-color: #75391c;
  color: white;
}

/* Classe para esconder os botões de início/fim da lista */
.nav-link.hidden {
  visibility: hidden; /* Mantém o espaço do botão, mas o deixa invisível */
  pointer-events: none; /* Impede que seja clicado */
}

@media (max-width: 768px) {
  .navbar_textos{
    width: fit-content;
  }
  .navbar_textos a{
    font-size: 16px;
    padding: 5px;
  }
  body{
    text-align: left;
    width: 100%;
  }
   .data{
    font-size: 13px;
    padding: 5px;  
  }
  .container{
    display: flex;
    flex-direction: column;
    width: 80%;
    border: 3px solid gray;
    border-radius: 20px;
    max-width: 100%;
    margin: auto;
    background: black;
    padding: 30px;
  }
  
  .text{
    font-size: 19px;
  }
  h1{
    font-size: 20px;;
  }
}
