    html {
       scroll-behavior: smooth;
          }
          
    body {
      background-image: url("Imagenes/operacion_trebol.jpeg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-color: black;
      color: #b5ffb5;
      font-family: "Courier New", monospace;
           }

    main {
      background-color: rgba(0, 0, 0, 0.75);
      padding: 20px;
      margin: 40px;
      border: 2px solid lime;
      border-radius: 10px;
      box-shadow: 0 0 20px lime;
      transition: 0.2s; 
      animation: brillo 2s infinite;
        }


    h1 {
      text-align: center;
      font-size: 48px;
      font-family: "Times New Roman", Times, serif;
        }

    h1 mark {
      background-color: Black;
      color: lime;
      transition: 0.2s; 
      animation: brillo 2s infinite;
        }

    h2 {
      font-family: "Impact";
      color: lime;
        }

    h3, h4, h5 {
    font-family: Arial, sans-serif;
    color: lime;
        }
        
    a{
      color: lime;
      text-decoration: none;
        }

    a:hover {
      color: white;
        }

    a:visited {
      color: lime;
        }

    p {
      color: #b5ffb5;
        }

    .capitan-bloque{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: 15px;
        }

    .capitan-bloque span{
    max-width: 500px;
    flex: 1;
        }

    .capitan{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid lime;
    box-shadow: 0 0 10px lime;
    margin-left: 15px;
    transition: 0.2s;
    animation: brillo3 2s infinite;
        }
          
    .picture {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
        }


    .picture img {
      width: 500px;
      height: auto;
      margin-right: 15px;
      border: 2px solid lime;
      box-shadow: 0 0 8px lime;
      transition: 0.2s; 
      animation: brillo3 2s infinite;
        }
        
        
    .picture2 {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
        }


    .picture2 img {
      width: 100px;
      height: auto;
      margin-right: 15px;
      border: 2px solid lime;
      box-shadow: 0 0 8px lime;
        }
          
          
    .soldado {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
        }

    .soldado span {
      max-width: 500px;
        }
        
    .soldado img {
      width: 120px;
      height: auto;
      margin-right: 15px;
      border: 2px solid lime;
      box-shadow: 0 0 8px lime;
      transition: 0.2s; 
      animation: brillo3 2s infinite;
        }
  
    iframe {
      border: 2px solid lime;
      box-shadow: 0 0 10px lime;
      margin-top: 10px;
      max-width: 100%;
      transition: 0.2s; 
      animation: brillo3 2s infinite;
        }
        
    .mapa {
      border: 2px solid lime;
      box-shadow: 0 0 10px lime;
      margin-top: 10px;
      width: 800px;  
      max-width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      transition: 0.2s; 
      animation: brillo3 2s infinite;
        }
         
    .objetivosdealtovalor{
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
        }

    .objetivosdealtovalor span{
    max-width: 500px;
        }

    .objetivosdealtovalor img{
    width: 120px;
    height: auto;
    margin-right: 15px;
    border: 2px solid purple;
    box-shadow: 0 0 8px purple;
    transition: 0.2s;
    animation: brillo4 2s infinite;
        }
          
    marquee{
     background-color: black;
     color: red;
     padding: 5px;
     border-bottom: 2px solid red;
     font-weight: bold;
     transition: 0.2s; 
     animation: brillo2 2s infinite;
          }

    footer{
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    border-top: 2px solid lime;
    color: #9aff9a;
          }

    .botones{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
          }

    .boton{
    display: block;
    background-color: black;
    color: lime;
    border: 2px solid lime;
    padding: 10px;
    text-align: center;
    font-family: "Impact";
    text-decoration: none;
    box-shadow: 0 0 10px lime;
    transition: 0.2s; 
    animation: brillo 2s infinite;
        }

    .boton:hover{
    background-color: lime;
    color: black;
    box-shadow: 0 0 15px lime;
        }

    @keyframes brillo {
    0% { box-shadow: 0 0 5px lime; }
    50% { box-shadow: 0 0 15px lime; }
    100% { box-shadow: 0 0 5px lime; }
        }
        
    @keyframes brillo2 {
    0% { box-shadow: 0 0 5px red; }
    50% { box-shadow: 0 0 15px red; }
    100% { box-shadow: 0 0 5px red; }
        }
        
    @keyframes brillo3 {
    0% { box-shadow: 0 0 3px lime; }
    50% { box-shadow: 0 0 13px lime; }
    100% { box-shadow: 0 0 3px lime; }
        }

    @keyframes brillo4 {
    0% { box-shadow: 0 0 3px purple; }
    50% { box-shadow: 0 0 13px purple; }
    100% { box-shadow: 0 0 3px purple; }
        }
        
    @keyframes brillo5 {
    0% { box-shadow: 0 0 3px blue; }
    50% { box-shadow: 0 0 13px blue; }
    100% { box-shadow: 0 0 3px blue; }
        }
        
    .escribir {
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid lime;
    width: 0;
    animation: escribir 3s steps(40) forwards;
        }

    @keyframes escribir {
    from {
    width: 0;
        }
    to {
    width: 100%;
        }
        }  
        
    .scan {
    position: relative;
    overflow: hidden;
        }

    .scan::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    120deg,
    transparent,
    rgba(0,255,0,0.4),
    transparent
        );
    animation: scan 3s infinite;
        }

    @keyframes scan {
    0% {
    left: -100%;
        }
    100% {
    left: 100%;
        }
        }
        
    caption {
    caption-side: top;
    text-align: center;
    color: lime;
    font-weight: bold;
    margin-bottom: 10px;
        }
        
    table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 0 10px lime;
    animation: brillo3 2s infinite;
        }

    th, td{
    border: 2px solid lime;
    padding: 8px;
    text-align: left;
        }

    th{
    background-color: black;
    color: lime;
          }

    tr:hover{
    background-color: rgba(0,255,0,0.1);
          }

    .menu-operacion {
    list-style: none;
    padding: 0;
          }

    .menu-operacion li {
    display: inline;
    margin-right: 20px;
          }

    .botones2{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
          }

    .boton2{
    display: block;
    background-color: black;
    color: blue;
    border: 2px solid navy;
    padding: 10px;
    text-align: center;
    font-family: "Impact";
    text-decoration: none;
    box-shadow: 0 0 10px navy;
    transition: 0.2s; 
    animation: brillo5 2s infinite;
        }

    .boton2:hover{
    background-color: navy;
    color: black;
    box-shadow: 0 0 15px navy;
        }
        
        
      