details {
  list-style: none;
}

details summary {
    list-style: none; /* ocultamos la flecha */
    cursor: pointer; /* cambia el cursor del puntero */
}

/*#fff912*/

@media screen {
    /* some CSS here */
  
        ul {
      position: fixed;
      width: 100%;
      height: 3em;
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #06283D;
      z-index: 2;
    }
    
    li {
      float: left;
      height: 5%;
    }
    
    li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    /* Change the link color to #111 (black) on hover */
    li a:hover {
      background-color: #47B5FF;
    }
    
  
  
          table {
      margin: 0 auto; /* or margin: 0 auto 0 auto */
      border-collapse:collapse;
    }
  
    td, th {  
    border: 2px solid #47B5FF;
    text-align: left;
    width: fit-content;
    height: fit-content;
    border-collapse:collapse;
    
  
  }
  
  .statistics{
    margin-top: 5.5%;
    z-index: 5;
    float: right;
    margin-right: 5%;
    padding: 0.5%;
    background: #1363DF;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 10px;
    position: fixed;
    right: -3.5%;
    top: -3.5%;
    font-size: medi                um;
  
  }
  
  .clicame:hover{
    background-color: #47B5FF
  }
  
  /*#myInput{
    margin-top: 5.5%;
    z-index: 5;
    float: left;
    margin-right: 500%;
    padding: 0.5%;
    background: #1363DF;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 10px;
    position:fixed;
    left: 25%;
    top: -3.5%;
    font-size: medium;
    max-height: 80%;
    max-width: 15%; 
    overflow: scroll
  }*/
  .panel_lateral{
    margin-top: 5.5%;
    z-index: 5;
    float: left;
    margin-right: 5%;
    padding: 0.5%;
    background: #06283D;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 5px;
    position:fixed;
    left: 0.5%;
    top: -3.5%;
    font-size: medium;
    max-height: 80%;
    min-width: 18em;
    max-width: 21em;
    overflow: scroll;
  }
  
  #panel_lateral table, #panel_lateral  tr,#panel_lateral th,#panel_lateral  td{
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-align: center;
  
  
  }
  #panel_lateral table{
    border: 2.5px solid black;
  
  }
  #panel_lateral th{
    text-transform: uppercase;
    color: #fff;
  }
  #panel_lateral tr:nth-child(even){
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
  }
  
  .tabla_izq{
    background: #06283D;
    max-width:10%;
  }
  #info_avion{
    margin-top: 5.5%;
   z-index: 5;
   float: right;
   margin-right: 0%;
   padding: 0.5%;
   background: #1363DF;
   color: #fff;
   justify-content: space-between;
   border: 0.5% #06283D;
   border-radius: 10px;
   position:fixed;
   right: 0.5%;
   margin-top: 7%;
   font-size: medium;
   max-height: 80%;
   max-width: 20%;
   overflow-y:scroll; 
  }
  #rojas_cabron {
    position: fixed;
    top: 3em;
    bottom: 0;
    width: 100%;
  }
  
  
  .boton_tabla{
    width: 100%;
    height: 100%;
    font-family:'Roboto Condensed', sans-serif;
    font-size: large;
    font-weight: bold;
    color: #fff912 ;
    background-color: #28282a;
  }
  .boton_tabla:hover{
    background-color: green;
  }
  
  .popup td, .popup tr, .popup table{
  
    background-color: #fff;
    border-collapse:collapse;
  }
  .popup tr:nth-child(evn){
    background-color: #fff;
    border-collapse:collapse;
  }  
  tr:nth-child(even) {  
    background-color: #1363DF;  
  }  
  #jackpot h5{
      position: absolute;
      top:25%;
      left: 15px;
      font-weight: bold;
      text-align: left;
      z-index: 10;
          }
  #jackpot img {
  z-index: 1;
    position: relative;
    width:100%;
    min-height: 100%;
    margin: auto;
  }
    @media screen and (max-device-height: 480px) {
      #rojas_cabron {
    position: fixed;
    top: 3em;
    bottom: 0;
    width: 100%;
    }
    ul {
      position: fixed;
      width: 100%;
      height: 3em;
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #06283D;
      z-index: 2;
    }
    
    li {
      float: left;
      height: 5%;
    }
    
    li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
  }
  }
  
  
  
  @media screen and (max-device-width: 1440px) and (max-device-height:920px) {
    
    ul {
      position: fixed;
      width: 100%;
      height: 3em;
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #06283D;
      z-index: 2;
    }
    
    li {
      float: left;
      height: 5%;
    }
    
    li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    /* Change the link color to #111 (black) on hover */
    li a:hover {
      background-color: #47B5FF;
    }
    
  
  
          table {
      margin: 0 auto; /* or margin: 0 auto 0 auto */
      border-collapse:collapse;
    }
  
    td, th {  
    border: 2px solid #47B5FF;
    text-align: left;
    width: fit-content;
    height: fit-content;
    border-collapse:collapse;
    
  
  }
  
  .statistics{
    margin-top: 3.5%;
    z-index: 5;
    float: right;
    margin-right: 5%;
    padding: 0.5%;
    background: #1363DF;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 10px;
    position: fixed;
    right: -3.5%;
    top: 5.5%;
    font-size: medium;
  
  }
  
  .clicame:hover{
    background-color: #47B5FF
  }
  
  .panel_lateral{
    margin-top: 3.5%;
    z-index: 5;
    float: left;
    margin-right: 5%;
    padding: 0.5%;
    background: #06283D;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 5px;
    position:fixed;
    left: 0.5%;
    top: 5.5%;
    font-size: medium;
    max-height: 75%;
    min-width: 18em;
    max-width: 21em;
    overflow: scroll;
  }
  
  #panel_lateral table, #panel_lateral  tr,#panel_lateral th,#panel_lateral  td{
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-align: center;
  
  
  }
  #panel_lateral table{
    border: 2.5px solid black;
  
  }
  #panel_lateral th{
    text-transform: uppercase;
    color: #fff;
  }
  #panel_lateral tr:nth-child(even){
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
  }
  
  .tabla_izq{
    background: #06283D;
    max-width:10%;
  }
  #info_avion{
   margin-top: 10.5%;
   z-index: 5;
   float: right;
   margin-right: 0%;
   padding: 0.5%;
   background: #1363DF;
   color: #fff;
   justify-content: space-between;
   border: 0.5% #06283D;
   border-radius: 10px;
   position:fixed;
   right: 0.5%;
  
   font-size: medium;
   max-height: 70%;
   max-width: 22%;
   overflow-y:scroll; 
  }
  #rojas_cabron {
    position: fixed;
    top: 3em;
    bottom: 0;
    width: 100%;
  }
  
  
  .boton_tabla{
    width: 100%;
    height: 100%;
    font-family:'Roboto Condensed', sans-serif;
    font-size: large;
    font-weight: bold;
    color: #fff912 ;
    background-color: #28282a;
  }
  .boton_tabla:hover{
    background-color: green;
  }
  
  .popup td, .popup tr, .popup table{
  
    background-color: #fff;
    border-collapse:collapse;
  }
  .popup tr:nth-child(evn){
    background-color: #fff;
    border-collapse:collapse;
  }  
  tr:nth-child(even) {  
    background-color: #1363DF;  
  }  
  #jackpot h5{
      position: absolute;
      top:200x;
      left: 15px;
      font-weight: bold;
      text-align: left;
      z-index: 10;
          }
  #jackpot img {
    z-index: 1;
    position: relative;
    max-width: 100%;
    margin: auto;
  }
  }
  
  @media screen and (max-device-width: 1280) and (max-device-height:800px) {
    
    ul {
      position: fixed;
      width: 100%;
      height: 3em;
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #06283D;
      z-index: 2;
    }
    
    li {
      float: left;
      height: 5%;
    }
    
    li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    /* Change the link color to #111 (black) on hover */
    li a:hover {
      background-color: #47B5FF;
    }
    
  
  
          table {
      margin: 0 auto; /* or margin: 0 auto 0 auto */
      border-collapse:collapse;
    }
  
    td, th {  
    border: 2px solid #47B5FF;
    text-align: left;
    width: fit-content;
    height: fit-content;
    border-collapse:collapse;
    
  
  }
  
  .statistics{
    margin-top: 3.5%;
    z-index: 5;
    float: right;
    margin-right: 5%;
    padding: 0.5%;
    background: #1363DF;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 10px;
    position: fixed;
    right: -3.5%;
    top: 5.5%;
    font-size: medium;
  
  }
  
  .clicame:hover{
    background-color: #47B5FF
  }
  
  .panel_lateral{
    margin-top: 3.5%;
    z-index: 5;
    float: left;
    margin-right: 5%;
    padding: 0.5%;
    background: #06283D;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 5px;
    position:fixed;
    left: 0.5%;
    top: 5.5%;
    font-size: medium;
    max-height: 75%;
    min-width: 18em;
    max-width: 21em;
    overflow: scroll;
  }
  
  #panel_lateral table, #panel_lateral  tr,#panel_lateral th,#panel_lateral  td{
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-align: center;
  
  
  }
  #panel_lateral table{
    border: 2.5px solid black;
  
  }
  #panel_lateral th{
    text-transform: uppercase;
    color: #fff;
  }
  #panel_lateral tr:nth-child(even){
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
  }
  
  .tabla_izq{
    background: #06283D;
    max-width:10%;
  }
  #info_avion{
   margin-top: 10.5%;
   z-index: 5;
   float: right;
   margin-right: 0%;
   padding: 0.5%;
   background: #1363DF;
   color: #fff;
   justify-content: space-between;
   border: 0.5% #06283D;
   border-radius: 10px;
   position:fixed;
   right: 0.5%;
  
   font-size: medium;
   max-height: 70%;
   max-width: 22%;
   overflow-y:scroll; 
  }
  #rojas_cabron {
    position: fixed;
    top: 3em;
    bottom: 0;
    width: 100%;
  }
  
  
  .boton_tabla{
    width: 100%;
    height: 100%;
    font-family:'Roboto Condensed', sans-serif;
    font-size: large;
    font-weight: bold;
    color: #fff912 ;
    background-color: #28282a;
  }
  .boton_tabla:hover{
    background-color: green;
  }
  
  .popup td, .popup tr, .popup table{
  
    background-color: #fff;
    border-collapse:collapse;
  }
  .popup tr:nth-child(evn){
    background-color: #fff;
    border-collapse:collapse;
  }  
  tr:nth-child(even) {  
    background-color: #1363DF;  
  }  
  #jackpot h5{
      position: absolute;
      top:215px;
      left: 15px;
      font-weight: bold;
      text-align: left;
      z-index: 10;
          }
  #jackpot img {
    z-index: 1;
    position: relative;
    max-width: 100%;
    margin: auto;
  }
  }
  
  
  @media screen and (max-device-width: 1280px) {
    
    ul {
      position: fixed;
      width: 100%;
      height: 3em;
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #06283D;
      z-index: 2;
    }
    
    li {
      float: left;
      height: 5%;
    }
    
    li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    /* Change the link color to #111 (black) on hover */
    li a:hover {
      background-color: #47B5FF;
    }
    
  
  
          table {
      margin: 0 auto; /* or margin: 0 auto 0 auto */
      border-collapse:collapse;
    }
  
    td, th {  
    border: 2px solid #47B5FF;
    text-align: left;
    width: fit-content;
    height: fit-content;
    border-collapse:collapse;
    
  
  }
  
  .statistics{
    margin-top: 3.5%;
    z-index: 5;
    float: right;
    margin-right: 5%;
    padding: 0.5%;
    background: #1363DF;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 10px;
    position: fixed;
    right: -3.5%;
    top: 5.5%;
    font-size: medium;
  
  }
  
  .clicame:hover{
    background-color: #47B5FF
  }
  
  .panel_lateral{
    margin-top: 3.5%;
    z-index: 5;
    float: left;
    margin-right: 5%;
    padding: 0.5%;
    background: #06283D;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 5px;
    position:fixed;
    left: 0.5%;
    top: 5.5%;
    font-size: medium;
    max-height: 70%;
    min-width: 18em;
    max-width: 21em;
    overflow: scroll;
  }
  
  #panel_lateral table, #panel_lateral  tr,#panel_lateral th,#panel_lateral  td{
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-align: center;
  
  
  }
  #panel_lateral table{
    border: 2.5px solid black;
  
  }
  #panel_lateral th{
    text-transform: uppercase;
    color: #fff;
  }
  #panel_lateral tr:nth-child(even){
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
  }
  
  .tabla_izq{
    background: #06283D;
    max-width:10%;
  }
  #info_avion{
   margin-top: 15.5%;
   z-index: 5;
   float: right;
   margin-right: 0%;
   padding: 0.5%;
   background: #1363DF;
   color: #fff;
   justify-content: space-between;
   border: 0.5% #06283D;
   border-radius: 10px;
   position:fixed;
   right: 0.5%;
  
   font-size: medium;
   max-height: 70%;
   max-width: 20%;
   overflow-y:scroll; 
  }
  #rojas_cabron {
    position: fixed;
    top: 3em;
    bottom: 0;
    width: 100%;
  }
  
  
  .boton_tabla{
    width: 100%;
    height: 100%;
    font-family:'Roboto Condensed', sans-serif;
    font-size: large;
    font-weight: bold;
    color: #fff912 ;
    background-color: #28282a;
  }
  .boton_tabla:hover{
    background-color: green;
  }
  
  .popup td, .popup tr, .popup table{
  
    background-color: #fff;
    border-collapse:collapse;
  }
  .popup tr:nth-child(evn){
    background-color: #fff;
    border-collapse:collapse;
  }  
  tr:nth-child(even) {  
    background-color: #1363DF;  
  }  
  #jackpot h5{
    position: absolute;
    top:115px;
    left: 15px;
    font-weight: bold;
    text-align: left;
    z-index: 10;
        }
#jackpot img {
z-index: 1;
  position: relative;
  width:100%;
  min-height: 100%;
  margin: auto;
}
  }
  @media screen and (max-device-width: 428px) and (max-device-height:926px)  {
    
    ul {
      position: fixed;
      width: 100%;
      height: 3em;
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #06283D;
      z-index: 2;
      font-size: 1.73em;
    }
    
    li {
      float: left;
      height: 5%;
    }
    
    li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    /* Change the link color to #111 (black) on hover */
    li a:hover {
      background-color: #47B5FF;
    }
    
  
  
          table {
      margin: 0 auto; /* or margin: 0 auto 0 auto */
      border-collapse:collapse;
    }
  
    td, th {  
    border: 2px solid #47B5FF;
    text-align: left;
    width: fit-content;
    height: fit-content;
    border-collapse:collapse;
    
  
  }
  
  .statistics{
    margin-top: 5.5%;
    z-index: 5;
    float: right;
    margin-right: 5%;
    padding: 0.5%;
    background: #1363DF;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 10px;
    position: fixed;
    right: -3.5%;
    top: 5.5%;
    font-size: medium;
  
  }
  
  .clicame:hover{
    background-color: #47B5FF
  }
  
  .panel_lateral{
    margin-top: 5.5%;
    z-index: 5;
    float: left;
    margin-right: 5%;
    padding: 0.5%;
    background: #06283D;
    color: #fff;
    justify-content: space-between;
    border: 0.5% #06283D;
    border-radius: 5px;
    position:fixed;
    left: 0.5%;
    top: 5.5%;
    font-size: medium;
    max-height: 80%;
    min-width: 18em;
    max-width: 21em;
    overflow: scroll;
  }
  
  #panel_lateral table, #panel_lateral  tr,#panel_lateral th,#panel_lateral  td{
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-align: center;
  
  
  }
  #panel_lateral table{
    border: 2.5px solid black;
  
  }
  #panel_lateral th{
    text-transform: uppercase;
    color: #fff;
  }
  #panel_lateral tr:nth-child(even){
    color: #fff912;
    background-color: #28282a;
    border: 1px solid black;
  }
  
  .tabla_izq{
    background: #06283D;
    max-width:10%;
  }
  #info_avion{
   margin-top: 30.5%;
   z-index: 5;
   float: right;
   margin-right: 0%;
   padding: 0.5%;
   background: #1363DF;
   color: #fff;
   justify-content: space-between;
   border: 0.5% #06283D;
   border-radius: 10px;
   position:fixed;
   right: 0.5%;
  
   font-size: medium;
   max-height: 150%;
   max-width: 20%;
   overflow-y:scroll; 
  }
  #rojas_cabron {
    position: fixed;
    top: 3em;
    bottom: 0;
    width: 100%;
  }
  
  
  .boton_tabla{
    width: 100%;
    height: 100%;
    font-family:'Roboto Condensed', sans-serif;
    font-size: large;
    font-weight: bold;
    color: #fff912 ;
    background-color: #28282a;
  }
  .boton_tabla:hover{
    background-color: green;
  }
  
  .popup td, .popup tr, .popup table{
  
    background-color: #fff;
    border-collapse:collapse;
  }
  .popup tr:nth-child(evn){
    background-color: #fff;
    border-collapse:collapse;
  }  
  tr:nth-child(even) {  
    background-color: #1363DF;  
  }  
  #jackpot h5{
    position: absolute;
    top:10.5%;
    left: 15px;
    font-weight: bold;
    text-align: left;
    z-index: 10;
        }
#jackpot img {
z-index: 1;
  position: relative;
  width:100%;
  min-height: 100%;
  margin: auto;
}
}    

@media screen and (max-device-height: 480px) and (max-device-width:926px) {
      ul {
        position: fixed;
        width: 100%;
        height: 3em;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #06283D;
        z-index: 2;
        font-size: 1.3em;
      }
      
      li {
        float: left;
        height: 5%;
      }
      
      li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
      }
      
      /* Change the link color to #111 (black) on hover */
      li a:hover {
        background-color: #47B5FF;
      }
      
    
    
            table {
        margin: 0 auto; /* or margin: 0 auto 0 auto */
        border-collapse:collapse;
      }
    
      td, th {  
      border: 2px solid #47B5FF;
      text-align: left;
      width: fit-content;
      height: fit-content;
      border-collapse:collapse;
      
    
    }
    
    .statistics{
      margin-top: 5.5%;
      z-index: 5;
      float: right;
      margin-right: 5%;
      padding: 0.5%;
      background: #1363DF;
      color: #fff;
      justify-content: space-between;
      border: 0.5% #06283D;
      border-radius: 10px;
      position: fixed;
      right: -3.5%;
      top: 5.5%;
      font-size: medium;
    
    }
    
    .clicame:hover{
      background-color: #47B5FF
    }
    
    .panel_lateral{
      margin-top: 5.5%;
      z-index: 5;
      float: left;
      margin-right: 5%;
      padding: 0.5%;
      background: #06283D;
      color: #fff;
      justify-content: space-between;
      border: 0.5% #06283D;
      border-radius: 5px;
      position:fixed;
      left: 0.5%;
      top: 5.5%;
      font-size: medium;
      max-height: 60%;
      min-width: 18em;
      max-width: 21em;
      overflow: scroll;
    }
    
    #panel_lateral table, #panel_lateral  tr,#panel_lateral th,#panel_lateral  td{
      color: #fff912;
      background-color: #28282a;
      border: 1px solid black;
      font-family:'Roboto Condensed', sans-serif;
      font-weight: 600;
      text-align: center;
    
    
    }
    #panel_lateral table{
      border: 2.5px solid black;
    
    }
    #panel_lateral th{
      text-transform: uppercase;
      color: #fff;
    }
    #panel_lateral tr:nth-child(even){
      color: #fff912;
      background-color: #28282a;
      border: 1px solid black;
    }
    
    .tabla_izq{
      background: #06283D;
      max-width:10%;
    }
    #info_avion{
     margin-top: 11.5%;
     z-index: 5;
     float: right;
     margin-right: 0%;
     padding: 0.5%;
     background: #1363DF;
     color: #fff;
     justify-content: space-between;
     border: 0.5% #06283D;
     border-radius: 10px;
     position:fixed;
     right: 0.5%;
     font-size: medium;
     max-height: 65%;
     max-width: 20%;
     overflow-y:scroll; 
    }
    #rojas_cabron {
      position: fixed;
      top: 3%;
      bottom: 0;
      width: 100%;
    }
    
    
    .boton_tabla{
      width: 100%;
      height: 100%;
      font-family:'Roboto Condensed', sans-serif;
      font-size: large;
      font-weight: bold;
      color: #fff912 ;
      background-color: #28282a;
    }
    .boton_tabla:hover{
      background-color: green;
    }
    
    .popup td, .popup tr, .popup table{
    
      background-color: #fff;
      border-collapse:collapse;
    }
    .popup tr:nth-child(evn){
      background-color: #fff;
      border-collapse:collapse;
    }  
    tr:nth-child(even) {  
      background-color: #1363DF;  
    }  
    #jackpot h5{
      position: absolute;
      top:25%;
      left: 15px;
      font-weight: bold;
      text-align: left;
      z-index: 10;
          }
  #jackpot img {
  z-index: 1;
    position: relative;
    width:100%;
    min-height: 100%;
    margin: auto;
  }
    
  }
  
  