@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
  border: none;
  font-family: Ubuntu Mono;
  color: white;
}

body {
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
  background-image: url("../video/Matrix.gif");
  background-repeat: repeat;
}

/* Imagem do shadow no canto*/
#Shadow{
  position: absolute;
  top: 10px;      
  right: 880px;    

  width: 250px;
  height: 400px;
}

#LP{
  position: absolute;

  top: 30px;      
  right: 20px;  
  
  width: 150px;
  height: 200px;
}

#alien{
  position: absolute;

  top: 250px;      
  right: 20px;  
  
  width: 350px;
  height: 400px;
}

#estrela{
  position: absolute;

  top: 70px;      
  right: 20px;  
  
  width: 150px;
  height: 120px;
}


/* Final da Imagem do shadow no canto*/

.blur {
  width: 90%;
  max-width: 1100px;
  min-height: 90vh;
  margin: 0 auto;
  padding: 6px;         
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 15px;
}

.titulos{ 
  font-family: monospace;
  margin: 0; 
  width: 100%;
  font-size: 35px;
  text-align: center; 
}

.titulo_2 { 
  font-family: monospace;
  font-size: 20px; 
  margin: 0; 
  width: 100%;
  text-align: center;
}

.texto, .titulo_2, .titulo { padding: 0 8px; }   
.texto { margin: 0; font-size: 20px; text-align: justify; }

/* menu */

.painel {
  background: #42c920;
  height: 100%;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  margin: auto;
  text-align: justify;
}

.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-attachment: fixed;
  gap: 8px;           
  height: 36px;           
}

a {
  text-decoration: none;
  color: black;
  font-size: 20px;        
  margin: 5px;          
}

.pag:hover {
  color: white;
}

/* fundo das colunas */

.fundo {
  width: 100%;
  margin: 0 auto;
  padding: 8px;           
}

/* colunas em grupo */

.container {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.coluna {
  flex: 1 1 280px;
  max-width: 350px;
  min-width: 220px;
  margin: 3px;            
  padding: 3px;           
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Tamanho { width: 900px; }

/* direita | centro | esquerda */

.card {
  width: 100%;
  height: auto;

  margin: 3px;            
  padding: 3px;           

  border: 4px solid #42c920;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  overflow-wrap: break-word;
  
  word-wrap: break-word;
  box-sizing: border-box;
}

img { width: 100%; height: auto; display: block; }

.direita, .centro, .esquerda {
  flex: 1;
  min-width: 200px;
  max-width: 350px;
}

.grande, .pequeno, .vertical { width: 100%; }

/* card grande | direita */

.grupo { display: flex; gap: 8px; flex-wrap: wrap; margin: auto;}

.vertical { flex: 1; height: auto; width: 120px; }

.mini-grupo { display: flex; flex-direction: column; gap: 8px; flex: 1; }

.grande   { max-width:auto; font-size: 14px; align-items: center; }
.pequeno  { max-width: 160px; }
.vertical { max-width: 120px; }



.Hr_1 {
  all: unset;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #42c920;
  margin: 6px 0;             
}

.Logo { height: 300px; width: 300px; object-fit: contain; }

