*{
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: 'Anton', sans-serif;
  
}
  
    body {
      margin: 0;
      font-family: 'Anton', sans-serif;
      background-image: url(../imagenes/image.jpg);
      color: #fff;
    }

    header {
   background-image: url(../imagenes/s.jpg);
      text-align: center;
      padding: 25px 15px;
      border-bottom: 4px solid #ff0000;
          font-family: 'Anton', sans-serif;
    }

    header h1 {
      font-family:'Bangers', cursive;
    letter-spacing: 2px;
      font-size: 36px;
      color: #ffcc00;
      text-shadow: 4px 4px 8px black;
      margin: 0;
    }

    main {
      max-width: 1100px;
      margin: 30px auto;
      padding: 0 15px;
       display: flex;
    flex-direction: column;
    gap: 40px;
    }

    /* Noticia principal */
    .principal {
      display: flex;
      flex-direction: column;
      background-color: #1a1a1a;
      border-radius: 10px;
      overflow: hidden;
        
    }

    .principal img {
      width: 100%;
      height: auto;
    }

    .principal h2 {
      font-family: 'Permanent Marker', cursive;
      font-size: 30px;
      margin: 15px;
      color: #00c3ff;
          font-family: 'Bangers', cursive;
    letter-spacing: 2px;
    }

    .principal p {
      margin: 0 15px 20px;
      line-height: 1.6;
      font-size: 16px;
      color: #ddd;
    font-family: 'Bangers', cursive;
    letter-spacing: 2px;
    }
.principal a{
  text-decoration: none;
      font-family: 'Bangers', cursive;
    letter-spacing: 2px;
}
    /* Noticias */
    .grid {
   display: flex;
  gap: 20px;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .noticia {
      background-color: #1a1a1a;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.2s ease;
  display: flex; 
  flex-direction: column;    
    flex: 1;               
    }

    .noticia:hover {
      transform: scale(1.03);
    }

    .noticia img {
      width: 100%;
      height: 180px;
      object-fit: cover;
        flex: 1;                 
  display: flex;
  flex-direction: column;
    }

    .noticia h3 {
       font-family: 'Bangers', cursive;
    letter-spacing: 2px;
      font-size: 20px;
      color: #ffcc00;
      margin: 12px;
        flex: 1;                
  display: flex;
  flex-direction: column;

    }

    .noticia p {
      margin: 0 12px 15px;
      color: #ccc;
      font-size: 15px;
      line-height: 1.5;
        flex: 1;                
  display: flex;
  flex-direction: column;
      font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
       font-weight: 600;
    }

    .noticia a {
      display: block;
      text-align: center;
      background: #007bff;
      color: white;
      text-decoration: none;
      margin: 0 12px 12px;
      padding: 8px;
      border-radius: 6px;
      font-weight: bold;
      margin-top: auto;
          font-family: 'Bangers', cursive;
    letter-spacing: 2px;
       text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
    }

    footer {
    background-image: url(../imagenes/s.jpg);
  color: #ccc;
  text-align: center;
  font-size: 15px;
  margin-top: auto;  
   padding: 25px 15px;
   border-top: 4px solid #ff0000;
     overflow: hidden;
       background-repeat: repeat-x;
       position: relative;
    }
    footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
footer * {
  position: relative;
  z-index: 2;
}
    .dato{
      font-family: 'Bangers';
    color:rgb(255, 255, 255);
    text-shadow: 3px 3px 0 #000;
    margin-bottom: 30px;
     font-size: 4.0em;
     letter-spacing: 2px;
       text-shadow:
    -1.5px -1.5px 0 #000,
     1.5px -1.5px 0 #000,
    -1.5px  1.5px 0 #000,
     1.5px  1.5px 0 #000;
     
}
.dato2{
        color: #fff;
      text-shadow:
    -1.5px -1.5px 0 #000,
     1.5px -1.5px 0 #000,
    -1.5px  1.5px 0 #000,
     1.5px  1.5px 0 #000;  
    font-family: 'Bangers', cursive;
     font-size: 1.5em;                        
  font-weight: 700;
  letter-spacing: 1.5px;  
  margin-top: 10px;
 
  
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu a{
    padding: 1; 
    border-radius: 15px;
    width: 15%;
    margin: 20px auto; 
  font-size: 18px;
       text-shadow:
    -1.5px -1.5px 0 #000,
     1.5px -1.5px 0 #000,
    -1.5px  1.5px 0 #000,
     1.5px  1.5px 0 #000;
  letter-spacing: 1.5px;
  align-items: center;
}

.menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 120px; 
    margin: 0;
    padding: 0;
}

.menu a {
    text-decoration: none;
    color: #FFD700;
    font-weight: bold;
    transition: 0.3s;
}

.menu a:hover {
    color: #ff0000;
    text-shadow: 0 0 10px #ff0000;
}
.menu li {
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.6);
      
}