@import url('https://fonts.googleapis.com/css2?family=Electrolize&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rock+Salt&family=Schoolbell&display=swap');
:root{--color-1: #ffffff;
  --color-2: #7e7e7e;
  --color-3: #1B1E4B;
  --color-4: #080a18;
}
  body {
      font-family: 'IBM Plex Mono';
      color: var(--color-1);
      overflow-x: hidden;
      min-height: fit-content;
  }

        .menu{
            color: black;
            text-shadow: 1px 1px 1px var(--color-2);
            font-size: larger ;
            padding: 3px;
            font-family: "Electrolize";
            background: white;
            padding-left: 10px;
            border-bottom: 2px solid;
            margin-bottom: 0px;
            margin-top: 0px;
        }

.section {
  margin: 30px 0;
  border: 1px solid var(--color-1);
  border-radius: 2px;
  background: var(--color-4);
}

      .sectionimg {
  margin: 30px 0;
  border: 1px solid var(--color-1);
  border-radius: 2px;
  background: var(--color-4);
  width: 100%;
  height: auto;
  align-items: center;
  text-align: center;
      background-image: 
url('img/backg1.gif');
background-repeat: repeat;
background-attachment: scroll;
background-position: center top;
}

.sectioncont{
margin: 20px;
}

        /* Container */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            
        }
/* Cursor handled by main stylesheet */

/* ——— ESTILO PRESS LIST (siempre columna) ——— */
.press-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.press-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 0;
  border-bottom: 1px dotted var(--color-2);
}
.press-list li:last-child {
  border-bottom: none;
}

/* ——— TÍTULO CON FLECHA ——— */
.press-list .item-left {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.press-list .item-left::before {
  content: "▶";
  color: var(--color-2);
}
.press-list .item-left a {
  color: var(--color-1);
  text-decoration: none;
  font-family: var(--font–mono);
}
.press-list .item-left a:hover {
  text-decoration: underline;
}

/* ——— MEDIO + FECHA (siempre abajo) ——— */
.press-list .item-right {
  margin-top: 0.5em;
  font-style: italic;
  color: var(--color-2);
}
.press-list .item-right cite {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.press-list .item-right time {
  display: block;
  font-size: 0.9em;
  margin-top: 0.2em;
}


/* ——— ADAPTACIÓN MÓVIL ——— */
@media (max-width: 800px) {
  .press-list li {
    flex-direction: column;
    align-items: stretch;
  }
  .press-list .item-right {
    align-items: flex-start;
    margin-top: 0.4em;
  }
}
