body {
  background-color: #E6E6E6;
  color: black;
  font-family: Arial;
  margin:0;
}

.banner {
  width: 100%;           
  height: 140px;         
  background-color: black;
  position: relative;   
  overflow: hidden;    
  color: gray;
}









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

  background: linear-gradient(to bottom, #666666, #333333, #333333);
  color: white;

  border-radius: 00px 12px 12px 0px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);

  min-height: 60px;
  width: 70px;
text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  font-family: sans-serif;
}




/* acordate que cuando el cursor está sobre el <details> (o el contenedor del artículo) */
summary:hover .greenlabel {
  background: linear-gradient(to bottom, #009900, #003300, #003300);

  width: 80px;
}



summary:hover .greenlabel h2{
  font-size: 40px;  
}










.greenlabel h2 {
  margin: 0;
  font-size: 26px;   
  font-weight: bold;
}

.greenlabel h4 {
  margin: 0;
  font-size: 12px;  
  color: gray;
  font-family: monospace, monospace;
}










.jamelpfp {
  display: flex;
 
  align-items: center;      
  justify-content: center;  

  background: url("imagenes/pfps/jamel.png") no-repeat center center;
  background-size: cover;   
  color: white;

  border-radius: 12px 0px 0px 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);

  height: 60px;
  width: 60px;

  font-family: sans-serif;
}














.contenedor {
  display: flex;             
  align-items: center;       
  gap: 2px;                
}

















.topbar {
  background: linear-gradient(
    to bottom,
    #2b2b2b , #000000 ,  
      
    #1a1a1a , 
    #2b2b2b , 
    #000000   
  );

  
  color: gray;
  
  
  
  
}




.topbar img {
  width: 300px;      
  height: auto;      
  object-fit: contain;
  margin-left: 10px;
 
  
}




.topbar {
  display: flex;            
  align-items: center;     

  gap: 10px;               
  max-height: 60px;    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

@font-face {
  font-family: 'Future Earth';
  src: url('future-earth.ttf') format('truetype');
}
.topbar a {
  font-family: 'Future Earth', sans-serif;
text-shadow: 2px 2px 4px black;
}











a{color: #00A300;
  text-decoration: none;
}




a:hover{color: #00CC00;text-decoration: underline;}










.banner img {
  position: absolute;
  bottom: 0;   
  right: 0;   
  height: 100%;
  width: auto; 
  z-index: 0;
}









.layout {
  display: flex;
  flex-direction: row;
  min-height: calc(100vh - 140px);
}

.sidebar {
  max-width: 220px;
  min-width: 220px;
  background: repeating-linear-gradient(
    135deg,             
    #262626,               
    #262626 10px,         
    #000000 10px,         
    #000000 20px         
  );
  color: white;
 
  box-sizing: border-box;
  box-shadow: inset 0 0 20px black;
  
  
  padding:8px;
}







.sidebar-button {
  display: block; display: flex;              
    justify-content: space-between; 
  width: 146px;
  height: 10px;
text-shadow: 0px 2px 4px black;
  margin-bottom: 2px;
  padding: 10px 15px;

  
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

  background: linear-gradient(to bottom,  #333333,   #000000         );


  align-items: center;   
border-left: 4px solid #00cc00; border-image: linear-gradient(to bottom, #008800, #003300) 1;
}



.sidebar-button::after {
    content: ">>>";
    color: #006600;       
    font-weight: bold;
    margin-left: 8px;
    text-shadow: none;   
    font-family: "Audiowide", Arial;
}



.sidebar-button:hover {
  background: linear-gradient(to bottom, #00CC00,         #006600);
color: white;
text-decoration: none;padding: 10px 20px;text-shadow: none; 



}
.sidebar-button:hover::after {
    color: white;        
    text-shadow: none;     
    content: "IR";
}

.sidebar-button:active {
 border-left: 1px solid #00cc00;
 
}







.sidebar-header {
   display: flex;            
  align-items: center;       
  width: 150px;
  height: 10px;
text-shadow: 0px 2px 4px black;
  margin-bottom: 2px;
  padding: 10px 15px;

  
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

border-radius: 10px 10px 0px 0px;




  background: linear-gradient(to bottom, #009900,  #003300);
  
  
}  

  
















.article {
  margin-left: 10px;


min-width: 25px;

}


.footer {
  width: 100%;
 
  color: gray;
  
  padding: 10px;
  box-sizing: border-box;box-shadow: rgba(0, 0, 0, 0.5) 0px 22px 70px 4px;
  
  

background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(46, 46, 46, 1) 90%, rgba(82, 82, 82, 1) 100%);
}




::selection {
  background: #00aa00; 
  color: #dddddd;     
}















::-webkit-scrollbar {
  width: 14px; 
}


::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #111 0%, #333 50%, #111 100%);

}


::-webkit-scrollbar-thumb {
  background: black;

  border: 2px solid #222; 
}


::-webkit-scrollbar-thumb:hover {
  background: gray;
}


body {
  scrollbar-width: thin;
  scrollbar-color: #000 #333; 
}





















figure {
  display: inline-block;
  padding: 5px;
  max-width: 220px;
  margin: 5px;
  vertical-align: top; 
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, 
              rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}


figure img {
  max-width: 100%;
  max-height: 100%;
display: block;     
  margin: 0 auto;   
}






figcaption {
  background-color: #222222;background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(46, 46, 46, 1) 90%, rgba(82, 82, 82, 1) 100%);
  color: white;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
}








figure img {
  max-width: 100%;
  max-height: 100%;
  display: block;     
  margin: 0 auto;   
  
}

figure img:hover {
  transform: scale(2);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 10;
}

















details {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;background-color: #222222;background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(46, 46, 46, 1) 90%, rgba(82, 82, 82, 1) 100%);
  
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;color: white;background-color: #222222;background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(46, 46, 46, 1) 90%, rgba(82, 82, 82, 1) 100%);
}


summary:hover {
  cursor: pointer;
color:#00CC00;
}


details[open] {
  padding: 0.5em;color:white;
}

details[open] summary {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 0.5em;
}
.contenido {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease; 
}

details[open] .contenido {
  max-height: 1000px; 
}

.spoiler, .spoiler2, .spoiler a, .spoiler2 a { 
  color: transparent; 
  background: repeating-linear-gradient(
    135deg,             
    #262626,               
    #262626 10px,         
    #000000 10px,         
    #000000 20px         
  );
  cursor: help;
}

/* Al pasar el mouse, el texto aparece */
.spoiler:hover, .spoiler:hover a {
  color: white;
}

.spoiler2:hover, .spoiler2:hover a { 
  color: gray;       
  background: repeating-linear-gradient(
    135deg,             
    #ffffff,               
    #ffffff 10px,         
    #ffffff 10px,         
    #ffffff 20px         
  );
}








pre{
  
  font-size:17px;
  
}


pre{
  
  margin-right: 10px;
  background: linear-gradient(0deg,rgba(13, 13, 13, 1) 1%, rgba(51, 51, 51, 1) 85%, rgba(46, 46, 46, 1) 100%);
  color: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-radius: 4px;
}


























.noticia {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(0deg,rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 61%, rgba(0, 0, 0, 1) 60%, rgba(92, 92, 92, 1) 100%);
  border: 1px solid #444;
  width: 700px;
  margin: 12px 0;
  max-height: 159px;
  height: 140px; 
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 35px 0px 0px 0px;
  
}

.thumb {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border: 2px solid #555;
  position: relative;
  margin-right: 12px;
  border-radius: 30px 0px 0px 0px;
  filter: grayscale(50%);
  background: #0a0a0a;
  background: linear-gradient(0deg,rgba(10, 10, 10, 1) 16%, rgba(46, 46, 46, 1) 84%, rgba(143, 143, 143, 1) 100%);
  box-shadow: inset 0 -20px 25px rgba(0,0,0,0.6);
}














.contenido-noticia {
  flex: 1;
}

.titulo {
  margin: 0;
  font-size: 1.8em;
  font-family: "Impact", Arial;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}



.noticia:after {
    content: "[NEWS!]";
    color: gray;       
    font-weight: bold;
    font-weight: normal;
    font-size: 13px;
    text-shadow: none;   
    font-family: "Audiowide", Arial;
}



.titulo:after {
    content: "TITULARES";
    color: gray;       
    font-weight: bold;
    font-weight: normal;
    font-size: 11px;
    text-shadow: none;   
    font-family: "Audiowide", Arial;
}

.contenido-noticia:after {
    content: "NOTICIAS";
    color: gray;       
    font-weight: bold;
    font-weight: normal;
    font-size: 13px;
    text-shadow: none;   
    font-family: "Audiowide", Arial;
}



.noticia p {
  font-size: 18px;
  text-align: justify;
margin-top: 1px;   
  display: -webkit-box;      
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;          
}




.noticia small {
 
  
  letter-spacing: 2px;

font-family: "Audiowide", Arial;
  color: #9E9E9E;
vertical-align: super;

}
















